@import url('../fonts/Gilroy/stylesheet.css');
@import url('default.css');

/*Bootstrap-4 колонке сделать отступ*/
/*[class*="col-"] {
    margin-bottom: 30px;
}*/

h1 {
    font-size: 50px;
    line-height: 142.19%;
    color: #fff;
    font-weight: 400;
}

.title {
    text-transform: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: 30px;
}

.number-text {
    font-size: 180px;
    font-weight: 700;
    line-height: 140px;
    display: block;
}

.ur-text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    display: block;
}

.col-beg {
    color: #E4BF8D;
}

h2 {
    font-size: 38px;
    line-height: 142.19%;
    text-transform: uppercase;
}

.logo-box {
    width: 105px;
    position: relative;
    margin-right: 77px;
}

.logo {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 10px 10px;
    z-index: 1;
    width: 100%;
    max-width: 105px;
    height: 104px;
    text-align: center;
    padding-top: 10px;
    top: -5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo img {
    display: block;
    position: absolute;
    top: -12px;
}

.logo span {
    margin-top: auto;
    font-size: 20px;
    line-height: 142.19%;
    text-align: center;
    text-transform: uppercase;
    color: #2A2E35;
}

.logo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 92px;
    height: 108px;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.logo-text-mob {
    display: none;
}

.icon-vesi {
    width: 52px;
    height: 52px;
}

.head_top {
    background: #23303A;
    padding: 5px 0;
}

.navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu a {
    font-size: 16px;
    line-height: 151.69%;
    color: #FFFFFF;
}

.menu a:hover {
    color: #E4BF8D;
}

a:hover,
a:focus {
    text-decoration: none;
}

.header {
    background: url('../img/bg.jpg') 50% 0/cover no-repeat;
    position: relative;
    z-index: 1;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(13, 16, 21, 0.45) 20.97%, rgba(13, 16, 21, 0) 75.73%);
    background: linear-gradient(90deg, rgba(13, 16, 21, 0.45) 20.97%, rgba(13, 16, 21, 0) 75.73%);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 22, 41, 0.63);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.head_bottom {
    padding-bottom: 100px;
}

.asubmenu {
    padding: 14px 0;
}

.address {
    font-size: 16px;
    line-height: 151.69%;
    color: #FFFFFF;
    margin: 0;
}

.address .address-link {
    color: #fff;
}

.address .icon-pin {
    margin-right: 7px;
}

.asubmenu__left {
    padding-left: 180px;
}

.time-work {
    font-size: 16px;
    line-height: 151.69%;
    color: #FFFFFF;
    margin-left: 30px;
}

.btn-clear {
    background-color: transparent;
    border: none;
    padding: 0;
}

.btn-link {
    width: 100%;
    max-width: 226px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;


    text-align: center;
    color: #0D1015;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.btn-link:hover {
    text-decoration: none;
    color: inherit;
}

.btn-link:focus {
    text-decoration: none;
}

.phone {
    font-weight: 500;
    font-size: 20px;
    line-height: 151.69%;
    text-align: right;
    display: inline-block;
    color: #FFFFFF;
    margin-left: 20px;
}

.form-active-header {
    background: #E4BF8D;
    box-shadow: 0px 4px 4px rgb(74 74 74 / 30%);
}

.btn-blink {
    overflow: hidden
}


.btn-blink {
    position: relative;
}

.btn-blink:before {
    display: block;
    content: '';
    position: absolute;
    width: 100px;
    height: 400px;
    background-color: rgba(255, 255, 255, .4);
    top: -100px;
    left: 0;
    -webkit-transform: rotate(45);
    transform: rotate(45);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-animation: blink 5s linear infinite;
    animation: blink 5s linear infinite
}

@-webkit-keyframes blink {
    0% {
        left: -100%;
        opacity: 1
    }

    20% {
        left: 100%;
        opacity: 0
    }

    100% {
        left: 100%
    }
}

@keyframes blink {
    0% {
        left: -100%;
        opacity: 1
    }

    20% {
        left: 100%;
        opacity: 0
    }

    100% {
        left: 100%
    }
}

.icon-pin {
    width: 18px;
    height: 19px;
}

.icon-clock {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}


.header-grid {
    margin-top: 117px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 380px;
    grid-template-columns: 1fr 380px;
}

.header-details {
    padding-right: 30px;
}

.header-details h1 {
    margin-bottom: 38px;
}

.lists {
    max-width: 543;
}

.lists li {
    font-size: 20px;
    line-height: 136.69%;
    color: #FFFFFF;
    position: relative;
    padding-left: 65px;
}

.lists li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 2px;
    background: #E4BF8D;
    top: 14px;
}

.lists li:not(:last-child) {
    margin-bottom: 12px;
}

.formbox {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 39px 39px 53px;
    position: relative;
    z-index: 1;
}

.formbox::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px dashed #BCC4CB;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: -1;
}

.formbox__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 136.69%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.form-inp {
    width: 100%;
    height: 59px;
    border: 1px solid #BCC4CB;
    border-radius: 10px;
    padding: 17px 23px 21px;

    font-size: 18px;
    line-height: 136.69%;
    color: #878E93;
    margin-bottom: 8px;
}

.tel {}

.but {}

.form-but {
    font-weight: bold;
    font-size: 16px;
    line-height: 136.69%;
    text-align: center;
    text-transform: uppercase;
    color: #23303A;
    width: 100%;
    max-width: 301px;
    height: 64px;
    background: -webkit-linear-gradient(bottom, #E1BC8B 0%, rgba(225, 188, 139, 0) 29.69%), -webkit-linear-gradient(top, #E1BC8B 0%, rgba(225, 188, 139, 0) 36.72%), #FED8A5;
    background: linear-gradient(0deg, #E1BC8B 0%, rgba(225, 188, 139, 0) 29.69%), linear-gradient(180deg, #E1BC8B 0%, rgba(225, 188, 139, 0) 36.72%), #FED8A5;
    border-radius: 10px;
    background: #E4BF8D;
    box-shadow: 0px 4px 4px rgba(74, 74, 74, 0.3);
}

.b1 {
    padding: 100px 0;
}

.wave {
    position: relative;
    padding-left: 110px;
}

.wave::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background: url('../img/icon/wave.svg') no-repeat;
    width: 83px;
    height: 43px;
}

.b1-lists {
    margin-bottom: 50px;
    padding-top: 30px;
    position: relative;
    z-index: 0;
}

.b1-lists li {
    font-size: 25px;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    font-weight: 500;
}

.b1-lists li:not(:last-of-type) {
    margin-bottom: 30px;
}

.b1-lists li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background: #E4BF8D;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b1 h2 {
    margin-bottom: 30px;
}

.subtitle {
    font-size: 24px;
    line-height: 151.69%;
    max-width: 715px;
    margin-bottom: 35px;
}

.b1-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    background: #FFFFFF;
    margin-bottom: 30px;
}

.box {
    padding: 62px 15px 40px;
    border: 7px solid #E6C68A;
    box-sizing: border-box;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    text-align: center;
}

.box-icon {
    min-height: 87px;
    margin-bottom: 13px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon {}

.box__content {
    font-size: 16px;
    line-height: 144.19%;
    text-align: center;
}

.but {}

.form-but {}

.icon-abon-1 {
    width: 80px;
    height: 80px;
}

.icon-abon-2 {
    width: 84px;
    height: 82px;
}

.icon-abon-3 {
    width: 82px;
    height: 84px;
}

.icon-abon-4 {
    width: 87px;
    height: 87px;
}

.b2 {
    background-color: #F4F4F4;
    padding-top: 92px;
    padding-bottom: 120px;
}

.b2 h2 {
    margin-bottom: 30px;
}

.quiz {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 66px 25px 40px 80px;
}

.grid-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 320px;
    grid-template-columns: 1fr 320px;
}

.block-1 {}

.answer-subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 151.69%;
    margin-bottom: 6px;
}

.answer-box {}

.answer-box h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 151.69%;
    color: #23303A;
    margin-bottom: 17px;
}

.answer {
    margin-bottom: 42px;
}

.icon-arrow-prev {
    width: 14px;
    height: 24px;
}

.answer-btn {}

.answer-back {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 34px;
}

.answer-next {
    font-weight: bold;
    font-size: 16px;
    line-height: 136.69%;
    text-align: center;
    text-transform: uppercase;
    color: #23303A;

    width: 181px;
    height: 64px;

    background: -webkit-linear-gradient(bottom, #E1BC8B 0%, rgba(225, 188, 139, 0) 29.69%), -webkit-linear-gradient(top, #E1BC8B 0%, rgba(225, 188, 139, 0) 36.72%), #FED8A5;

    background: linear-gradient(0deg, #E1BC8B 0%, rgba(225, 188, 139, 0) 29.69%), linear-gradient(180deg, #E1BC8B 0%, rgba(225, 188, 139, 0) 36.72%), #FED8A5;
    border-radius: 10px;
}

.answer-next:hover {
    text-decoration: none;
    color: inherit;
}

.answer-details {}

.answer-foto {
    margin-bottom: 15px;
}

.answer-content p {
    font-size: 13px;
    line-height: 151.69%;
}

.name {
    font-weight: bold;
    font-size: 18px;
    line-height: 151.69%;
}

.answer-post {
    font-weight: 500;
    font-size: 16px;
    line-height: 151.69%;
}

.step {}

.form-inputbox {
    margin-bottom: 15px;
}

.form-inputbox input[type=radio] {
    display: none;
}

.form-inputbox input[type=radio] {
    display: none;
}

.form-inputbox label.form-inputbox-radio {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 0;
    line-height: 18px;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

.form-inputbox label.form-inputbox-radio:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 1px;
    border: 3px solid #CEA672;
    border-radius: 50%;
}

/* Checked */
.form-inputbox input[type=radio]:checked+label.form-inputbox-radio:before {
    background-color: #CEA672;
    border-radius: 50%;
}

/* Hover */
.form-inputbox label.form-inputbox-radio:hover:before {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

/* Disabled */
.form-inputbox input[type=radio]:disabled+label.form-inputbox-radio:before {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

a:hover {
    color: #E4BF8D;
}

.partners {
    padding: 100px 0;
}

.partners h2 {
    margin-bottom: 30px;
}

.grid-partners {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
}

.b3 {
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
    z-index: 0;
}

.b3 h2 {
    margin-bottom: 30px;
}

.company {
    padding: 100px 0;
}

.grid-company {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
}

.company-contents {
    background-color: #F4F4F4;
    padding: 30px 30px 3px 30px;
}

.company-contents .wave::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../img/icon/wave.svg) no-repeat;
    background-size: contain;
    width: 65px;
    height: 35px;
}

.company-contents h2 {
    font-size: 25px;
}

.company-contents .wave {
    margin-bottom: 20px;
    padding-left: 85px;
}

.lists-company li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.lists-company li:not(:last-of-type) {
    margin-bottom: 25px;
}

.b4 {
    background: url('../img/bg2.jpg') 50% 0/cover no-repeat;
    padding-top: 100px;
    position: relative;
    z-index: 0;
}

.b4 h2 {
    margin-bottom: 30px;
    color: #fff;
}


.b4 .formbox__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 136.69%;
    /* or 27px */

    text-align: center;
    text-transform: uppercase;
}

.formbox__title--subtitle {
    font-size: 16px;
    line-height: 136.69%;
    margin-bottom: 15px;
    text-align: center;
}

.licence {
    padding: 100px 0 0;
}

.licence .wave {
    margin-bottom: 30px;
}

.licensia-des {
    margin-top: 20px;
    font-size: 25px;
    line-height: 35px;
}

.footer {
    padding-top: 108px;
    padding-bottom: 100px;
}

.footer h2 {
    margin-bottom: 53px;
}


.grid-footer {
    -ms-align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
    grid-gap: 30px;
}

.icon-phone {
    width: 26px;
    height: 26px;
}

.footer-link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    font-weight: 300;
    font-size: 18px;
    line-height: 155.19%;
    color: #2A2E35;
    margin: 0;
}

.footer-link a {
    color: #2A2E35;
}

.footer .footer-link-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .footer-link-3 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-link .icon {
    margin-right: 10px;
}

.icon-map {
    width: 28px;
    height: 30px;
}

.icon-mail {
    width: 30px;
    height: 30px;
}

.icon-calendar {
    width: 30px;
    height: 30px;
}

.b3 .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 26px;
    height: 26px;
    background: #FFFFFF !important;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    z-index: 20;
}

.b3 .owl-nav button svg {
    width: 15px;
    height: 20px;
}

.b3 .owl-nav button.owl-prev {
    left: 6px;
}

.b3 .owl-nav button.owl-next {
    right: 6px;
    transform: translateY(-50%) rotate(180deg);
}

.b3 .item {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.slider-one .item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b3 .owl-stage {
    padding-left: 0 !important;
}

.icon-around {
    border-radius: 50%;
    background: #CEA672;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-right: 10px;
    padding: 5px;
}

.icon-around svg {
    fill: #fff;
    margin-right: 0 !important;
}

.burger span {
    background-color: #fff;
}

.answer-form-box {
    padding-top: 20px;
    width: 100%;
    max-width: 380px;
}

.answer-form-but {
    width: 100%;
    max-width: 100%;
    background: -webkit-linear-gradient(bottom, #E1BC8B 0%, rgba(225, 188, 139, 0) 29.69%), -webkit-linear-gradient(top, #E1BC8B 0%, rgba(225, 188, 139, 0) 36.72%), #FED8A5;
    background: linear-gradient(0deg, #E1BC8B 0%, rgba(225, 188, 139, 0) 29.69%), linear-gradient(180deg, #E1BC8B 0%, rgba(225, 188, 139, 0) 36.72%), #FED8A5;
    border-radius: 10px;
}

#block-2 {
    display: none;
}

#block-3 {
    display: none;
}

#block-4 {
    display: none;
}

.modal-body-order {
    padding: 0;
}

.modal-body-order .form-but {
    max-width: 100%;
}

.order-modal-content {
    position: relative;
}

.order-modal-content .close {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 100;
    font-size: 40px;
    font-weight: 300;
}

.header-text-box {
    font-size: 25px;
    color: #fff;
    line-height: 40px;
    max-width: 555px;
}

.header-text-box span {
    display: block;
    margin-top: 30px;
    font-weight: 700;
    font-size: 30px;
}

/* css burger */
.burger {
    margin-left: 20px;
    padding: 5px;
    border-radius: 4px;
    display: none;
}

.burger span {
    display: block;
    background-color: #282828;
    width: 35px;
    height: 3px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.burger span:not(:last-of-type) {
    margin-bottom: 9px;
}

.burger.active span:nth-of-type(2) {
    opacity: 0;
}

.burger.active span:first-of-type {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
}

.burger.active span:last-of-type {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
}

.title-header {
    display: none;
}

.btn-top {
    position: fixed;
    bottom: 50px;
    right: 25px;
    width: 50px;
    height: 50px;
    display: none;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    z-index: 10;
}
.btn-top:hover svg{
    background-color: rgb(206, 166, 114);
    fill: #fff;
}

.btn-top svg {
    width: 100%;
    height: 100%;
    fill: rgb(206, 166, 114);
    border-radius: 50%;
}

@media (min-width: 1100px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media(max-width: 1150px) {
    .time-work {
        margin-left: 20px;
    }
}

@media(max-width: 1130px) {
    .asubmenu__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .time-work {
        margin-left: 0;
    }
}

@media(max-width: 1100px) {
    .header-grid {
        margin-top: 117px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .formbox {
        max-width: 450px;
    }

    .grid-partners {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }

    .grid-company {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 550px;
        grid-template-columns: 550px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .company-contents {
        padding: 30px 30px 30px 30px;
    }

    .time-work {
        margin-left: 0;
        margin-top: 10px;
    }

    .phone {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media(max-width: 992px) {
    .grid-footer {
        -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
    }

    .footer .footer-link-3 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .formbox {
        margin: auto;
    }

    .header-text-box {
        max-width: 100%;
        text-align: center;
    }

    .header-grid {
        margin-top: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .header-details {
        padding-right: 0;
    }

    h1 {
        font-size: 45px;
    }



    h2 {
        font-size: 30px;
    }

    .subtitle {
        font-size: 20px;
    }

    .wave::before {
        background-size: contain;
        width: 65px;
        height: 34px;
    }

    .wave {
        padding-left: 85px;
    }

    .b1-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .grid-block {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .answer-details {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .step {
        text-align: center;
    }

    .b4 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media(max-width: 768px) {
    .title-header {
        display: block;
    }

    .form-but {
        width: 100%;
        max-width: 100%;
    }

    .burger {
        display: block;
    }

    .burger span {
        background-color: #fff;
    }

    .navigation {
        background-color: #E4BF8D;
        position: fixed;
        top: 0;
        left: 0;
        width: 200px;
        height: 100%;
        z-index: 100;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .navigation.active {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        z-index: 10;
    }

    .menu {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .menu li {
        width: 100%;
    }

    .menu a {
        padding: 10px 15px;
        display: block;
        text-align: left;
        font-size: 17px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }

    .menu a:hover {
        color: #fff;
    }

    .head_bottom {
        padding-bottom: 50px;
        padding-top: 60px;
    }

    .asubmenu {
        padding: 14px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .asubmenu__left {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .phone {
        margin-top: 0;
        margin-left: 20px;
    }

    .head_bottom .container {
        position: relative;
    }

    .title-header {
        color: #fff;
        text-align: center;
        top: -55px;
        left: 50%;
        position: absolute;
        width: 100%;
        max-width: 374px;
        font-size: 23px;
        line-height: 28px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: 52px;
    }

    .title-header span {
        font-weight: 500;
    }

    .b1-lists li:not(:last-of-type) {
        margin-bottom: 25px;
    }

    .b1-lists li {
        font-size: 18px;
    }

    .grid-footer {
        grid-gap: 15px;
    }

    .footer-link {
        font-size: 15px;
    }


    h1 {
        font-size: 33px;
    }

    .lists li {
        font-size: 16px;
        padding-left: 25px;
    }

    .lists li::before {
        width: 15px;
        height: 1px;
        top: 10px;
    }
}

@media(max-width: 575px) {
    .footer .footer-link-2 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .number-text {
        font-size: 124px;
        line-height: 100px;
    }

    .title {
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    h1 {
        font-size: 28px;
    }

    .ur-text {
        font-size: 30px;
    }

    .grid-footer {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .grid-company {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}

@media(max-width: 500px) {
    .header-details h1 {
        margin-bottom: 15px;
    }

    .title {
        text-align: center;
        text-transform: none;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 15px;
        -ms-grid-column-align: center;
        justify-items: center;
    }

    .header-text-box {
        font-size: 20px;
        line-height: 30px;
    }

    .header-grid {
        margin-top: 30px;
    }

    .header-text-box span {
        display: block;
        font-weight: 700;
        font-size: 25px;
        max-width: 300px;
        margin: 25px auto 0;
    }

    .asubmenu__left {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .asubmenu {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .asubmenu__right {
        padding-top: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .phone {
        margin-left: 0;
        margin-top: 0;
    }

    h1 {
        font-size: 40px;
    }

    .wave::before {
        background-size: contain;
        width: 45px;
        height: 23px;
        top: 5px;
    }

    .b1-lists li {
        font-size: 18px;
        line-height: 25px;
    }

    .wave {
        padding-left: 55px;
    }

    h2 {
        font-size: 22px;
    }

    .quiz {
        border-radius: 10px;
        padding: 35px 25px 40px 25px;
    }

    .subtitle {
        font-size: 15px;
    }

    .b1-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .box {
        padding: 30px 10px 30px;
        border: 3px solid #E6C68A;
    }

    .formbox__title {
        font-size: 21px;
    }

    .b1 {
        padding: 40px 0;
    }

    .b2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .b4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

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

    .b3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 480px) {
    section {
        padding: 40px 0 !important;
    }

    .licensia-des {
        font-size: 18px;
        line-height: 25px;
    }

    .logo-text-comp {
        display: none !important;
    }

    .logo-text-mob {
        display: block;
    }

    .logo span {
        margin-top: 0;
        font-size: 17px;
        line-height: 20px;
        text-align: left;
    }

    .logo-text-name {
        font-weight: bold;
    }

    .burger span {
        background-color: #000;
    }

    .formbox {
        padding: 39px 20px 53px;
    }

    .logo {
        border-radius: 0;
        width: 100%;
        max-width: 100%;
        padding-top: 5px;
        height: 58px;
        top: -13px;
        box-shadow: none;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .head_top {
        padding: 10px 0;
    }

    .head_top {
        background: #fff;
    }

    .logo::after {
        display: none;
    }

    .logo img {
        top: 0;
        left: 0;
        width: 80px;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .logo-box {
        width: 100%;
        position: relative;
        margin-right: 0;
    }

    .title-header {
        color: #fff;
        text-align: center;
        top: 0;
        left: 50%;
        position: relative;
        width: 100%;
        max-width: 374px;
        font-size: 27px;
        line-height: 33px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: 0;
        margin-bottom: 10px;
    }

    .head_bottom {
        padding-bottom: 50px;
        padding-top: 20px;
    }

    .asubmenu__left {
        margin-bottom: 5px;
    }

    .asubmenu__right {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .phone {
        margin-top: 12px;
    }

    h1 {
        font-size: 35px;
    }

    .company-contents .wave::before {
        width: 48px;
        height: 25px;
    }

    .company-contents .wave {
        padding-left: 55px;
    }
}

@media(max-width:350px) {
    h1 {
        font-size: 30px;
    }

    .answer-back {
        width: 47px;
        height: 47px;
        margin-right: 20px;
    }

    .answer-next {
        width: 160px;
        height: 47px;
    }
}