html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
   display: block;
}
body {
   line-height: 1;
}
ol, ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}

::-webkit-input-placeholder {
    color: #818181;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #818181;
}

:-ms-input-placeholder {
    color: #818181;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #818181;
}

a,
a:-webkit-any-link {
    cursor: pointer;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.regular {
    font-weight: normal;
}

.grey {
    color: #6d6d6d;
}

.blue {
       color: #2038A1; 
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header__container,
.menu-container,
.pluses__container,
.types__container,
.cost__container,
.process__container,
.self-appointment__container,
.garviza__container,
.guarantees__container,
.questions__container,
.callus__container,
.on_map__container,
.footer__container
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
} 

.body {
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2em;
}

select, input[type=text] {
    width: 292px;
    height: 64px;
    padding-left: 25px;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: "Gilroy", sans-serif;
    font-weight: normal;
}

select {
    font-weight: bold;
    background: white;
    background-color: white !important;
    background: no-repeat right center;
    background-image: url(../images/down-arrow.png);
    appearance: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: 93%;
}

.input_border {
    border: 1px solid #cccccc !important;
}

.button {
    width: 292px;
    height: 64px;
    background-color: #2038A1;
    border: none;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2em;
    color: white;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;

}

.button:hover,
.button:active {
    background-color: #203180;
}

.red {
    color: #2038A1;
    font-weight: bold;
    background: white;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.button__arrow {
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
    height: 18px;
    width: 18px;
    background: url('../images/right-arrow.png') no-repeat center center;
}

.buttom_small {
    width: 240px !important;
    height: 48px !important;
}

.white_border {
    border: 2px solid white !important;
}


.buttom_telegram {
    background-color: #0088cc !important;
}

.buttom_telegram:hover {
    background-color: #08a4f2 !important;
}

.buttom_whatsapp {
    background-color: #25d366 !important;
}

.buttom_whatsapp:hover {
    background-color: #18e362 !important;
}

.telegram-icon {
    vertical-align: middle;
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url('../images/telegram.png') no-repeat center center;
}

.whatsapp-icon {
    vertical-align: middle;
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url('../images/whatsapp.png') no-repeat center center;
}

.close-icon {
    vertical-align: middle;
    display: inline-block;
    height: 15px;
    width: 15px;
    background: url('../images/close.png') no-repeat center center;
}

/*
.logo {
    background: url('../images/logo-white.png') no-repeat center left;
    width: 160px;
    padding-left: 54px;
    font-size: 14px;
    line-height: 1.2em;
    font-family: "Gilroy-Medium", sans-serif;
    color: white;
    text-align: left;
}
*/
.logo {
	background: url(../images/logo-white.png) no-repeat center left;
    width: 200px;
    padding-left: 54px;
    font-size: 20px;
    line-height: 1.2em;
    font-family: "Gilroy-Medium", sans-serif;
    color: white;
    text-align: left;
    background-size: contain;
}

.logo-grey {
    background: url('../images/logo-grey.png') no-repeat center left;
    width: 160px;
    padding-left: 54px;
    font-size: 14px;
    line-height: 1.2em;
    font-family: "Gilroy-Medium", sans-serif;
    color: #1b1b1b;
    text-align: left;
}

.adtrust_logo {
    display: inline-block;
    width: 128px;
    height: 51px;
    margin-left: 6px;
    vertical-align: middle;
    background: url('../images/logo-adtrust.png');
    text-decoration: none;
}

.title {
    font-size: 44px;
    font-family: "Gilroy-Medium", sans-serif;
    color: rgb(27, 27, 27);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
}

.header {
    /*background: url("../images/header-bg.png") center top no-repeat;*/
    /*background: #1B2832;*/
    background-size: cover;
    color: white;
    height: auto;
    position: relative;
}

.header::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';

    /* Any overlay color that you want, here I use black with 25% opacity */
    background-color: #1b283285;
    z-index: -10;
}

.header__video {
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    /*opacity: 0.3;*/
    left: 50%;
    z-index: -100;
    position: absolute;
}

.header__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 30px 0;
}

.header__logo {

}

.header__calculator-text {
    font-size: 14px;
    line-height: 1.2em;
    color: white;
    text-align: left;
    font-family: "Gilroy", sans-serif;
    margin-bottom: 18px;
}

.header__contacts {
    width: 210px;
    text-align: right;
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.header__contacts-phone {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 24px;
}

.header__contacts-phone a{
    text-decoration: none;
    color: white;
}

.header__contacts-messengers {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.header__menu {

}

.menu {
    display: flex;
    flex-direction: row;
    color: white;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    background: #ffffff61;
    padding: 0 13px;
    align-content: flex-end;
    justify-content: center;

}
.menu__link {
    color: white;
    font-size: 24px;
    text-decoration: none;
}

.menu__link:active,
.menu__link:hover {
    text-decoration: underline;
}

.header__offer {
    padding: 118px 0 160px 0;
}

.header__offer-title {
    font-size: 70px;
    font-family: "Gilroy", sans-serif;
    text-transform: uppercase;
    line-height: 1.4em;
    text-align: center;
}

.header__offer-subtitle {
    font-size: 28px;
    font-family: "Gilroy", sans-serif;
    text-transform: uppercase;
    line-height: 1.4em;
    text-align: center;
    margin-top: 54px;
}

.header__form {
    margin-top: 88px;
    font-family: "Gilroy", sans-serif;
}

.form__note {
    margin-top: 8px;
    font-size: 14px;
}

.form {

}

.horizontal_form {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.vertical_form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form__note {
    text-align: center;
}

.pluses {
    margin: -84px auto 0 auto !important;
}

.pluses__grid {
    display: flex;
    gap: 30px;
}
.plus {
    width: 262px; 
    height: 232px;
    padding: 15px;
    -webkit-box-shadow: 30px 30px 30px -37px rgba(24, 24, 24, 0.65);
    -moz-box-shadow:  30px 30px 30px -37px rgba(24, 24, 24, 0.65);
    box-shadow: 30px 30px 30px -37px rgba(24, 24, 24, 0.65);
}

.plus-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/plus-1.jpg") center center no-repeat;
    background-size: cover;
}

.plus-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),  url("../images/plus-2.jpg") center center no-repeat;
    background-size: cover;
}

.plus-3 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),  url("../images/plus-3.jpg") center center no-repeat;
    background-size: cover;
}

.plus-4 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),  url("../images/plus-4.jpg") center center no-repeat;
    background-size: cover;
}

.plus__text {
    color: white;
    text-transform: uppercase;
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgb(254, 254, 254, 0.4);
    color: white;
    line-height: 1.4em;
    height: 100%;
    width: 100%;

    display: flex;
    justify-content: center; /* Align horizontal */
    align-items: center; /* Align vertical */
}

.types {
    background: url("../images/types-bg.jpg") center top no-repeat;
    padding-top: 255px !important;
    padding-bottom: 70px !important;
    margin: -150px auto 0 auto !important;
    background-size: auto;
}

А.types__title {
    font-size: 50px;
    font-family: "Gilroy-Medium", sans-serif;
    color: rgb(27, 27, 27);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    /* max-width: 570px; */
}

.types__grid {
    margin-top: 68px; 
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 30px;
}

.type {
    font-family: "Gilroy", sans-serif;
    color: rgb(27, 27, 27);
    line-height: 1.2em;
    display: grid;
    flex-direction: column;
    
}

.type__img {
    position: relative;
}

.type__img img {
    width: 100%;
    object-fit: cover;
}


.type__text {

}

.type__title {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}

.type__description {
    margin-top: 20px;
    font-size: 16px;
}

.type__button-wrapper {
    align-self: end;
    justify-self: center;
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;

}

.type__button {
}

.cost {
    background: url('../images/cost-bg.jpg') center bottom no-repeat;
    padding-bottom: 200px;
}

.cost__container {
    padding: 85px 0 !important;
    background-color: #2038A1;
}
.cost__title {
    font-size: 30px;
    font-family: "Gilroy";
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.cost__form {
    margin-top: 48px;
}

.process {
    padding-top: 120px;
    padding-bottom: 140px;
}

.process__title {
    font-size: 46px;
    font-family: "Gilroy Medium", sans-serif;
    color: rgb(27, 27, 27);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
}

.process-step {
    max-width: 250px;
    width: 100%;
}

.process__grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns:repeat(3,1fr); /*define the number of column*/
    grid-auto-flow:dense; /* this is important to fill all the space*/
    gap: 60px 30px;
    background: url('../images/process-bg2.png') center no-repeat;
    background-position-y: 105px;
}

.process__item:nth-child(3n + 4)  {grid-column:3}
.process__item:nth-child(3n + 5)  {grid-column:2}
.process__item:nth-child(3n + 6)  {grid-column:1}

.process-step__title {
    font-size: 20px;
    font-family: "Gilroy", sans-serif;
    color: rgb(27, 27, 27);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-top: -34px;
}

.process-step__title-first,
.process-step__title-first::selection
 {
    display: block;
    color: #2038A1 !important;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration-thickness: 2px
}


.process-step_form {
    width: 360px;
    max-width: 360px;
    padding-top: 10px;
}
      

.process_form {
    background: url('../images/symbol.jpg') bottom right no-repeat;
    -webkit-box-shadow: 8px -8px 36px 2px rgba(24, 24, 24, 0.15);
    -moz-box-shadow:  8px -8px 36px 2px rgba(24, 24, 24, 0.15);
    box-shadow: 8px -8px 36px 2px rgba(24, 24, 24, 0.15);
    padding: 54px 36px 80px 36px;
    max-width: 360px;
    text-align: left;
    position: relative;
}

.process_form__close {
    position:absolute;
    right: 40px;
    top: 20px;
}

.process_form__title {
    font-size: 20px;
    font-family: "Gilroy", sans-serif;
    color: rgb(27, 27, 27);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 25px;
}


.garviza {
    padding-bottom: 100px;
    background-color: #ececec;
    padding-top: 130px;
    padding-bottom: 80px;
    background: url('../images/garviza-bg.jpg') top center no-repeat #ececec;
}

.garviza__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.garviza__text {
    font-size: 20px;
    font-family: "Gilroy", sans-serif;
    line-height: 1.2;
    margin-top: 30px;
}

.garviza__text a {
    text-decoration: none;
    font-weight: bold;
    color: #1a41ec;
}

.garviza__left-col {
    width: 55%;
    display: inline-block;
}

.garviza__right-col {
    display: none;
    /* width: 49%;
    display: inline-block; */
}

.garviza__right-col img {
    margin-top: -36px;
}


.self-appointment {
    padding-bottom: 100px;
    background-color: #ececec;
    padding-top: 130px;
    padding-bottom: 80px;
    background: url('../images/otkaz-bg.jpg') top center no-repeat  #ececec;;
}

.self-appointment__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.self-appointment__text {
    font-size: 20px;
    font-family: "Gilroy", sans-serif;
    line-height: 1.2;
    margin-top: 30px;
}

.self-appointment__text a {
    text-decoration: none;
    font-weight: bold;
    color: #1a41ec;
}

.self-appointment__left-col {
    width: 46%;
    display: inline-block;
}

.self-appointment__right-col {
    display: none;
    /* width: 49%;
    display: inline-block; */
}

.self-appointment__right-col img {
    margin-top: -36px;
}

.guarantees {
    background-color: #ececec;
    padding-top: 120px;
    padding-bottom: 90px;
    background: url('../images/guarantee-bg.jpg') center center no-repeat;
}

.guarantees__container {
    display: flex;
    justify-content: flex-end;
}


.guarantees__right-col {
    width: 45%;
}

.guarantee__list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 90px;
}

.guarantee {
    display: flex;
    gap: 30px;
}

.guarantee__number {
    font-size: 90px;
    color: #2038A1;
    display: inline-block;
    min-width: 70px;
}

.guarantee__text {
    display: inline-block;
}

.guarantee__title {
    font-family: "Gilroy", sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
}

.guarantee__description {
    font-size: 16px;
    font-family: "Gilroy", sans-serif;
    margin-top: 22px;
}



.reviews {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url('../images/reviews-bg.jpg') top right no-repeat;

}

.reviews__container,
.reviews__container2 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.reviews__title {
    text-align: center;
}

.reviews__slider {
    margin-top: 50px;
}

.slick-slide img {
    margin: auto;
    width: 85%;
}

.slider-counter {
    margin-top: 66px;
    position:initial !important;
    text-align: center;
    font-family: "Gilroy Medium", sans-serif;
    font-size: 16px;
}

.current-slide-number {
    font-size: 30px;
    color: #2038A1;
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
}
.callus {
    padding-bottom: 200px;
    color: white;
}

.callus {
    padding: 120px 0 80px 0;
    background: 
        linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)),
        url('../images/callus-color-bg.jpg') center center no-repeat;
    background-size: cover;
        
}

.callus__container {
    /* padding: 85px 0 !important; */
    /* background-color: #2038A1; */
}

.callus__phone {
    font-size: 28px;
}

.callus__title {
    font-size: 30px;
    font-family: "Gilroy Medium";
    color: white;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    color: white;
    font-family: "Gilroy", sans-serif;
    text-transform: uppercase;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
}

.callus__title span {
    background: white;
}

.callus__title span.red {
    font-size: 70px;
    background: white;
    line-height: 1.4em;
}

.callus__title span.white {
    font-size: 30px;
    background: none;
    line-height: 1.4em;
    font-weight: normal;
}

.callus__description {
    font-size: 25px;
    font-family: "Gilroy";
    color: white;
    line-height: 1.2;
    text-align: center;
    margin: 40px auto 10px auto;
    text-align: center;
}

.callus__phone {
    text-decoration: none;
    font-size: 50px;
        background: white;
    color: #2038A1;
    font-weight: bold;
    padding: 0 4px;
}

.questions {
    background: url('../images/questions-bg.jpg') center bottom no-repeat;
    padding-bottom: 200px;
    color: white;
}

.questions__container {
    padding: 65px 0 !important;
    background-color: #2038A1;
    display: flex;
    flex-direction: column;
}

.questions__title {
    font-size: 46px;
    font-family: "Gilroy Medium";
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.question_description {
    width: 80%;
    font-size: 25px;
    font-family: "Gilroy";

    line-height: 1.2;
    text-align: center;
    margin: 40px auto 50px auto;
}

.questions__button {
    margin: 4px auto;
}

.ymaps-layers-pane {
    -webkit-filter: pinkscale(100%);
}

#map_canvas {
    height: 725px;
    overflow: hidden;
    transform: translateZ(0px);
}

.on_map__container {
    z-index: 1;
}
.on_map .container {
    position: relative;
    z-index: 1;
    /*width: 1200px;*/
    margin: 0 auto;
}

.on_map_address__wrapper {
    position: absolute;
    background: url('../images/dragon-form-bg.png') center center no-repeat;
    background-size: contain;
    width: 849px;
    height: 854px;
    top: -150px;
    right: -255px;
    padding: 125px 340px 240px 110px;
}

.on_map_address {
    width: 100%;
    height: 100%;
}

.on_map_address__title{
    font-size: 46px;
    font-family: "Gilroy Medium", sans-serif;
    color: rgb(27, 27, 27);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.on_map_address__phone {
    font-size: 25px;
    font-family: "Gilroy", sans-serif;;
    color: #2038A1;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 20px;
    text-align: center;
}

.on_map_address__phone a {
    text-decoration: none;
    color: #2038A1;
}
.on_map_address__buttons {
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.on_map_address__addres {
    margin-top: 50px;
}
.on_map_address__addres-title {
    font-size: 16px;
    font-family: "Gilroy", sans-serif;
    color: rgb(27, 27, 27);
    font-weight: bold;
    line-height: 1.2;
}

.on_map_address__addres-loc {
    font-size: 16px;
    font-family: "Gilroy", sans-serif;
    color: rgb(27, 27, 27);
    line-height: 1.2;
    margin-top: 5px;
}


.footer {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    line-height: 1.2;
    color: #656b6f;

}

.footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.creator {
    float: right;
    padding: 35px 30px 0 0;

    font-size: 14px;
    font-weight: 400;
    /* z-index: 55555; */
    position: relative;
}

.light-color {
    color: white !important;
}

.cookie-notification {
    position: fixed;
    background-color: rgba(0, 0, 0, 1);
    bottom: 0;
    width: 100%;
    color: white;
    z-index: 1000;
    padding: 16px 20px;
    box-sizing: border-box;
    right: 10px;
    bottom: 50px;
    width: 320px;
}
.cookie-notification_hidden_yes {
    display: none;
}
.cookie-notification__header {
    margin-bottom: 10px;
    font-size: 23px;
}
.cookie-notification__body {
    margin-bottom: 10px;
}
.cookie-notification__buttons {
    text-align: right;
}
.cookie-notification__button {
    max-width: 320px;
    font-size: 16px;
    height: auto;
    line-height: 1.4em;
    padding: 5px 10px;
    float: none;
    display: inline-block;
    width: 100% !important;
}

.form__conf {
    margin-top: 5px;
}
.form__conf-label {
    display: flex    ;
    gap: 10px;
    font-size: 15px;
    align-items: center;
    justify-content: flex-start;
    color: black;
}

.form__conf-check {
    width: 24px;
    height: 24px;
}

.form__conf-link {
    text-decoration: underline;
    color: black;
    text-align: left;
    line-height: normal;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;

}

.form__control.invalid {
    outline: 2px solid #f87171  !important;
}

.header__form .form__conf {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}





@media (max-width: 1700px) and (min-width: 1400px) {
    .on_map_address__wrapper {
        width: 670px;
        right: 0;
        padding-top: 151px;
        height: 798px;

    }
    .on_map_address__title {
        font-size: 34px;
    }

    .reviews__container,
    .reviews__container2 {
        max-width: 840px;
        margin: 0 auto;
        padding: 0 20px;
    }
}

@media (max-width: 1400px) and (min-width: 1169px) {
    .on_map_address__wrapper {
        width: 670px;
        right: 0;
        padding-top: 151px;
        height: 798px;

    }
    .on_map_address__title {
        font-size: 34px;
    }

    .reviews__container,
    .reviews__container2 {
        max-width: 840px;
        margin: 0 auto;
        padding: 0 20px;
    }
}


@media (max-width: 1169.98px) and (min-width: 992px) {
    .on_map_address__wrapper {
        width: 670px;
        right: 0;
        padding-top: 151px;
        height: 798px;

    }
    .on_map_address__title {
        font-size: 34px;
    }

    .reviews__container,
    .reviews__container2 {
        max-width: 840px;
        margin: 0 auto;
        padding: 0 20px;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .header__logo {
        order: 1;
    }

    .header__calculator {
        order: 3;
        margin: auto;
        text-align: center;
        margin-top: 33px;
        display: none;
    }

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

    .header__contacts {
        order: 2;
        width: 61%;
        gap: 2px;
    }

    .header__offer {
        padding: 50px 0;
    }

    .header__offer-title {
        font-size: 43px;
    }

    .header__offer-subtitle {
        font-size: 24px;
    }

    .header__form {
        margin-top: 50px;
    }

    .horizontal_form {
        gap: 15px;
        
    }

    select, input[type=text] {
        height: 52px;
    }

    .button {
        height: 52px;
    }

    .type .button {
        width: 100%;
    }

    .form__note {
        margin-top: 12px;
    }

    .pluses  {
        margin: 30px auto 0 auto !important;
    }

    .pluses__grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        justify-content: center;
        justify-items: center;
    }

    .types__grid {
        margin-top: 30px;
    }

    .title {
        font-size: 32px;
    }

    .process__grid {
        justify-content: center;
        background: none;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: center;
    }

    .garviza {
        background-position-x: 56%;
    }
    .garviza__left-col{
        width: 60%;
    }
    

    .self-appointment {
        background-position-x: 46%;
    }
    .self-appointment__left-col{
        width: 60%;
    }


    .guarantees  {
        padding-top: 60px;
        padding-bottom: 40px;
    }


    .guarantee  {
        gap: 15px;
    }

    .guarantee__list {
        gap: 30px;
        margin-top: 22px;
    }
    .guarantees__right-col {
        width: 60%;
    }

    .guarantee__number {
        font-size: 70px;
    }

    .reviews__container,
    .reviews__container2 {
        max-width: 640px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* .on_map_address__wrapper{
        padding: 40px 0;
        height: auto;
        display: block;
        background: none;
        margin: auto;
        padding: 48px 29px;
        width: 410px;
        right: 180px; 
    } */
    .on_map .container {
        width: 100%;
    }

    .on_map_address__title {
        font-size: 32px;

    }


    .on_map_address__wrapper {
        height: 484px;
        top: -58px;
        padding: 40px 14px;
        width: 359px;
        background: none;
        background: white;
        right: 38px;
    }
/*
    .on_map_address__wrapper{
        height: 484px;
        top: -58px;
        padding: 40px 20px;
        width: 320px;
    
    }
*/

    .callus__title span.red {
        font-size: 43px;
    }
    
    .callus__title span.white {
        font-size: 26px;
        line-height: 38px;
    }

}

@media (max-width: 767.98px) and (min-width: 576px) {
    .header__logo {
        order: 1;
    }

.logo {
    background: url(../images/logo-white.png) no-repeat center left;
    width: 160px;
    padding-left: 54px;
    font-size: 14px;
    line-height: 1.2em;
    font-family: "Gilroy-Medium", sans-serif;
    color: white;
    text-align: left;
}

    .red {
        padding-left: 10px;
        padding-right: 10px;
    } 
    .header__calculator {
        order: 3;
        margin: auto;
        text-align: center;
        margin-top: 33px;
        display: none;
    }

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

    .header__contacts {
        order: 2;
        width: 61%;
        gap: 2px;
    }

    .header__offer {
        padding: 50px 0;
    }

    .header__offer-title {
        font-size: 43px;
    }
    .header__offer-subtitle {
        font-size: 24px;
    }

    .header__form {
        margin-top: 50px;
    }

    .cost__form .horizontal_form {
        flex-direction: column;
    }

    .horizontal_form {
        gap: 15px;
        
    }

    select, input[type=text] {
        height: 52px;
    }

    .button {
        height: 52px;
    }

    .type .button {
        width: 100%;
    }

    .form__note {
        margin-top: 12px;
    }

    .pluses  {
        margin: 30px auto 0 auto !important;
    }

    .pluses__grid,
    .types__grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        justify-content: center;
        justify-items: center;
    }


    .types__grid {
        margin-top: 20px;
    }

    .title {
        font-size: 32px;
    }

    .cost__form {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    .cost {
        padding-bottom: 80px;
    }

    .cost__container {
        padding: 60px 0 !important;
    }

    .cost__title {
        font-size: 24px; 
    }

    .process__grid {
        justify-content: center;
        background: none;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: center;
    }

    .garviza {
        background-position-x: 62%;
    }
    .garviza__left-col{
        width: 60%;
    }

    .self-appointment {
        background-position-x: 46%;
    }
    .self-appointment__left-col{
        width: 60%;
    }

    .guarantees  {
        padding-top: 60px;
        padding-bottom: 40px;
    }


    .guarantee  {
        gap: 15px;
    }

    .guarantee__list {
        gap: 30px;
        margin-top: 22px;
    }
    .guarantees__right-col {
        width: 80%;
    }

    .guarantee__number {
        font-size: 70px;
    }
    .reviews__container,
    .reviews__container2 {
        max-width: 420px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .callus {
    }

    .callus__title span.red {
        font-size:38px; 
    }

    .callus__title span.white {
        font-size:18px; 
    }

    .questions {
        padding-bottom: 0;
    }

    .on_map_address__title {
        font-size: 24px;
    } 

    #map_canvas {
        height: 480px;
    }

    .on_map_address__wrapper{
        /* width: 100%; */
        padding: 40px 0;
        height: auto;
        position: initial;
        display: block;
        background: none;
        margin: auto;
        padding: 48px 29px;
        width: 410px;
    }
    .on_map .container {
        width: 100%;
    }

    .footer__logo, 
    .footer__copyright,
    .footer__creator {
        width: 50%;
    }

    .menu__link {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .header__container,
    .pluses__container,
    .types__container,
    .cost__container,
    .process__container,
    .garviza__container,
    .self-appointment__container,
    .guarantees__container,
    .callus__container,
    .on_map__container,
    .questions__container,
    .on_map__container,
    .footer__container
    {
        max-width: 320px;
        padding: 0;
        margin: 0 auto;
    }

.logo {
    background: url(../images/logo-white.png) no-repeat center left;
    width: 160px;
    padding-left: 54px;
    font-size: 14px;
    line-height: 1.2em;
    font-family: "Gilroy-Medium", sans-serif;
    color: white;
    text-align: left;
}

    select, input[type=text] {
        height: 52px;
    }
    .button {
        height: 52px;
    }

    .type .button {
        width: 100%;
    }

    .header__top {
        display: flex;
        flex-direction: row;
        gap: 5px;
        align-items: center;
        flex-wrap: nowrap;
        padding: 15px 5px;
    }

    .logo {
        background: none;
        padding-left: 0;
        width: auto;
        font-size: 14px;
    }

    .red {
        padding-left: 5px;
        padding-right: 5px;
    }

    .header__calculator {
        display: none;
    }

    .header__calculator-text,
    .header__contacts {
        text-align: center;

    }

    .header__contacts {
        text-align: right;
        width: auto;
    }

    .header__contacts-phone {
        font-size: 21px;
    }
   .header__container {
        max-width: 360px !important; 

    }

    .header__contacts-messengers {
        display: none;
    }

    .header__contacts-address {
        width: 100%;
        max-width: none;
    
    }

    .header__offer {
        padding: 0 0 20px 0;
        margin-top: 70px;
    }

    .header__offer-title {
        font-size: 26px;
    }

    .header__offer-subtitle {
        font-size: 20px;
    }

    .header__form {
        margin-top: 20px;
    }

    .menu {
        flex-direction: column;
        gap:5px;
    }

    .menu__link {
        font-size: 16px;
    }
    .horizontal_form {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    .form__conf-label {
        font-size: 12px;
        gap: 4px;
    }
    .form__note {

        font-size: 12px;
        margin-top: 12px;
    }

    .pluses  {
        margin: 30px auto 0 auto !important;
    }

    .pluses__grid,
    .types__grid {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .types {
        padding-bottom: 60px !important;
    }
    .types__grid {
        margin-top: 20px;
    }
	
	.types__title
	{
			text-align: center;
	}
	.type__text {
			text-align: center;
	}

    .title {
        font-size: 24px;
    }

    .cost {
        padding-bottom: 0;
    }

    .cost__container {
        padding: 60px 0 !important;
        max-width: none;
    }

    .cost__title {
        font-size: 16px; 
    }

    .callus {
        padding: 30px 0;
    }
    .callus__title {
        font-size: 16px;
    }

    .callus__phone {
        font-size: 28px;
    }

    .callus__title span.red {
        font-size:23px; 
    }

    .callus__title span.white {
        font-size:18px; 
    }

    .process {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .process-step_form {
        width: 100%;
    }

    .process-step_form input[type=text],
    .process-step_form .button {
        width: 100%;
    }

    .process__grid {
        justify-content: center;
        background: none;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: center;
    }

    .garviza {
        background-position-x: 54%;
        padding-top: 95px;
        padding-bottom: 60px;
    }

    .garviza__left-col{
        width: 100%;
    }

    .self-appointment {
        background-position-x: 54%;
        padding-top: 95px;
        padding-bottom: 60px;
    }

    .self-appointment__left-col{
        width: 100%;
    }

    .guarantees {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .guarantee  {
        gap: 15px;
    }

    .guarantee__list {
        gap: 30px;
        margin-top: 22px;
    }
    .guarantees__right-col {
        width: 100%;
    }

    .guarantee__number {
        font-size: 70px;
    }

    .last-guarantee {
        margin: auto;;
    }

    .last-guarantee .guarantee__number {
        display: none;
    }

    .reviews {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .reviews__container {
        max-width: 240px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .reviews__container2 {
        /* max-width: 240px; */
        margin: 0 auto;
        padding: 0 20px;
    }

    .reviews__slider {
        margin-top: 20px;
    }

    .slider-counter {
        margin-top: 20px;
    }



    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .questions {
        background: none;
        background-color: #2038A1;
        padding-bottom: 0;
    }
    .question_description {
        width: 100%;
        font-size: 18px;
    }

    .footer__container{
        flex-direction: column;
        gap: 21px;
    }

    .on_map_address__title {
        font-size: 24px;
    } 


    .on_map_address__wrapper{
        /* width: 100%; */
        padding: 40px 0;
        height: auto;
        position: initial;
        display: block;
        width: 320px;
        background: none;
    }
    .on_map .container {
        width: 100%;
    }

    .on_map_address__wrapper {
        padding-top: 55px;
    }

    #map_canvas {
        height: 480px;
    }

    .choose-visa-popup-body .popup_questions{
        font-size: 16px;
        font-family: "Gilroy";
        text-transform: uppercase;
        line-height: 1.2;
        text-align: center;
    }

    .type__button {
        display: flex;
        text-align: center;
        margin: 15px auto 0 auto;
        display: flex;
        text-align: center;
        margin: 15px auto 0 auto
    }

    .header__form .form__conf {
        width: 292px;

    }

    .header__container {
        right: 10px;
        left: initial;
        top: 15px;
        z-index: 10;
    }


}






/* Медиа-запросы для больших экранов */
@media screen and (min-width: 750px) {
	/* Скрываем гамбургер на больших экранах */
	.hamburger-menu {
		 display: none;
	}

	/* Делаем меню горизонтальным */
	.menu-container {
		 position: static; /* Возвращаем статическое позиционирование */
		 height: auto;     /* Высота по содержимому */
		 background-color: transparent; /* Прозрачный фон */
	}

	.menu-container .nav-list {
		 display: flex;
		 /* justify-content: center; */
		 align-items: center;
		 transform: translateX(0);
		 background-color: transparent;
	}

	.menu-container .nav-list li a {
		 line-height: normal;
	}

	/* Меню больше не нужно скрывать на больших экранах */
	.menu-container .nav-list {
		 display: flex !important;
         padding-left: 5px;
         padding-right: 5px;
	}
}

.menu__second-row {
	background-color: #37404d;
}
.menu-container {
	position: relative;
	width: 100%;
    height: 40px;;
	/* height: 60px; */
	/* display: flex;
	justify-content: left;
	align-items: center; */
	background-color: #37404d;
	padding: 10px 0;
}

.nav-list {
	list-style-type: none;
	text-align: center;
	transition: all .3s ease-in-out;
	transform: translateX(-200%);
	display: none;
	justify-content: space-between;
}

.nav-list li a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	line-height: 3em;
	display: block;
	transition: all .3s ease-in-out;
	font-size: 20px;

}

.nav-list li a:hover {
	/* background-color: rgba(255, 255, 255, 0.1); */
	text-decoration: underline;
}

.hamburger-menu {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
}

.hamburger-menu span {
	display: block;
	width: 30px;
	height: 3px;
	background-color: white;
	margin-bottom: 6px;
	transition: all .3s ease-in-out;
}
.menu-container.open {
	background-color: #333;
}

.menu-container.open .nav-list {
	display: block; 
	transform: translateX(0);
	background-color: #333;
}

.menu-container.open .hamburger-menu span:nth-child(1) {
	transform: rotate(45deg) translate(7px, 7px);
}

.menu-container.open .hamburger-menu span:nth-child(2) {
	opacity: 0;
}

.menu-container.open .hamburger-menu span:nth-child(3) {
	transform: rotate(-45deg) translate(9px, -9px);
}


#tg-mob {
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.wp-call {
  background-color: #25d365;
}

.tg-call {
  background-color: #0088cc;
}
.phone-call {
	  background-color: #e70124;
}

.tg-call,
.wp-call,
.phone-call,
.tg-call:active,
.wp-call:active,
.phone-call:active {
  padding: 15px 0px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  width: 100%;
  text-decoration: none;
}