@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Light.ttf');
    src: local('Montserrat Light'), url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
    src: local('Montserrat'), url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf');
    src: local('Montserrat Semibold'), url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
    src: local('Montserrat Semibold'), url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf');
    src: local('Montserrat Semibold'), local('Montserrat-Semibold'), url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 800;
    font-display: auto;
    font-display: swap;
}

:root {
    --black-bg:#212529;
    --white-bg:#FFFFFF;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*ШАБЛОНЫ*/
h1,h2,h3,h4,h5,h6{
    font-family:'Montserrat',sans-serif;
}
body,li,a,p,span,button{
    font-family:'Montserrat',sans-serif;
}
p,ul li,ol li{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color:#121417;
    letter-spacing: 0px;
}
p {
    margin: 0 0 20px 0;
}
a {
    text-decoration: none;
    transition: all .25s;
}
a:hover {
    text-decoration: none;
    transition: all .25s;
}
p a {
    text-decoration: underline;
}
img {
    max-width: 100%;
}
.beforeAfter img {
    max-width: unset;
    display: flex;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
/*@media (min-width: 1200px) {
    .container {
        max-width: 1050px;
    }
}*/
@media (max-width: 1190px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.flex-blok, .flex{
    display: flex!important;
    position: relative;
}
.flex-right{
    justify-content: flex-end!important;
}
.flex-left{
    justify-content: flex-start!important;
}
.flex-center{
    justify-content: center!important;
}
.flex-space-around{
    justify-content: space-around!important;
}
.flex-space-between, .justify-between{
    justify-content: space-between!important;
}
.flex-align-items-center, .items-center {
    align-items: center!important;
}
.flex-row{
    flex-direction:row!important;
}
.flex-column{
    flex-direction:column!important;
}
.flex-wrap {
    flex-wrap: wrap;
}
.wrapper-just-2{
    width: calc(50% - 20px);
}
.wrapper-just-3{
    width: calc(33.33333% - 10px);
}
.wrapper-just-4{
    width: calc(25% - 10px);
}
.wrapper-just-5{
    width: calc(20% - 10px)!important;
}
.wrapper-2{
    width: 50%;
}
.wrapper-3{
    width: 33.33333%;
}
.wrapper-4{
    width: 25%;
}
.wrapper-5{
    width: 20%;
}
.mg-0{
    margin: 0!important;
}
.mgt-0 {
    margin-top: 0!important;
}
.mgb-0 {
    margin-bottom: 0!important;
}
.mgt-10 {
    margin-top: 10px!important;
}
.mgb-10 {
    margin-bottom: 10px!important;
}
.mgt-15 {
    margin-top: 15px!important;
}
.mgb-15 {
    margin-bottom: 15px!important;
}
.mgt-30 {
    margin-top: 30px!important;
}
.mgb-30 {
    margin-bottom: 30px!important;
}
.pg-0 {
    padding: 0!important;
}
.pgt-0 {
    padding-top: 0!important;
}
.pgb-0 {
    padding-bottom: 0!important;
}
section {
    padding: 0;
    margin:60px 0;
    position: relative;
    transition: all 0.5s ease;
}
section h1, .hero-slider h2 {
    font-weight: 500;
    font-size: 54px;
    line-height: 120%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color:#263D85;
    margin:0 0 17px 0;
}
section h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -1px;
    margin:0 0 30px 0;
    color:#121417;
}
.desktop-none {
    display: none!important;
}
.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
}
.width100{
    width: 100%!important;
}
.hidden {
    display: none!important;
}
.center-text {
    text-align: center;
    margin-bottom: 20px;
}
#preloader {
    position: fixed;
    z-index: 111;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
#preloader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
#preloader:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

#preloader:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 50px;
    height: 50px;
    margin-top: -0.5em;
    border: 15px solid rgba(255, 255, 255, 1.0);
    border-radius: 100%;
    border-bottom-color: transparent;
    -webkit-animation: spinner 1s linear 0s infinite;
    animation: spinner 1s linear 0s infinite;
}
#preloader.hidden {
    visibility: hidden;
    opacity: 0;
    display: none;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/*ФОРМЫ*/
.btn-wrapper {
    display: flex;
    justify-content: space-between;
}
.btn-wrapper.left-btn-wrapper {
    justify-content: flex-start;
}
.btn{
    background: #263D85;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 16px;
    margin: 0;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 128%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    border:1px solid transparent;
    box-sizing: border-box;
    transition-duration: 0.25s;
    position: relative;
    white-space: nowrap;
}
.btn:hover {
    color: #FFFFFF;
    background: #212529;
    animation: ripple 0.7s linear infinite;
    opacity: 0.8;
    text-decoration: none;
}
.btn.yellow-btn {
    background: #F1D02B;
    letter-spacing: 0;
    border: 1px solid #F1D02B;
    font-size: 10px;
}
.btn.reg-btn{
    background: #F1D02B;
    letter-spacing: 0;
    border: 1px solid #F1D02B;
    letter-spacing: 0.33em;
    margin-bottom: 30px;
}
.btn:disabled {
    color: #FFFFFF;
    background: #616161;
    cursor: not-allowed;
}
.btn.disabled {
    opacity: 0.2;
    cursor: not-allowed;
    pointer-events: none;
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
    }
    100% {
        box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
    }
}
input, textarea, select{
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    padding: 16px 16px;
    margin: 0;
    width: 100%;
    transition-duration: 0.25s;
    position: relative;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    line-height: 150%;
    background: #F0F2F5;
}
input::placeholder, textarea::placeholder{
    color: #61788A;
}
input:hover, input:focus,
textarea:hover, textarea:focus{
    border: none;
    outline: none;
}
input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.5px;
    vertical-align: middle;
    color:#212529;
    margin: 0 0 12px 0;
    position: relative;
    display: flex;
}
.single-checkbox {
    width: 21px;
    height: 21px;
    display: none;
}
.other-checkbox-text {
    display: none;
}
input[type="search"] {
    -webkit-appearance: none;
}
.radio-checkbox-label{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: #121212;
    padding-left: 28px;
    margin: 0;
    cursor: pointer;
    display: flex;
}
.radio-checkbox-label:before {
    background-color: #fff;
    border: 1px solid #949494;
    /*    border-radius: 4px;*/
    box-sizing: border-box;
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    left: 0;
    top: 3px;
    border-radius: 3px;
    position: absolute;
    transition: background-color .2s ease-in-out,border .2s ease-in-out;
}
input[type=radio] + .radio-checkbox-label:before {
    border-radius: 10px;
}
input[type=checkbox]:checked + .radio-checkbox-label:before {
    background-color: #121212;
    background-image: url("data:image/svg+xml;utf8,<svg width='14' height='12' viewBox='0 0 14 12' xmlns='http://www.w3.org/2000/svg'><path d='M4.10351 8.89548L1.45582 6.09578L0 7.6352L4.13584 12L14 1.56934L12.5159 0L4.10351 8.89548Z' fill='rgb(255, 255, 255)' /></svg>");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px 10px;
    border-color: #121212;
}
input[type=radio]:checked + .radio-checkbox-label:before {
    background-color: #121212;
    background-image: url("data:image/svg+xml;utf8,<svg width='14' height='14' viewBox='0 0 14 12' xmlns='http://www.w3.org/2000/svg'><circle cx='7' cy='6' r='6' fill='white'/></svg>");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px 10px;
    border-color: #121212;
}
.radio-checkbox input[type=radio],.radio-checkbox input[type=checkbox]{
    display: none;
}
input.disabled {
    background-color: rgb(244, 245, 247);
    cursor: not-allowed;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}
select{
    color: #999999;
}
select option{
    color: #212529;
}
select option[disabled]{
    color: #999999;
}
select option:checked {
    color: #212529;
}
.form-wrapper .errors {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}

.errors{
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0.1px;
    vertical-align: middle;
    position: relative;
    color: #FF0000;
}
.success{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: #23C934;
}
.single-btn-sect {
    display: flex;
    justify-content: center;
}
.form-wrapper{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    position: relative;
}

.form-wrapper form {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.form-wrapper .form-group {
    margin-bottom: 24px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    position: relative;
}
.form-wrapper .form-group.inline {
    flex-direction: row;
    margin: 0;
}
.form-wrapper input[type="submit"] {
    background: #263D85;
    color: #fff;
    padding: 16px 32px;
    border: none;
    cursor: pointer;
    width: auto;
}
.form-wrapper input[type="submit"]:hover {
    background: #FFFFFF;
    color: #333333;
}
.form-check {
    position: relative;
    display: flex;
}
.form-check-input {
    position: absolute;
    margin: 0;
    top:0;
    width: 19px;
    height: 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-check-input:checked {
    background: url('../images/icons/checkmark.svg') 0 0 no-repeat;
    background-position: center;
}

.form-check-label{
    padding-left: 39px;
}
.form-check-label a,.form-italic a{
    font-weight: 700;
    color: #161412;
}
.form-check-label, .form-italic {
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: #909090;
    margin: 0;
}
.form-wrapper .two-inputs {
    display: flex;
    justify-content: space-between;
}
.form-wrapper .two-inputs .form-group{
    width: calc(50% - 7px);
}
.form-wrapper .is-invalid {
    border-color: #F96C4D;
    padding-right: calc(1.6em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.form-wrapper-overlay .form-wrapper .form-group {
    margin-bottom: 16px;
}
.form-wrapper-overlay input,.form-wrapper-overlay textarea, .form-wrapper-overlay select{
    border-radius: 10px;
}
.form-wrapper-overlay,.result-wrapper-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
}
.form-wrapper-overlay .form-wrapper,
.result-wrapper-overlay .result-wrapper{
    max-width: 420px;
    background: #E8EBE7;
    top: 50%;
    transform: translate(0,-50%);
    margin: auto;
    z-index: 99;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
.form-wrapper-overlay .form-wrapper .close-popup,
.result-wrapper-overlay .result-wrapper .close-popup{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.form-wrapper-overlay .form-wrapper .close-popup:hover path,
.result-wrapper-overlay .result-wrapper .close-popup:hover path{
    fill: #255A6C;
}
.form-wrapper-overlay .form-wrapper .close-popup svg,
.result-wrapper-overlay .result-wrapper .close-popup svg{
    max-width: 100%;
    max-height: 100%;
    transition: .4s;
}
.form-wrapper-overlay .form-wrapper .close-popup path,
.result-wrapper-overlay .result-wrapper .close-popup path{
    fill: #121212;
    transition: .4s;
}
#form-res {
    font-size: 28px;
    text-align: center;
}
#popup-result-tex {
    font-size: 28px;
}
.relative-wrapper {
    position: relative;
}
.no-border {
    border: none!important;
}
.see-password {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    width: 22px;
    height: 21px;
    background: url(../images/icons/eye-dontsee.svg) 0 0 no-repeat;
    z-index: 99;
    cursor:pointer;
}
.see-password.view {
    background: url(../images/icons/eye-see.svg) 0 0 no-repeat;
}
.popup-agreement-text {
    font-size: 12px;
    margin: 20px 0 0 0;
}
.alert {
    width: 100%;
    max-width: 673px;
    box-sizing: border-box;
    position: fixed;
    z-index: 111;
    padding: 15px 40px 15px 20px;
    left: 50%;
    top: 140px;
    transform: translate(-50%, 0);
    display: none;
    color: #fff;
}
.alert span{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: #FFFFFF;
}
.alert-success {
    background: #23C934;
}
.alert-danger {
    background: #F96C4D;
}

.alert .close-popup {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
    transition-duration: 0.25s;
}
.alert .close-popup:hover svg path {
    fill: #121212;
}
.slick-track{
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}
.slider-wripper-template .slick-list{
    margin: 0 -12px!important;
}
.slider-wripper-template .slide-template{
    position: relative;
    margin: 0 12px;
}
.slider-wripper-template .slide-template img{
    width: 100%;
}
.slider-wripper-template .slick-dots {
    position: relative;
    width: 100%;
    display: flex;
    padding: 0;
    margin: 40px 0 0 0;
    list-style-type: none;
    justify-content: center;
}
.slider-wripper-template .slick-dots li {
    padding: 0;
    margin: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slider-wripper-template .slick-dots li button{
    -webkit-appearance: none!important;
    background: rgba(0, 0, 0, 0.3);
    border-style: none;
    height: 4px;
    width: 40px;
    cursor: pointer;
    color: transparent;
    padding: 0;
    overflow: hidden;
}
.slider-wripper-template .slick-dots li.slick-active button{
    background: rgba(0, 0, 0, 0.9);
}
.arrow-prev:hover,
.arrow-prev:focus,
.arrow-next:hover,
.arrow-next:focus{
    transition-duration: 0.4s;
}
.cat-filter {
    padding: 0;
}
.cat-filter .filter-tabs-wrapper{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cat-filter .filter-tabs-wrapper .filter-tab{
    padding: 8px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #EA4174;
    border: 1px solid #EA4174;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    margin-right: 8px;
    margin-bottom: 0;
    text-decoration: none;
}
.cat-filter .filter-tabs-wrapper .filter-tab:hover {
    border:1px solid #212529;
}
.cat-filter .filter-tabs-wrapper .filter-tab.active{
    background: #EA4174;
    color:#FFFFFF;
}
.list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.list-wrapper .single-item{
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
}
.list-wrapper .single-item .img-wrapper{
    position: relative;
    display: flex;
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    border-radius: 8px;
    transition: transform .2s;
}
.list-wrapper  .single-item .img-wrapper:hover {
    transform: scale(1.1);
}
.list-wrapper  .single-item .img-wrapper img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.list-wrapper  .single-item .title-wrapper{
    margin: 30px 0 0 0;
}
.list-wrapper  .single-item .title-wrapper span {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    color:#554ABF;
}
.list-wrapper  .single-item .title-wrapper h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.5px;
    margin: 12px 0;
    color: #212529;
}
.list-wrapper  .single-item .title-wrapper p {
    margin: 20px 0;
    color: #212529;
}
.list-wrapper .single-item .title-wrapper a {
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    margin: 0;
    color: #EA4174;
}
.pagination-wrapper nav ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
}
.pagination-wrapper nav ul li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0 10px;
    width: 38px;
    height: 38px;
    border: 0.5px solid #EA4174;
}
.pagination-wrapper nav ul li:first-child, .pagination-wrapper nav ul li:last-child{
    border: 0px solid #EA4174;
}
.pagination-wrapper nav ul li:first-child span, .pagination-wrapper nav ul li:last-child span,
.pagination-wrapper nav ul li:first-child a, .pagination-wrapper nav ul li:last-child a {
    font-size: 24px;
}
.pagination-wrapper nav ul li a, .pagination-wrapper nav ul li span{
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 135%;
    display: flex;
    align-items: center;
    color: #EA4174;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.pagination-wrapper nav ul li.active{
    background: #EA4174;
}
.pagination-wrapper nav ul li.active span{
    color: #FFFFFF;
}
.modal-wrapper-overlay,
.form-modal-wrapper-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
}
.modal-wrapper-overlay .modal-wrapper,
.form-modal-wrapper-overlay  .form-modal-wrapper{
    max-width: 390px;
    background: #263D85;
    top: 20%;
    margin: auto;
    z-index: 99;
    padding: 70px 20px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    color:#fff;
}
.modal-wrapper-overlay .modal-wrapper .close-popup,
.form-modal-wrapper-overlay  .form-modal-wrapper .close-popup{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.modal-wrapper-overlay .modal-wrapper .close-popup:hover path,
.form-modal-wrapper-overlay  .form-modal-wrapper .close-popup:hover path{
    fill: #255A6C;
}
.modal-wrapper-overlay .modal-wrapper .close-popup svg,
.form-modal-wrapper-overlay  .form-modal-wrapper .close-popup svg{
    max-width: 100%;
    max-height: 100%;
    transition: .4s;
}
.modal-wrapper-overlay .modal-wrapper .close-popup path,
.form-modal-wrapper-overlay  .form-modal-wrapper .close-popup path{
    fill: #fff;
    transition: .4s;
}

@media (max-width: 1200px) {
    p,ul li,ol li{
        font-size: 16px;
    }
    section h1, .hero-slider h2 {
        font-size: 32px;
        letter-spacing: 0;
    }
    section h2 {
        font-size: 22px;
    }
    .wrapper-2{
        width: calc(50% - 20px)!important;
    }
    .list-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}
@media (max-width: 768px) {
    section {
        margin: 40px 0;
    }
    .desktop-none {
        display: flex!important;
    }
    .mob-none{
        display: none!important;
    }
    .wrapper-mob-100{
        width: 100%!important;
    }
    .mob-flex-column{
        flex-direction:column!important;
    }
    .btn{
        font-size: 14px;
    }
    .form-wrapper .form-group {
        margin-bottom: 28px;
    }
    .form-wrapper .two-inputs {
        flex-direction: column;
    }
    .form-wrapper .two-inputs .form-group{
        width: 100%;
    }
    .list-wrapper {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 30px;
    }
    .list-wrapper  .single-item .title-wrapper{
        margin: 30px 0 0 0;
    }
    .list-wrapper  .single-item .title-wrapper h4{
        font-size: 18px;
        margin: 10px 0;
    }
    .list-wrapper  .single-item .title-wrapper p{
        font-size: 16px;
        margin: 10px 0;
    }
}


header {
    background:rgba(255, 255, 255, 0.5);
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    width: 100%;
    top:0;
    z-index: 999;
}
header .header-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0;
    height: 100px;
    width: 100%;
}
header .header-wrapper .logo-wrapper {
    display: flex;
}
header .header-wrapper .logo-wrapper .logo-link {
    display: flex;
}
header .header-wrapper .logo-wrapper .logo-link img {
    width:70px;
    min-width: 70px;
    height: auto;
    object-fit: contain;
}
header .header-wrapper .header-navigation-wrapper, header .header-wrapper .header-navigation-wrapper .header-navigation {
    display: flex;
    justify-content: space-between;
}
header .header-wrapper .header-navigation-wrapper {
    width: 100%;
    justify-content: flex-end;
}
header .header-wrapper ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}
header .header-wrapper ul li{
    display: flex;
    color: #fff;
    align-items: center;
}
header .header-wrapper ul li a {
    padding: 0px 40px 0px 40px;
    display: flex;
    color: #14161D;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.48px;
    white-space: nowrap;
}
header .header-wrapper .header-navigation ul li {
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
header .header-wrapper .header-navigation .btn {
    font-weight: 600;
    font-size: 12px;
    line-height: 128%;
    letter-spacing: 0.24px;
}

header .header-wrapper .header-navigation ul li.menu-item-has-children ul.sub-menu {
    z-index: 9;
    position: absolute;
    width: 250px;
    border: 0;
    padding: 0;
    max-width: max-content;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    top: 90px;
    background: linear-gradient(0deg, rgba(0,34,60,1) 0%, rgba(7,47,77,1) 100%);
    /*    opacity: 0;*/
    /*    transform: translate(-7%, 60px);*/
    display: none;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    flex-direction: column;
}
header .header-wrapper .header-navigation ul li.menu-item-has-children:hover ul.sub-menu{
    /*    opacity: 1;*/
    display: flex;
}
header .header-wrapper .header-navigation ul li.menu-item-has-children ul.sub-menu li a {
    display: flex;
    background: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
    line-height: 30px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    width: 100%;
}
header .header-wrapper .header-navigation ul li.menu-item-has-children ul.sub-menu li a:hover,
header .header-wrapper .header-navigation ul li.menu-item-has-children ul.sub-menu li a:focus {
    background: #00477e;
    font-weight: normal;
    text-decoration: none;
}
header .header-wrapper .lang-wrapper ul a {
    text-transform: uppercase;
    text-decoration: none;
    color: #0165b2;
}
header .header-wrapper .lang-wrapper ul li.current-lang a{
    color: #fff;
    text-decoration: underline;
}
header .header-wrapper .lang-wrapper ul li a:hover {
    text-shadow: 0px 0px 5px #0165b2;
}
header .header-wrapper .lang-wrapper ul li.current-lang a:hover {
    text-shadow: 0px 0px 5px #fff;
}
.burger-wrapper {
    position: relative;
    height: 100px;
    align-items: center;
    justify-content: center;
    z-index: 1;
    display: none;
}
.burger-wrapper .burger-btn {
    width: 26px;
    height: 20px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
.burger-wrapper .burger-btn span{
    height: 2px;
    background-color: #121417;
    opacity: 1;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    -o-transition: opacity .3s,-o-transform .3s;
    -moz-transition: transform .3s,opacity .3s,-moz-transform .3s;
    transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s;
}
.burger-wrapper .burger-btn.active span:first-child,.burger-wrapper .burger-btn.active span:last-child  {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
@media (max-width: 1200px){
    header {
        position: relative;
        height: 60px;
    }
    header .header-wrapper {
        height: 60px;
    }
    header .header-wrapper .logo-wrapper .logo-link img {
        width:40px;
        min-width: 40px;
    }
    header .header-wrapper .header-navigation ul.top-menu>li {
        margin: 0;
    }
    header .header-wrapper .header-navigation ul.top-menu>li:last-of-type {
        margin: 0;
    }
    header .header-wrapper {
        box-sizing: border-box;
    }
    header .header-wrapper .header-navigation-wrapper{
        display: none;
        position: fixed;
        left: 0;
        top: 60px;
        overflow: hidden;
        z-index: 10;
        width: 100%;
        height: calc(100vh - 60px);
        padding: 0 15px;
        background: #FFFFFF;
    }
    .burger-wrapper {
        display: flex;
    }
    header .header-wrapper .header-navigation-wrapper .header-navigation {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: space-between;
        padding: 40px 0;
    }
    header .header-wrapper .header-navigation ul{
        flex-direction: column;
        width: 100%;
    }
    header .header-wrapper .header-navigation ul.top-menu li{
        width: 100%;
    }
    header .header-wrapper ul li a {
        font-size: 18px;
        line-height: 18px;
        padding: 15px 15px;
        width: 100%;
    }
    header .header-wrapper .header-navigation ul.top-menu>li {
        justify-content: space-between;
        border-bottom: 1px solid #dbdbdb;
    }
    header .header-wrapper .header-navigation ul.top-menu>li:last-of-type a {
        line-height: 14px;
        max-width: none;
    }
    header .header-wrapper .header-navigation ul li.menu-item-has-children {
        flex-direction: column;
        align-items: flex-start;
        transition: 0.25s;
    }
    header .header-wrapper .header-navigation ul li.menu-item-has-children:after{
        content: url('../img/down-arrow.svg');
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(1);
        position: absolute;
        right: 15px;
        top:12px;
        transition: 0.25s;
    }
    header .header-wrapper .header-navigation ul li.menu-item-has-children:hover ul.sub-menu{
        display: none;
    }
    header .header-wrapper .header-navigation ul li.menu-item-has-children.active ul.sub-menu{
        display: flex;
    }
    header .header-wrapper .header-navigation ul li.menu-item-has-children.active:after{
        transform: rotate(180deg);
    }
    header .header-wrapper .header-navigation ul li.menu-item-has-children>a {
        display: flex;
        width: 80%;
    }
    header .header-wrapper .header-navigation ul li.menu-item-has-children ul.sub-menu {
        opacity: 1;
        display: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width:100%;
        flex-direction: column;
        padding-left: 20px;
    }
    header .header-wrapper .lang-wrapper {
        padding-top: 40px;
    }
    header .header-wrapper .lang-wrapper ul {
        justify-content: center;
    }
    header .header-wrapper .lang-wrapper ul li a{
        padding: 0px 10px 0px 10px;
    }
}

footer {
    background: #263D85;
    padding: 60px 0;
}
footer * {
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0px;
    color: #FFFFFF;
}
footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
footer h3 {
    font-weight: 600;
    margin: 0 0 9px 0;
}
.footer-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.footer-wrapper .address-phone-email-wrapper {
    display: flex;
}
.footer-wrapper .address-phone-email-wrapper .address-phone-wrapper{
    display: flex;
    flex-direction: column;
    margin: 0 35px 0 0;
    max-width: 225px;
}
.footer-wrapper .address-phone-email-wrapper .address-phone-wrapper .address-wrapper{
    display: flex;
    flex-direction: column;
    margin: 0 0 25px 0;
    padding: 20px 0;
    border-top:1px solid #FFFFFF;
}
.footer-wrapper .address-phone-email-wrapper .address-phone-wrapper .phone-wrapper,
.footer-wrapper .address-phone-email-wrapper .email-wrapper{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 20px 0 0 0;
    border-top:1px solid #FFFFFF;
}
.footer-wrapper .footer-menu-wrapper{
    display: flex;
    flex-direction: column;
}
.footer-wrapper .footer-menu-wrapper ul{
    display: flex;
    flex-direction: column;
}
.footer-wrapper .footer-menu-wrapper ul li{
    display: flex;
    margin: 0 0 30px 0;
}
.footer-wrapper .footer-menu-wrapper ul li a{
    display: flex;
    font-size: 18px;
}
.footer-wrapper .footer-logo-wrapper {
    display: flex;
    flex-direction: column;
}
.footer-wrapper .footer-logo-wrapper .logo-link{
    display: flex;
    margin: 0 0 45px 0;
}
.footer-wrapper .footer-logo-wrapper .logo-link img{
    display: flex;
    width: 122px;
}
.footer-wrapper .footer-logo-wrapper .socials-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.footer-wrapper .footer-logo-wrapper .socials-wrapper a{
    display: flex;
    width: 24px;
    justify-content: center;
}
.footer-wrapper .footer-logo-wrapper .socials-wrapper a img{
    display: flex;
    height: 24px;
}
@media (max-width: 1200px){
    footer {
        max-height: none;
    }
    .footer-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .footer-wrapper .address-phone-email-wrapper{
        flex-direction: column;
    }
    .footer-wrapper .address-phone-email-wrapper .address-phone-wrapper {
        margin: 0 0 20px 0;
        max-width: unset;
    }
    .footer-wrapper .address-phone-email-wrapper .address-phone-wrapper .address-wrapper {
        margin: 0;
    }
    .footer-wrapper .footer-menu-wrapper {
        margin: 40px 0;
    }
}
@media (max-width: 768px){
    footer {
        padding: 40px 0;
    }
}


.hero {
    position: relative;
    height: 720px;
    margin: 0;
    padding: 0;
}
.hero .hero-container {
    height: 100%;
}
.hero .hero-content {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.hero .hero-content h1{
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
    letter-spacing: -1.21px;
    margin: 0;
    color: #FFFFFF;
}
.hero .hero-content .hero-content-text{
    padding-left: 25px;
    border-left: 1px solid #fff;
    color: #FFFFFF;
}
.hero .hero-content .hero-content-text p{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}
.hero .hero-video, .hero img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom center;
    object-position: bottom center;
}
@media (max-width: 1200px){
    .hero {
        height: 300px;
    }
    .hero .hero-content h1{
        font-size: 32px;
    }
    .hero .hero-content .hero-content-text p{
        font-size: 16px;
    }
}

.products {
}
.products .products-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.products .products-wrapper .single-product{
    display: flex;
    flex-direction: column;
    width: calc(33.333% - 20px);
}
.products .products-wrapper.two-column .single-product{
    width: calc(50% - 20px);
}
.products .products-wrapper .single-product .img-wrapper{
    display: flex;
    width: 100%;
    max-height: 360px;
}
.products-wrapper .single-product img{
    display: flex;
    width: 100%;
    /*    height: 100%;*/
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.products .products-wrapper .single-product h4,
.products .products-wrapper .single-product p{
    line-height: 140%;
    letter-spacing: 0px;
}
.products .products-wrapper .single-product h4{
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0 10px 0;
    color: #121417;
}
.products .products-wrapper .single-product p{
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #637887;
}
.products .btn-wrapper{
    margin: 40px 0 0 0;
    justify-content: center;
}
@media (max-width: 1200px) {
    .products .products-wrapper{
        flex-direction: column;
        align-items: center;
    }
    .products .products-wrapper .single-product{
        width: 50%;
        margin: 0 0 30px 0;
    }
    .products .products-wrapper .single-product .img-wrapper{
        max-height: unset;
    }
    .products .btn-wrapper{
        margin: 0;
    }
}
@media (max-width: 768px) {
    .products .products-wrapper .single-product{
        width: 100%;
    }
    .products .products-wrapper.two-column .single-product{
        width: 100%;
        ;
    }
}

.products2 {
}
.products2 .products-wrapper{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.products2 .products-wrapper .single-product{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 58px 0;
}
.products2 .products-wrapper .single-product:last-of-type{
    margin: 0;
}
.products2 .products-wrapper .single-product .img-wrapper{
    display: flex;
    width: calc(50% - 15px);
    display: flex;
    max-height: 367px;
    order:1;
}
.products2 .products-wrapper .single-product:nth-child(even) .img-wrapper {
    order:2;
}
.products2 .products-wrapper .single-product .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 15px);
    order:2;
}
.products2 .products-wrapper .single-product:nth-child(even) .content-wrapper {
    order:1;
}
.products-wrapper .single-product h3{
    font-weight: 700;
    font-size: 32px;
    line-height: 168%;
    letter-spacing: -1.21px;
    margin:0 0 24px 0;
    color: #121417;
}
.products-wrapper .single-product p{
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    letter-spacing: 0px;
    margin: 0;
    color: #121417;
}
@media (max-width: 1200px) {
    .products2 .products-wrapper .single-product{
        flex-direction: column;
        margin: 0 0 40px 0;
    }
    .products2 .products-wrapper .single-product .img-wrapper{
        width: 100%;
        margin: 0 0 10px 0;
        order:1;
    }
    .products2 .products-wrapper .single-product:nth-child(even) .img-wrapper {
        order:1;
    }
    .products2 .products-wrapper .single-product .content-wrapper {
        width: 100%;
        order:2;
    }
    .products2 .products-wrapper .single-product:nth-child(even) .content-wrapper {
        order:2;
    }
    .products-wrapper .single-product h3{
        font-size: 24px;
        margin:0 0 20px 0;
    }
    .products-wrapper .single-product p{
        font-size: 18px;
    }
}
@media (max-width: 768px) {

}

.faq_list{
}
.faq_list h2{
    text-align: center;
}
.faq_list .faq_list-wrapper{
    display: flex;
    flex-direction: column;
    padding: 0 200px;
}
.faq_list .faq_list-wrapper .faq-sigle{
    width: 100%;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #E0E0E0;
}
.faq_list .faq_list-wrapper .faq-sigle:last-of-type{
    margin: 0;
}
.faq_list .faq_list-wrapper .faq-sigle .question{
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #121417;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: all .25s;
    align-items: center;
}
.faq_list .faq_list-wrapper .faq-sigle .question:after{
    content: "";
    background: url('../img/icons/plus-icon.svg');
    background-size: cover;
    position: relative;
    height: 28px;
    width: 28px;
    transition: all .25s;
    flex-basis: 28px;
    flex-grow: 0;
    flex-shrink: 0;
}
.faq_list .faq_list-wrapper .faq-sigle.active .question:after{
    transform: rotate(45deg)
}
.faq_list .faq_list-wrapper .faq-sigle .answer{
    margin-top: 15px;
    display: none;
}
.faq_list .faq_list-wrapper .faq-sigle .answer p {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
    color:#61788A;
}
.faq_list .faq_list-wrapper .faq-sigle .answer p:last-of-type {
    margin: 0;
}

@media (max-width: 1200px) {
    .faq_list .faq_list-wrapper{
        padding: 0 100px;
    }
    .faq_list .faq_list-wrapper .faq-sigle{
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
    }
    .faq_list .faq_list-wrapper .faq-sigle .question{
        font-size: 18px;
    }
    .faq_list .faq_list-wrapper .faq-sigle .question:after{
        height: 16px;
        width: 16px;
        flex-basis: 16px;
    }
    .faq_list .faq_list-wrapper .faq-sigle .answer{
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .faq_list .faq_list-wrapper{
        padding: 0;
    }

}
.contact-us{
}
.contact-us .form-wrapper{
    padding: 0 200px;
}
.contact-us .wpcf7{
    width: 100%;
}
.contact-us .title-wrapper{
    margin: 0 0 40px 0;
}
.contact-us .title-wrapper h2{
    text-align: center;
    margin: 0 0 8px 0;
}
.contact-us .title-wrapper p{
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
}
.contact-us .btn-wrapper{
}
@media (max-width: 1200px) {
    .contact-us .form-wrapper{
        padding: 0 100px;
    }
}
@media (max-width: 768px) {
    .contact-us .form-wrapper{
        padding: 0;
    }
}

.about-content{
}
.about-content-wrapper{
    padding: 0 200px;
}
.about-content h2{
    font-weight: 700;
    font-size: 32px;
    line-height: 144%;
    letter-spacing: -1.21px;
    text-align: center;
    margin: 40px 0;
    color: #263D85;
}
.about-content h2:last-of-type{
    margin: 40px 0 0 0;
}
.about-content h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0px;
    margin:0 0 25px 0;
    color: #263D85;
}
@media (max-width: 1200px) {
    .about-content-wrapper{
        padding: 0;
    }
}
@media (max-width: 768px) {
    .about-content h2{
        font-size: 22px;
        margin: 20px 0;
    }
    .about-content h2:last-of-type{
        margin: 20px 0 0 0;
    }
    .about-content h3{
        font-size: 18px;
        margin:0 0 20px 0;
    }
}

.сontacts {
}
.сontacts .сontacts-map-wrapper{
    display: flex;
    justify-content: space-between;
}
.сontacts .сontacts-map-wrapper .map-wrapper{
    display: flex;
    width: calc(70% - 10px);
    order:1;
}
.сontacts .сontacts-map-wrapper .map-wrapper iframe {
    width: 100%;
    border-radius: 10px;
}
.сontacts .сontacts-map-wrapper .сontacts-wrapper{
    display: flex;
    width: calc(30% - 10px);
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    border: 1.21px solid #DBE0E5;
    border-radius: 10px;
    order:2;
}
.сontacts .сontacts-map-wrapper .сontacts-wrapper .logo-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 0 20px 0;
}
.сontacts .сontacts-map-wrapper .сontacts-wrapper a {
    margin: 0 0 20px 0;
    color: #121417;
}
.сontacts .сontacts-map-wrapper .сontacts-wrapper h3 {
    margin: 0 0 10px 0;
}
@media (max-width: 1200px) {
    .сontacts .сontacts-map-wrapper .map-wrapper{
        width: calc(60% - 10px);
    }
    .сontacts .сontacts-map-wrapper .сontacts-wrapper{
        width: calc(40% - 10px);
        padding: 10px;
    }
}
@media (max-width: 768px) {
    .сontacts .сontacts-map-wrapper{
        flex-direction: column;
    }
    .сontacts .сontacts-map-wrapper .map-wrapper{
        width: 100%;
        order:2;
    }
    .сontacts .сontacts-map-wrapper .сontacts-wrapper{
        width: 100%;
        padding: 20px;
        order:1;
        margin: 0 0 20px 0;
    }
}

.partners {
}
.partners h2{
    text-align: center;
}
.partners .partners-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.partners .partners-wrapper .single-partner{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 58px 0;
}
.partners .partners-wrapper .single-partner:last-of-type{
    margin: 0;
}
.partners .partners-wrapper .single-partner .img-wrapper{
    display: flex;
    width: calc(50% - 15px);
    display: flex;
    max-height: 100%;
    order:1;
}
.partners .partners-wrapper .single-partner:nth-child(even) .img-wrapper {
    order:2;
}
.partners .partners-wrapper .single-partner .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 15px);
    order:2;
}
.partners .partners-wrapper .single-partner:nth-child(even) .content-wrapper {
    order:1;
}
.partners .partners-wrapper .single-partner h3{
    font-weight: 700;
    font-size: 32px;
    line-height: 168%;
    letter-spacing: -1.21px;
    margin:0 0 24px 0;
    color: #121417;
}
.partners .partners-wrapper .single-partner p{
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    letter-spacing: 0px;
    margin: 0;
    color: #121417;
}
@media (max-width: 1200px) {
    .partners .partners-wrapper .single-partner{
        flex-direction: column;
        margin: 0 0 40px 0;
    }
    .partners .partners-wrapper .single-partner .img-wrapper{
        width: 100%;
        margin: 0 0 10px 0;
        order:1;
    }
    .partners .partners-wrapper .single-partner:nth-child(even) .img-wrapper {
        order:1;
    }
    .partners .partners-wrapper .single-partner .content-wrapper {
        width: 100%;
        order:2;
    }
    .partners .partners-wrapper .single-partner:nth-child(even) .content-wrapper {
        order:2;
    }
    .partners .partners-wrapper .single-partner h3{
        font-size: 24px;
        margin:0 0 20px 0;
    }
    .partners .partners-wrapper .single-partner p{
        font-size: 18px;
    }
}
@media (max-width: 768px) {

}