:root {
    --header-height: 95px;
    --white: #FFFFFF;
    --black: #252525;
    --yellow: #FFC803;
    --dark-blue: #1F385E;
    --font-primary: "Open Sans", sans-serif;
    --width-container: 1170px;
    --trans: all .2s ease;
    --gray: #F6F6F6;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin-top: var(--header-height) !important;
}

body {
    font-family: var(--font-primary);
    color: var(--black);
}

.container {
    width: var(--width-container);
    margin-left: auto;
    margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img {
    height: auto;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

details>summary {
    list-style: none;
}

details>summary::marker,
details>summary::-webkit-details-marker {
    display: none;
}

input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.title {
    font-size: 42px;
    font-weight: 600;
    line-height: 128.571%;
    text-align: center;
}

.title span {
    color: var(--yellow);
}

.block-padding {
    padding: 100px 0;
    overflow: hidden;
}

.btn {
    display: inline-block;
    outline: none;
    text-decoration: none;
    padding: 18.5px 31px 17.5px;
    background: var(--dark-blue);
    border-radius: 40px;
    color: var(--white);
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-primary);
    line-height: 150%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    font-style: normal;
    cursor: pointer;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
    text-align: center;
}

.btn:hover,
.btn-white:hover {
    background: var(--yellow);
}

.btn-transparent {
    background: transparent;
    border: 2px solid var(--dark-blue);
    color: var(--dark-blue);
}

.btn-transparent:hover {
    background: transparent;
    border: 2px solid var(--yellow);
    color: var(--yellow);
}

.btn-white {
    background: var(--white);
    color: var(--dark-blue);
}

.bg-gray {
    background-color: var(--gray);
}

.header {
    padding: 15px 0;
    height: var(--header-height);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid rgba(37, 37, 37, 0.10);
    z-index: 99;
}

.header-mobile,
.mobile-menu-close {
    display: none;
}

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-menu {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-menu li {
    margin-right: 32px;
}

.header-menu li:last-child {
    margin-right: 0;
}

.header-menu li a {
    text-decoration: none;
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
}

.header-menu li a:hover {
    color: var(--yellow);
}

.phone {
    color: var(--dark-blue);
    font-size: 15px;
    font-weight: 600;
    line-height: 133.333%;
    text-decoration: none;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
    padding-left: 28px;
    position: relative;
}

.phone:hover {
    color: var(--yellow);
}

.phone::before {
    content: '';
    width: 16px;
    height: 17px;
    background-image: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.99979 8.54982C5.6323 9.84294 6.68049 10.8864 7.97647 11.513C8.07129 11.5579 8.17617 11.5774 8.2808 11.5695C8.38543 11.5615 8.4862 11.5265 8.57318 11.4678L10.4814 10.1954C10.5658 10.1391 10.6629 10.1048 10.7639 10.0955C10.8649 10.0862 10.9667 10.1023 11.0599 10.1422L14.6299 11.6722C14.7511 11.7237 14.8524 11.8133 14.9184 11.9273C14.9843 12.0414 15.0114 12.1738 14.9956 12.3046C14.8828 13.1875 14.452 13.9991 13.7839 14.5873C13.1158 15.1755 12.2562 15.5 11.366 15.5C8.61679 15.5 5.98015 14.4079 4.03614 12.4639C2.09213 10.5198 1 7.88321 1 5.13396C1.00005 4.24384 1.32454 3.38425 1.91273 2.71614C2.50092 2.04804 3.31246 1.61724 4.19541 1.5044C4.32621 1.48857 4.45862 1.51568 4.57268 1.58165C4.68674 1.64761 4.77627 1.74886 4.82779 1.87013L6.3591 5.4432C6.39871 5.53562 6.41485 5.6364 6.40608 5.73657C6.39732 5.83674 6.36391 5.93318 6.30885 6.01731L5.04081 7.95483C4.9831 8.04199 4.94898 8.14263 4.94179 8.24691C4.9346 8.3512 4.95458 8.45557 4.99979 8.54982V8.54982Z" stroke="%231F385E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
}

.phone:hover::before {
    background-image: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.99979 8.54982C5.6323 9.84294 6.68049 10.8864 7.97647 11.513C8.07129 11.5579 8.17617 11.5774 8.2808 11.5695C8.38543 11.5615 8.4862 11.5265 8.57318 11.4678L10.4814 10.1954C10.5658 10.1391 10.6629 10.1048 10.7639 10.0955C10.8649 10.0862 10.9667 10.1023 11.0599 10.1422L14.6299 11.6722C14.7511 11.7237 14.8524 11.8133 14.9184 11.9273C14.9843 12.0414 15.0114 12.1738 14.9956 12.3046C14.8828 13.1875 14.452 13.9991 13.7839 14.5873C13.1158 15.1755 12.2562 15.5 11.366 15.5C8.61679 15.5 5.98015 14.4079 4.03614 12.4639C2.09213 10.5198 1 7.88321 1 5.13396C1.00005 4.24384 1.32454 3.38425 1.91273 2.71614C2.50092 2.04804 3.31246 1.61724 4.19541 1.5044C4.32621 1.48857 4.45862 1.51568 4.57268 1.58165C4.68674 1.64761 4.77627 1.74886 4.82779 1.87013L6.3591 5.4432C6.39871 5.53562 6.41485 5.6364 6.40608 5.73657C6.39732 5.83674 6.36391 5.93318 6.30885 6.01731L5.04081 7.95483C4.9831 8.04199 4.94898 8.14263 4.94179 8.24691C4.9346 8.3512 4.95458 8.45557 4.99979 8.54982V8.54982Z" stroke="%23FFC803" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.header-right .btn {
    margin-left: 40px;
}



/* Head */
.head {
    padding: 170px 0 156px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.head-content {
    max-width: 730px;
}

.head-title {
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.head-subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 166.667%;
    margin-top: 8px;
}

.head-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 72px 0;
}

.head-bottom__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px;
}

.head-bottom__item:last-child {
    margin-right: 0;
}

.head-bottom__item p {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-left: 8px;
}


/* Feedback */
.feedback {
    background-image: url(../images/map-dotted-background.png);
    background-position: center;
    padding: 80px 0;
    overflow: hidden;
}

.feedback-slider {
    margin-top: 48px;
    margin-left: -8px;
    margin-right: -8px;
}

.feedback-item {
    padding: 24px;
    border-radius: 24px;
    border-radius: 8px;
    background: var(--white);
    margin: 0 8px;
    border: 1px solid #E9E9E9;
}

.rating-stars {
    --percent: calc(var(--rating) / 5 * 100%);
    font-size: 20px;
}

.rating-stars:before {
    content: '★★★★★';
    background: -o-linear-gradient(left, var(--yellow) var(--percent), #C6C3D2 var(--percent));
    background: -webkit-gradient(linear, left top, right top, from(var(--yellow)), to(#C6C3D2));
    background: linear-gradient(90deg, var(--yellow) var(--percent), #C6C3D2 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.feedback-item__name {
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    margin-top: 8px;
    color: var(--black);
}

.feedback-item__text {
    margin: 8px 0 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.feedback-item__img {
    line-height: 0;
}

.feedback-item__img img {
    max-width: 60px;
}

.slick-arrow {
    font-size: 0;
    border: 0;
    background: rgba(31, 56, 94, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 2;
    cursor: pointer;
}

.slick-next {
    right: -48px;
}

.slick-prev {
    left: -48px;
}

.slick-arrow::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 15L16 20.5L21 26" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Services block - START */
.services {
    overflow: hidden;
}

.services .title {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.lib-circle-container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--font-primary);
}

.lib-circle-block .title {
    max-width: 560px;
}

.center-block-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-block-btn .btn {
    min-width: 211px;
}

.big-buttons .btn {
    min-width: 272px;
}

.center-block-btn .call-btn,
.ready-content-buttons .call-btn {
    margin-right: 24px;
    padding-right: 22px;
    padding-left: 22px;
}

.lib-circle-wrapper {
    width: 520px;
    height: 520px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    margin-bottom: 70px;
    text-align: center;
    border: 2px solid var(--dark-blue);
    border-radius: 50%;
}

.lib-circle-img {
    line-height: 0;
}

.lib-circle-img img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.lib-circle__item {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.lib-circle__item:nth-child(1),
.lib-circle__item:nth-child(3),
.lib-circle__item:nth-child(5),
.lib-circle__item:nth-child(7) {
    text-align: right;
}

.lib-circle__item:nth-child(2),
.lib-circle__item:nth-child(4),
.lib-circle__item:nth-child(6),
.lib-circle__item:nth-child(8) {
    text-align: left;
}

.lib-circle__item-icon {
    width: 96px;
    height: 96px;
    background-color: var(--gray);
    line-height: 0;
}

.lib-circle__item-content {
    max-height: 111px;
}

.icon-square .lib-circle__item-icon {
    width: 96px;
    height: 96px;
}

.icon-square .lib-circle__item-content {
    max-height: 96px;
}

.lib-circle__item-icon img {
    max-width: 100%;
    height: auto;
}

/* icon-circle, icon-square */
.icon-circle .lib-circle__item-icon,
.icon-circle.border .lib-circle__item-icon {
    border-radius: 50%;
}

.icon-square .lib-circle__item-icon,
.icon-square.border .lib-circle__item-icon {
    border-radius: 6px;
}

.icon-circle.border .lib-circle__item-icon,
.icon-square.border .lib-circle__item-icon {
    border: 2px solid var(--dark-blue);
}

.lib-circle__item .lib-circle__item-title {
    margin-bottom: 4px;
    transition: var(--trans);
}

.lib-circle__item:hover .lib-circle__item-title {
    color: var(--yellow);
}

.lib-circle__item-content {
    width: 280px;
}

.lib-circle__item-title {
    color: var(--black);
    font-family: var(--font-primary);
    font-size: 19px;
    font-weight: 600;
    line-height: 115%;
}

.lib-circle__item-text {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.lib-circle__item:nth-child(1) .lib-circle__item-icon,
.lib-circle__item:nth-child(3) .lib-circle__item-icon,
.lib-circle__item:nth-child(5) .lib-circle__item-icon,
.lib-circle__item:nth-child(7) .lib-circle__item-icon {
    margin-left: 23px;
}

.lib-circle__item:nth-child(2) .lib-circle__item-icon,
.lib-circle__item:nth-child(4) .lib-circle__item-icon,
.lib-circle__item:nth-child(6) .lib-circle__item-icon,
.lib-circle__item:nth-child(8) .lib-circle__item-icon {
    margin-right: 23px;
}


/* items-5 */
.lib-circle-wrapper.items-5 {
    margin-top: 204px;
}

.items-5 .lib-circle__item-icon {
    width: 96px;
    height: 96px;
}

.items-5 .lib-circle__item-content {
    max-height: 96px;
}

.items-5 .lib-circle__item:nth-child(2),
.items-5 .lib-circle__item:nth-child(4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.items-5 .lib-circle__item:nth-child(1) {
    left: -360px;
}

.items-5 .lib-circle__item:nth-child(3) {
    left: -283px;
}

.items-5 .lib-circle__item:nth-child(2) {
    right: -360px;
}

.items-5 .lib-circle__item:nth-child(4) {
    right: -283px;
}

.items-5 .lib-circle__item:nth-child(1),
.items-5 .lib-circle__item:nth-child(2) {
    top: 143px;
}

.items-5 .lib-circle__item:nth-child(3),
.items-5 .lib-circle__item:nth-child(4) {
    bottom: 10px;
}

.items-5 .lib-circle__item:nth-child(5) {
    top: -165px;
    left: calc(50% - 143px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.items-5 .lib-circle__item:nth-child(5) .lib-circle__item-content {
    margin-bottom: 24px;
}

.items-5 .lib-circle__item:nth-child(5) .lib-circle__item-icon {
    margin-left: 0;
}


/* items-6 */
.items-6 .lib-circle__item:nth-child(2),
.items-6 .lib-circle__item:nth-child(4),
.items-6 .lib-circle__item:nth-child(6) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.items-6 .lib-circle__item:nth-child(1),
.items-6 .lib-circle__item:nth-child(5) {
    left: -316px;
}

.items-6 .lib-circle__item:nth-child(2),
.items-6 .lib-circle__item:nth-child(6) {
    right: -316px;
}

.items-6 .lib-circle__item:nth-child(1),
.items-6 .lib-circle__item:nth-child(2) {
    top: 38px;
}

.items-6 .lib-circle__item:nth-child(5),
.items-6 .lib-circle__item:nth-child(6) {
    bottom: 38px;
}

.items-6 .lib-circle__item:nth-child(3) {
    left: -360px;
}

.items-6 .lib-circle__item:nth-child(4) {
    right: -360px;
}

.items-6 .lib-circle__item:nth-child(3),
.items-6 .lib-circle__item:nth-child(4) {
    top: 206px;
}


/* items-7 */
.lib-circle-wrapper.items-7 {
    margin-top: 200px;
}

.items-7 .lib-circle__item:nth-child(2),
.items-7 .lib-circle__item:nth-child(4),
.items-7 .lib-circle__item:nth-child(6) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.items-7 .lib-circle__item:nth-child(1),
.items-7 .lib-circle__item:nth-child(5) {
    left: -300px;
}

.items-7 .lib-circle__item:nth-child(2),
.items-7 .lib-circle__item:nth-child(6) {
    right: -300px;
}

.items-7 .lib-circle__item:nth-child(1),
.items-7 .lib-circle__item:nth-child(2) {
    top: 38px;
}

.items-7 .lib-circle__item:nth-child(5),
.items-7 .lib-circle__item:nth-child(6) {
    bottom: 38px;
}

.items-7 .lib-circle__item:nth-child(3) {
    left: -360px;
}

.items-7 .lib-circle__item:nth-child(4) {
    right: -360px;
}

.items-7 .lib-circle__item:nth-child(3),
.items-7 .lib-circle__item:nth-child(4) {
    top: 206px;
}

.items-7 .lib-circle__item:nth-child(7) {
    top: -150px;
    left: calc(50% - 143px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.items-7 .lib-circle__item:nth-child(7) .lib-circle__item-content {
    margin-bottom: 22px;
}

.items-7 .lib-circle__item:nth-child(7) .lib-circle__item-icon {
    margin-left: 0;
}


/* items-8 */

.lib-circle-wrapper.items-8 {
    margin-top: 55px;
}

.items-8 .lib-circle__item:nth-child(2),
.items-8 .lib-circle__item:nth-child(4),
.items-8 .lib-circle__item:nth-child(6),
.items-8 .lib-circle__item:nth-child(8) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.items-8 .lib-circle__item:nth-child(1),
.items-8 .lib-circle__item:nth-child(7) {
    left: -255px;
}

.items-8 .lib-circle__item:nth-child(2),
.items-8 .lib-circle__item:nth-child(8) {
    right: -255px;
}

.items-8 .lib-circle__item:nth-child(1),
.items-8 .lib-circle__item:nth-child(2) {
    top: -20px;
}

.items-8 .lib-circle__item:nth-child(3),
.items-8 .lib-circle__item:nth-child(5) {
    left: -355px;
}

.items-8 .lib-circle__item:nth-child(4),
.items-8 .lib-circle__item:nth-child(6) {
    right: -355px;
}

.items-8 .lib-circle__item:nth-child(3),
.items-8 .lib-circle__item:nth-child(4) {
    top: 130px;
}

.items-8 .lib-circle__item:nth-child(5),
.items-8 .lib-circle__item:nth-child(6) {
    bottom: 130px;
}

.items-8 .lib-circle__item:nth-child(7),
.items-8 .lib-circle__item:nth-child(8) {
    bottom: -20px;
}


/* How */
.how-subtitle {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 8px;
}

.how-wrapper {
    margin: 32px 0px 46px;
}

.how-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
}

.how-item:last-child {
    margin-bottom: 0;
}

.how-item__img {
    line-height: 0;
}

.how-item__wrapp {
    position: relative;
}

.how-item__content {
    width: 533px;
    position: relative;
}

.how-item__content h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 44px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.how-item__content p,
.how-item__content {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.how-number {
    color: #E6EDF8;
    font-size: 120px;
    font-weight: 600;
    line-height: 100%;
    position: absolute;
    top: -75px;
    left: 2px;
}

.how-item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.how-item__img img {
    max-width: 400px;
    height: auto;
}

/* Services block - END */


/* Cost */
.cost .title {
    max-width: 521px;
    margin-left: auto;
    margin-right: auto;
}

.cost-wrapper {
    margin-top: 40px;
}

.cost-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.cost-tab {
    width: 225px;
    padding-bottom: 16px;
    text-align: center;
    border-bottom: 3px solid var(--dark-blue);
    position: relative;
    cursor: pointer;
    margin-bottom: 40px;
    color: var(--dark-blue);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.4;
}

.cost-tab h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 115%;
    text-transform: none;
}

.cost-tab.active {
    opacity: 1;
}

.tab_item {
    display: none;
}

.tab_item:first-child {
    display: block;
}

.cost-table {
    width: 100%;
    text-align: left;
    border-spacing: 0;
}

.mobile-table {
    display: none;
}

.transit-table {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.cost-table tr:nth-child(odd) {
    background: var(--white);
}

.cost-table tr:nth-child(even) {
    background: #F3F6FC;
}

.cost-table tr:first-child th:first-child {
    border-top-left-radius: 8px;
}

.cost-table tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

.cost-table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.cost-table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.cost-table tr th,
.cost-table tr td {
    border: none;
}

.cost-table tr th {
    padding: 24px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 115%;
    text-transform: uppercase;
}

.transit-table tr th {
    text-align: center;
}

.cost-table tr td {
    padding: 21px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.table-center {
    text-align: center;
}

/* Recent */

.recent-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.recent-wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recent-wrapper .slick-track:before,
.recent-wrapper .slick-track:after {
    display: none;
}

.recent-item {
    width: calc(33.33% - 16px);
    text-decoration: none;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
    border-radius: 8px;
    background: var(--white);
    border: 2px solid #F3F6FC;
    overflow: hidden;
}

.recent-item:hover {
    border: 2px solid var(--yellow);
}

.recent-item:focus {
    text-decoration: none;
}

.recent-content {
    padding: 32px 24px;
}

.recent-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    text-transform: uppercase;
    color: var(--black);
}

.recent-img {
    width: 100%;
    height: 240px;
    line-height: 0;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    position: relative;
}

.recent-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}

.recent-locations {
    margin: 18px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.recent-locations__content {
    height: 86px;
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recent-locations__content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--black);
}

.recent-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 115%;
    color: var(--black);
}

.recent-locations__img {
    line-height: 0;
}

/* FAQ */

.questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
}

.questions-details,
.questions-details summary {
    background-image: none;
    -webkit-appearance: none;
    display: block;
}

.questions-details summary::-webkit-details-marker {
    display: none;
}

.questions-details {
    margin-bottom: 8px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(39, 39, 39, 0.06);
    box-shadow: 0px 0px 30px 0px rgba(39, 39, 39, 0.06);
    border-radius: 8px;
    position: relative;
}

.questions-details:last-child {
    margin-bottom: 0;
}

.questions-details summary {
    padding: 24px 24px 24px 32px;
    cursor: pointer;
}

details[open]>summary {
    padding: 24px 24px 16px 32px;
}

.questions-details summary h3 {
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 115%;
    color: var(--black);
}

.questions-details::before {
    content: '';
    background: var(--yellow);
    border-radius: 8px 0px 0px 8px;
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.summary-arrow {
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.summary-arrow img {
    min-width: 18px;
}

details[open] .summary-arrow img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.questions-details p {
    padding: 0px 50px 24px 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}


/* Ready */
.ready {
    background-color: var(--yellow);
    position: relative;
}

.ready-content {
    max-width: 630px;
    padding: 114px 0;
}

.ready-content .title {
    text-align: left;
}

.ready-text {
    margin: 16px 0 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

.ready-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(50% - 260px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ready-content-block {
    max-width: 700px;
}

.ready-content .btn:hover {
    background: var(--white);
    color: var(--dark-blue);
}

.ready-content-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


/* Footer */
.footer {
    background-color: var(--gray);
}

.footer-wrapper {
    padding: 54px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-item__title {
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.footer-menu {
    list-style: none;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu li a {
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--black);
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
}

.footer-menu li a:hover {
    color: var(--yellow);
}

.footer-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-buttons .btn:first-child {
    margin-bottom: 24px;
}

.footer-copyright {
    background-color: var(--dark-blue);
    padding: 12px 0;
    color: var(--white);
    text-align: center;
}

.footer-copyright p {
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 8px;
}

.footer-copyright p a {
    color: var(--white);
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: rgba(255, 255, 255, 0.6);
}

.footer-copyright p a:hover {
    color: var(--yellow);
}

.btn-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quote-btn-icon {
    display: block;
    width: 15px;
    height: 14px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 1C1.72386 1 1.5 1.22386 1.5 1.5V12.5C1.5 12.7761 1.72386 13 2 13H13C13.2761 13 13.5 12.7761 13.5 12.5V1.5C13.5 1.22386 13.2761 1 13 1H12.9882L9.7325 3.32549L9.45676 3.52245L9.21716 3.28284L7.5 1.56569L5.78284 3.28284L5.54324 3.52245L5.2675 3.32549L2.01181 1H2ZM8.06569 1H11.6118L9.54324 2.47755L8.06569 1ZM3.38819 1H6.93431L5.45676 2.47755L3.38819 1ZM0.5 1.5C0.5 0.671573 1.17157 0 2 0H13C13.8284 0 14.5 0.671573 14.5 1.5V12.5C14.5 13.3284 13.8284 14 13 14H2C1.17157 14 0.5 13.3284 0.5 12.5V1.5ZM3 5.5H4H5V4.5H4H3V5.5ZM6 5.5H12V4.5H6V5.5ZM3 8H4H5V7H4H3V8ZM6 8H12V7H6V8ZM9 10.5H12V9.5H9V10.5Z" fill="white"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.call-btn-icon {
    display: block;
    width: 15px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.4551 14.5622C10.8833 14.5622 10.0799 14.3554 8.87701 13.6833C7.41421 12.863 6.28277 12.1057 4.82788 10.6546C3.42515 9.25276 2.74253 8.34514 1.78716 6.60666C0.707865 4.64377 0.89185 3.61486 1.09751 3.17512C1.34244 2.64953 1.70396 2.33518 2.17124 2.02317C2.43666 1.84927 2.71753 1.7002 3.01031 1.57785C3.0396 1.56526 3.06685 1.55324 3.09117 1.5424C3.23619 1.47707 3.45591 1.37834 3.73423 1.48381C3.91997 1.55354 4.0858 1.69621 4.34537 1.95256C4.87769 2.47756 5.60513 3.6468 5.87349 4.22102C6.05367 4.60803 6.1729 4.8635 6.1732 5.15002C6.1732 5.48547 6.00445 5.74416 5.79966 6.02336C5.76128 6.0758 5.7232 6.1259 5.68628 6.17453C5.46333 6.4675 5.41441 6.55217 5.44663 6.70334C5.51197 7.00715 5.99917 7.91154 6.79986 8.71047C7.60054 9.5094 8.47886 9.96584 8.78384 10.0309C8.94146 10.0646 9.02789 10.0136 9.33023 9.78274C9.37359 9.74963 9.41812 9.71535 9.4647 9.68108C9.77701 9.44875 10.0237 9.2844 10.3512 9.2844H10.353C10.638 9.2844 10.8821 9.40803 11.2864 9.61194C11.8137 9.87795 13.0181 10.596 13.5463 11.1289C13.8033 11.3879 13.9465 11.5531 14.0166 11.7386C14.122 12.0178 14.0227 12.2366 13.958 12.3831C13.9471 12.4074 13.9351 12.4341 13.9225 12.4637C13.7992 12.7559 13.6492 13.0362 13.4746 13.301C13.1631 13.7668 12.8476 14.1275 12.3209 14.3727C12.0504 14.5006 11.7543 14.5654 11.4551 14.5622Z" fill="white"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}


#form_loader {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff85;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

#form_loader.active {
    visibility: visible;
}

#gear {
    width: 200px;
}

#gear img {
    width: 100%;
    height: auto;
    animation: rotateGear 2.5s infinite linear;
}

@keyframes rotateGear {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.thank-wrapper {
    text-align: center;
    padding: 154px 0px 143px;
    background-color: var(--gray);
    border-bottom: 1px solid rgba(37, 37, 37, 0.10);
}

.thank-title {
    color: #010101;
    font-size: 52px;
    font-weight: 600;
    line-height: 64px;
}

.thank-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 407px;
    margin: 32px auto;
}

.thank-img {
    margin-top: 89px;
}

.thank-img img {
    max-width: 475px;
    height: auto;
}


.page-wrapper {
    padding: 100px 0px;
}

.title-404 {
    text-align: center;
}

.page-content {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: var(--black);
    word-wrap: break-word;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin: 20px 0 10px;
}

.page-content p {
    margin-bottom: 10px;
}

.page-content img {
    max-width: 100%;
    height: auto;
}









/* Popup */
.popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    display: flex;
    justify-content: center;
    overflow-y: scroll;
    transition: var(--trans);
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 20px 0;
}

.popup::-webkit-scrollbar {
    display: none;
}

.popup.active {
    visibility: visible !important;
    opacity: 1;
}

.popup-wrapper {
    margin-top: auto;
    margin-bottom: auto;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(54, 54, 54, 0.09);
    border-radius: 8px;
    position: relative;
}

.popup-close {
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 5px;
    cursor: pointer;
}

.popup-close__icon {
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.16113 19L18.8388 1.32233" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.16113 1L18.8388 18.6777" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.popup.active .popup-close__icon {
    transition: all 0.3s ease;
}

.popup-close:hover .popup-close__icon {
    transform: rotate(-90deg);
}

.error-hint {
    display: inline-block;
    color: var(--red);
    font-size: 12px;
    font-weight: 550;
    line-height: 150%;
    margin-top: 2px;
    border: none !important;
}

.response-output {
    display: none;
    margin-bottom: 16px;
    padding: 15px;
    margin-top: 12px;
}

.response-output.failed {
    display: block;
    border: 1px solid red;
}

.response-output.sent {
    display: block;
    border: 1px solid #46b450;
}

.popup-call .popup-wrapper {
    width: 612px;
    padding: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.popup-call-content {
    padding: 32px 32px 40px;
}

.popup-call__image {
    width: 100%;
    height: 211px;
    text-align: center;
    line-height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.popup-call__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: var(--black);
}

.popup-call__title span {
    color: var(--yellow);
}

.popup-call__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: var(--black);
    margin-top: 10px;
}

.popup-call__list {
    margin: 24px 0 32px;
    padding: 24px 40px;
    border-top: 1px solid var(--dark-blue);
    border-bottom: 1px solid var(--dark-blue);
}

.popup-call__list li {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.popup-call__list li:last-child {
    margin-bottom: 0;
}

.popup-call__list li strong {
    color: var(--dark-blue);
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;
    width: 21px;
    opacity: 0.8;
    margin-right: 15px;
}

.popup-call__list-block li strong {
    color: var(--dark-blue);
}

.popup-call__list li svg {
    margin-right: 12px;
    min-width: 24px;
}

.maybe-later {
    font-size: 14px;
    color: var(--dark-blue);
    text-decoration: none;
    font-weight: 600;
    margin-top: 16px;
    display: inline-block;
    padding: 14.5px;
    line-height: 150%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    cursor: pointer;
}

.popup-call-thank .popup-wrapper {
    width: 506px;
}

.popup-call-thank .popup-call__image {
    height: 171px;
}

.popup-call-thank .popup-call__text {
    text-align: left;
}

.popup-call-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup-call-thank__text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 40px;
}

.popup-call__separator {
    width: 100%;
    border-bottom: 1px solid var(--dark-blue);
    margin: 24px 0;
}

.popup-call-button {
    text-align: center;
}

.fill-form {
    display: none;
}