.read-ukrain {
    width: 190px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 131.19%;
    color: #9999A6;
    margin-bottom: 30px;
    border: 1px solid #D8D8D8;
    transition: .3s;
}

.read-ukrain:hover {
    background: #D8D8D8;
    color: #55556B;
}

.read-ukrain:active {
    background: #C4C4C4;
}

@media screen and (max-width: 740px) {
    .read-ukrain {
        width: 225px;
        height: 40px;
        font-size: 20px;
        line-height: 131.19%;
        color: #55556B;
        margin-bottom: 40px;
    }
}


/*
**
BANNER
**
*/

.ser-banner {
    margin-bottom: 30px;
}

.ser-bannerBox {
    height: 500px;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    padding-left: 40px;
    overflow: hidden;
    position: relative;
}

.ser-bannerBox-pod {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(259.73deg, rgba(255, 92, 102, 0.5) -76.2%, rgba(175, 28, 37, 0.8) 49.79%, rgba(255, 92, 102, 0.5) 150.39%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: 2;
}

.ser-bannerBox-img {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    transition: .3s;
}

.ser-bannerCont {
    position: relative;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    max-width: 740px;
}

.ser-bannerBox h1 {
    font-weight: 500;
    font-size: 42px;
    line-height: 131.19%;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.first-btn {
    position: relative;
    width: 252px;
    height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 131.19%;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.first-btn:after {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    border: 1px solid #FFF;
    transition: .3s;
}

.first-btn:hover:after {
    opacity: 0;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
}

.first-btn:hover {
    background: radial-gradient(145.85% 152% at 50% 50%, rgba(255, 255, 255, 0) 27.61%, #FFFFFF 100%);
}

.main-left {
    flex: 1;
}

.main-right {
    width: 850px;
}


/* ser-who */

.ser-who {
    padding: 20px 30px 20px 20px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.ser-who img {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    border-width: 50%;
    margin-right: 20px;
}

.ser-who>div {
    font-size: 16px;
    line-height: 131.19%;
    color: #161A1D;
    opacity: 0.8;
}


/* ser-sibebar */

.ser-sibebar {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    margin-bottom: 30px;
}

.sidebar-item {
    display: block;
    padding: 20px 20px 20px 25px;
    border-bottom: 1px solid #EEEEEE;
    transition: .3s;
    font-size: 18px;
    line-height: 131.19%;
    color: rgba(34, 34, 59, .8);
}

.sidebar-item:last-child {
    border-bottom: 0;
}

.sidebar-item:hover {
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.sidebar-item:active {
    background: #FF5C66;
    box-shadow: none;
    color: #FFFFFF;
}


/* content */

.content h2:first-child {
    margin-top: 0;
}

.main-right h2 {
    font-size: 32px;
    line-height: 131.19%;
    color: #22223B;
    margin: 30px 0;
}

.main-right h3 {
    margin: 30px 0 20px;
    font-size: 24px;
    line-height: 28px;
    color: #22223B;
}

.main-right blockquote {
    display: block;
    margin: 30px 0;
    padding: 30px 20px;
    background: #F5F3F3;
}

.main-right blockquote p {
    margin: 0;
    font-size: 22px;
    line-height: 131.19%;
    color: #393960;
}

.content p {
    color: #393960;
    margin: 30px 0;
    font-size: 16px;
    line-height: 131.19%;
}

.content ol,
.content ul {
    margin: 30px 0;
    font-size: 16px;
    line-height: 131.19%;
}

.content li {
    margin-bottom: 10px;
    padding-left: 14px;
    position: relative;
}

.content li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #FF5C66;
}

.content li:last-child {
    margin-bottom: 0;
}

.lwptoc {
    margin: 0 0 30px !important;
}

.lwptoc_header {
    font-size: 22px !important;
    line-height: 131.19% !important;
    color: #22223B !important;
    margin-bottom: 20px !important;
}

.lwptoc_i {
    padding: 0 !important;
}

.lwptoc_item {
    position: relative;
    font-size: 16px;
    line-height: 131.19%;
    color: #FF5C66;
    padding-left: 17px;
}

.lwptoc_item:hover {
    text-decoration: underline;
}

.lwptoc_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #FF5C66;
}

.content img {
    width: 100%;
    height: 322px;
    object-fit: cover;
    margin: 30px 0;
    display: block;
}


/* price */

.price-itemP {
    padding: 32px 25px 21px;
    box-sizing: border-box;
    border: 0.5px solid #D8D8D8;
    margin: 30px 0;
}

.price-item__title {
    font-size: 22px;
    line-height: 131.19%;
    color: #22223B;
}

.price-item__about {
    font-size: 16px;
    line-height: 131.19%;
    color: #9494AA;
}

.price-top {
    align-items: flex-end;
    margin: 0 0 12px 0;
}

.price-table {
    border-top: 1px solid #D6DAEF;
}

.price-tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #D6DAEF;
}

.price-td:first-child {
    width: calc(100% - 30px);
}

.price-td {
    font-size: 16px;
    line-height: 131.19%;
    color: #55556B;
}

.price-bottom {
    margin-top: 10px;
    align-items: center;
}

.price-moreP {
    font-size: 18px;
    line-height: 131.19%;
    text-decoration-line: underline;
    color: #FF5C66;
    cursor: pointer;
}

.price-value {
    font-size: 16px;
    line-height: 131.19%;
    text-align: right;
    color: #55556B;
}

.price-value span {
    font-size: 24px;
    line-height: 131.19%;
    color: #FF5C66;
}

@media screen and (max-width: 1290px) {
    .ser-banner {
        margin-bottom: 30px;
    }
    .ser-bannerBox {
        height: 500px;
        padding: 0 0 0 30px;
    }
    .ser-bannerBox h1 {
        font-size: 36px;
        line-height: 42px;
        padding-right: 49px;
    }
    .content p {
        font-size: 17px;
        line-height: 20px;
    }
    .main-left {
        display: block;
    }
    .main-right {
        width: 100%;
    }
}

@media screen and (max-width: 740px) {
    .simple-marg {
        margin-bottom: 50px;
    }
    .swiper-arrows {
        width: calc(100% + 20px);
    }
    .ser-bannerBtn {
        width: calc(100% - 17px);
    }
    .ser-bannerBox h1 {
        font-size: 33px;
        line-height: 35px;
    }
    .price-td:first-child {
        margin-right: 20px;
    }
    .benefits-img {
        width: 160px;
        height: 160px;
    }
    .benefits-img::after {
        width: 130px;
        height: 130px;
    }
    .benefits-img img {
        width: 100%;
        height: 100%;
        max-width: 50%;
        max-height: 50%;
    }
    .benefits-title {
        margin: 30px 0 40px;
    }
    .benefits-btn {
        height: 52px;
    }
    .benefits-title {
        font-size: 24px;
        line-height: 28px;
        color: #22223B;
    }
    .ser-bannerBox {
        padding: 110px 30px 0;
    }
    .lwptoc_header {
        font-size: 26px !important;
        line-height: 131.19% !important;
    }
    .lwptoc_item {
        font-size: 20px;
        line-height: 170.69%;
    }
    .lwptoc_item::before {
        top: 16px;
    }
    .content p {
        font-size: 20px;
        line-height: 131.19%;
    }
    .main-right blockquote {
        padding: 40px 30px;
    }
    .main-right blockquote p {
        font-size: 26px;
        line-height: 131.19%;
    }
    .ser-main {
        overflow: hidden;
    }
    .price-itemP {
        padding: 30px;
    }
    .price-item__title {
        font-size: 24px;
        line-height: 131.19%;
        width: 100%;
        margin-bottom: 5px;
    }
    .price-item__about {
        font-size: 18px;
        line-height: 131.19%;
        color: #9C9CC4;
    }
    .price-top {
        margin-bottom: 30px;
    }
    .price-td {
        font-size: 20px;
        line-height: 131.19%;
    }
    .price-tr {
        padding: 12px 0;
    }
    .price-moreP {
        order: 2;
        width: 100%;
        height: 60px;
        background: #FF5C66;
        font-size: 20px;
        line-height: 131.19%;
        color: #FFFFFF;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }
    .price-value {
        font-size: 22px;
        line-height: 131.19%;
    }
    .price-value span {
        font-size: 28px;
        line-height: 131.19%;
    }
    .price-bottom {
        margin-top: 30px;
    }
    .ser-bannerBox {
        padding: 0 30px;
    }
    .ser-bannerBox h1 {
        font-weight: 500;
        font-size: 28px;
        line-height: 131.19%;
        margin-bottom: 50px;
        text-align: center;
        padding: 0;
    }
    .first-btn {
        width: 100%;
        height: 60px;
    }
    .button-anim:hover span {
        --m: unset;
    }
}


/* type form */

.type-form {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px;
    position: sticky;
    top: 190px;
}

.type-form__title {
    font-size: 18px;
    line-height: 131.19%;
    color: #22223B;
    margin-bottom: 6px;
}

.input-label {
    font-size: 14px;
    line-height: 17px;
    color: #9DA0A2;
    opacity: 0.8;
}

.type-input {
    width: 100%;
    height: 55px;
    margin: 5px 0 20px;
}

.type-btn {
    background: #006D77;
    width: 100%;
    height: 48px;
    color: #FFF;
    margin-top: 5px;
}

.type-btn:hover {
    background-color: #004B52;
}


/* booking */

.banner-booking {
    position: relative;
    padding: 0 0 0 25px;
    box-sizing: border-box;
}

.booking-bg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 214px;
    width: 100%;
    background: #FF5C66;
    z-index: -1;
}

.booking-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 131.19%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.booking-text {
    font-size: 20px;
    line-height: 131.19%;
    color: #FFFFFF;
}

.booking-form {
    background: #FFF;
    padding: 27px 20px 38px;
    box-sizing: border-box;
    width: 377px;
    border: 1px solid #D8D8D8;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.booking-form__title {
    font-size: 18px;
    line-height: 131.19%;
    text-align: center;
    color: #22223B;
}

@media screen and (max-width: 1290px) {
    .booking-left {
        width: calc(100% - 397px)
    }
}

@media screen and (max-width: 740px) {
    .banner-booking {
        display: block;
        padding: 0;
        margin: 40px -5vw 70px;
    }
    .booking-bg {
        top: -30px;
        bottom: -40px;
        transform: none;
        height: unset;
    }
    .booking-left {
        width: 100%;
    }
    .booking-title {
        font-weight: 500;
        font-size: 32px;
        line-height: 131.19%;
        text-align: center;
        margin-bottom: 15px;
    }
    .booking-text {
        font-size: 20px;
        line-height: 131.19%;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 30px;
    }
    .booking-form {
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    }
    .booking-form__title {
        margin-bottom: 24px;
    }
}


/****
**
*
FAQ
*
**
****/

.faq-left {
    width: 740px
}

.faq-list {
    border-top: 1px solid #D8D8D8;
}

.faq-item {
    position: relative;
    box-sizing: border-box;
    padding: 20px 0 20px 15px;
    border-bottom: 1px solid #D8D8D8;
    transition: .3s;
    cursor: pointer;
}

.faq-item:hover {
    background: #F5F5F5;
}

.faq-item:active {
    background: #EFEFEF;
}

.faq-answer {
    display: none;
}

.faq-answer-body {
    font-size: 16px;
    line-height: 131.19%;
    color: #55556B;
    margin-top: 15px;
}

.faq-answer-body p {
    padding-right: 65px;
}

.faq-quest {
    position: relative;
    font-size: 18px;
    line-height: 131.19%;
    color: #22223B;
    padding-right: 65px;
}

.faq-arrw {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 17px;
    height: 10px;
}

.faq-arrw:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -3px;
    width: 13px;
    height: 2px;
    background-color: #55556B;
    transform: rotate(45deg);
    transition: .3s;
}

.faq-arrw:after {
    content: '';
    position: absolute;
    top: 4px;
    right: -1px;
    width: 13px;
    height: 2px;
    background-color: #55556B;
    transform: rotate(-45deg);
    transition: .3s;
}

.faq-item.active .faq-arrw:before {
    transform: rotate(45deg) translate(5px, -6px)
}

.faq-item.active .faq-arrw:after {
    transform: rotate(-45deg) translate(-5px, -6px);
}

.faq-item.active .faq-question::after {
    transform: rotate(180deg) translateY(50%);
}

.faq-right {
    width: 520px;
    overflow: hidden;
}

.faq-slide {
    position: relative;
}

.faq-slider {
    height: 100%;
}

.faq-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-img {
    display: none;
}

@media screen and (max-width: 1290px) {
    .faq-right {
        display: none;
    }
    .faq-left {
        width: 100%;
    }
    .faq-item {
        padding: 25px 0 20px;
    }
    .faq-quest {
        padding-right: 45px;
    }
    .faq-arrw {
        right: 0;
    }
    .faq-img {
        width: 100%;
        height: 328px;
        object-fit: cover;
        display: block;
        margin-top: 25px;
    }
    .faq-item:hover {
        background: #FFF;
    }
    .faq-item:active {
        background: #FFF;
    }
}


/****
**
*
Price
*
**
****/

.price-item {
    position: relative;
    width: 300px;
    height: 337px;
    box-sizing: border-box;
    box-shadow: 0px 13px 4px rgba(142, 225, 255, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.09), 0px 2px 6px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    padding: 40px 0 30px;
    transition: .3s;
}

.price-item:hover {
    box-shadow: 0px 13px 10px rgba(100, 100, 100, 0.15), 0px 16px 27px rgba(0, 0, 0, 0.1), 0px 2px 6px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.price-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 126px;
    height: 126px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    border: 17px solid #FDE4E5;
    background: #FF5C66;
    border-radius: 50%;
}

.price-icon img {
    position: relative;
    z-index: 2;
}

.price-title {
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    line-height: 131.19%;
    color: #22223B;
	padding: 5px 10px;
}

.price-btn {
    position: absolute;
    width: 240px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    background: #FF5C66;
    font-size: 18px;
    line-height: 90%;
    color: #FFFFFF;
}

.price-item {
    margin-right: 30px;
    margin-bottom: 30px;
}

.price-item:nth-child(4n) {
    margin-right: 0;
}

.usl-box {
    margin-top: 80px;
}

.usl-item {
    width: 300px;
    height: 357px;
    box-sizing: border-box;
    padding: 30px 22px 30px 30px;
    border: 1px solid #D8D8D8;
    transition: .3s;
}

.usl-item:hover {
    border-color: #FF5C66;
}

.usl-title {
    margin: 30px 0 20px;
    font-size: 18px;
    line-height: 131.19%;
    color: #22223B;
}

.usl-txt {
    font-size: 16px;
    line-height: 131.19%;
    color: #55556B;
}

@media screen and (max-width: 1290px) {
    .price-item {
        width: calc(50% - 15px);
    }
    .price-item:nth-child(4n) {
        margin-right: 0;
    }
    .price-item:nth-child(2n) {
        margin-right: 0;
    }
    .usl-item {
        width: 48%;
        margin-bottom: 30px;
    }
    .usl-item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 740px) {
    .price-item {
        width: 100%;
        margin: 0 0 40px 0;
        height: 421px;
        padding: 40px 0;
    }
    .price-icon {
        width: 162px;
        height: 162px;
        border-width: 22px;
    }
    .price-icon img {
        width: 100%;
        height: 100%;
        max-height: 109px;
        max-width: 50%;
    }
    .price-icon::before {
        width: 148px;
        height: 148px;
    }
    .price-title {
        font-size: 22px;
        line-height: 131.19%;
        margin-top: 30px;
        font-weight: 400;
    }
    .price-btn {
        width: 86%;
        left: 50%;
        height: 52px;
        font-size: 20px;
        bottom: 40px;
    }
    .price-item:nth-child(4) {
        display: none;
    }
    .price-more {
        margin-top: -10px;
    }
    .button-anim div {
        text-shadow: none;
    }
    .usl-item {
        width: 100%;
        padding: 40px 30px;
        height: auto;
    }
    .usl-item,
    .usl-item:nth-last-child(-n+2) {
        margin-bottom: 30px;
    }
    .usl-item:last-child {
        margin-bottom: 0;
    }
    .usl-title {
        font-size: 22px;
        line-height: 131.19%;
        margin: 40px 0 20px;
    }
    .usl-txt {
        font-size: 20px;
        line-height: 131.19%;
    }
}


/****
**
*
Trust
*
**
****/

.trust {
    position: relative;
    padding: 24px 0;
    box-sizing: border-box;
    background: #FF5C66;
    min-height: 363px;
}

.trust-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trust-box {
    height: 100%;
}

.trust-left {
    max-width: 740px;
}

.trust-left__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 131.19%;
    color: #FFFFFF;
}

.trust-left__text {
    font-size: 20px;
    line-height: 131.19%;
    color: #FFFFFF;
    margin-top: 20px;
}

.trust-form {
    width: 377px;
    box-sizing: border-box;
    padding: 27px 19px 38px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.trust-form__title {
    font-size: 18px;
    line-height: 131.19%;
    color: #22223B;
    text-align: center;
}

.trust-form input[type=submit] {
    width: 100%;
    height: 50px;
    margin-top: 16px;
    font-size: 18px;
    line-height: 131.19%;
    color: #FFFFFF;
}

@media screen and (max-width: 1290px) {
    .trust {
        padding: 30px 0 50px;
    }
    .trust .cont {
        width: 100%;
    }
    .trust-box {
        flex-wrap: wrap;
    }
    .trust-left {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .trust-left__text {
        display: none;
    }
    .trust-form {
        width: 100%;
    }
}

@media screen and (max-width: 740px) {
    .trust-left__title {
        font-weight: 500;
        font-size: 32px;
        line-height: 131.19%;
        width: 90.625%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .trust-form {
        padding: 40px 5%;
    }
    .trust-form__title {
        font-size: 22px;
        line-height: 131.19%;
        text-align: left;
        margin-bottom: 20px;
    }
    .trust-form__title br {
        display: none;
    }
    .trust-form input[type=submit] {
        height: 60px;
        margin-top: 36px;
    }
}
.main-box{
	gap:30px;
}