/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}


template {
    display: none;
}

[hidden] {
    display: none;
}

/* main styles */

.arrow-wrapper {
    display: flex;
}

.arrow-wrapper .arrow,
.certificats .arrow {
    width: 55px;
    height: 55px;
    background-color: #393939;
    background-image: url(../images/arrowslider.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 0 3px;
}

.item-page a {
    color: #005ca9;
    text-decoration: none;
}

.item-page a:hover {
    color: #f7a600;
}

    

.arrow-wrapper .arrow {
    cursor: pointer;
}

.arrow-wrapper .arrow:hover,
.certificats .arrow:hover {
    background-color: #16235c;
}

.arrow-wrapper .arrow.left,
.certificats .arrow.left {
    transform: rotate(180deg);
}

.certificats .arrow.left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -27px;
}

.certificats .arrow.right {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -27px;
}

body {
    font-family: "Roboto";
    outline: none !important;
    color: #393939;
    min-width: 360px;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.text-center {
    text-align: center;
}

.style-medium {
    font-weight: 500;
}

h1 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}

h1 span {
    color: #e40428;
}

h2 {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    color: #393939;
    padding: 0 0 20px 0;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 25px;
}

h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -25px;
    background: #005ca9;
}

.main-text {
    max-width: 750px;
    margin: 0 auto;
    color: #393939;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.no-padding {
    padding: 0;
}

/* checkbox */

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #dadada;
}

[type="checkbox"]:checked+label:before {
    border: 1px solid #e40428;
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #e40428;
    position: absolute;
    top: 6px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.button {
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    background: linear-gradient(45deg, #ff6633 33%, #e84412 66%, #e40826);
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    padding: 15px 20px;
    width: 220px;
    transition: 0.5s;
    border: 0;
    box-shadow: unset;
    outline: none;
    margin: 0 auto;
    text-decoration: none;
    cursor: pointer;
}

.button:hover {
    background: linear-gradient(45deg, #e40826 33%, #e84412 66%, #ff6633);
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    font-family: "Roboto";
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
}

ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #005ca9;
    position: absolute;
    top: 9px;
    left: 0;
}

ol {
    list-style-position: inside;
    padding: 0;
}

ol li {
    margin-bottom: 25px;
}

.articleBody {
    line-height: 1.5;
}

.slick-slide {
    outline: none;
    box-shadow: none;
}

.mobile-menu-button {
    width: 40px;
    height: 20px;
    background-image: url(../images/burger.png);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 35px;
    top: 40px;
    z-index: 100;
}

.mobile-menu-button {
    display: none;
}

.mobile-menu {

    position: fixed;
    left: 0;
    right: 0;
    background: #000000;
    top: 0;
    z-index: 100;
    transition: 0.3s;
    flex-direction: column;
    overflow: scroll;
    height: 0;
    padding: 0 35px;
}

.mobile-menu.open {
    display: flex;
    padding: 30px 35px;
    height: 600px;
}

.button-row {
    display: none;
    justify-content: space-between;
    padding: 0 0 120px 0;
    text-align: center;
}

.fancybox-content {
    background-color: rgba(22, 35, 95, 0.5);
}

.fancybox-slide--html .fancybox-close-small {
    color: #fff;
}

.form.mobile {
    display: none;

}

section .content {
    overflow: hidden;
}

.readmore {
    display: none;
}


.sigFreeContainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.sigFreeContainer li {
    padding: 5px;
    margin: 0px;
}

.sigFreeContainer li::before {
    display: none;
}


/* header styles */

header {
    overflow: hidden;
    background-color: #171d25;
}

header .header-top .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

header .col-left {
    display: flex;
    flex-direction: column;
}

header .col-left .text-wrapper {
    margin: auto;
}

header .col-left .text-wrapper h1 {
    margin-top: 0;
}

header .header-top .contact {
    background-color: rgba(22, 35, 95, 0.5);
    text-align: center;
    padding: 28px 0;
}

header .header-top .contact .phone {
    display: block;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

header .header-top .contact .phone:hover {
    color: #f7a600;
}

header .header-top .contact .time {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

nav.menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -6px;
    /* padding: 24px 0; */
    position: relative;
}

nav.menu>ul li::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    height: 30px;
    width: 100%;
}

nav.menu ul li .submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 66px;
    padding: 50px;
    background: #fff;
    height: 0;
    padding: 0 50px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    overflow: hidden;
    z-index: 100
}

nav.menu>ul li:hover .submenu {
    padding: 50px 50px;
    height: auto;
    max-height: 600px;
    overflow: auto;
}

nav.menu ul li .submenu .menu-tabs {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
}

nav.menu ul li .submenu .menu-tabs .tab {
    font-weight: 500;
    font-size: 18px;
    color: #d7d7d7;
    cursor: pointer;
    position: relative;
}

nav.menu ul li .submenu .menu-tabs .tab .line {
    position: absolute;
    width: 0;
    height: 2px;
    background: #16235c;
    bottom: -16px;
    left: 0;
    transition: 0.5s;
}


nav.menu ul li .submenu .menu-tabs .tab:last-of-type .line {
    left: unset;
    right: 0;
}

nav.menu ul li .submenu .menu-tabs .tab:hover,
nav.menu ul li .submenu .menu-tabs .tab.active {
    color: #393939;
}

nav.menu ul li .submenu .menu-tabs .tab:hover .line,
nav.menu ul li .submenu .menu-tabs .tab.active .line {
    width: 100%;
}

nav.menu ul li .submenu .tabs-content ul li {
    margin-bottom: 17px;
    width: 100%;
}

nav.menu ul li .submenu .tabs-content ul li:last-of-type {
    margin-bottom: 0;
}

nav.menu ul li .submenu .tabs-content ul li ul {
    padding: 17px 0 0 0;
}

nav.menu ul li .submenu .tabs-content ul li a {
    font-weight: 500;
    color: #393939;
    font-size: 16px;
}

nav.menu ul li .submenu ul {
    padding: 24px 0;
}

nav.menu ul li .submenu li {
    padding: 0 5px;
}

.mobile-menu nav.menu ul li {
    padding: 0 5px !important;
}

nav.menu ul li .submenu .tabs-content ul li a::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../images/menu-arrow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
    vertical-align: middle;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

nav.menu ul li .submenu .tabs-content.links ul li a::after {
    display: none;
}

nav.menu ul li .submenu .tabs-content.links ul li a {
    font-weight: 400;
    color: #393939;
    font-size: 16px;
}

nav.menu ul li .submenu .tabs-content ul li:hover a::after,
nav.menu ul li .submenu .tabs-content ul li.active a::after {
    background-image: url(../images/arrow-active.png);
    transform: rotate(0deg);
    width: 12px;
    height: 7px;
}

nav.menu ul li .submenu .tabs-content ul li:hover a,
nav.menu ul li .submenu .tabs-content ul li.active a {
    color: #f7a600;
}

nav.menu ul li .submenu .tabs-content ul li:hover ul li a,
nav.menu ul li .submenu .tabs-content ul li.active ul li a {
    color: #393939;
}

nav.menu ul li .submenu .tabs-content ul li.active ul li a:hover {
    color: #f7a600;
}

nav.menu ul li .submenu .tabs-content ul li ul li a {
    font-weight: 400;
}

nav.menu ul li .submenu .tabs-content ul li ul li a:after {
    display: none;
}

nav.menu>ul li .submenu .tabs-content ul li::after {
    display: none;
}

nav.menu ul li {
    padding: 24px 5px;
    margin-bottom: 0;
    position: static;
}

nav.menu ul li:before {
    display: none;
}

nav.menu ul li a {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

nav.menu ul li:hover a,
nav.menu ul li.active a {
    color: #f7a600;
}

nav.menu ul li a i {
    font-size: 11px;
    margin-left: 5px;
}

header .text-wrapper .text {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

header .form {
    height: 100%;
    background-color: rgba(22, 35, 95, 0.5);
    padding: 105px 60px;
}

nav.menu .main-menu ul {
    display: none;
}



nav.menu .main-menu.active ul {
    display: block;
}

.form-title {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
}

.form-title span {
    background: linear-gradient(45deg, #ff6633 33%, #e40826 66%, #e40826);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 32px;
    display: block;
}

form input[type=text] {
    width: 100%;
    background: transparent;
    border-width: 0;
    border-bottom: 1px solid #888a91;
    padding: 15px 10px;
    outline: none;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}


form input[type=text]::placeholder {
    color: #888a91;
}

form input[type=text]:focus,
form input[type=text]:active {
    border-bottom: 1px solid #fff;
    color: rgba(255, 255, 255, 1);
}


form .button {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

/* profit style */

.profit {
    padding: 80px 0 170px 0;
}

.profit .main-text {
    margin-bottom: 68px;
}

.profit ul {
    margin: 45px 0 60px 0;
}

.profit .button {
    display: block;
    text-align: center;
    margin: 0;
}

.profit .video-wrapper {
    position: absolute;
    border: 6px solid #fff;
    width: 500px;
    height: 290px;
    z-index: 10;
    bottom: 30px;
    right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.profit .video-wrapper .play-button {
    width: 43px;
    height: 43px;
    background-image: url(../images/play.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -21.5px;
    margin-left: -21.5px;
    cursor: pointer;
}

.profit .image-wrapper {
    position: relative;
    height: 100%;
}

.profit .image-wrapper .image {
    border: 6px solid #fff;
    position: absolute;
    overflow: hidden;
}

.profit .image-wrapper .image img {
    height: 100%;
}

.profit .image-wrapper .image:first-of-type {
    width: 65%;
    height: 85%;
    top: 0;
    left: 0;
    z-index: 2;
}

.profit .image-wrapper .image:nth-of-type(2) {
    width: 70%;
    height: 90%;
    top: 90px;
    right: 30px;
}

/* service style */

.services {
    padding: 80px 0;
    background: #f4f4f4;
}

.services .main-text {
    margin-bottom: 68px;
}

.services-wrapper .table-section {
    position: relative;
}

.services-wrapper .table-section.outer .flex-cell {
    padding: 30px 40px;
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    border: 0.5px solid #e0dfdf;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFF;
    display: none;
}

.services-wrapper .table-section .flex-cell a {
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    text-decoration: none;
}

.services-wrapper .table-section .flex-cell a:hover {
    text-decoration: underline;
}

.services-wrapper .table-section.outer ul {
    margin: 0;
    list-style-position: inside;
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
}

.services-wrapper .table-section .background-left {
    position: absolute;
    width: 60vw;
    height: 100%;
    background-image: url(../images/serv1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-wrapper .table-section .background-right {
    position: absolute;
    width: 60vw;
    background-image: url(../images/serv2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -113px;
    right: 0;
    bottom: 117px;
}

.services-wrapper .text-wrapper .text {
    padding-bottom: 60px;
    background: #f4f4f4;
    z-index: 1;
}

.services-table .flex-cell {
    padding: 30px 40px;
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    border: 0.5px solid #e0dfdf;
    height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    cursor: pointer;
}

.services-table .flex-cell.deactive {
    cursor: default;
}

.services-table .flex-cell.title-cell {
    background: #005ca9;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border: 0.5px solid #005ca9;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.services-table .flex-cell:not(.title-cell):hover {
    background: #f4f4f4;
}

.services-table .flex-cell .arrow {
    width: 17px;
    height: 12px;
    background-image: url(../images/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.services-table .flex-cell.title-cell .arrow {
    transition: 0.3s;
}

.services-table .flex-cell.active {
    color: #005ca9;
    background: #f4f4f4;

}

.services-table .flex-cell.active .arrow {
    width: 12px;
    height: 17px;
    background-image: url(../images/cellarrrowactive.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: center;
}

.services-table .flex-cell.title-cell.active {
    background: #005ca9;
    color: #fff;

}

.services-table .flex-cell.title-cell.active .arrow {
    transform: rotate(90deg);
}

.services-table .flex-cell.title-cell .arrow {
    width: 23px;
    height: 16px;
    background-image: url(../images/arrow-white.png);
    margin-left: 10px;
}

.services-table .flex-cell.inner {
    height: auto;
    background: #f4f4f4;
    display: none;
}

.services-table .flex-cell.inner.active {
    display: flex;
}

.services-table .flex-cell.inner ul {
    margin: 0;
}

.services-table .flex-cell.inner ul li:last-of-type {
    margin-bottom: 0;
}

/* advantages style */

.advantages {
    padding: 80px 0 0 0;
}

.advantages .main-text {
    margin-bottom: 85px;
}

.advantages-row {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0;
}

.advantages-row .advantages-container {
    flex: 0 0 25%;
}

.advantages-row .advantages-container .advantages-element .text {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.advantages-row .advantages-container .advantages-element .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.advantages-row .advantages-container .advantages-element .icon img {
    height: 100%;
    width: auto;
}

.advantages .information {
    padding: 55px 150px;
    background: #16235c;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    display: flex;
}

.advantages .information .icon {
    width: 55px;
    height: 55px;
}

.advantages .information .icon svg {
    width: 55px;
    fill: #FFF;
}

.advantages .information .text {
    margin-left: 35px;
}

/* objects style */
.objects {
    padding: 80px 0;
    background: #f4f4f4;
}

.objects .main-text {
    margin-bottom: 85px;
}

.objects .slider * {
    outline: none !important;
}

.objects .slider .slider-track .slider-element {
    height: 300px;
}

.objects .slider .slick-slide {
    width: 52vw;
    padding: 40px 15px 80px 15px;
    height: 580px;
    transition: 0.4s;
}

.objects .slider .slider-element {
    position: relative;
}

.objects .slider .slider-element .image {
    height: 100%;
    max-height: 540px;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.objects .slider .slider-element .title {
    display: none;
}

.objects .slider .slider-element .overlay {
    position: absolute;
    top: 40px;
    right: 15px;
    bottom: 80px;
    left: 15px;
    background-color: rgba(22, 35, 95, 0.7);
    transition: 0.4s;
}

.objects .slider .slick-center {
    padding: 0px 15px;
}

.objects .slider .slick-center .title {
    position: absolute;
    width: 360px;
    padding: 35px 10px;
    background: #16235c;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    bottom: 0px;
    right: 100px;
    display: block;
}

.objects .slider .slider-element.slick-center .overlay {
    position: absolute;
    top: 0px;
    right: 15px;
    bottom: 0px;
    left: 15px;
    background-color: rgba(22, 35, 95, 0);
}


.objects .slider .slider-element img {
    width: 100%;
}

.objects .arrow-wrapper {
    width: 52vw;
    margin: 0 auto;
    padding: 0 80px;
}

/* team style */

.team {
    padding: 80px 0;
}

.team h3 {
    font-weight: 500;
    font-size: 30px;
    position: relative;
    width: auto;
    display: inline-block;
    padding-bottom: 20px;
}

.team h3::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -25px;
    background: #005ca9;
}

.team .text-wrapper .text {
    margin-bottom: 60px;
}

.team .slider .slider-element {
    padding: 15px;
}

.team .slider .slider-element .portret {
    height: 290px;
    background-image: url(../images/foto.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.team .slider .slider-element .text {
    max-width: 220px;
    margin: 0 auto;
    margin-top: -20px;
    background: #fff;
    padding: 25px 30px;
    text-align: center;
}

.team .slider .slider-element .text .name {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

.team .slider .slider-element .text .position,
.team .slider .slider-element .text .phone {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    color: #16235c;
    text-decoration: none;
    margin-bottom: 15px;
}

/* certificats style */

.certificats {
    padding: 80px 0;
    background: #f4f4f4;
    background-image: url(../images/certbg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
}

.certificats h2 {
    margin-bottom: 40px;
}

.certificats .slider {
    padding: 0 20px;
}

.certificats .slider .slider-element {
    padding: 7.5px;
}

.certificats .slider .slider-element .slide {
    /* height: 375px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.certificats .slider .slider-element .slide a {
    width: 100%;
}

.certificats .slider .slider-element .slide a img {
    width: 100%;
}

.certificats .arrow-wrapper {
    justify-content: space-between;
    position: absolute;
}

.certificats .slider-outer {
    position: relative;
}

/* contact style */

section.contacts {
    padding: 80px 0 0 0;
}

.contacts .form-wrapper {
    padding-top: 85px;
    padding-bottom: 95px;
}

.contacts .form-title {
    color: #393939;
    font-weight: 700;
}

.contacts .form-text {
    max-width: 83%;
    margin: 0 auto;
    margin-bottom: 40px;

}

.contacts .check-box {
    text-align: center;
}

.contacts .check-box label {
    color: #393939;
    margin: 0 auto;
    text-align: center;
}

.contacts form input[type=text]:focus,
.contacts form input[type=text]:active {
    border-bottom: 1px solid #393939;
    color: #393939;
}

.contacts-form .image-wrapper {
    position: relative;
    display: flex;
}

.contacts-form .image-wrapper .image {
    position: absolute;
    width: 100%;
    height: 566px;
    z-index: -1;
}

.contacts-form form input[type=text] {
    color: #393939;
}

.contacts-form .image-wrapper .image img {
    width: 100%;
}

.contacts-form .text {
    align-self: flex-end;
    margin-bottom: 20px;
    margin-left: -200px;
}

.contacts-form .text .name {
    font-weight: 500;
    font-size: 18px;
    color: #393939;
    text-align: center;
}

.contacts-form .text .position {
    font-weight: 500;
    font-size: 16px;
    color: #16235c;
    text-align: center;
}

.contacts-panel {
    padding: 60px 100px;
    background-color: #16235c;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: -180px;
    z-index: 10;
    background-image: url(../images/contact-icon.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
    position: relative;
}

.contacts-panel .panel-element {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 30px;
    height: 100%;
}

.contacts-panel .title,
.contacts-panel a {
    color: #fff;
    text-decoration: none;
}

.contacts-panel a:hover {
    color: #f7a600;
}


.contacts-panel .adress {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.contacts-panel .title {
    margin-bottom: 35px;
    line-height: 30px;
}

.contacts-panel .phone {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.contacts-panel .time {
    font-size: 14px;
}

/* maps style */

.maps-wrapper {
    position: relative;
    width: 100%;
    height: 650px;
    background-image: url(../images/maps.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-blog {
    padding: 50px 0;
}

.news-blog .row {}

.news-blog .col-md-4 {
    margin-bottom: 30px;
}

.message {
    color: #fff !important;
    text-align: center;
}

.message h2 {
    color: #fff !important;
}

.news-item {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 46px 0px rgba(176, 176, 176, 1);
    height: 100%;
}

.news-item .entry-header {
    padding-top: 15px;
}

.news-item a {
    height: 100%;
    display: block;
    text-align: center;
}

.news-item img {
    width: auto;
    display: block;
    height: 100%;
    margin: 0 auto;
}

.news-item .text {
    padding: 0 15px;
    max-height: 130px;
    margin-bottom: 15px;
    overflow: hidden;
}

.news-item .item-image {
    height: 230px;
    overflow: hidden;
}

.news-item h2 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 10px 0;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}

.news-item h2 a {
    color: #393939 !important;
    text-decoration: none;
}

.item.item-page {
    padding: 50px 0;
}

.item.item-page:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.item.item-page .item-image {
    max-width: 300px;
    float: left;
    margin: 0 15px 15px 0;
    border-radius: 5px;
    overflow: hidden;
}

.item.item-page img {
    width: 100%;
    height: auto;
    display: block;
}

form#oprosniy input[type=text] {
    color: #333;
}

form#oprosniy input[type=text]:focus,
form#oprosniy input[type=text]:active {
    border-bottom: 1px solid #888a91;
}

form#oprosniy .check-box {
    margin-bottom: 10px;
}

.radio {
    margin: 0.5rem;
  }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  .radio input[type="radio"] + .radio-label:before {
    content: '';
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 0;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
  }
  .radio input[type="radio"]:checked + .radio-label:before {
    background-color: #e40428;
    box-shadow: inset 0 0 0 4px #f4f4f4;
  }
  .radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #e40428;
  }
  .radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
  }
  .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
  }


#oprosniy .row {
    align-items: center;
}

/* footer style */

footer {
    background-image: url(../images/footerbg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #171d25;
}

footer .footer-top,
footer .footer-bottom {
    display: flex;
    justify-content: space-between;
}

footer .footer-top {
    padding: 60px 0;
}

footer .footer-bottom {
    padding: 50px 0;
    border-top: 1px solid #35363c;
}

footer .footer-top .footer-item:nth-of-type(1) {
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .footer-top .footer-item:nth-of-type(2) {
    flex: 0 0 12.28%;
}

footer .footer-top .footer-item:nth-of-type(3) {
    flex: 0 0 17%;
}

footer .footer-top .footer-item:nth-of-type(4) {
    flex: 0 0 18.47%;
}

footer .footer-item .title {
    font-size: 16px;
    font-weight: 500;
    color: #e31c18;
    text-transform: uppercase;
    margin-bottom: 30px;
}

footer .footer-item ul {
    margin: 0;
}

footer .footer-item ul li {
    padding-left: 0;
    margin-bottom: 20px;
}

footer .footer-item ul li:last-of-type {
    margin-bottom: 0px;
}

footer .footer-item ul li:before {
    display: none;
}

footer .footer-item ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

footer .footer-item ul li a:hover {
    color: #f7a600;
}

footer .footer-item .text,
footer .footer-item .copyright,
.footer-bottom .copyright,
.make-it {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.make-it:hover {
    color: #f7a600;
}

footer .footer-item .text {
    margin-bottom: 10px;
}

footer .footer-item.contacts ul li a {
    position: relative;
    padding-left: 35px;
    display: block;
    margin-bottom: 30px;
}

footer .footer-item.contacts ul li a:last-of-type {
    margin-bottom: 0;
}

footer .footer-item ul li a span {
    position: absolute;
    top: 0;
    left: 0;
}

/* .services-table .drop:nth-of-type(1) {
    order: 1;
}
.services-table .drop:nth-of-type(2) {
    order: 2;
}
.services-table .drop:nth-of-type(3) {
    order: 3;
}
.services-table .drop:nth-of-type(4) {
    order: 4;
}
.services-table .drop:nth-of-type(5) {
    order: 5;
}
.services-table .drop:nth-of-type(6) {
    order: 6;
}
.services-table .drop:nth-of-type(7) {
    order: 7;
}
.services-table .drop:nth-of-type(8) {
    order: 8;
}
.services-table .drop:nth-of-type(9) {
    order: 9;
} */


.fancybox-slide {
    padding: 20px !important;
}


/* adaptive */

@media (max-width: 1350px) {
    .team .col-xl-9 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .objects .arrow-wrapper {
        width: 52vw;
        margin: 30px auto 0 auto;
        padding: 0 80px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .contacts-panel {
        padding: 60px;
    }

    footer .footer-top .footer-item {
        flex: 0 0 25% !important;
        padding: 0 15px;
    }

    .footer-top {
        margin: 0 -15px;
    }

    .services-table .flex-cell {
        padding: 20px;
    }

    nav.menu ul li a {
        font-size: 13px;
    }

    header .form {
        padding: 105px 20px;
    }
}

@media (max-width: 991.98px) {
    .objects .arrow-wrapper {
        margin: 0 auto;
    }

    header .header-top .container {
        border-bottom: 0px;
    }

    .button-row {
        display: flex;
    }

    header .header-top .contact {
        background-color: transparent;
        text-align: right;
    }

    nav.menu>ul {
        justify-content: space-between;
    }

    header .col-left .text-wrapper {
        text-align: center;
    }

    .col-right {
        display: none;
    }

    .header-bottom .text-wrapper {
        padding: 75px 0 100px 0;
    }

    .profit .container {
        max-width: 625px;
    }

    .profit .image-wrapper .image {
        display: none;
    }

    .profit .video-wrapper {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 330px;
        margin-bottom: 50px;
        display: block;
    }

    .services-wrapper .table-section .background-right,
    .services-wrapper .table-section .background-left {
        display: none;
    }

    .advantages-row .advantages-container {
        flex: 0 0 50%;
        padding: 15px 30px;
    }

    .container.mobile-full {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .advantages .information {
        padding: 40px 100px;
        align-items: center;
    }

    .objects .slider .slick-slide {
        width: unset;
        padding: 0 15px;
    }

    .objects .slider .slider-element .overlay {
        display: none;
    }

    .objects .slider .slider-element .title {
        position: absolute;
        width: 360px;
        padding: 35px 10px;
        background: #16235c;
        font-family: "Roboto";
        font-weight: 500;
        font-size: 17px;
        color: #ffffff;
        text-align: center;
        bottom: 0px;
        right: 100px;
        display: block;
        transform: scale(0);
        transition: 0.5s;
    }

    .objects .slider .slider-element.slick-current .title {
        transform: scale(1);
    }

    .team .flex-nowrap {
        flex-wrap: wrap !important;
    }

    .objects .arrow-wrapper {
        width: 100%;
        margin-top: -10px;
        z-index: 10;
        position: relative;
        max-width: 750px;
    }

    .team .text-wrapper {
        text-align: center;
    }

    .team .slider,
    .certificats .slider {
        max-width: 555px;
        margin: 0 auto;
    }

    .certificats {
        background-size: 35%;
    }

    .contacts-panel {
        padding: 55px;
        margin-bottom: 0px;
    }

    .maps-wrapper {
        height: 375px;
    }

    footer .footer-top,
    footer .footer-bottom {
        flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 62.5px;
        margin: 0 auto;
    }

    footer .footer-top .footer-item {
        flex: 0 0 50% !important;
        margin-bottom: 55px;
        max-width: 220px;
    }

    footer .footer-top .footer-item:nth-of-type(1) {
        max-width: 220px;
    }

    footer .footer-item ul li {
        padding-left: 0;
        margin-bottom: 15px;
    }

    footer .footer-item.contacts ul li {
        margin-bottom: 33px;
    }

    footer .footer-item.contacts ul li:last-of-type {
        margin-bottom: 0;
    }

    .footer-item:nth-of-type(3),
    .footer-item:nth-of-type(4) {
        margin-bottom: 0px !important;
    }

    .contacts-form {
        position: relative;
    }

    section.contacts {
        overflow: hidden;
    }

    .contacts .check-box label {
        text-align: left;
        font-size: 13px;
    }

    .contacts-form .image-wrapper {
        position: absolute;
        height: 100%;
        right: 0;
    }

    .contacts-form .image-wrapper .image {
        bottom: -150px;
        position: absolute;
        width: 450px;
        height: 100%;
        z-index: -1;
        right: -70px;
    }

    .contacts-form .text {
        align-self: flex-end;
        margin-bottom: 20px;
        margin-left: -175px;
    }

    .contacts .form-wrapper {
        padding-top: 0;
    }

    .contacts .form-text {
        max-width: 65%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .advantages .main-text {
        max-width: 355px;
    }

    .profit .text-wrapper {
        padding-top: 50px;
    }

    .services-wrapper .text-wrapper .text {
        text-align: center;
    }

    .services-table .flex-cell:not(.title-cell) .arrow {
        align-self: flex-end;
    }

    .objects .slider {
        max-width: 750px;
        margin: 0 auto;
    }

    .objects .slider .slick-slide {
        height: 500px;

    }

    .objects .slider .slider-element .image {
        max-height: 460px;
    }

    .team .arrow-wrapper {
        display: flex;
        position: absolute;
        /* width: 100%; */
        justify-content: space-between;
        left: 15px;
        right: 15px;
        bottom: -190px;
    }

    h2 {
        font-size: 26px;
    }

    .services-wrapper .table-section.outer ul {
        margin: 0;
        list-style-position: inside;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .services-table .flex-cell {
        padding: 15px;
    }

    .services-table .flex-cell .text {
        margin: auto 0;
    }
}

@media (max-width: 767.98px) {
    .table-section .container {
        padding: 0;
        max-width: 100%;
    }

    .team .arrow-wrapper {
        left: -65px;
        right: -65px;
    }

    .certificats .arrow.right {
        right: -65px;
    }

    .certificats .arrow.left {
        left: -65px;
    }

    .contacts .container {
        max-width: 100%;
    }

    .contacts-panel .adress {
        margin-bottom: 20px;
    }

    .contacts-panel .title {
        margin: 20px 0;
        line-height: 30px;
    }

    footer .footer-top,
    footer .footer-bottom {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {

    .mobile-menu-button {
        display: block;
    }


    nav.menu {
        display: none;
    }

    .mobile-menu nav.menu {
        display: block;
        width: 100%;
    }

    .mobile-menu nav.menu>ul {
        display: flex;
        flex-direction: column;
        padding: 60px 0;
        border-bottom: 1px solid #333333;
        width: 100%;
    }

    .mobile-menu nav.menu ul li {
        margin-bottom: 30px;
        position: relative;
    }

    .mobile-menu .contact {
        background-color: transparent;
        text-align: center !important;
        padding-bottom: 0px !important;
    }


    .mobile-menu nav.menu ul li .submenu {
        left: -29px;
        right: -41px;
        padding: 0 15px;
        z-index: 1000;
        height: 0;
    }



    .mobile-menu nav.menu ul li .submenu .menu-tabs .tab {
        font-size: 16px;
    }

    .mobile-menu .close-button {
        width: 30px;
        height: 30px;
        background-image: url(../images/close.png);
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat;
        position: absolute;
        left: 35px;
        top: 35px;
        cursor: pointer;
        z-index: 100;
    }

    .mobile-menu nav.menu>ul li:hover .submenu ul {
        margin: 0;
        padding: 24px 0;
    }

    .header-top .row,
    .header-bottom .row {
        margin: 0 !important;
    }

    .header-top .col-md-5 {
        display: none;
    }

    .profit {
        padding: 60px 0;
    }

    .profit .container {
        padding: 0 35px;
    }

    .profit .main-text {
        margin-bottom: 40px;
    }

    .profit .text-wrapper {
        padding-top: 40px;
    }

    .services {
        padding: 60px 0;
    }

    .advantages {
        padding: 60px 0 0 0;
    }

    .team h3 {
        margin-top: 0;
    }

    .header-top {
        padding: 25px 5px;
    }

    .header-top .col-md-7 {
        text-align: right;
    }

    header .header-top .container {
        max-width: 100%;
    }

    .submenu.open {
        height: 315px !important;
        padding: 15px !important;
        top: 35px !important;
        overflow: scroll !important;
    }

}

@media (max-width: 681px) {

    .team .slider,
    .certificats .slider {
        max-width: 260px;
    }

    .team .text-wrapper .arrow-wrapper {
        display: flex;
        position: absolute;
        width: 120px;
        justify-content: space-between;
        bottom: 40px;
        margin: 0 auto;
    }

    .team .text-wrapper {
        position: static !important;
    }

    .team {
        position: relative;
    }

    .certificats .arrow.left {
        top: 100%;
        left: 50%;
        margin-top: 27px;
        margin-left: -58px;
    }

    .certificats .arrow.right {
        top: 100%;
        right: 50%;
        margin-top: 27px;
        margin-right: -58px;
    }

    .certificats .slider .slider-element .slide {
        height: 291px;
    }

    .certificats {
        padding: 60px 0 140px 0;
    }

    .objects .slider .slick-slide {
        padding: 0;
    }

    .advantages .information .text {
        margin-left: 0;
        flex: 0 0 100%;
        text-align: center;
    }

    .advantages .information {
        padding: 40px;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .contacts-form .image-wrapper {
        position: relative;
        height: 320px;
    }

    .contacts-form .image-wrapper .image {
        bottom: 20px;
    }

    .contacts-form .text {
        align-self: flex-start;
        margin-bottom: 20px;
        margin-left: 0;
        max-width: 145px;
        text-align: left;
    }

    .contacts-form .text * {
        text-align: left !important;
    }

    .contacts .form-wrapper {
        padding-bottom: 40px;
    }

    .objects .slider .slick-slide {
        height: 360px;
    }

    .objects .slider .slider-element .image {
        max-height: 320px;
    }

    .objects .arrow-wrapper {
        margin-top: 40px;
        justify-content: center;
    }

    .services-wrapper .table-section.outer ul {
        margin: 0;
        list-style-position: inside;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    h1 {
        font-size: 24px;
    }

    nav.menu {
        display: none;
    }

    .header-top .row,
    .header-bottom .row {
        margin: 0 !important;
    }

    .header-top .col-md-5 {
        display: none;
    }

    .profit {
        padding: 60px 0;
    }

    .profit .container {
        padding: 0 35px;
    }

    .profit .main-text {
        margin-bottom: 40px;
    }

    .profit .text-wrapper {
        padding-top: 40px;
    }

    .services {
        padding: 60px 0;
    }

    .advantages {
        padding: 60px 0 0 0;
    }

    .team h3 {
        margin-top: 0;
    }

    .header-top {
        padding: 25px 5px;
    }

    .header-top .col-md-7 {
        text-align: right;
    }

    footer .footer-top .footer-item {
        flex: 0 0 100% !important;
        margin-bottom: 55px;
        max-width: unset !important;
        text-align: center;
    }

    footer .footer-top .footer-item.contacts {
        max-width: 183px !important;
        margin: 0 auto;
        text-align: left;
    }

    .footer-item:nth-of-type(3),
    .footer-item:nth-of-type(3) {
        margin-bottom: 50px !important;
    }

    footer .footer-item .title {
        text-align: center;
    }

    footer .container {
        max-width: 320px;
    }

    .advantages-row .advantages-container .advantages-element .text {
        font-size: 16px;
    }

    .advantages-row .advantages-container {
        flex: 0 0 50%;
        padding: 15px 10px;
    }

    .advantages .main-text {
        margin-bottom: 25px;
    }

    .advantages .information {
        font-size: 16px;
    }

    .advantages .information .icon {
        margin-bottom: 20px;
    }

    .objects {
        padding: 60px 0;
    }

    .objects .main-text {
        margin-bottom: 35px;
    }



    .objects .slider .slider-element .title {
        position: absolute;
        width: 290px;
        bottom: 0px;
        right: 50%;
        margin-right: -145px;
    }

    .team {
        padding: 60px 0 80px 0;
    }

    section.contacts {
        padding: 60px 0 0 0;
    }

    .contacts-panel {
        padding: 55px 35px;
        margin-bottom: 0px;
        background-image: unset;
    }

    .contacts-panel .phone {
        font-size: 29px;
    }

    .contacts .form-text {
        max-width: 100%;
        text-align: left;
    }

    .form-title {
        font-size: 25px;
    }

    .form-title span {
        font-size: 30px;
    }

    .main-text {
        padding: 0 15px;
    }

    .profit .video-wrapper {
        height: 200px;
    }

    .team .text-wrapper .text {
        margin-bottom: 40px;
    }

    .form-wrapper .form-container {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contacts-form .image-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 574px) {
    .objects .slider .slider-element img {
        width: auto;
        height: 100%;
    }

    div.flex-cell[data-name='18'] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}