@import url(https://fonts.googleapis.com/css?family=Raleway:regular,500,600,700,800,900&display=swap);
/* Обнуление */

* {
    padding: 0;
    margin: 0;
    border: 0;
    font-variant-numeric: lining-nums proportional-nums;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

textarea {
    resize: none;
}

html,
body {
    height: 100%;
    width: 100%;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
    background: transparent;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

a {
    cursor: pointer;
}

/*--------------------General styles--------------------*/

body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #1e434c;
}

.page__body {
    background: #eff3f3;
}

.wrapper {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.page__main {
    padding-top: 42px;
    border-radius: 50px 50px 0px 0px;
    background: #fff;
}

[class*='__container'] {
    max-width: 1163px;
    padding: 0 20px;
    margin: 0 auto;
}

[class*='__container-page'] {
    max-width: 1163px;
    padding: 0 10px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .page__main {
        padding-top: 0;
    }
}

.calc-btn__small {
    padding: 14px 17px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #912302;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}

.calc-btn__small:hover {
    background: #c52f02;
}

.calc-btn__s {
    padding: 14px 17px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #912302;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}

.calc-btn__s:hover {
    background: #c52f02;
}

.title {
    font-size: 55px;
    font-weight: 700;
    font-variant-numeric: lining-nums proportional-nums;
}

@media (max-width: 1200px) {
    .title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .title {
        font-size: 30px;
    }
}

@media (max-width: 425px) {
    .title {
        font-size: 23px;
    }
}

@media (max-width: 370px) {
    .title {
        font-size: 20px;
    }
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    position: relative;
    flex: 1;
}

/*--------------------/General styles--------------------*/

/*--------------------header--------------------*/

.header {
    position: relative;
    z-index: 3;
    border-radius: 10px;
    background: #fff;
    padding: 12px 14px;
    margin: 19px 20px 0 20px;
}

@media (max-width: 768px) {
    .header {
        margin: 0;
        position: fixed;
        top: 12px;
        left: 10px;
        right: 10px;
    }
}

.header__container {
    max-width: 1860px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

@media (max-width: 500px) {
    .header__container {
        justify-content: space-between;
    }
}

@media (max-width: 370px) {
    .header__container {
        padding: 0 3px;
    }
}

.header__logo {
    z-index: 10;
}

@media (max-width: 600px) {
    .header__logo > img {
        width: 80px;
        height: 31px;
    }
}

.header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
    position: relative;
}

.header__actions-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header__actions-social > img {
    cursor: pointer;
}

@media (max-width: 768.98px) {
    .header__actions-social {
        margin-top: 25px;
        justify-content: center;
    }
}

.header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
    position: relative;
}

.header__actions-lang {
    cursor: pointer;
}

.header__action-phone {
    display: flex;
    gap: 3px;
}

@media (max-width: 425px) {
    .header__action-phone {
        padding-right: 16px;
    }
}

.phone-action {
}

@media (max-width: 345px) {
    .phone-action > img {
        display: none;
    }
}

.phone-action__body {
}

.phone-action__label {
    font-size: 12px;
}

.phone-action__number {
    font-size: 17px;
    font-weight: 700;
    color: #1e434c;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 390px) {
    .phone-action__number {
        font-size: 14px;
    }
}

.header__actions-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Lang Spoiler */
.lang-header__item {
    position: relative;
}

@media (max-width: 500px) {
    .lang-header {
        margin-top: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.lang-header__spoller {
    display: flex;
    align-items: center;
    gap: 5px;
}

.lang-header__spoller.active .lang-header__arrow img {
    transition: all 0.5s ease 0s;
    transform: rotate(180deg);
}

.lang-header__arrow {
    height: 8px;
    width: 8px;
}

.lang-header__country {
}

.lang-header__country span {
    cursor: pointer;
    color: #000000;
    transition: all 0.3s ease 0s;
}

.lang-header__country span:hover {
    color: #666;
}

.lang-header__list {
    display: none;
    position: absolute;
    top: 100%;
    width: max-content;
    left: -5px;
    z-index: 2;
    margin: 5px 0px 0px 0px;
    box-shadow: 0 0 5px rgba(7, 7, 7, 0.02);
    background: #fff;
    padding: 8px 5px 8px 5px;
    border-radius: 5px;
}

.lang-header__list > li:not(:last-child) {
    margin-bottom: 9px;
}

/* /Lang Spoiler */

/* Burger */
.menu-burger__icon {
    display: none;
}
@media (max-width: 1336px) {
    .menu-burger__icon {
        display: block;
        position: relative;
        width: 100%;
        height: 23px;
        cursor: pointer;
        z-index: 5;
        background: transparent;
        border: none;
    }
    .menu-burger__icon span,
    .menu-burger__icon::before,
    .menu-burger__icon::after {
        content: '';
        transition: all 0.3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #0a0a0a;
    }
    .menu-burger__icon::before {
        width: 100%;
        top: 0;
    }
    .menu-burger__icon::after {
        bottom: 0;
    }
    .menu-burger__icon span {
        width: 100%;
        top: calc(50% - 1px);
    }
    .menu-burger__icon._active span {
        width: 0;
    }
    .menu-burger__icon._active::before,
    .menu-burger__icon._active::after {
        background-color: #464646;
    }
    .menu-burger__icon._active::before {
        width: 100%;
        top: calc(50% - 1px);
        transform: rotate(-45deg);
    }
    .menu-burger__icon._active::after {
        width: 100%;
        bottom: calc(50% - 1px);
        transform: rotate(45deg);
    }
}
.menu-burger__body {
    z-index: 9;
    left: -100%;
}
@media (max-width: 1336px) {
    .menu-burger__body {
        z-index: 9;
        left: -100%;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        overflow: auto;
        background-color: #fff;
        padding: 150px 15px 50px 15px;
        transition: left 0.3s ease 0s;
    }
    .menu-burger__body::before {
        content: '';
        position: fixed;
        width: 100%;
        height: 85px;
        left: -100%;
        top: 0;
        background-color: #fff;
    }
    ._active .menu-burger__body {
        left: 0;
    }
    ._active .menu-burger__body::before {
        left: 0;
    }
    ._active .menu-burger__body .menu-burger__icon {
        position: absolute;
        right: 30px;
        top: 30px;
    }
}
.menu-burger__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
}
@media (max-width: 1336px) {
    .menu-burger__list {
        gap: 30px;
    }
}
@media (max-width: 1336px) {
    .menu-burger__list {
        flex-direction: column;
        justify-content: center;
    }
}
.menu-burger__link {
    color: #000;
    font-size: 15px;
    font-variant-numeric: lining-nums proportional-nums;
    transition: all 0.35s ease 0s;
}
@media (any-hover: hover) {
    .menu-burger__link:hover {
        color: #e1b168;
    }
}
@media (max-width: 1336px) {
    .menu-burger__link {
        font-size: 21px;
    }
}
.menu-burger__link--active {
    color: #e1b168;
}
.menu-burger__name {
    margin-top: 5px;
    font-size: 14px;
    display: none;
}
@media (max-width: 1336px) {
    .menu-burger__name {
        display: block;
    }
}
@media (max-width: 768.98px) {
    .menu-burger__name {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .menu-burger__body::before {
        height: 75px;
    }
}
/*--------------------/header--------------------*/

/*--------------------selectors--------------------*/

.custom-selector {
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    background: #eff3f3;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #030405;
    margin-bottom: 16px;
    cursor: pointer;
    position: relative;
}

.custom-selector:hover {
    background-color: #d1d5d5;
}

.selector-label {
    flex-grow: 1;
}

.chevron-icon {
    width: 20px;
    height: 20px;
}

.options {
    margin: 0 5px;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #d1d5d5;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.option {
    padding: 8px 16px;
    cursor: pointer;
}

.option:hover {
    background-color: #f1f1f1;
}

.show-options {
    display: block;
}
.chevron-icon {
    width: 10px;
    height: 10px;
}
.chevron-icon.active {
    transform: rotate(180deg);
}

/*--------------------/selectors--------------------*/

/*--------------------hero--------------------*/
.hero__video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: -100px;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr;
    height: 90vh;
}
.hero {
    height: 90vh;
    padding-bottom: 500px;
}
.hero__body {
    position: relative;
    z-index: 2;
    max-width: 750px;
    color: #fff;
    padding-top: 131px;
}
.hero__title {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 25px;
}
.hero__description {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    line-height: 162.5%;
    overflow: hidden;
}
.calc-btn {
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #912302;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}
.calc-btn:hover {
    background: #c52f02;
}
@media (min-width: 768px) {
    .hero {
        min-height: 700px;
    }
    .hero__container {
        padding-bottom: 250px;
    }
    .hero__video {
        min-height: 700px;
    }
}
@media (max-width: 768px) {
    .hero {
        height: 70vh;
        position: relative;
    }
    .hero__video {
        height: 75vh;
        top: -90px;
        height: 100%;
    }
    .hero__title {
        color: #1e434c;
        font-size: 28px;
        margin-bottom: 15px;
    }
    .hero__description {
        font-size: 15px;
        color: #1e434c;
        line-height: 175%;
        margin-bottom: 15px;
        overflow-y: auto;
    }
    .hero__body {
        padding-top: 240px;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .hero__container {
        padding: 20px 20px 0 20px;
        border-radius: 20px 20px 0 0;
        position: absolute;
        bottom: -2px;
        width: 100%;
        background-color: white;
        overflow: hidden;
    }
    .hero__content {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: white;
        height: 100%;
        width: 100%;
        overflow-y: auto;
        box-sizing: border-box;
    }
}
@media (max-width: 425px) {
    .hero__title {
        font-size: 28px;
    }
    .hero__description {
        font-size: 12px;
    }
    .calc-btn {
        width: 100%;
        justify-content: center;
    }
}
/*--------------------/hero--------------------*/

/*--------------------transporation-decor--------------------*/
.transportation {
    position: relative;
}
.transportation__body-bg {
    position: relative;
    background-image: url('../img/transportation/bg.png');
    background-position: center center;
    background-size: cover;
    padding-top: 60px;
}
.transportation__decor {
    top: -130px;
    position: absolute;
    border-radius: 50px 50px 0 0;
    height: 211px;
    width: 100%;
}
.transportation__container {
}
.transportation__title {
    position: relative;
    z-index: 2;
}
.transportation__body {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.transportation__item {
}
.item-transporation {
    padding: 30px;
    display: flex;
    gap: 21px;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #eff3f3;
    align-items: flex-start;
    max-width: 549px;
}
.item-transporation-body {
}
.item-transporation__chevron {
    display: none;
}

.item-transporation__title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 11px;
}

.item-transporation__sm {
    display: none;
}

.item-transporation__info {
    display: flex;
    gap: 24px;
}

.item-transporation__info-body {
    margin-bottom: 19px;
}

.item-transporation__info-label {
    font-size: 12px;
    font-weight: 500;
}

.item-transporation__info-text {
    margin-top: 3px;
    font-size: 20px;
    font-variant-numeric: lining-nums proportional-nums;
    font-weight: 700;
}

.item-transporation__description {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 19px;
}
@media (max-width: 1200px) {
    .item-transporation {
        min-width: 100%;
    }
}
@media (max-width: 768px) {
    .transportation {
        padding-top: 60px;
    }
    .transportation__decor {
        display: none;
    }
    .transportation__body-bg {
        padding-top: 20px;
        background-position: top;
        background-size: 768px;
        background-repeat: no-repeat;
    }
    .transportation__body {
        gap: 10px;
    }
    .item-transporation__sm {
        display: block;
    }
    .item-transporation__im {
        display: none;
    }
    .item-transporation {
        padding: 14px;
    }
    .item-transporation__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .item-transporation__header > img {
        display: block;
        width: 20px;
        height: 20px;
    }
    .item-transporation__body {
        width: 100%;
    }
    .item-transporation__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 0;
        cursor: pointer;
    }
    .item-transporation__chevron {
        display: block;
    }
    .item-transporation__img {
        width: 60px;
        height: 60px;
    }
    .item-transporation__about {
        margin-top: 12px;
        display: none;
        animation: fade-in 0.5s;
    }
    .item-transporation__title {
        font-size: 22px;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .transportation__decor {
        background: lightgray 0% 0% / 100px 100px repeat,
            linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 100%);

        -webkit-backdrop-filter: blur(15.6637535095215px);
        backdrop-filter: blur(15.6637535095215px);
    }
}
@media (max-width: 500px) {
    .item-transporation__info-text {
        font-size: 18px;
    }
    .item-transporation__info-text {
        font-size: 14px;
    }
    .calc-btn__small {
        justify-content: center;
        width: 100%;
    }
}
@media (max-width: 425px) {
    .item-transporation__img {
        width: 45px;
        height: 45px;
    }
    .transportation__decor {
        top: -310px;
        height: 300px;
    }
    .transportation {
        padding-top: 20px;
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*--------------------/transporation-decor--------------------*/

/*--------------------services--------------------*/
.services {
    margin-top: 100px;
    padding: 80px 0;
    border-radius: 50px;
    background: #eff3f3;
}
.services__body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    gap: 25px;
    margin-top: 60px;
}
.services__item {
}
.item-services {
    padding: 26px 30px 0 30px;
    border-radius: 20px;
    background: #fff;
    max-width: 272px;
}
.item-services__top {
}
.item-services__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}
.item-services__link {
    color: #912302;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-weight: 700;
    text-decoration-line: underline;
    transition: all 0.3s ease 0s;
}
.item-services__link:hover {
    color: #dd3604;
}
.item-services__img {
    position: relative;
    bottom: -40px;
}
@media (max-width: 1200px) {
    .services {
        margin-top: 80px;
    }
    .services__body {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1024px) {
    .services {
        padding-top: 60px;
        margin-top: 60px;
    }
    .services__body {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    .services {
        padding-top: 40px;
    }
    .services__body {
        grid-template-columns: repeat(2, 1fr);
        gap: 27px 10px;
        margin-top: 20px;
    }
    .item-services {
        min-width: 100%;
        padding: 14px 14px 0 14px;
    }
    .item-services__img > img {
        width: 115px !important;
        height: 118px !important;
    }
    .item-services__title {
        font-size: 18px;
    }
    .item-services__img {
        bottom: -12px;
    }
}
@media (max-width: 425px) {
    .services__body {
        gap: 27px 5px;
    }
    .item-services__title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .item-services__link {
        font-size: 12px;
    }
}
@media (max-width: 370px) {
    .services__body {
        grid-template-columns: repeat(1, 1fr);
    }
    .item-services {
        min-width: 100%;
    }
}
.additional__services {
    margin-top: 40px;
}
.additional {
}
.additional-main__title {
    font-size: 25px;
    font-weight: 700;
    margin: 70px 0 26px 0;
}
.additional__title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration-line: underline;
}
.additional__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 15px;
}
.additional__item {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 1124px) {
    .additional__list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .additional__services {
        margin-top: 30px;
    }
    .additional__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .additional-main__title {
        font-size: 24px;
        margin: 40px 0 20px 0;
    }
}
@media (max-width: 425px) {
    .additional__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
    }
}
.calculation {
    padding-top: 80px;
}
.calculation__container {
}
.calculation__items {
}
.calculation__item {
    display: flex;
    position: relative;
}
.form__inner {
    position: relative;
    z-index: 2;
}
.form__body {
}
.form__title {
}
.form__text {
}
.calculation__item-categories {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}
.calculation__item-category-btn {
    padding: 14px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    background: #eff3f3;
    border-radius: 10px;
    font-weight: 500;
    color: #030405;
    transition: all 0.3s ease 0s;
}
.calculation__item-category-btn:hover {
    background: #f5f7f7;
}
.calculation__item-img {
    position: absolute;
    bottom: 0;
    left: -130px;
}
.calculation__item-img--airplane {
    bottom: 70px;
}
._active-category {
    background: #912302 !important;
    color: #fff !important;
}
._active-category > img {
    color: #fff;
}
.calculation__item {
    display: none;
}
.calculation__item.is-active {
    display: block;
}

/*--------------------plane--------------------*/
@media (max-width: 801px) {
    .calculation__item-img--cloud1 {
        display: none;
    }
    .calculation__item-img--cloud2 {
        display: none;
    }
}
@media (min-width: 801px) {
    @keyframes moveAirplane {
        0% {
            transform: translateY(0);
        }
        15% {
            transform: translateY(9%);
        }
        50% {
            transform: translateY(-9%);
        }
        85% {
            transform: translateY(9%);
        }
        100% {
            transform: translateY(0);
        }
    }

    @keyframes moveCloud1 {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-350%);
        }
    }

    @keyframes moveCloud2 {
        0% {
            transform: translateX(150%);
        }
        100% {
            transform: translateX(-300%);
        }
    }

    .calculation__item-img--airplane {
        animation: moveAirplane 6s ease infinite;
    }

    .calculation__item-img--cloud1 {
        position: absolute;
        top: 20%;
        left: 100%;
        animation: moveCloud1 8s linear infinite;
    }

    .calculation__item-img--cloud2 {
        position: absolute;
        top: 50%;
        left: 150%;
        animation: moveCloud2 12s linear infinite;
    }
}
/*--------------------/plane--------------------*/

/*--------------------car animation--------------------*/
@media (max-width: 801px) {
    .calculation__item-img--road {
        display: none;
    }
}
@media (min-width: 801px) {
    .calculation__item-img--car {
        bottom: 180px;
        z-index: 1;
    }

    @keyframes moveRoad {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }

    .calculation__item-img--road {
        flex: 1;
        width: 100%;
    }

    .road-container {
        position: relative;
        bottom: 180px;
        display: flex;
        animation: moveRoad 3s linear infinite;
    }
}
/*--------------------/car animation--------------------*/

/*--------------------ship animation--------------------*/
@media (max-width: 801px) {
    .calculation__item-img--waves {
        display: none;
    }
}

.calculation__item-img--waves {
    left: -190px;
    right: 0;
    margin-top: -116px;
}
@media (max-width: 1120px) {
    .calculation__item-img--waves {
        margin-top: -100px;
    }
}
@media (min-width: 801px) {
    @keyframes moveWaves {
        0% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(10px);
        }
        100% {
            transform: translateX(0);
        }
    }

    @keyframes swayShip {
        0%,
        100% {
            transform: rotate(0deg);
        }
        10% {
            transform: rotate(0.5deg) translateY(-1.3%);
        }
        20% {
            transform: rotate(0deg) translateY(0);
        }
        30% {
            transform: rotate(-0.5deg) translateY(-1.3%);
        }
        40% {
            transform: rotate(0deg) translateY(0);
        }
        50% {
            transform: rotate(0.5deg) translateY(-1.3%);
        }
        60% {
            transform: rotate(0deg) translateY(0);
        }
        70% {
            transform: rotate(-0.5deg) translateY(-1.3%);
        }
        80% {
            transform: rotate(0deg) translateY(0);
        }
        90% {
            transform: rotate(0.5deg) translateY(-1.3%);
        }
    }

    .calculation__item-img--ship {
        animation: swayShip 9s ease-in-out infinite;
    }

    .calculation__item-img--waves {
        position: absolute;
        animation: moveWaves 2s linear infinite;
    }
}

/*--------------------/ship animation--------------------*/

.calculation__item {
    position: relative;
}

@media (max-width: 1384px) {
    .calculation__item-img {
        width: 1200px;
        height: auto;
        object-fit: cover;
        bottom: 60px;
    }
    .calculation__item-img--waves {
        margin-top: -155px;
    }
    .calculation__item-img--car {
        bottom: 180px;
    }
}
@media (max-width: 1120px) {
    .calculation__item-img {
        width: 1000px;
        right: 0;
    }
    .calculation__item-img--waves {
        margin-top: -150px;
    }
}
@media (max-width: 1000px) {
    .calculation__item-img {
        width: 900px;
    }
}
@media (max-width: 800px) {
    .calculation__item-img {
        top: -120px;
        height: 160px;
        width: 870px;
    }
    .calculation__item-img--car {
        height: auto;
    }
    .form__inner {
        margin: 0 auto;
    }
    .calculation {
        padding-top: 140px;
    }
}
@media (max-width: 768px) {
    .calculation__item-category-btn {
        padding: 14px;
        width: 100%;
    }
}
@media (max-width: 730px) {
    .calculation__item-img {
        width: 800px;
    }
}
@media (max-width: 660px) {
    .calculation__item-img {
        width: 600px;
    }
}
@media (max-width: 480px) {
    .calculation__item-img {
        width: 450px;
        object-fit: contain;
        left: -30px;
    }
}
@media (max-width: 420px) {
    .calculation__item-img {
        width: 415px;
        object-fit: contain;
        left: -60px;
        height: 180px;
    }
}
@media (max-width: 370px) {
    .calculation__item-img {
        width: 390px;
        object-fit: contain;
        left: -60px;
        height: 180px;
    }
    .calculation__item-categories {
        gap: 5px;
    }
}
/*--------------------/services--------------------*/

/*--------------------delivery--------------------*/
.delivery {
    margin: 90px 0;
}
.delivery__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 50px;
}
.item-delivery {
    border-radius: 20px;
    border: 2px solid #eff3f3;
    padding: 30px 30px 30px 0;
    display: flex;
    gap: 40px;
}
.item-delivery__body {
}
.item-delivery__title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 11px;
}
.item-delivery__info {
    display: flex;
    gap: 30px;
}
.item-delivery__info-body {
}
.item-delivery__info-label {
    font-size: 12px;
    font-weight: 500;
}
.item-delivery__info-text {
    font-size: 20px;
    font-weight: 700;
    font-variant-numeric: lining-nums proportional-nums;
    margin-top: 3px;
}
.item-delivery__description {
    font-weight: 600;
    line-height: 178.571%;
    margin: 19px 0;
}
@media (max-width: 1024px) {
    .delivery {
        margin: 50px 0;
    }
    .delivery__body {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .delivery {
        margin: 40px 0;
    }
    .item-delivery {
        padding: 20px 20px 20px 0;
    }
}
@media (max-width: 600px) {
    .item-delivery__img {
        display: none;
    }
    .item-delivery__title {
        font-size: 22px;
    }
    .item-delivery__info-text {
        font-size: 16px;
    }
    .item-delivery__description {
        margin: 14px 0;
    }
    .item-delivery {
        padding: 14px;
    }
    .item-delivery__description {
        margin-top: 14px;
        font-size: 14px;
        line-height: 142.857%;
    }
}
@media (max-width: 425px) {
    .delivery {
        margin: 30px 0 40px 0;
    }
    .delivery__body {
        gap: 10px;
    }
}
@media (max-width: 340px) {
    .item-delivery__info-text {
        font-size: 14px;
    }
}
/*--------------------/delivery--------------------*/

/*--------------------about--------------------*/
.info {
    padding: 90px 0;
    background: #1e434c;
    border-radius: 50px;
}
.about {
    position: relative;
    padding: 90px 0;
}
.about__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1536px;
    object-fit: contain;
    margin: 0 auto;
}
.about__body {
    position: relative;
    z-index: 2;
}
.about__title {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.about__description {
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 30px;
    max-width: 510px;
}
.calc-btn__small {
}
@media (max-width: 1584px) {
    .about__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 768px) {
    .info {
        padding: 0;
    }
}
@media (max-width: 600px) {
    .about {
        padding: 40px 0 179px 0;
    }
    .about__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .about__description {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 142.857%;
    }
}
@media (max-width: 425px) {
    .about__title {
        font-size: 24px;
    }
    .about__description {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
    }
}
.steps {
    margin: 90px 0;
}
.about__title {
}
.steps__body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.steps__item {
    width: 260px;
}
.item-steps {
}
.item-steps__top {
    position: relative;
}
.item-steps__top > img {
    width: 260px;
}
.item-steps__step {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    background: #912302;
    bottom: -10px;
    left: 0;
    padding: 4px 16px;
}
.item-steps__content {
    margin-top: 21px;
    padding-left: 17px;
    line-height: 171.429%;
    color: #fff;
}
.item-steps__content--black {
    color: #1e434c;
}
@media (max-width: 1220px) {
    .steps__body {
        grid-template-columns: repeat(2, 1fr);
    }
    .steps__item {
        min-width: 100%;
    }
    .item-steps__top > img {
        min-width: 100%;
    }
}
@media (max-width: 1024px) {
    .info {
        border-radius: 0;
    }
    .steps {
        margin: 60px 0;
    }
}
@media (max-width: 768px) {
    .steps__body {
        grid-template-columns: repeat(1, 1fr);
    }
    .steps {
        margin: 30px 0;
    }
    .item-steps__content {
        padding-left: 15px;
        font-size: 14px;
        line-height: 142.857%;
    }
}
/*--------------------/about--------------------*/

/*--------------------advantages--------------------*/
.advantages {
    padding: 90px 0;
    position: relative;
}
.advantages__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1536px;
    object-fit: contain;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 50px 50px 0px 0px;
}
.advantages__container {
    position: relative;
    z-index: 2;
}
.advantages__info {
}
.title {
}
.advantages__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 40px;
    margin-top: 50px;
}
.advantages__item {
}
.item-advantages {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 342px;
}
.item-advantages__img {
}
.item-advantages__body {
}
.item-advantages__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 14px;
}
.item-advantages__description {
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
}

@media (max-width: 1584px) {
    .advantages__bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1220px) {
    .advantages {
        padding: 70px 0;
    }
    .advantages__list {
        margin-top: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .advantages {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .advantages {
        padding: 40px 0;
    }
    .advantages__list {
        margin-top: 30px;
        grid-template-columns: repeat(1, 1fr);
    }
    .item-advantages {
        width: 100%;
    }
    .item-advantages__title {
        font-size: 18px;
        margin-bottom: 8px;
    }
}

@media (max-width: 600px) {
    .advantages__bg {
        border-radius: 0;
    }
}

/*--------------------/advantages--------------------*/

/*--------------------form--------------------*/

.consultation {
    position: relative;
}
.consultation__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1536px;
    object-fit: contain;
    margin: 0 auto;
}
.consultation__body {
    position: relative;
    padding: 74px 0;
}
.form {
}
.form__inner {
    background: #fff;
    padding: 40px;
    width: 470px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 20px;
}
.form__title {
    font-size: 33px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.form__text {
    font-size: 16px;
    line-height: 162.5%;
    font-weight: 600;
    margin-bottom: 16px;
}
.form__form {
}
.form__input {
    width: 100%;
    border-radius: 10px;
    padding: 14px 20px 14px 20px;
    background: #eff3f3;
    margin-bottom: 16px;
    color: #030405;
    font-weight: 500;
}
.form__input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #030405;
}
.form__textarea {
    width: 100%;
    padding: 14px 20px 14px 20px;
    background: #eff3f3;
    margin-bottom: 16px;
    color: #030405;
    font-weight: 500;
}
.form__textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #030405;
}
.calc-btn__small {
}
.form__agreement {
    margin-top: 16px;
    color: #464646;
    font-size: 12px;
    line-height: 125%;
    opacity: 0.5;
}
.form__agreement-link {
    color: #464646;
    text-decoration: underline;
}
.form__agreement-link:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

@media (max-width: 1584px) {
    .consultation__bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .consultation__bg {
        display: none;
    }
    /* .consultation__body {
        padding: 350px 0 136px 0;
        top: 100px;
    } */
    .form__inner {
        margin: 0 auto;
    }
}

@media (max-width: 550px) {
    .form__inner {
        padding: 14px 16px;
        width: auto;
    }
    .form__title {
        font-size: 24px;
    }
    .form__text {
        font-size: 14px;
    }
    .form__agreement {
        text-align: center;
    }
    .consultation__bg {
        left: -950px;
    }
}

@media (max-width: 440px) {
    .consultation__body {
        padding: 40px 0;
    }
    .consultation__bg {
        left: -1000px;
    }
}

@media (max-width: 350px) {
    .consultation__bg {
        left: -1075px;
    }
}

/*--------------------/form--------------------*/

/*--------------------question--------------------*/

.question-block {
    padding-top: 90px;
}

.question-block__inner {
    margin-top: 50px;
}
.question-block__question {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    color: #464646;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease 0s;
    padding: 20px;
}
@media (any-hover: hover) {
    .question-block__question:hover {
        text-decoration: underline;
    }
}
.question-block__question img {
    transition: all 0.4ss ease 0s;
    width: 20px;
    height: 20px;
}
.question-block__question.active img {
    transform: rotate(180deg);
}
.question-block__item {
    border-radius: 20px;
    border: 1px solid #ebebeb;
    background: #eff3f3;
    margin-bottom: 20px;
}
.question-block__item.active .question-block__body {
    display: block;
}
.question-block__body {
    padding: 0px 20px 20px 20px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    color: #464646;
    display: none;
}

@media (max-width: 1200px) {
    .question-block {
        padding-top: 70px;
    }
    .question-block__inner {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .question-block {
        padding-top: 40px;
    }
    .question-block__inner {
        margin-top: 30px;
    }
    .question-block__item {
        margin-bottom: 10px;
    }
    .question-block__question {
        font-size: 16px;
    }
    .question-block__body {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .question-block {
        padding-top: 30px;
    }
    .question-block__inner {
        margin-top: 21px;
    }
}

/*--------------------/question--------------------*/

/*--------------------contacts--------------------*/

.contacts {
}
.contacts__wrapper {
    max-width: 1163px;
    margin: 0 auto;
    display: flex;
    gap: 85px;
    border-radius: 70px;
    background: #eff3f3;
}
.contacts__map {
    width: 50%;
}
.contacts__map iframe {
    min-height: 100%;
    width: 100%;
    border-radius: 50px;
}
.contacts__info {
    padding: 80px 0;
}
.title {
}
.contacts__info-body {
    margin-top: 24px;
}
.contacts__info-item {
}
.contacts-item {
    margin-bottom: 19px;
    display: flex;
    flex-direction: column;
}
.contacts-item__label {
    font-size: 18px;
    line-height: 161.111%;
    color: #1a1d22;
}
.contacts-item__link {
    font-size: 36px;
    font-weight: 500;
    line-height: 194.444%;
    color: #1a1d22;
}
.contacts-item__text {
    font-size: 36px;
    font-weight: 500;
    line-height: 194.444%;
    color: #1a1d22;
}
.contacts__info-text {
    font-size: 20px;
    line-height: 145%;
    color: #1a1d22;
    margin-bottom: 19px;
    max-width: 436px;
}
.calc-btn__small {
}

@media (max-width: 1024px) {
    .contacts__info-body {
        margin-top: 20px;
    }
    .contacts__wrapper {
        flex-direction: column-reverse;
        gap: 45px;
        background: transparent;
        gap: 30px;
    }
    .contacts__map {
        width: 100%;
        height: 500px;
        padding: 0 20px;
    }
    .contacts__info {
        padding: 30px 20px;
    }
    .contacts-item__label {
        font-size: 18px;
    }
    .contacts-item__link {
        font-size: 26px;
        line-height: normal;
    }
    .contacts-item__text {
        font-size: 19px;
        line-height: normal;
    }
    .contacts__map iframe {
        border-radius: 0;
    }
}

@media (max-width: 425px) {
    .contacts__map {
        width: 100%;
        height: 345px;
    }
    .contacts__info {
        padding: 20px 20px 0 20px;
    }
}

/*--------------------/contacts--------------------*/

/*--------------------footer--------------------*/

.footer {
    margin: 50px 0 40px 0;
}
.container {
}
.footer__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.footer__logo {
}
.footer__nav {
}
.footer__list {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}
.footer__list-item {
}
.footer__list-link {
    font-size: 14px;
    color: #000;
    transition: color 0.3s ease 0s;
}
.footer__list-link:hover {
    color: #e1b168;
}
.footer__action-phone {
    display: flex;
    gap: 3px;
    flex: 1 1;
}
.phone-action {
}
.phone-action__body {
}
.phone-action__label {
}
.phone-action__number {
}
.footer__phone {
    font-size: 17px;
}
@media (max-width: 768px) {
    .footer {
        margin-bottom: 44px 0 30px 0;
    }
    .footer__body {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .footer__action-inner {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
    }
    .footer__list {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__list-link {
        font-size: 22px;
        font-weight: 500;
    }
    .footer__phone {
        font-size: 22px;
    }
}

@media (max-width: 425px) {
    .footer {
        margin-bottom: 44px 0 22px 0;
    }
    .footer__logo > img {
        width: 104px;
        height: 40px;
    }
}

@media (max-width: 330px) {
    .footer__action-inner {
        flex-direction: column;
    }
}
/*--------------------/footer--------------------*/

/*--------------------Modal--------------------*/

.background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    z-index: 3;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    padding: 10px;
    border-radius: 20px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
}

#openModalBtn {
    padding: 10px 20px;
    font-size: 25px;
    cursor: pointer;
}

#closeModalBtn {
    font-size: 58px;
    top: 0;
    position: absolute;
    z-index: 5;
}

.modal__item {
    display: none;
    background-color: #fff;
}

.modal__item-categories {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}
.modal__item-category-btn {
    padding: 14px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    background: #eff3f3;
    border-radius: 10px;
    font-weight: 500;
    color: #030405;
    transition: all 0.3s ease 0s;
}

._active-modal-category {
    background: #912302 !important;
    color: #fff !important;
}
._active-modal-category > img {
    color: #fff;
}

.modal__item.is-active {
    display: block;
}

.modal__textarea {
    border-radius: 10px;
}

@media (max-width: 425px) {
    .modal__item-category-btn {
        padding: 14px 20px;
    }
}

@media (max-width: 370px) {
    .modal__item-categories {
        gap: 5px;
    }
}

/*--------------------/Modal--------------------*/

/*--------------------breadcrumbs--------------------*/
.page__top {
}
.page__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 37px 0 27px 0;
}
.page__breadcrumbs > span {
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 15px;
    font-weight: 400;
}
.page__breadcrumbs__link {
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
}
.page__breadcrumbs__link:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .page__breadcrumbs {
        margin: 25px 0 20px 0;
    }
    .page__breadcrumbs > span {
        color: #000;
        font-size: 14px;
        font-weight: 400;
    }
}
@media (max-width: 600px) {
    .page__breadcrumbs {
        margin: 15px 0 15px 0;
    }
    .page__breadcrumbs > span {
        color: #000;
        font-size: 12px;
        font-weight: 400;
    }
}
/*--------------------/breadcrumbs--------------------*/

/*--------------------Template--------------------*/
.hero-template {
    position: relative;
    padding: 135px 0 90px 0;
    margin-bottom: 50px;
    min-height: 521px;
}
.hero-template__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1536px;
    height: 521px;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 30px;
}
.hero-template__body {
    position: relative;
    z-index: 2;
}
.hero-template__title {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 19px;
    max-width: 450px;
}
.hero-template__description {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #fff;
    margin-bottom: 19px;
    max-width: 450px;
}
@media (max-width: 1584px) {
    .hero-template__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
    .hero-template {
        padding: 260px 0 25px 0;
        margin-bottom: 25px;
    }
    .hero-template__title {
        font-size: 26px;
    }
    .hero-template__description {
        font-weight: 500;
    }
    .hero-template__img {
        border-radius: 10px;
        min-height: 521px;
    }
}
/*--------------------text--------------------*/
.page__block {
    margin-bottom: 40px;
}
.page__title--h1 {
    font-size: 50px;
    font-weight: 700;
    color: #1e434c;
    margin-bottom: 40px;
    font-variant-numeric: lining-nums proportional-nums;
    line-height: normal;
}
.page__title--h2 {
    font-size: 44px;
    font-weight: 700;
    color: #1e434c;
    font-variant-numeric: lining-nums proportional-nums;
    line-height: normal;
    margin-bottom: 20px;
}
.page__title--h3 {
    color: #1e434c;
    font-variant-numeric: lining-nums proportional-nums;
    line-height: normal;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
}
.page__description {
    font-size: 15px;
    font-weight: 500;
    color: #1e434c;
    font-variant-numeric: lining-nums proportional-nums;
    line-height: 150%;
}
.page__description:not(:last-child) {
    margin-bottom: 20px;
}
.page__title--h4 {
    color: #1e434c;
    font-variant-numeric: lining-nums proportional-nums;
    line-height: normal;
    font-size: 33px;
    margin-bottom: 20px;
}
.page__title--h5 {
    color: #1e434c;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.page__description--bold {
    color: #1e434c;
    font-variant-numeric: lining-nums proportional-nums;
    font-weight: 700;
    line-height: 150%;
    font-size: 15px;
}
.page__description--bold:not(:last-child) {
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .page__title--h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .page__title--h2 {
        font-size: 36px;
    }
    .page__title--h3 {
        font-size: 30px;
    }
    .page__title--h4 {
        font-size: 23px;
    }
    .page__title--h5 {
        font-size: 20px;
    }
}
@media (max-width: 600px) {
    .page__title--h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .page__title--h2 {
        font-size: 22px;
    }
    .page__block {
        margin-bottom: 20px;
    }
    .page__description {
        font-size: 15px;
        line-height: 146.667%;
    }
    .page__description--bold {
        font-size: 15px;
        line-height: 146.667%;
    }
    .page__title--h3 {
        font-size: 20px;
    }
    .page__title--h4 {
        font-size: 18px;
    }
    .page__title--h5 {
        font-size: 16px;
    }
}
/*--------------------/text--------------------*/

/*--------------------columns--------------------*/
.page__columns {
    margin-bottom: 40px;
}
.page__columns-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.page__columns-item {
}
@media (max-width: 600px) {
    .page__columns {
        margin-bottom: 20px;
    }
}
/*--------------------/columns--------------------*/

/*--------------------table--------------------*/
.page__tables {
    margin-bottom: 40px;
    overflow-x: auto;
}

.page__table {
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.page__table th {
    font-weight: 400;
    color: #9fa8b0;
    leading-trim: both;
    text-edge: cap;
    text-overflow: ellipsis;
}

.page__table th,
.page__table td {
    padding: 14px 15px;
    text-align: left;
}

.page__table td {
}

.page__table th {
    border-radius: 4px 0 0 4px;
    background: #eff3f3;
}

.page__table tr:first-child th {
    border-radius: 4px 0 0 0;
}

.page__table tr:last-child td {
    border-top: 1px solid #eff3f3;
    border-bottom: 1px solid #eff3f3;
}

@media (max-width: 600px) {
    .page__tables {
        margin-bottom: 20px;
    }
}

@media (max-width: 375px) {
    .page__table {
        width: 375px;
    }
    .page__table th,
    .page__table td {
        padding: 15px 99px 15px 14px;
    }
}

/*--------------------/table--------------------*/

/*--------------------divider--------------------*/

.page__divider {
    border-bottom: 2px solid #eff3f3;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.page__divider > h5 {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .page__divider {
        margin-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .page__divider {
        margin-bottom: 40px;
    }
}

/*--------------------/divider--------------------*/

/*--------------------comment--------------------*/

.page__comment {
    margin-bottom: 40px;
}
.page__comment-item {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    padding: 20px;
    border-radius: 10px;
    background: #ffe6de;
}
.page__comment-icon {
}
.page__comment-content {
    color: #1e434c;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 187.5%;
}

@media (max-width: 768px) {
    .page__comment-item {
        padding: 14px;
    }
}

@media (max-width: 600px) {
    .page__comment {
        margin-bottom: 20px;
    }
    .page__comment-content {
        font-size: 14.3px;
        font-weight: 500;
        line-height: 146.667%;
    }
}

/*--------------------/comment--------------------*/

/*--------------------steps--------------------*/
.page__steps {
    margin-bottom: 40px;
}
.steps__body-page {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media (max-width: 1160px) {
    .steps__body-page {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 870px) {
    .steps__body-page {
        grid-template-columns: repeat(2, 1fr);
    }
    .page__steps {
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .page__steps {
        margin-bottom: 20px;
    }
    .steps__body-page {
        gap: 15px;
    }
    .steps__item-page {
        max-width: 100% !important;
        width: auto;
    }
    .steps__item-page > .item-steps__top > img {
        width: 150px;
        height: 150px;
        border-radius: 20px;
        object-fit: cover;
    }
    .steps__item-page > .item-steps__top > span {
        font-size: 12px;
    }
    .steps__item-page > p {
        font-size: 12px;
        font-weight: 500;
        line-height: 150%;
    }
    .steps__item-page > .item-steps__content {
        padding-left: 0;
    }
}
@media (max-width: 350px) {
    .steps__item-page > .item-steps__top > img {
        width: 100%;
        height: 100%;
    }
}
/*--------------------/steps--------------------*/

/*--------------------lists--------------------*/

.page__lists {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}
.page__lists-marked {
}
.page__lists-marked-list {
}
.page__lists-marked-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.page__lists-marked-item:not(:last-child) {
    margin-bottom: 16px;
}
.page__lists-marked-icon {
    padding-top: 3px;
}
.page__lists-marked-item-top {
}
.page__lists-marked-content {
    font-size: 16px;
    color: #1e434c;
    font-variant-numeric: lining-nums proportional-nums;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}
.page__lists-numbered {
}
.page__lists-numbered-list {
}
.page__lists-numbered-item {
    counter-increment: item;
    position: relative;
    padding-left: 17px;
}
.page__lists-numbered-item::before {
    content: counter(item) '.';
    font-size: 16px;
    font-variant-numeric: lining-nums proportional-nums;
    color: #1e434c;
    font-weight: 700;
    line-height: 150%;
    position: absolute;
    left: 0;
    top: 0;
}
.page__lists-numbered-item:not(:last-child) {
    margin-bottom: 16px;
}
.page__list-numbered-content {
    font-size: 16px;
    color: #1e434c;
    font-variant-numeric: lining-nums proportional-nums;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}
@media (max-width: 768px) {
    .page__lists {
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .page__lists {
        margin-bottom: 20px;
    }
    .page__lists {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .page__lists-marked-content {
        font-size: 15px;
        line-height: 146.667%;
        margin-bottom: 10px;
    }
    .page__list-numbered-content {
        font-size: 15px;
        line-height: 146.667%;
        margin-bottom: 10px;
    }
    .page__lists-marked-content {
        font-size: 15px;
        line-height: 146.667%;
    }
    .page__lists-numbered-content {
        font-size: 15px;
        line-height: 146.667%;
    }
    .page__lists-marked-list {
        margin-top: -4px;
    }
    .page__lists-numbered-list {
        margin-top: -4px;
    }
}
/*--------------------/lists--------------------*/

/*--------------------2 img--------------------*/
.page__info {
    margin-bottom: 40px;
}
.page__info-inner {
    display: flex;
    background: #eff3f3;
    border-radius: 10px;
}
.page__info-inner--reverse {
    flex-direction: row-reverse;
}
.page__info-img > img {
    height: 100%;
    max-width: 560px;
    object-fit: cover;
    border-radius: 10px;
}
.page__info-content {
    padding: 40px 50px 40px 30px;
    border-radius: 10px;
}
.page__info-descr {
    margin-bottom: 20px;
}
@media (max-width: 990px) {
    .page__info-inner {
        flex-direction: column;
    }
    .page__info-inner--reverse {
        flex-direction: column;
    }
    .page__info-img > img {
        max-width: 100%;
        width: 100%;
        height: 550px;
    }
    .page__info-content {
        padding: 40px;
    }
}
@media (max-width: 768px) {
    .page__info {
        margin-bottom: 30px;
    }
    .page__info-content {
        padding: 11px;
    }
    .page__info-img > img {
        max-width: 100%;
        width: 100%;
        height: 450px;
    }
}
@media (max-width: 600px) {
    .page__info {
        margin-bottom: 20px;
    }
    .page__info-img > img {
        max-width: 100%;
        width: 100%;
        height: 335px;
    }
}
/*--------------------/2 img--------------------*/

/*--------------------slider--------------------*/
.page__slider {
    position: relative;
    margin-bottom: 40px;
}
.page__slider-swiper {
}
.mySwiper {
    width: 100%;
    height: 100%;
}
.swiper-wrapper {
}
.swiper-horizontal {
    overflow: hidden;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 380px;
}
.page__slider-image {
    margin-bottom: 20px;
}
.page__slider-image > img {
    width: 100%;
    object-fit: cover;
    height: 360px;
    border-radius: 10px;
}
.page__description {
}

.swiper-button-next {
    position: absolute !important;
    right: -25px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border-radius: 30px !important;
    border: 2px solid #eff3f3 !important;
    background: #fff !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
}
.swiper-button-next::after {
    display: none;
}
.swiper-button-prev {
    position: absolute !important;
    left: -25px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border-radius: 30px !important;
    border: 2px solid #eff3f3 !important;
    background: #fff !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
}
.swiper-button-prev::after {
    display: none;
}

@media (max-width: 1200px) {
    .swiper-button-next {
        width: 40px !important;
        height: 40px !important;
        right: -15px !important;
    }
    .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
        left: -15px !important;
    }
}

@media (max-width: 900px) {
    .page__slider-image > img {
        height: 320px;
    }
}

@media (max-width: 768px) {
    .page__slider {
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .page__slider {
        margin-bottom: 20px;
    }
    .page__slider-image > img {
        max-width: 100%;
        width: 100%;
        height: 250px;
    }
    .swiper-slide > p {
        font-size: 14px;
    }
    .swiper-button-next {
        top: 48% !important;
    }
    .swiper-button-prev {
        top: 48% !important;
    }
}

@media (max-width: 475px) {
    .page__slider-image > img {
        height: 280px;
    }
    .swiper-slide > p {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .page__slider-image > img {
        height: 170px;
        width: 100%;
    }
    .swiper-button-next {
        top: 45% !important;
        height: 26px !important;
        width: 26px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        > img {
            width: 10px;
        }
    }
    .swiper-button-prev {
        top: 45% !important;
        height: 26px !important;
        width: 26px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        > img {
            width: 10px;
        }
    }
}
@media (max-width: 350px) {
    .page__slider-image > img {
        height: 140px;
        width: 100%;
    }
    .swiper-button-next {
        top: 40% !important;
    }
    .swiper-button-prev {
        top: 40% !important;
    }
}

/*--------------------/slider--------------------*/

/*--------------------wide img--------------------*/
.page__wide-img {
    margin-bottom: 40px;
}
.page__wide-img > img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 20px;
}
@media (max-width: 768px) {
    .page__wide-img {
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .page__wide-img > img {
        border-radius: 10px;
    }
}

/*--------------------/wide img--------------------*/

/*--------------------two img--------------------*/

.page__two-img {
    margin-bottom: 40px;
}
.page__two-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.page__two-inner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 585px;
    height: 340px;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .page__two-img {
        margin-bottom: 30px;
    }
    .page__two-inner > img {
        height: 290px;
    }
}
@media (max-width: 600px) {
    .page__two-img {
        margin-bottom: 20px;
    }
    .page__two-inner > img {
        height: 250px;
    }
}
@media (max-width: 475px) {
    .page__two-inner > img {
        height: 200px;
        height: 280px;
    }
    .page__two-inner {
        gap: 14px;
    }
}
@media (max-width: 425px) {
    .page__two-inner > img {
        height: 170px;
        width: 100%;
    }
}
@media (max-width: 350px) {
    .page__two-inner > img {
        height: 140px;
        width: 100%;
    }
}

/*--------------------/two img--------------------*/

/*--------------------share--------------------*/

.page__share {
    margin-bottom: 40px;
}
.page__share-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 23px;
}
.page__share-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s ease 0s;
}
.page__share-item-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 16px;
    background: #eff3f3;
    margin-bottom: 12px;
}
.page__share-item:hover > .page__share-item-icon {
    background: #dcf1f1;
}
.page__share-item-title {
    color: #1e434c;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 146.154%;
    text-align: center;
}
@media (max-width: 768px) {
    .page__share {
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .page__share {
        margin-bottom: 20px;
    }
}
/*--------------------/share--------------------*/

/*--------------------questions--------------------*/

.page__questions {
    margin-bottom: 30px;
}

.page__questions > .question-block__inner {
    margin-top: 0;
}

.page__questions
    > .question-block__inner
    > .question-block__spollers
    > .question-block__item
    > .question-block__question {
    color: #1e434c;
}

.page__questions
    > .question-block__inner
    > .question-block__spollers
    > .question-block__item
    > .question-block__body {
    color: #1e434c;
}

.question-block__item--transparent {
    background: transparent !important;
}

@media (max-width: 768px) {
    .page__questions {
        margin-bottom: 20px;
    }
}

/*--------------------/questions--------------------*/

/*--------------------/Template--------------------*/
