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;
}

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

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

.types__title {
    white-space: nowrap;
}

.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: rgb(211, 16, 37);
    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: #ec0a21;
}

.red {
    color: rgb(211, 16, 37);
    font-weight: bold;
    background: white;
    padding-left: 0.45em;
    padding-right: 0.45em;
    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: 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: 50px;
    font-family: "Gilroy-Medium", sans-serif;
    color: rgb(27, 27, 27);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
}

.header {
    background-size: cover;
    color: white;
    height: auto;
    position: relative;
}

.header::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #1b283285;
    z-index: -10;
}

.header__video {
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    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__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__offer {
    padding: 118px 0 160px 0;
}

.header__offer-title {
    font-size: 70px;
    font-family: "Gilroy", sans-serif;
    text-transform: uppercase;
    line-height: 1.143em;
    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;
}

.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;
}

.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: url("../images/plus-1.jpg") center center no-repeat;
    background-size: cover;
}

.plus-2 {
    background: url("../images/plus-2.jpg") center center no-repeat;
    background-size: cover;
}

.plus-3 {
    background: url("../images/plus-3.jpg") center center no-repeat;
    background-size: cover;
}

.plus-4 {
    background: 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;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.types {
    background: url("../images/types-bg.jpg") center top no-repeat;
    padding-top: 255px;
    padding-bottom: 70px;
    margin: -150px auto 0 auto;
    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;
}

.countries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.country-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.country-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.country-card__image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.country-card__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.country-card__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    font-family: "Gilroy", sans-serif;
}

.country-card__title span {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    display: block;
    margin-top: 5px;
}

.country-card .type__button {
    width: 100%;
    margin-top: auto;
}

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

.cost__container {
    padding: 85px 0;
    background-color: #d51c30;
}

.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-bottom: 140px;
}

.process__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;
}

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

.process__grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns:repeat(3,1fr);
    grid-auto-flow:dense;
    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: #d31025 !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;
}

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

.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;
}

.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-family: 'ChinaOne Normal', sans-serif;
    font-size: 90px;
    color: #d31025;
    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: #d31025;
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
}

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

.questions__container {
    padding: 65px 0;
    background-color: #d51c30;
    display: flex;
    flex-direction: column;
}

.questions__title {
    font-size: 50px;
    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: 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;
    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: 50px;
    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: rgb(211, 16, 37);
    font-weight: bold;
    line-height: 1.2;
    margin-top: 20px;
    text-align: center;
}

.on_map_address__phone a {
    text-decoration: none;
    color: rgb(211, 16, 37);
}

.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;
    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: 10px;
    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;
}

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

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

/* Стили для кнопок в шапке */
.header__calculator-select {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header__calculator-select select {
    padding: 12px 25px;
    border-radius: 50px;
    border: none;
    background: white;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    min-width: 200px;
    height: 48px;
    cursor: pointer;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    appearance: none;
}

.header__calculator-select .button {
    height: 48px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

/* Стили для блока контактов */
.questions-contact-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 40px auto 0;
    flex-wrap: wrap;
}

.questions-contact-buttons .contact-btn {
    min-width: 160px;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: "Gilroy", sans-serif;
}

.questions-contact-buttons .phone-btn {
    background: #28a745;
}

.questions-contact-buttons .whatsapp-btn {
    background: #25d366;
}

.questions-contact-buttons .telegram-btn {
    background: #0088cc;
}

.questions-contact-buttons .email-btn {
    background: #d31025;
}

.questions-contact-buttons .contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.contact-btn-icon {
    width: 20px;
    height: 20px;
    fill: white;
}

.footer-4 {
    display: none;
}

/* Стили для слайдера оффера */
.offer-slider {
    position: relative;
    min-height: 250px;
}

.offer-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}

.offer-slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.header__offer-title .red,
.header__offer-title .bold,
.header__offer-title .offer-subtitle {
    display: block;
    margin-bottom: 15px;
}

.offer-subtitle {
    font-size: 28px !important;
    font-weight: normal;
    color: white;
}

.offer-slider-arrows {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0 20px;
}

.offer-slider-arrow {
    width: 50px;
    height: 50px;
    border: 2px solid white;
    background: transparent;
    color: white;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-slider-arrow:hover {
    background: white;
    color: #d31025;
}

.offer-slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 0 30px;
}

.offer-slider-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.offer-slider-dots .dot.active {
    background: white;
    transform: scale(1.2);
}

/* Медиа-запросы */
@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;
    }
    .header__calculator-text {
        text-align: center;
    }
    .header__calculator-select {
        flex-direction: column;
        width: 100%;
    }
    .header__calculator-select select,
    .header__calculator-select .button {
        width: 100%;
    }
    .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;
    }
    .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;
    }
    .countries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .title {
        font-size: 32px;
    }
    .process__grid {
        justify-content: center;
        background: none;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: center;
    }
    .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 .container {
        width: 100%;
    }
    .on_map_address__title {
        font-size: 32px;
    }
    .on_map_address__wrapper {
        height: 484px;
        top: -58px;
        padding: 40px 14px;
        width: 359px;
        background: white;
        right: 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;
    }
    .header__calculator-text {
        text-align: center;
    }
    .header__calculator-select {
        flex-direction: column;
        width: 100%;
    }
    .header__calculator-select select,
    .header__calculator-select .button {
        width: 100%;
    }
    .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;
                align-items: center;
    }
    .horizontal_form {
        gap: 15px;
    }
    select, input[type=text] {
        height: 52px;
    }
    .button {
        height: 52px;
    }
    .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;
    }
    .countries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .title {
        font-size: 32px;
    }
    .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;
    }
    .self-appointment {
        background-position-x: 46%;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .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;
    }
    .questions {
        padding-bottom: 0;
    }
    .questions-contact-buttons {
        flex-direction: column;
        align-items: stretch;
        padding: 0 20px;
    }
    .questions-contact-buttons .contact-btn {
        width: 100%;
    }
    .on_map_address__title {
        font-size: 24px;
    } 
    #map_canvas {
        height: 480px;
    }
    .on_map_address__wrapper{
        padding: 40px 0;
        height: auto;
        position: initial;
        display: block;
        margin: auto;
        padding: 48px 29px;
        width: 410px;
        background: white;
    }
    .on_map .container {
        width: 100%;
    }
    .footer__logo, 
    .footer__copyright,
    .footer__creator {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .header__container,
    .pluses__container,
    .types__container,
    .cost__container,
    .process__container,
    .self-appointment__container,
    .guarantees__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;
    }
    .header__top {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .red {
        padding-left: 5px;
        padding-right: 5px;
    }
    .header__calculator-text,
    .header__contacts {
        text-align: center;
        width: 100%;
    }
    .header__container {
        max-width: 360px !important; 
    }
    .header__contacts-messengers {
        justify-content: center;
    }
    .header__contacts-address {
        width: 100%;
        max-width: none;
    }
    .header__calculator-select {
        flex-direction: column;
        width: 100%;
    }
    .header__calculator-select select,
    .header__calculator-select .button {
        width: 100%;
    }
    .header__offer {
        padding: 0 0 20px 0;
    }
    .header__offer-title {
        font-size: 26px;
    }
    .header__offer-subtitle {
        font-size: 20px;
    }
    .header__form {
        margin-top: 20px;
    }
    .horizontal_form {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    .form__note {
        margin-top: 12px;
    }
    .pluses  {
        margin: 30px auto 0 auto !important;
    }
    .pluses__grid {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .types {
        padding-bottom: 60px !important;
    }
    .types__title {
        text-align: center;
        font-size: 24px;
        white-space: normal;
        max-width: 100%;
    }
    .countries-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .country-card__title {
        font-size: 18px;
    }
    .country-card__title span {
        font-size: 14px;
    }
    .title {
        font-size: 24px;
    }
    .cost {
        padding-bottom: 60px;
    }
    .cost__container {
        padding: 60px 0 !important;
        max-width: none;
    }
    .cost__title {
        font-size: 16px; 
    }
    .process {
        padding-bottom: 20px;
    }
    .process__grid {
        justify-content: center;
        background: none;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: center;
    }
    .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 {
        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: #d51c30;
        padding-bottom: 0;
    }
    .question_description {
        width: 100%;
        font-size: 18px;
    }
    .questions-contact-buttons {
        flex-direction: column;
        align-items: stretch;
        padding: 0 20px;
    }
    .questions-contact-buttons .contact-btn {
        width: 100%;
    }
    .footer__container{
        flex-direction: column;
        gap: 21px;
    }
    .on_map_address__title {
        font-size: 24px;
    } 
    .on_map_address__wrapper{
        padding: 40px 0;
        height: auto;
        position: initial;
        display: block;
        width: 320px;
        background: white;
        margin: 0 auto;
    }
    .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;
    }
    .header__form .form__conf {
        width: 292px;
    }
}
