@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap);

body {
    font-family: Montserrat, sans-serif !important
}

body.menu__opened {
    overflow: hidden
}

html,
.overflow {
    overflow-x: hidden;
}

body.menu__opened .preheader,
body.menu__opened footer,
body.menu__opened header,
body.menu__opened main,
body.menu__opened section {
    -webkit-transform: translateX(-320px) !important;
    transform: translateX(-320px) !important;
    -webkit-transition: -webkit-transform ease-in .25s;
    transition: -webkit-transform ease-in .25s;
    transition: transform ease-in .25s;
    transition: transform ease-in .25s, -webkit-transform ease-in .25s
}

body.menu__opened .mobile__menu__overlay {
    height: auto;
    width: calc(100% - 320px);
    -webkit-transition: opacity ease-in-out .5s;
    transition: opacity ease-in-out .5s;
    opacity: 1
}

body.menu__opened .mobile__menu--fixed {
    opacity: 1;
    width: 320px;
    -webkit-transition: opacity ease-in-out 0s, width ease-in-out .25s;
    transition: opacity ease-in-out 0s, width ease-in-out .25s;
    z-index: 501;
    height: auto
}

body.menu__opened .mobile__menu {
    margin-left: 0
}

body .mobile__menu__overlay {
    display: block;
    height: 0;
    width: 0;
    position: fixed;
    top: 0;
    right: 320px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1001;
    opacity: 0
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0
}

a:hover,
button:hover,
input:hover,
textarea:hover {
    text-decoration: none
}

section {
    padding: 120px 0
}

.preheader,
footer,
header,
section {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto
}

@keyframes load {
    from {
        width: 0%
    }
}

@-webkit-keyframes load {
    from {
        width: 0%
    }
}

.button {
    cursor: pointer;
    border: 0;
    outline: 0
}

.button.button--default {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .05em;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 20px 40px;
    -webkit-transition: background ease-in-out .25s;
    transition: background ease-in-out .25s;
    display: inline-block
}

.button.button--orange {
    background: #ff6348
}

.button.button--orange:hover {
    background: #ff7a59
}

.button.button--orange.button--bordered {
    border: 1px solid #ff6348
}

.more-container>.df-ui-btn:first-child {
	display: none;
}

.more-container>.df-ui-btn:nth-of-type(2) {
	border-radius: 5px;
}

.title__side {
    font-weight: 700;
    font-size: 36px;
    color: #33475b;
    line-height: 1.2;
    text-transform: capitalize
}

.title__side.mb {
    margin-bottom: 35px
}

.title__side.title__side--lined:after {
    content: ' ';
    width: 85px;
    height: 2px;
    background: #ff6348;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block
}

.suptitle {
    font-weight: 500;
    font-size: 24px;
    color: #33475b;
    margin-bottom: 35px
}

.title {
    font-weight: 700;
    font-size: 48px;
    color: #33475b;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 25px
}

.title.title__left {
    text-align: left
}

.subtext {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #33475b;
    text-align: center;
    margin-bottom: 75px
}

.subtext.subtext--lined:after {
    content: ' ';
    width: 85px;
    height: 2px;
    background: #ff6348;
    margin-top: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.subtext.subtext--lined.subtext__left:after {
    margin-left: 0
}

.subtext.subtext__left {
    text-align: left
}

.text--white {
    color: #fff
}

.section__action {
    margin-top: 43px;
    margin-bottom: 35px
}

.content #page__main .section__action {
    margin-bottom: 0 !important;
}

.section__action button {
    width: 300px
}

.section__phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section__phone .phone__label {
    font-weight: 600;
    font-size: 24px;
    color: #33475b;
    margin-right: 25px
}

.section__phone .phone__link a {
    font-weight: 600;
    font-size: 24px;
    color: #ff6348
}

.section__phone .phone__link a:hover {
    text-decoration: underline
}

.form__phone {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px
}

.form__phone .phone__label {
    color: #33475b;
    margin-right: 5px
}

.form__phone .phone__link a {
    color: #33475b
}

.form__phone .phone__link a:hover {
    text-decoration: underline
}

.list.columns--2 {
    -webkit-column-count: 2;
    column-count: 2
}

.list li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.5;
    color: #33475b;
    margin-bottom: 25px
}

.list li b,
.list li strong {
    display: inline-block;
    font-weight: 700
}

.list li:before {
    content: ' ';
    min-width: 7px;
    min-height: 7px;
    width: 7px;
    height: 7px;
    max-width: 7px;
    min-width: 7px;
    background: #ff6348;
    border-radius: 100%;
    display: block;
    margin-right: 15px;

    top: 8px;
    position: relative;
}

.slider--nav .owl-stage {
    -webkit-transition: -webkit-transform .5s ease-in-out 0s !important;
    transition: -webkit-transform .5s ease-in-out 0s !important;
    transition: transform .5s ease-in-out 0s !important;
    transition: transform .5s ease-in-out 0s, -webkit-transform .5s ease-in-out 0s !important
}

.slider--nav .owl-nav {
    height: 0
}

.slider--nav .owl-nav .nav {
    background: #000;
    width: 70px;
    height: 70px;
    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;
    background: #33475b;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    cursor: pointer;
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider--nav .owl-nav .nav:hover:not(.nav--disabled) {
    background: #ff6348
}

.slider--nav .owl-nav .nav.nav__left {
    left: 15px
}

.slider--nav .owl-nav .nav.nav__right {
    right: 15px
}

.slider--nav .owl-nav .disabled .nav {
    opacity: .75;
    cursor: not-allowed
}

.slider--dots {
    position: relative
}

.slider--dots .owl-dots {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0
}

.slider--dots .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%
}

.slider--dots .owl-dots .owl-dot:not(:last-of-type) {
    margin-right: 15px
}

.slider--dots .owl-dots .owl-dot.active {
    background: #ff6348
}

.bottom-bg--home {
    position: relative
}

.bottom-bg--home::after {
    content: ' ';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block
}

.bottom-bg--home.home__lightblue {
    padding-bottom: 280px
}

.bottom-bg--home.home__lightblue::after {
    background: url(../images/offices/homes.svg) no-repeat center;
    height: 225px
}

.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.pagination__list li:not(:last-child) {
    margin-right: 15px
}

.pagination__list li a,
.pagination__list li span {
    width: 56px;
    height: 50px;
    background: #f5f8fa;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #a7b3c0
}

.pagination__list li a i,
.pagination__list li span i {
    display: block
}

.pagination__list li a:hover,
.pagination__list li span:hover {
    color: #ff6348
}

.pagination__list li a.next,
.pagination__list li a.prev,
.pagination__list li span.next,
.pagination__list li span.prev {
    color: #ff6348
}

.pagination__list li.active a,
.pagination__list li.active span {
    background: #33475b;
    color: #fff
}

.text {
    font-size: 16px;
    color: #33475b;
    line-height: 1.5
}

.text p:not(:last-of-type) {
    margin-bottom: 15px
}

.text.italic {
    font-weight: 400;
    font-style: italic
}

.preheader {
    background: #f5f8fa;
    padding: 7px 0;
    position: relative;
    z-index: 1000
}

.preheader .preheader__row {
    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
}

.preheader .preheader__promo .promo__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.preheader .preheader__promo .promo__block .block__icon {
    margin-right: 10px
}

.preheader .preheader__promo .promo__block .block__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase
}

.preheader .preheader__promo .promo__block .block__text span {
    color: #33475b
}

.preheader .preheader__menu .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.preheader .preheader__menu .menu__list > li:not(:last-child) {
    margin-right: 30px
}

.preheader .preheader__menu .menu__list > li a {
    color: #33475b;
    font-size: 14px
}

.preheader .preheader__menu .menu__list > li a:hover {
    text-decoration: underline
}

.preheader .preheader__email {
    text-align: right
}

.preheader .preheader__email .email__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.preheader .preheader__email .email__link .link__icon {
    font-size: 18px;
    margin-right: 15px
}

.preheader .preheader__email .email__link .link__icon i {
    display: block
}

.preheader .preheader__email .email__link .link__text {
    font-size: 12px;
    line-height: 150%
}

header {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 10px 0
}

header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

header .header__logo {
    margin-right: 75px
}

header .header__logo .logo__link {
    display: block
}

header .header__logo .logo__link .link__image {
    height: 44px;
    display: block
}

header .header__menu {
    margin-right: auto
}

header .header__menu .menu__list {
    margin-bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .header__menu .menu__list > li:not(:last-child) {
    margin-right: 30px
}

header .header__menu .menu__list > li > a {
    font-size: 17px;
    color: #33475b;
    display: block;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

header .header__menu .menu__list > li > a:not([href]) {
    cursor: pointer
}

header .header__menu .menu__list > li > a:hover {
    text-decoration: underline
}

header .header__menu.opened .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: calc(100% + 11px);
    left: -25px;
    right: -25px;
    background: #f5f8fa;
    padding: 30px 40px;
    border-top: 0;
    -webkit-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 4px -4px rgba(0, 0, 0, .25);
    border-radius: 0
}

header .header__menu.opened .menu__list > .list__item:not(:last-child) {
    margin-right: 0
}

header .header__menu.opened .menu__list > .list__item > .item__link {
    padding: 0
}

header .header__menu.opened .menu__list > .list__item.list__item--has-child:hover .child-menu {
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    -webkit-transform: translateZ(-1px);
    transform: translateZ(-1px);
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    background: #e5f5f8;
    border-radius: 0;
    padding: 30px
}

header .header__menu.opened .menu__list > .list__item.list__item--has-child:hover .child-menu.menu-for--cooling,
header .header__menu.opened .menu__list > .list__item.list__item--has-child:hover .child-menu.menu-for--heating {
    height: 432px
}

header .header__menu.opened .menu__list > .list__item.list__item--has-child:hover .child-menu .child-menu__list > .list__item > .item__link {
    font-size: 14px
}

header .header__menu.opened .menu__list > .list__item.list__item--has-child:hover .child-menu .child-menu__list > .list__item .item__submenu .submenu__item > .item__link {
    font-size: 12px
}

header .header__phone {
    margin-right: 75px
}

header .header__phone .phone__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .header__phone .phone__link .link__icon {
    width: 38px;
    height: 38px;
    background: #f2f2f2;
    background-size: 14px 14px;
    border-radius: 100%;
    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;
    margin-right: 15px;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

header .header__phone .phone__link .link__icon i {
    font-size: 14px;
    color: #33475b
}

header .header__phone .phone__link .link__text {
    font-weight: 800;
    font-size: 18px;
    color: #ff6348
}

header .header__phone .phone__link:hover .link__icon {
    background: #33475b
}

header .header__phone .phone__link:hover .link__icon i {
    color: #fff
}

.mobile-menu__button {
    display: none
}

.mobile-menu__button .fa-times {
    display: none
}

.mobile-menu__button.opened .fa-bars {
    display: none
}

.mobile-menu__button.opened .fa-times {
    display: block
}

.mobile-menu__button i {
    margin-right: 15px
}

.mobile-menu__button span {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #33475b;
    text-transform: uppercase;
    letter-spacing: 1px
}

.home__main-photo {
    width: 273px;
    margin: 0 0 8px 4px;
}

#home__main {
    background: #f5f8fa;
    position: relative;
    padding: 150px 0
}

#home__main .layer {
    position: absolute;
    left: 50%;
    bottom: -35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#home__main .layer img {
    width: 100px
}

#home__main .section__right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
}

#home__main .section__right .main__slider {
    height: 100%
}

#home__main .section__right .main__slider .owl-stage-outer {
    height: 100%
}

#home__main .section__right .main__slider .owl-stage-outer .owl-item,
#home__main .section__right .main__slider .owl-stage-outer .owl-stage,
#home__main .section__right .main__slider .owl-stage-outer .slide {
    height: 100%
}

#home__main .section__right img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#home__main .section__title {
    font-weight: 700;
    font-size: 54px;
    color: #33475b;
    line-height: 1.25;
    text-transform: capitalize;
    margin-bottom: 35px
}

#home__main .section__subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    text-transform: capitalize;
    color: #33475b
}

#page__main {
    background: #f5f8fa;
    position: relative;
    padding: 89px 0 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 620px;
}

#page__main .main__slider {
    height: 100%
}

#page__main .main__slider .owl-stage-outer {
    height: 100%
}

#page__main .main__slider .owl-stage-outer .owl-item,
#page__main .main__slider .owl-stage-outer .owl-stage,
#page__main .main__slider .owl-stage-outer .slide {
    height: 100%
}

#page__main .section__content {
    margin-left: auto
}

#page__main .section__left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 46.35%
}

#page__main .section__left img {
    width: 100%;
    max-height: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#page__main .section__suptitle {
    font-weight: 400;
    font-size: 16px;
    color: #33475b;
    margin-bottom: 17px;
    text-transform: capitalize
}

#page__main .section__title {
    font-weight: 500;
    font-size: 30px;
    color: #33475b;
    line-height: 1.25;
    text-transform: capitalize;
    margin-bottom: 22px
}

#page__main .section__prices {
    margin-bottom: 21px;
}

#page__main .section__prices ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#page__main .section__prices ul li:not(:last-child) {
    margin-right: 50px
}

#page__main .section__prices ul li {
    display: flex;
    align-items: center;
}

#page__main .section__prices ul li .item__label {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #33475b;
    margin-bottom: 0;
    margin-right: 8px;
}

#page__main .section__prices ul li .item__value {
    font-weight: 700;
    font-size: 20px !important;
    line-height: calc(18 / 20);
    color: #33475B;
}

.section__features {
    text-align: left;
}

.section__features ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #33475b;
    position: relative
}

.section__features ul li:not(:last-child) {
    margin-bottom: 15px
}

.section__features ul li:before {
    content: ' ';
    width: 21px;
    height: 20px;
    background: url(../images/common/check__icon.svg) no-repeat center;
    display: block;
    margin-right: 25px;
    margin-left: 9px;
    flex-shrink: 0;
}

.unite {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 250, 250, 0)), to(#f5fafa));
    background: linear-gradient(180deg, rgba(245, 250, 250, 0) 0, #f5fafa 100%)
}

#logotypes {
    padding: 120px 0
}

#logotypes.landing {
    padding: 70px 0;
}

#logotypes .logotypes__list {
    margin-bottom: 0;
}

#type1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


#type1 .section__bg {
    width: 41.6666666667%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

#type1 .section__bg img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

#type1 .section__content {
    margin-left: auto
}

#trust .section__content {
    border: 1px solid #dedfe0;
    padding: 15px
}

#trust .section__content .star__score .score__title {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 10px
}

#trust .section__content .star__score .score__block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#trust .section__content .star__score .score__block .score__star {
    margin-right: 10px;
    min-width: 65px;
    width: 65px
}

#trust .section__content .star__score .score__block .score__star img {
    display: block
}

#trust .section__content .star__score .score__block .score__value {
    font-weight: 800;
    font-size: 54px;
    color: #333
}

#trust .section__content .trust__list .list__title {
    font-size: 12px;
    color: #33475b;
    text-transform: capitalize;
    margin-bottom: 15px
}

#trust .section__content .trust__list .list__title b,
#trust .section__content .trust__list .list__title strong {
    font-weight: 700
}

#trust .section__content .trust__list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#trust .section__content .trust__list ul li:not(:last-child) {
    margin-bottom: 15px
}

#trust .section__content .trust__list ul li .item__label {
    font-size: 12px;
    color: #33475b;
    min-width: 100px;
    margin-right: 15px;
    text-transform: capitalize
}

#trust .section__content .trust__list ul li .bar {
    background-color: #efeeec;
    border: 1px solid #bdbdbd;
    border-radius: 15px;
    width: 100%;
    height: 10px;
    position: relative;
    width: 100%
}

#trust .section__content .trust__list ul li .bar .level {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: 15px;
    width: 0;
    content: attr(data-skill);
    background-color: #8bc540;
    display: block;
    height: 10px
}

#trust .section__content .trust__list ul li .bar .level.start {
    animation: load 1.5s 0s;
    -webkit-animation: load 1.5s 0s;
    -moz-animation: load 1.5s 0s;
    -o-animation: load 1.5s 0s
}

#trust .section__content .trust__list ul li .bar[data-title=rating] .level {
    width: calc(100% + 2px)
}

#trust .section__content .trust__list ul li .bar[data-title=recency] .level {
    width: calc(95% + 2px)
}

#trust .section__content .trust__list ul li .bar[data-title=reputation] .level {
    width: calc(90% + 2px)
}

#trust .section__content .trust__list ul li .bar[data-title=responsiveness] .level {
    width: calc(100% + 2px)
}

#trust .section__content .trust__list ul li .bar[data-title=great] .level {
    width: calc(95% + 2px)
}

#trust .section__content .trust__list ul li .bar[data-title=average] .level {
    width: calc(90% + 2px)
}

#trust .section__content .trust__list ul li .bar[data-title=poor] .level {
    width: calc(100% + 2px)
}

#trust .section__content .trust__verification {
    text-align: center
}

#trust .wac {
    margin-top: 50px
}

/* #trust .wac */
.logotypes__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

.logotypes__list li {
    padding: 0 15px
}

.logotypes__list li .item__logo {
    text-align: center;
    margin-bottom: 30px
}

.logotypes__list li .item__logo img {
    display: inline-block;
    height: 100px;
    width: auto
}

.logotypes__list li .item__text {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    text-align: center
}

.logotypes__list li .item__text p {
    display: inline-block
}

.logotypes__list li .item__text p:before {
    content: '"'
}

.logotypes__list li .item__text p:after {
    content: '"';
    display: inline-block
}

#trust .wac .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#trust .wac .widget iframe {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#trust .wac .info {
    color: #33475b
}

#trust .wac .info .info__suptitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 25px
}

#bathroom .info__title,
#trust .wac .info .info__title,
#trust .wac .info .info__title p span,
#trust .wac .info .info__title p {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.25
}

#trust .wac .info .info__title:after {
    content: ' ';
    width: 85px;
    height: 2px;
    background: #ff6348;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block
}

#trust .wac .info .info__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px
}

#trust .wac .info .info__subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 30px
}

#trust .wac .info .info__lists {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#trust .wac .info .info__lists .our,
#trust .wac .info .info__lists .usual {
    padding: 10px 15px
}

#trust .wac .info .info__lists .our .list__title,
#trust .wac .info .info__lists .usual .list__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px
}

#trust .wac .info .info__lists ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#trust .wac .info .info__lists ul li:not(:last-child) {
    margin-bottom: 10px
}

#trust .wac .info .info__lists ul li .item__icon {
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
    margin-right: 15px
}

#trust .wac .info .info__lists ul li .item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
}

#trust .wac .info .info__lists .usual ul li .item__icon {
    background: url(../images/trust/usual-item.svg) no-repeat center;
    background-size: contain
}

#trust .wac .info .info__lists .our {
    background: #f5f8fa
}

#trust .wac .info .info__lists .our ul li .item__icon {
    background: url(../images/trust/our-item.svg) no-repeat center;
    background-size: contain
}

#why__us {
    background: #f5f8fa
}

#why__us .info__list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

#why__us .info__list li:not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)) {
    margin-bottom: 50px
}

#why__us .info__list li .item__block {
    height: 100%;
    padding: 25px;
    border-bottom: 2px solid #bdbdbd;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#why__us .info__list li .item__block .block__icon {
    text-align: center;
    margin-bottom: 15px
}

#why__us .info__list li .item__block .block__icon svg path {
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#why__us .info__list li .item__block .block__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    color: #33475b;
    text-align: center;
    margin-bottom: 25px;
    text-transform: capitalize
}

#why__us .info__list li .item__block .block__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #33475b;
    text-align: center
}

#why__us .info__list li .item__block:hover {
    border-bottom-color: #ff6348
}

#why__us .info__list li .item__block:hover .block__icon svg path {
    fill: #ff6348
}

#why__us .info__list li:last-child .item__block {
    background: #ff7a59;
    border-bottom-color: #ff7a59;
    cursor: pointer
}

#why__us .info__list li:last-child .item__block .block__title {
    color: #fff
}

#why__us .info__list li:last-child .item__block .block__text {
    color: #fff;
    padding: 0 30px
}

#why__us .info__list li:last-child .item__block:hover {
    background: #ff6348;
    border-bottom-color: #ff6348;
    -webkit-box-shadow: 25px 25px 25px -5px rgba(0, 0, 0, .35);
    box-shadow: 25px 25px 25px -5px rgba(0, 0, 0, .35)
}

#why__us .info__list li:last-child .item__block:hover .block__icon svg path {
    fill: #fff
}

#why__us2 {
    background: #f5f8fa
}

#why__us2 .info__list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

#why__us2 .info__list li:not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)) {
    margin-bottom: 50px
}

#why__us2 .info__list li .item__block {
    height: 100%;
    padding: 50px;
    background: #e9edf0;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#why__us2 .info__list li .item__block .block__icon {
    text-align: center;
    margin-bottom: 15px
}

#why__us2 .info__list li .item__block .block__icon svg path {
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#why__us2 .info__list li .item__block .block__title {
    font-weight: 700;
    font-size: 24px;
    color: #33475b;
    text-align: center;
    margin-bottom: 25px
}

#why__us2 .info__list li .item__block .block__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #33475b;
    text-align: center
}

#why__us2 .info__list li .item__block:hover {
    background: #fff;
    -webkit-box-shadow: 35px 35px 35px -5px rgba(0, 0, 0, .05);
    box-shadow: 35px 35px 35px -5px rgba(0, 0, 0, .05)
}

#how__it__works .info__list li .item__block {
    position: relative
}

#how__it__works .info__list li .item__block .block__num {
    position: absolute;
    top: 20px;
    left: 25px;
    font-weight: 300;
    font-size: 36px;
    color: #000;
    z-index: 2
}

#how__it__works .info__list li .item__block .block__image {
    margin-bottom: 25px;
    position: relative
}

#how__it__works .info__list li .item__block .block__image img {
    display: block
}

#how__it__works .info__list li .item__block .block__image:before {
    content: ' ';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 71, 91, .3)), to(rgba(51, 71, 91, .3)));
    background: linear-gradient(0deg, rgba(51, 71, 91, .3), rgba(51, 71, 91, .3));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0
}

#how__it__works .info__list li .item__block .block__title {
    font-weight: 700;
    font-size: 20px;
    color: #33475b;
    margin-bottom: 35px;
    line-height: 1.25
}

#how__it__works .info__list li .item__block .block__text {
    font-size: 16px;
    line-height: 1.5;
    color: #33475b
}

#how__it__works .info__list li .item__block:hover .block__image:before {
    opacity: 1
}

#cta {
    position: relative;
    background: #f5fafa
}

#cta .section__bg {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%
}

#cta .section__bg img {
    width: 100%;
    max-height: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#cta .section__content {
    margin-right: auto
}

#cta .section__content .section__action {
    margin-top: 0;
    margin-bottom: 15px
}

#our__services .services__list li .item__block {
    display: block;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#our__services .services__list li .item__block span {
    display: block
}

#our__services .services__list li .item__block .block__image img {
    display: block
}

#our__services .services__list li .item__block .block__info {
    border: 1px solid #e0e0e0;
    padding: 40px 35px
}

#our__services .services__list li .item__block .block__info .info__title {
    font-weight: 700;
    font-size: 24px;
    color: #33475b;
    margin-bottom: 15px
}

#our__services .services__list li .item__block .block__info .info__text {
    font-size: 15px;
    line-height: 1.5;
    color: #33475b;
    margin-bottom: 50px;
    min-height: 72px;
}

#our__services .services__list li .item__block .block__info .info__link {
    width: 100%;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #33475b;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#our__services .services__list li .item__block .block__info .info__link:after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: -35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 115px;
    height: 2px;
    background: #33475b;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#our__services .services__list li .item__block:hover {
    -webkit-box-shadow: 35px 35px 35px -5px rgba(0, 0, 0, .05);
    box-shadow: 35px 35px 35px -5px rgba(0, 0, 0, .05)
}

#our__services .services__list li .item__block:hover .block__info {
    border-color: rgba(0, 0, 0, .05)
}

#our__services .services__list li .item__block:hover .block__info .info__link {
    color: #ff6348
}

#our__services .services__list li .item__block:hover .block__info .info__link:after {
    width: 200px;
    background: #ff6348
}

#type2 {
    background: #f5f8fa
}

#type2 .top {
    margin-bottom: 75px
}

#type2 .section__image img {
    display: block
}

#gallery {
    background: #e2ede9
}

#gallery .gallery__slider {
    width: 100%
}

#gallery .gallery__slider .slide {
    padding: 0 15px
}

#type3 {
    padding-bottom: 0
}

#type3 .text {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px
}

#type4 .content__list li:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#type4 .content__list li:nth-child(even) .content__block {
    padding-left: 50px
}

#type4 .content__list li:nth-child(even) .content__image {
    padding-right: 0;
    height: 100%
}

#type4 .content__list li:nth-child(even) .content__image img {
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

#type4 .content__list li:nth-child(odd) .content__block {
    padding-right: 50px
}

#type4 .content__list li:nth-child(odd) .content__image {
    padding-left: 0
}

#type4 .content__list li .content__block {
    padding-top: 50px
}

#type4 .content__list li .content__image {
    height: 100%
}

#type4 .content__list li .content__image img {
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

#reviews {
    background: #f5f8fa
}

#reviews .reviews__slider {
    width: 100%
}

#reviews .reviews__slider .owl-item {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

#reviews .reviews__slider .owl-item.lastActiveItem {
    -webkit-filter: blur(2px) !important;
    filter: blur(2px) !important
}

#reviews .reviews__slider .owl-item.active {
    -webkit-filter: none;
    filter: none
}

#reviews .reviews__slider .slide {
    padding: 10px 15px
}

#reviews .reviews__slider .slide .slide__block {
    background: #fff;
    padding: 25px;
    -webkit-box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, .05);
    box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, .05)
}

#reviews .subtext span {
	display: block;
	font-weight: bold;
	margin-bottom: 15px;
}

.review__stars {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.review__stars i {
    display: block;
    margin-right: 5px;
    color: #f2c94c
}

.review__text {
    font-size: 14px;
    line-height: 1.5;
    color: #33475b;
    margin-bottom: 25px
}

.review__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #33475b
}

.review__city {
    font-size: 16px;
    line-height: 1.5;
    color: #33475b;
    margin-bottom: 10px
}

.review__category {
    margin-left: auto
}

.review__category.google {
    width: 90px;
    height: 38px;
    background: url(../images/reviews/categories/google.svg) no-repeat center
}

.review__category.homestars {
    width: 33px;
    height: 37px;
    background: url(../images/reviews/categories/homestars.svg) no-repeat center
}

.review__category.facebook {
    width: 15px;
    height: 29px;
    background: url(../images/reviews/categories/facebook.svg) no-repeat center
}

#offices {
    height: 787px;
    padding: 95px 0 258px 0;
    background: url(../images/offices/bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover
}

#offices .offices__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

#offices .offices__list .list__item .block__header {
    background: #ff6348;
    padding: 20px 10px
}

#offices .offices__list .list__item .block__header .office__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 130%;
    color: #fff;
    text-align: center;
    position: relative
}

#offices .offices__list .list__item .block__header .office__subtitle {
    font-size: 15px;
    line-height: 130%;
    color: #fff;
    text-align: center;
}

#offices .offices__list .list__item .block__content {
    background: #fff;
    padding: 30px 10px 38px 10px
}

#offices .offices__list .list__item .block__content .office__phone {
    display: block;
    text-align: center;
    margin-bottom: 23px;
    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
}

#offices .offices__list .list__item .block__content .office__phone .phone__icon {
    margin-right: 15px
}

#offices .offices__list .list__item .block__content .office__phone .phone__icon i {
    color: #ff6348
}

#offices .offices__list .list__item .block__content .office__phone .phone__link {
    font-weight: 700;
    font-size: 18px;
    color: #33475b;
    letter-spacing: 1px;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    text-decoration: underline
}

#offices .offices__list .list__item .block__content .office__phone:hover .phone__link {
    color: #ff6348
}

#offices .offices__list .list__item .block__content .office__address {
    font-size: 14px;
    line-height: 150%;
    color: #33475b;
    text-align: center;
    margin-bottom: 15px
}

#offices .offices__list .list__item .block__content .office__action {
    text-align: center
}

#offices .offices__list .list__item .block__content .office__action a {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color: #33475b;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#offices .offices__list .list__item .block__content .office__action a:hover {
    color: #ff6348
}

#locations .locations__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

#locations .locations__list .list__item {
    margin-bottom: 30px;
    margin-left: 25px;
    margin-right: 25px
}

#locations .locations__list .list__item a {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #33475b;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#locations .locations__list .list__item a:hover {
    color: #ff6348
}

#contact__form {
    position: relative
}

#contact__form .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#contact__form .bg1 {
    width: 44.8%;
    height: calc(100% - 120px);
    background: #33475b;
    position: absolute;
    left: 4.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    z-index: 2;
    -webkit-box-shadow: 35px 4px 35px -25px rgba(0, 0, 0, .35);
    box-shadow: 35px 4px 35px -25px rgba(0, 0, 0, .35)
}

#contact__form .bg2 {
    width: 69.5%;
    background: #f5f8fa;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

#contact__form .section__contacts {
    position: relative;
    z-index: 3
}

#contact__form .section__contacts .title__side {
    margin-bottom: 35px
}

#contact__form .section__contacts .contacts__list {
    display: block
}

#contact__form .section__contacts .contacts__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#contact__form .section__contacts .contacts__list li:not(:last-child) {
    margin-bottom: 35px
}

#contact__form .section__contacts .contacts__list li .item__icon {
    min-width: 46px;
    margin-right: 35px
}

#contact__form .section__contacts .contacts__list li .item__info .info__label {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px
}

#contact__form .section__contacts .contacts__list li .item__info .info__link a {
    font-size: 16px;
    color: #fff
}

#contact__form .section__contacts .contacts__list li .item__info .info__link a:hover {
    text-decoration: underline
}

#contact__form .section__content {
    padding-left: 100px
}

#contact__form .section__content .content__title {
    font-weight: 700;
    font-size: 24px;
    color: #33475b;
    margin-bottom: 25px
}

.content__form {
    width: 430px
}

.content__form form .form__input {
    position: relative;
    margin-bottom: 10px
}

.content__form form .form__input .input__icon {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content__form form .form__input .input__icon i {
    color: #33475b;
    display: block;
    font-size: 16px
}

.content__form form .form__input input,
.content__form form .form__input textarea,
.content__form form .form__input select {
    font-weight: 500;
    font-size: 18px;
    color: #33475b;
    padding: 15px;
    padding-left: 66px;
    background: #fff;
    border-radius: 0;
    border: 0;
    resize: none;
    width: 100%
}

.content__form form .form__input.textarea .input__icon {
    -webkit-transform: none;
    transform: none;
    top: 15px
}

.content__form form .form__input select {
    color: #7c7d7d;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.content__form form .form__input select:hover,
.content__form form .form__input select:focus {
    outline: none;
}

.content__form form .form__input select::-ms-expand {
    display: none;
}

.content__form form .form__submit button {
    width: 100%
}

footer {
    padding: 50px 0;
    background: #1f2a35;
}

footer .footer__content {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .footer__content .footer__info .footer__logo {
    margin-bottom: 25px
}

footer .footer__content .footer__info .footer__logo a {
    display: block
}

footer .footer__content .footer__info .footer__logo a img {
    display: block
}

footer .footer__content .footer__info .footer__text {
    font-size: 13px;
    line-height: 1.5;
    color: #fff
}

footer .footer__content .footer__menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .footer__content .footer__menus .footer__menu .menu__title {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px
}

footer .footer__content .footer__menus .footer__menu ul li:not(:last-child) {
    margin-bottom: 10px
}

footer .footer__content .footer__menus .footer__menu ul li a {
    font-weight: 500;
    font-size: 16px;
    color: #fff
}

footer .footer__content .footer__menus .footer__menu ul li a:hover {
    text-decoration: underline
}

footer .footer__content .footer__menus .footer__menu ul.socials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .footer__content .footer__menus .footer__menu ul.socials__list li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 25px
}

footer .footer__content .footer__menus .footer__menu ul.socials__list li a {
    font-size: 24px;
    color: #fff
}

footer .footer__content .footer__copyright {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, .4);
    padding-top: 50px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer__content .footer__copyright .copyright {
    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;
    font-weight: 300;
    font-size: 14px;
    color: rgba(255, 255, 255, .5)
}

footer .footer__content .footer__copyright i {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-right: 25px;
    display: block
}

footer .footer__content .footer__copyright a {
    color: #ffffff;
    margin-left: 30px;
}

footer .footer__content .footer__copyright a:hover {
    text-decoration: underline;
}

#type5 {
    background: #e2ede9
}

#type5 .section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto
}

#type5 .info__logotypes {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

#type5 .info__logotypes li {
}

#type5 .info__logotypes li img {
    background: rgba(255, 255, 255, .35);
    display: block;
    border-radius: 10px;
}

#designs .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#designs .action__button {
    margin-top: 25px;
}

#designs .designs__slider {
    padding: 0 15px
}


#post__content .row,
#service__content .row {
    position: relative
}

#post__content .section__content .content__image,
#service__content .section__content .content__image {
    margin-bottom: 75px
}

#post__content .section__content .content__image img,
#service__content .section__content .content__image img {
    width: 100%;
    display: block
}

#post__content .section__content .content__block,
#service__content .section__content .content__block {
    color: #33475b
}

#post__content .section__content .content__block h2,
#service__content .section__content .content__block h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 25px
}

#post__content .section__content .content__block h3,
#service__content .section__content .content__block h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 25px
}


#post__content .section__content .content__block p,
#service__content .section__content .content__block p {
    font-size: 16px;
    line-height: 1.5
}

.content__block_custom a,
.content__block_custom em {
    color: #ff6348;
    font-weight: 600;
    text-decoration: underline
}

.content__block_custom h4 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 15px
}

#post__content .section__content .content__block p:not(:last-child),
#service__content .section__content .content__block p:not(:last-child) {
    margin-bottom: 25px
}

#post__content .section__content .content__block p b,
#post__content .section__content .content__block p strong,
#service__content .section__content .content__block p b,
#service__content .section__content .content__block p strong {
    font-weight: 700
}

#post__content .section__content .content__block ul li,
#service__content .section__content .content__block ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px
}

#post__content .section__content .content__block ul li b,
#post__content .section__content .content__block ul li strong,
#service__content .section__content .content__block ul li b,
#service__content .section__content .content__block ul li strong {
    display: inline-block;
    font-weight: 700
}

#post__content .section__content .content__block ul li:before,
#service__content .section__content .content__block ul li:before {
    content: ' ';
    min-width: 7px;
    min-height: 7px;
    background: #ff6348;
    border-radius: 100%;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 4px
}

#post__content .section__content .content__block ol li,
#service__content .section__content .content__block ol li {
    font-size: 16px;
    line-height: 1.5;
    /* display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex; */
    display: flex;
    counter-increment: item;
    margin-bottom: 25px
}

#post__content .section__content .content__block ol li:before,
#service__content .section__content .content__block ol li:before {
    content: counter(item);
    margin-right: 15px;
    font-weight: 700
}

/* #post__content .section__form,
#service__content .section__form {
	padding: 0 30px;
	position: -webkit-sticky;
	position: sticky;
	top: 157px;
	-ms-flex-item-align: start;
	align-self: flex-start
} */
.sideFormHS {
    padding: 0 30px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    top: 0;
}

#post__content .section__form .sideFormHS,
#service__content .section__form .sideFormHS {
    padding: 0;
}

#post__content .section__form form,
#service__content .section__form form,
.sideFormHS .form__area {
    background: #f5f8fa;
    padding: 80px 50px 50px 50px;
    position: relative;
    border-radius: 2px;
    -webkit-box-shadow: 0 25px 35px -20px rgba(0, 0, 0, .15);
    box-shadow: 0 25px 35px -20px rgba(0, 0, 0, .15)
}

#post__content .section__form form .form__title,
#service__content .section__form form .form__title,
.sideFormHS .form__area .form__title {
    font-weight: 700;
    font-size: 24px;
    color: #33475b;
    margin-bottom: 15px;
    text-align: center
}

#post__content .section__form form .form__text,
#service__content .section__form form .form__text,
.sideFormHS .form__area .form__text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 35px;
    text-align: center
}

#post__content .section__form form .form__image,
#service__content .section__form form .form__image,
.sideFormHS .form__area .form__image {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#post__content .section__form form .form__image img,
#service__content .section__form form .form__image img,
.sideFormHS .form__area .form__image img {
    background: radial-gradient(60.5% 60.5% at 50% 39.5%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 41.03%, rgba(255, 255, 255, .73) 100%);
    border: 3px solid #fff;
    -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, .35);
    box-shadow: 0 15px 15px -15px rgba(0, 0, 0, .35);
    border-radius: 100%
}

#post__content .section__form form .form__input,
#service__content .section__form form .form__input {
    position: relative;
    margin-bottom: 10px
}

#post__content .section__form form .form__input .input__icon,
#service__content .section__form form .form__input .input__icon {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#post__content .section__form form .form__input .input__icon i,
#service__content .section__form form .form__input .input__icon i {
    color: #33475b;
    display: block;
    font-size: 16px
}

#post__content .section__form form .form__input input,
#post__content .section__form form .form__input textarea,
#post__content .section__form form .form__input select,
#service__content .section__form form .form__input input,
#service__content .section__form form .form__input textarea,
#service__content .section__form form .form__input select {
    font-weight: 500;
    font-size: 18px;
    color: #33475b;
    padding: 15px;
    padding-left: 66px;
    background: 0 0;
    border-radius: 0;
    border: 0;
    resize: none;
    width: 100%;
    border: 1px solid #33475b;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    border-radius: 10px
}

#post__content .section__form form .form__input input:focus,
#post__content .section__form form .form__input input:hover,
#post__content .section__form form .form__input textarea:focus,
#post__content .section__form form .form__input textarea:hover,
#post__content .section__form form .form__input select:focus,
#post__content .section__form form .form__input select:hover,
#service__content .section__form form .form__input input:focus,
#service__content .section__form form .form__input input:hover,
#service__content .section__form form .form__input textarea:focus,
#service__content .section__form form .form__input textarea:hover,
#service__content .section__form form .form__input select:focus,
#service__content .section__form form .form__input select:hover {
    background: #fff;
    outline: none;
}

#post__content .section__form form .form__input select,
#service__content .section__form form .form__input select {
    color: #7c7d7d;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#post__content .section__form form .form__input select::-ms-expand,
#service__content .section__form form .form__input select::-ms-expand {
    display: none;
}

#post__content .section__form form .form__input.textarea .input__icon,
#service__content .section__form form .form__input.textarea .input__icon {
    -webkit-transform: none;
    transform: none;
    top: 15px
}

#post__content .section__form form .form__input.file__input .input__label,
#service__content .section__form form .form__input.file__input .input__label {
    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;
    padding: 0 25px
}

#post__content .section__form form .form__input.file__input .input__label i,
#service__content .section__form form .form__input.file__input .input__label i {
    color: #33475b;
    font-size: 20px;
    margin-right: 15px
}

#post__content .section__form form .form__input.file__input label,
#service__content .section__form form .form__input.file__input label {
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    color: #33475b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

#post__content .section__form form .form__input.file__input label .file__name,
#service__content .section__form form .form__input.file__input label .file__name {
    font-size: 12px
}

#post__content .section__form form .form__input.file__input label .file__size,
#service__content .section__form form .form__input.file__input label .file__size {
    font-size: 12px;
    font-weight: 700;
    padding: 0 15px;
    width: 100%;
    text-align: center
}

#post__content .section__form form .form__input.file__input input,
#service__content .section__form form .form__input.file__input input {
    display: none
}

#post__content .section__form form .form__submit button,
#service__content .section__form form .form__submit button {
    border-radius: 10px;
    width: 100%
}

#yn {
    background: #fff
}

#yn .yn__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#yn .yn__list > li {
    width: 50%;
    position: relative
}

#yn .yn__list > li:first-child {
    background: #f5f8fa
}

#yn .yn__list > li:first-child .item__block .block__icon {
    background: #ff6348
}

#yn .yn__list > li:last-child {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .02)), to(rgba(0, 0, 0, .02))), #f5f8fa;
    background: linear-gradient(0deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .02)), #f5f8fa
}

#yn .yn__list > li:last-child .item__block .item__top {
    background: #fff
}

#yn .yn__list > li:last-child .item__block .block__icon {
    background: #33475b
}

#yn .yn__list > li .item__block .item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

#yn .yn__list > li .item__block .block__title {
    font-weight: 700;
    font-size: 30px;
    color: #33475b;
    padding-left: 100px
}

#yn .yn__list > li .item__block .block__icon {
    width: 90px;
    height: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#yn .yn__list > li .item__block ul {
    padding: 0 100px 50px 100px
}

#yn .yn__list > li .item__block ul > li {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #33475b;
    padding: 25px 0;
    border-bottom: 1px solid #bdbdbd
}

#faq .section__content {
    margin: 0 auto
}

#faq .section__content .faq__list {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#faq .section__content .faq__list li {
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    border-bottom: 1px solid #6e7d8b;
    overflow: hidden
}

#faq .section__content .faq__list li .item__question {
    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;
    padding: 25px;
    padding-left: 0;
    cursor: pointer;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#faq .section__content .faq__list li .item__question .question__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.35;
    color: #33475b;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#faq .section__content .faq__list li .item__question .question__arrow {
    font-size: 24px;
    color: #33475b;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#faq .section__content .faq__list li .item__answer {
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .25px;
    color: #6e7d8b;
    height: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#faq .section__content .faq__list li:hover:not(.active) {
    border-bottom-color: #ff6348
}

#faq .section__content .faq__list li:hover:not(.active) .question__title {
    color: #ff6348
}

#faq .section__content .faq__list li:hover:not(.active) .question__arrow {
    color: #ff6348
}

#faq .section__content .faq__list li.active {
    border-bottom-color: #33475b
}

#faq .section__content .faq__list li.active .item__question .question__arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#faq .section__content .faq__list li.active .item__answer {
    padding-bottom: 25px;
    height: initial;
    opacity: 1
}

#design__types .tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #d9e1ea;
    margin-bottom: 73px
}

#design__types .tabs__list li {
    width: calc(100% / 6);
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#design__types .tabs__list li .item__tab {
    background: 0 0;
    border: 0;
    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;
    padding: 30px 50px;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    color: #33475b;
    line-height: 1.5;
    width: 100%
}

#design__types .tabs__list li.active {
    border-bottom-color: #ff6348
}

#design__types .tabs__list li.active .item__tab {
    font-weight: 600
}

#design__types .tabs__content {
    margin-left: auto;
    margin-right: auto
}

#design__types .tabs__content li .item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#design__types .tabs__content li .item__content .content__left {
    color: #33475b
}

#design__types .tabs__content li .item__content .content__left .content__title {
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 25px
}

#design__types .tabs__content li .item__content .content__left .content__text {
    font-size: 16px;
    line-height: 1.5;
    max-width: 540px
}

#design__types .tabs__content li .item__content .content__left .content__info {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #33475b;
    max-width: 487px;
}

#design__types .tabs__content li .item__content .content__left .content__price {
    font-size: 20px;
    font-weight: bold;
}

#design__types .tabs__content li .item__content .content__left .content__saving {
    border: 0;
    background: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-left: 30px;
}

#design__types .tabs__content li .item__content .content__left .content__saving .button__text {
    font-weight: 500;
    transition: color ease-in-out .25s;
}

#design__types .tabs__content li .item__content .content__left .content__saving .button__icon {
    margin-left: 5px;
    width: 24px;
    height: 24px;
}

#design__types .tabs__content li .item__content .content__left .content__saving .button__icon svg {
    width: 100%;
    height: auto;
    display: block;
}

#design__types .tabs__content li .item__content .content__left .content__saving .button__icon svg path {
    transition: fill ease-in-out .25s;
}

#design__types .tabs__content li .item__content .content__left .content__saving:hover .button__text {
    color: #ff6348;
}

#design__types .tabs__content li .item__content .content__left .content__saving:hover .button__icon svg path.bg {
    fill: #ff6348;
}

#design__types .tabs__content li:not(.active) {
    display: none
}

#design__types .content__image img {
    min-width: 230px;
    margin: 0 auto;
    display: block;
}

#type6 .blocks__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

#type6 .blocks__list li:nth-child(1),
#type6 .blocks__list li:nth-child(2) {
    margin-bottom: 30px
}

#type6 .blocks__list li:nth-child(2) .item__block,
#type6 .blocks__list li:nth-child(3) .item__block {
    background: #f5f8fa
}

#type6 .blocks__list li .item__block {
    height: 100%;
    background: #fff;
    padding: 60px;
    border: 1px solid #e0e0e0;
    color: #33475b;
    position: relative
}

#type6 .blocks__list li .item__block:before {
    content: ' ';
    width: 3px;
    background: #33475b;
    position: absolute;
    left: 0;
    height: 0;
    display: block;
    opacity: 0;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    bottom: 0
}

#type6 .blocks__list li .item__block .block__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 25px
}

#type6 .blocks__list li .item__block .block__text {
    font-size: 16px;
    line-height: 1.5
}

#type6 .blocks__list li .item__block:hover:before {
    top: 0;
    left: 0;
    bottom: initial;
    height: 100%;
    opacity: 1
}

#page__list .content__list {
    color: #33475b
}

#page__list .content__list li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#page__list .content__list li:not(:last-child) {
    padding-bottom: 50px;
    border-bottom: 2px dashed #33475b;
    margin-bottom: 50px
}

#page__list .content__list li .item__num {
    font-weight: 300;
    font-size: 48px;
    text-align: center
}

#page__list .content__list li .item__content .content__title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 25px
}

#page__list .content__list li .item__content .content__text {
    font-size: 16px;
    line-height: 1.5
}

#page__list .content__list li .item__content .content__action {
    margin-top: 50px
}

#page__list .content__list li .item__image img {
    display: block
}

#small__main {
    background: #f5f8fa;
    padding: 90px 0;
    color: #33475b
}

#small__main .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#small__main .section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#small__main .section__content .section__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2
}

#small__main .section__content .section__text {
    font-size: 16px;
    line-height: 1.5
}

#small__main__center {
    background: #f5f8fa;
    padding: 48px 0;
    color: #33475b;
    text-align: center
}

#small__main__center .section__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #33475b
}

#small__main__center.light .section__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #33475b
}

#small__main__center .section__text {
    font-size: 18px;
    line-height: 1.5;
    color: #33475b;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

#small__main__center .section__text:after {
    content: '';
    width: 86px;
    height: 4px;
    background: #ff6348;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px
}

#small__main__center.light .section__text:after {
    display: none;
}

#content__page {
    background: #f5f8fa;
    padding: 90px 0;
    color: #33475b;
}

#content__page h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px;
}

#content__page h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    padding-top: 15px;
    margin-bottom: 30px;
    display: table;
}

#content__page p {
    font-size: 16px;
    line-height: 1.5;
}

#content__page p:not(:last-of-type) {
    margin-bottom: 15px;
}

#content__page ul {
    list-style: disc;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

#content__page a {
    font-weight: 500;
    color: #ff6348;
    text-decoration: underline;
}

#gallery__list .gallery__list li {
    margin-bottom: 30px
}

#gallery__list .gallery__list li .item__image {
    display: block
}

#gallery__list .gallery__list li .item__image img {
    display: block
}

#testimonials .reviews__list li {
    margin-bottom: 30px
}

#testimonials .reviews__list li .item__block {
    background: #fff;
    padding: 25px;
    border: 1px solid #f5f8fa;
    -webkit-box-shadow: 35px 35px 35px -5px rgba(0, 0, 0, .05);
    box-shadow: 35px 35px 35px -5px rgba(0, 0, 0, .05)
}

#testimonials .reviews__list li.step2 {
    display: none
}

.masonry[data-columns]::before {
    content: '4 .col-md-3'
}

#blog__list .blog__list li {
    margin-bottom: 30px
}

#blog__list .blog__list li .item__block {
    display: block;
    position: relative
}

#blog__list .blog__list li .item__block .block__image img {
    display: block
}

#blog__list .blog__list li .item__block .block__content {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 71, 91, .3)), to(rgba(51, 71, 91, .3)));
    background: linear-gradient(0deg, rgba(51, 71, 91, .3), rgba(51, 71, 91, .3));
    position: absolute;
    padding: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 1.5;
    color: #fff;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#blog__list .blog__list li .item__block .block__content .content__title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    opacity: 0;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

#blog__list .blog__list li .item__block .block__content .content__text {
    font-weight: 500;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

#blog__list .blog__list li .item__block:hover .block__content {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 71, 91, .9)), to(rgba(51, 71, 91, .9)));
    background: linear-gradient(0deg, rgba(51, 71, 91, .9), rgba(51, 71, 91, .9))
}

#blog__list .blog__list li .item__block:hover .block__content .content__text,
#blog__list .blog__list li .item__block:hover .block__content .content__title {
    opacity: 1
}

#post__main {
    padding: 100px 0;
    background: #f5f8fa;
    color: #33475b
}

#post__main .container {
    position: relative
}

#post__main .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#post__main .section__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2
}

#post__main .section__image {
    position: absolute;
    right: 0;
    bottom: -130px
}

#post__main .section__image img {
    display: block
}

#form__main {
    background: #f5f8fa
}

#maps .maps__list > li:nth-child(1),
#maps .maps__list > li:nth-child(2) {
    margin-bottom: 100px
}

#maps .maps__list > li .item__block {
    color: #33475b;
    line-height: 1.5
}

#maps .maps__list > li .item__block .block__image {
    position: relative;
    display: block;
    margin-bottom: 30px
}

#maps .maps__list > li .item__block .block__image:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 71, 91, .3)), to(rgba(51, 71, 91, .3)));
    background: linear-gradient(0deg, rgba(51, 71, 91, .3), rgba(51, 71, 91, .3))
}

#maps .maps__list > li .item__block .block__image img {
    width: 100%;
    display: block
}

#maps .maps__list > li .item__block .block__image:hover:before {
    background: 0 0
}

#maps .maps__list > li .item__block .block__title {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 15px
}

#maps .maps__list > li .item__block .block__text {
    font-size: 16px;
    margin-bottom: 30px
}

#maps .maps__list > li .item__block .block__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#maps .maps__list > li .item__block .block__details .schedule__list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px
}

#maps .maps__list > li .item__block .block__details .schedule__list > li:not(:last-child) {
    margin-bottom: 5px
}

#maps .maps__list > li .item__block .block__details .schedule__list > li .item__label {
    font-weight: 700;
    margin-right: 5px
}

#maps .maps__list > li .item__block .block__details .contacts__block {
    font-size: 15px;
    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
}

#maps .maps__list > li .item__block .block__details .contacts__block .block__email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#maps .maps__list > li .item__block .block__details .contacts__block .block__email .item__label {
    margin-right: 5px
}

#maps .maps__list > li .item__block .block__details .contacts__block .block__email a {
    font-weight: 500;
    color: #ff6348;
    text-decoration: underline
}

.modal.show .modal-dialog {
    min-height: calc(100vh - 100px);
    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
}

.modal .modal-dialog {
    margin: 50px auto
}

.modal .modal-dialog .modal-content {
    background: #f5f8fa;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.modal .modal-dialog .modal-content .close {
    color: #fff;
    position: absolute;
    top: -45px;
    right: 0;
    font-size: 2.5rem;
    opacity: 1
}

.modal .modal-dialog .modal-content .modal-header {
    display: none
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 0
}

.modal__form form,
.modal__form .form__HS {
    padding: 30px;
    position: relative;
    border-radius: 2px
}

.modal__form form .form__title,
.modal__form .form__HS .form__title {
    font-weight: 700;
    font-size: 24px;
    color: #33475b;
    margin-bottom: 15px;
    text-align: center
}

.modal__form form .form__text,
.modal__form .form__HS .form__text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 35px;
    text-align: center
}

.modal__form form .form__image {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal__form form .form__image img {
    background: radial-gradient(60.5% 60.5% at 50% 39.5%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 41.03%, rgba(255, 255, 255, .73) 100%);
    border: 3px solid #fff;
    -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, .35);
    box-shadow: 0 15px 15px -15px rgba(0, 0, 0, .35);
    border-radius: 100%
}

.modal__form form .form__input {
    position: relative;
    margin-bottom: 10px
}

.modal__form form .form__input .input__icon {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal__form form .form__input .input__icon i {
    color: #33475b;
    display: block;
    font-size: 16px
}

.modal__form form .form__input input,
.modal__form form .form__input textarea,
.modal__form form .form__input select {
    font-weight: 500;
    font-size: 18px;
    color: #33475b;
    padding: 15px;
    padding-left: 66px;
    background: 0 0;
    border-radius: 0;
    border: 0;
    resize: none;
    width: 100%;
    border: 1px solid #33475b;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    border-radius: 10px
}

.modal__form form .form__input select {
    color: #7c7d7d;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.modal__form form .form__input select::-ms-expand {
    display: none;
}

.modal__form form .form__input.select {
    position: relative;
}

/* .modal__form form .form__input.select:after {
	z-index: -1;
	border-left: 1px solid #E9E9E9;
	content: "";
	position: absolute;
	right: 0;
	width: 36px;
	height: 32px;
	background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	top: 0%;
	background-position-y: 52%;
	background-position-x: 50%;
} */

.modal__form form .form__input input:focus,
.modal__form form .form__input input:hover,
.modal__form form .form__input textarea:focus,
.modal__form form .form__input textarea:hover,
.modal__form form .form__input select:focus,
.modal__form form .form__input select:hover {
    background: #fff;
    outline: none
}

.modal__form form .form__input.textarea .input__icon {
    -webkit-transform: none;
    transform: none;
    top: 15px
}

.modal__form form .form__input.file__input .input__label {
    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;
    padding: 0 25px
}

.modal__form form .form__input.file__input .input__label i {
    color: #33475b;
    font-size: 20px;
    margin-right: 15px
}

.modal__form form .form__input.file__input label {
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    color: #33475b;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.modal__form form .form__input.file__input label .file__name {
    font-size: 12px
}

.modal__form form .form__input.file__input label .file__size {
    font-size: 12px;
    font-weight: 700;
    padding: 0 15px;
    width: 100%;
    text-align: center
}

.modal__form form .form__input.file__input input {
    display: none
}

.modal__form form .form__submit button {
    border-radius: 10px;
    width: 100%
}

.modal__info {
    padding: 40px;
}

.modal__info .modal__title {
    font-weight: 700;
    font-size: 24px;
    color: #33475b;
    margin-bottom: 15px;
    text-align: center
}

.modal__info .modal__text {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.modal__info .modal__text p:not(:last-child) {
    margin-bottom: 15px;
}

#info__page {
    min-height: 700px;
    padding-top: 100px;
    background: #f5f8fa;
    text-align: center
}

#info__page .section__image {
    margin-bottom: 30px
}

#info__page .section__image img {
    display: inline-block
}

#info__page .section__title {
    font-weight: 700;
    font-size: 36px;
    color: #ff6348;
    margin-bottom: 15px
}

#info__page .section__subtitle {
    font-size: 24px;
    line-height: 140%;
    color: #33475b;
    margin-bottom: 50px
}

#info__page .section__action .button {
    min-width: 200px
}

.mobile__menu {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px
}

.mobile__menu button {
    background: 0 0;
    border: 0;
    outline: 0;
    line-height: 1;
    width: 50px;
    height: 45px;
    background: url(../images/common/menu__open.svg) no-repeat center #33475b;
    background-size: 50%;
    -webkit-transition: all ease-in-out 0;
    transition: all ease-in-out 0;
    position: relative;
    z-index: 501
}

.mobile__menu button.menu__opened {
    background: url(../images/common/menu__close.svg) no-repeat center #33475b;
    background-size: 50%;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.mobile__menu--fixed {
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f5f8fa;
    padding: 75px 30px;
    overflow-y: auto;
    opacity: 0;
    height: 0;
    -webkit-transition: opacity ease-in-out 0s, width ease-in-out 0s;
    transition: opacity ease-in-out 0s, width ease-in-out 0s
}

.mobile__menu--fixed .mobile__menu {
    display: none
}

.mobile__menu--fixed .scroll__to__top {
    display: none
}

.mobile__menu--fixed ul li:not(:last-child) {
    margin-bottom: 30px
}

.mobile__menu--fixed ul li a {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
    color: #33475b;
    text-transform: uppercase;
    letter-spacing: .5px;
    width: 100%
}

.mobile__menu--fixed ul li a:hover .link__text {
    color: #fff
}

.mobile__menu--fixed ul li.active {
    background: #33475b
}

.mobile__menu--fixed ul li.active a .link__icon {
    opacity: 1
}

.mobile__menu--fixed ul li.active a .link__text {
    color: #fff
}

.mobile__menu--fixed ul li:hover {
    text-decoration: underline
}

.mobile__menu--fixed .close__menu {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    border: 0;
    outline: 0;
    line-height: 1;
    padding: 30px;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    z-index: 501;
    background: url(../images/common/menu__close.svg) no-repeat center;
    background-size: 50%
}

.get__more {
    margin-top: 35px;
    text-align: center
}

.trust--subtitle {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto
}

.new-title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    line-height: 1.25;
    color: #33475b;
    margin-bottom: 15px
}

.new-subtitle {
    font-size: 16px;
    text-align: center;
    color: #33475b;
    margin-bottom: 80px;
    position: relative
}

.new-subtitle_mb {
    margin-bottom: 95px
}

.new-subtitle::before {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #ff6348;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 100%);
    bottom: -29px
}

.new-item {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px
}

.new-item:not(:last-of-type) {
    margin-bottom: 50px
}

.new-item:nth-of-type(2n) {
    flex-direction: row-reverse
}

.new-col {
    width: 50%;
    padding: 0 15px
}

.new-photo {
    width: 100%
}

.new-photo img {
    width: 100%
}

.new__item-title {
    margin-bottom: 25px
}

.new-col iframe {
    display: block;
    margin: 0 auto
}

.new-description {
    font-size: 16px;
    line-height: 1.5
}

.new-description strong {
    font-weight: bold;
}

.new-description h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 25px
}

.new-description ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

.new-description a,
.packet-item-description em {
    color: #ff6348;
    font-weight: 600;
    text-decoration: underline
}

.packet-item-description b {
    font-weight: 700
}

.new-description p:not(:last-of-type) {
    margin-bottom: 20px
}

.new-description ul {
    margin-bottom: 20px
}

.new-description ul li {
    padding-left: 26px;
    position: relative
}

.new-description ul li:not(:last-of-type) {
    margin-bottom: 20px
}

.new-description ul li::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    left: 2px;
    top: 8.5px;
    background: #ff6348;
    position: absolute
}

.new-section {
    padding: 100px 0
}

.section-grey {
    background-color: #f5f8fa
}

.new-text em,
.type1 .text em {
    color: #ff6348;
    font-weight: 600;
    text-decoration: underline
}

.type1 .text b,
.type1 .text strong {
    font-weight: 700
}

.section-null {
    padding: 0 !important
}

.section-0-50 {
    padding: 0 0 50px !important
}

.section-50 {
    padding: 50px 0
}

.new-row-label {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #33475b
}

#trust.new-section {
    padding-bottom: 50px
}

.new-row-label + .info__lists .our {
    background: #f5f8fa;
    padding: 25px 20px
}

.new-row-label + .info__lists .our li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.new-row-label + .info__lists .our .item__icon {
    width: 19px;
    height: 19px;
    margin-right: 15px;
    background: url(../images/trust/our-item.svg) no-repeat center;
    background-size: contain
}

.new-row-label + .info__lists .our .item__text {
    font-weight: 400;
    font-size: 16px
}

.new-row-label + .info__lists .our li:not(:last-child) {
    margin-bottom: 10px
}

.info__label {
    font-weight: 500 !important
}

.packet-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px
}

.packet-col {
    width: 33.333%;
    padding: 15px
}

.packet-item {
    height: 100%;
    background: #f5f8fa;
    border-radius: 5px;
    padding: 35px 25px
}

.packet-item-title {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #33475b;
    margin-bottom: 50px
}

.packet-item-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #ff6348;
    position: absolute;
    bottom: -24px;
    transform: translatey(100%);
    left: 0
}

.packet-item-description {
    font-size: 14px
}

.packet-item-description.new-description p:not(:last-of-type) {
    margin-bottom: 14px
}

#type1.type1 .section__bg {
    width: 42.4%
}

.type-1__title {
    font-size: 30px;
    line-height: 1.25px
}

.welcome {
    padding: 50px 0 90px;
    overflow: hidden;
    position: relative
}

.welcome .container {
    position: relative;
    z-index: 1
}

.welcome::after {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f5f8fa
}

.welcome__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.23;
    text-transform: capitalize;
    color: #33475b;
    margin-bottom: 50px
}

.welcome__label {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #33475b;
    margin-bottom: 50px
}

.welcome__photo {
    margin-right: -187px
}

.welcome__photo img {
    width: 100%;
    border-radius: 5px
}

.welcome__block {
    align-items: flex-end
}

.welcome__menu {
    padding: 50px 25px 50px 35px;
    max-width: 432px;
    background: #fff;
    border: 1px solid #33475b;
    box-sizing: border-box;
    border-radius: 5px
}

.welcome__menu > li,
.welcome__menu li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #33475b;
    text-decoration: none;
    transition: color .6s ease-in-out;
    cursor: pointer;
    user-select: none;
}

.welcome__menu li:hover,
.welcome__menu li a:hover {
    color: #ff6348
}

.welcome__menu li.active,
.welcome__menu li a.active {
    text-decoration: underline
}

.welcome__menu > li:not(:last-of-type) {
    margin-bottom: 25px
}

.popup-promo {
    display: none;
    max-width: 750px;
    width: 100%;
    position: relative;
    opacity: 0;
    z-index: 1112;
    background-color: #fff;
    transition: opacity .75s ease-in-out
}

.popup-overlay {
    display: none;
    position: fixed;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1111;
    background-color: rgba(0, 0, 0, .3);
    right: 0;
    bottom: 0;
    transition: opacity .5s ease-in-out
}

.popup-overlay.active {
    display: block;
    opacity: 1
}

.popup-wrap {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 22px
}

.popup-promo.active {
    display: block;
    opacity: 1;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.popup-col_1 {
    max-width: 391px;
    width: 100%;
    padding-top: 25px;
    padding-left: 30px
}

.popup-col_2 {
    position: relative;
    width: 359px;
    padding-top: 14px;
    padding-right: 14px
}

.popup-col_2 img {
    display: block;
    width: 100%
}

.popup-wifi {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 76px;
    bottom: 29px;
    color: #2b485b;
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    letter-spacing: .84px
}

.popup-wifi::after {
    content: '';
    display: block;
    width: 90px;
    height: 2px;
    background-color: #f60;
    position: absolute;
    left: 0;
    bottom: -12px
}

.popup-wifi i {
    margin-bottom: 9px
}

.popup-top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    margin-left: -7px
}

.wpcf7 form .wpcf7-response-output {
    margin: 3px 0 10px !important;
    padding: .2em 1em;
    font-size: 14px
}

.popup-title {
    color: #2b485b;
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    letter-spacing: 1.68px;
    margin-bottom: 25px
}

.popup-subtitle {
    color: #ff5635;
    font-size: 22px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .88px;
    margin-bottom: 38px
}

.popup-top i {
    margin-right: 15px
}

.popup-top h4 {
    position: relative;
    color: #2b485b;
    font-size: 21px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    padding-top: 11px
}

.popup-top h4::after {
    content: '';
    display: block;
    width: 90px;
    height: 2px;
    background-color: #f60;
    position: absolute;
    left: 0;
    bottom: -17px
}

.popup-list {
    margin-left: -30px;
    padding: 21px 20px 22px 24px;
    background-color: #e7eaf4;
    width: calc(100% + 30px)
}

.popup-details {
    color: #2b485b;
    font-size: 17px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: .68px;
    margin-bottom: 28px
}

.popup-details span {
    position: relative
}

.popup-details span::after {
    content: '';
    display: block;
    width: 90px;
    height: 2px;
    position: absolute;
    right: -8px;
    bottom: 3px;
    background-color: #f60;
    transform: translatex(100%)
}

.popup-details-list li {
    display: flex;
    align-items: center
}

.popup-decor {
    position: absolute;
    width: 145px;
    height: 236px;
    background: url(/wp-content/uploads/2021/03/termo.png) no-repeat center;
    background-size: contain;
    left: 307px;
    bottom: -13px
}

.popup-details-list li i {
    width: 47px
}

.popup-details-list li p {
    width: calc(100% - 47px);
    padding-left: 19px;
    color: #2b485b;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: .64px
}

.popup-close {
    cursor: pointer;
    z-index: 1;
    color: #fff;
    position: absolute;
    padding: 0;
    background-color: transparent;
    border: none;
    top: -45px;
    right: 0;
    font-size: 2.5rem;
    opacity: 1;
    font-weight: 900
}

.popup-details-list li:not(:last-of-type) {
    margin-bottom: 18px
}

.icon-wifi {
    display: block;
    width: 39px;
    height: 39px;
    background: url(/wp-content/uploads/2021/03/icon_wifi.png) no-repeat center;
    background-size: contain
}

.icon-time {
    display: block;
    width: 63px;
    height: 48px;
    background: url(/wp-content/uploads/2021/03/time_icon.png) no-repeat center;
    background-size: contain
}

.icon-popup_1 {
    width: 47px;
    height: 47px;
    background: url(/wp-content/uploads/2021/03/icon_01.png) no-repeat center;
    background-size: contain
}

.icon-popup_2 {
    width: 47px;
    height: 51px;
    background: url(/wp-content/uploads/2021/03/icon_02.png) no-repeat center;
    background-size: contain
}

.popup-form-block {
    padding: 0 15px 7px
}

.popup-form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px
}

.popup-col {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 9px
}

#wpcf7-f1721-o1 {
    width: 100%
}

.popup-input {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 9px;
    height: 36px;
    border: 1px solid #dbdce2;
    color: #2b485b;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    letter-spacing: .48px;
    border-radius: 5px
}

.popup-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    background-color: #f60;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    height: 36px;
    letter-spacing: .64px
}

.popup-input:placeholder {
    color: #2b485b
}

#service__content .section__content .content__block h4,
#post__content .section__content .content__block h4 {
    font-size: 24px;
}

#service__content .section__content .content__block h4,
#post__content .section__content .content__block h4,
#service__content .section__content .content__block h5,
#post__content .section__content .content__block h5 {
    font-weight: 700;
    margin-bottom: 20px;
}

#service__content .section__content .content__block h4 span,
#post__content .section__content .content__block h4 span {
    font-weight: 700 !important;
}

#video__testimonials {
    padding-top: 50px !important;
    padding-bottom: 88px !important;
    background-color: #F5F8FA;
}

#video__testimonials .slider--nav .owl-nav .nav.nav__right {
    right: 4px;
}

#video__testimonials .slider--nav .owl-nav .nav.nav__left {
    left: 4px;
}

#video__testimonials .slider--dots .owl-dots {
    bottom: -32px;
    transform: translatey(100%);
}

#infinity-testimonials {
    margin-top: -200px;
    padding-top: 30px !important;
    padding-bottom: 0 !important;
    overflow: hidden;
}

#infinity-testimonials .owl-carousel .owl-stage-outer {
    overflow: unset;
}

.testimonials__title {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    line-height: calc(39 / 32);
    text-transform: capitalize;
    color: #33475B;

    margin-bottom: 56px;
}

.infinity-testimonials__wrap {
    max-width: 680px;
    width: 100%;
}

.infinity-testimonials__slider {
    display: flex;
}

.infinity-testimonials__slide {
    padding: 0 4px;
    width: 640px;
    flex-shrink: 0;
}

.infinity-testimonials__item,
.testimonials__item {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 70.64%;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.infinity-testimonials__item video,
.testimonials__item video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}


.infinity-testimonials__item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.infinity-testimonials__preview,
.testimonials__preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.infinity-testimonials__preview {
    display: none !important;
}

.testimonials__slider {
    margin-left: -4px;
    margin-right: -4px;
}

.infinity-testimonials__slider {
    margin-left: -7, 5px;
    margin-right: -7.5px;
}

.infinity-testimonials__slider .owl-item {
    padding: 0 7.5px;
}

.testimonials__slider .owl-item {
    padding: 0 4px;
}

.infinity-testimonials__bottom,
.testimonials__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;

    background: rgba(245, 248, 250, 0.16);

    padding: 5px 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
}

.infinity-testimonials__bottom {
    padding: 8px 32px;
}

.infinity-testimonials__play,
.testimonials__play {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 61.45px;
    height: 29.59px;
    background: rgba(245, 248, 250, 0.16);
    border: .65px solid #fff;
    backdrop-filter: blur(1.23288px);
    border-radius: 2.46575px;

    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #fff;

    transition: .3s;
}

.infinity-testimonials__play {
    width: 100px;
    height: 48px;
    border-width: 1px;

    font-size: 16px;
    line-height: 20px;

    backdrop-filter: blur(2px);
    border-radius: 4px;
}

.infinity-testimonials__play:hover,
.testimonials__play:hover {
    background: #fff;
    color: #33475b;
}

.infinity-testimonials__type,
.testimonials__type {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 24px;

    background: rgba(245, 248, 250, 0.88);
    border: 1px solid #FFFFFF;
    border-radius: 2.5px;

    left: 10px;
    top: 10px;

    padding: 0 6.15px;

    font-weight: 600;
    font-size: 10.5px;
    line-height: 12px;
    color: #33475b;
    text-transform: uppercase;
}

.infinity-testimonials__type {
    height: 40px;
    padding: 0 10px;

    font-size: 16px;
    border-radius: 4px;

    top: 16px;
    left: 16px;
}

.infinity-testimonials__label,
.testimonials__label {
    font-weight: 700;
    font-size: 13px;
    line-height: 10px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
}

.infinity-testimonials__label {
    font-size: 20px;
    line-height: 16px;
}

.page-id-6196 #small__main__center .section__text:after,
.page-id-3298 #small__main__center .section__text:after {
    display: none !important;
}

.page-id-701 #small__main__center,
.page-id-3298 #small__main__center {
    padding-bottom: 200px !important;
}

#infinity-testimonials.infinity-testimonials_pb {
    padding-bottom: 85px !important;
}

#infinity-testimonials .section__title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #33475b;
}

#infinity-testimonials .section__text {
    text-align: center;
    margin: 0 auto 50px;
}

.page-id-3298 #small__main__center .section__text {
    margin-bottom: 0 !important;
}

.main-small__subtitle::after {
    content: ' ';
    width: 85px;
    height: 2px;
    background: #ff6348;
    margin-top: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* new custom style */

.content section {
    padding: 100px 0;
}

.content .trust-section {
    padding: 124px 0 80px;
}

.trust-section .logotypes__list {
    margin-bottom: 0 !important;
}

.content .title {
    line-height: calc(59 / 48);
}

.logotypes__list li .item__logo img {
    height: 60px;
}

.content .how-it-section {
    padding: 96px 0 42px;
}

.how-it-section .title {
    margin-bottom: 10px;
}

.how-it-section .subtext.subtext--lined:after {
    margin-top: 9px;
}

.how-it-section .subtext {
    margin-bottom: 89px;
}

.how-it-works__photo {
    border-radius: 4px 4px 0 0;
}

.trust-content-section .wac {
    margin-top: 0 !important;
}

.content .trust-content-section {
    padding: 100px 0 50px;
}

.content .type1-section {
    padding: 30px 0;
    margin-bottom: 50px;
    margin-top: 50px;
}

.content .design-types-section {
    padding: 60px 0 80px;
}

.design-types-section .subtext {
    margin-bottom: 64px;
}

.design-types-section .title {
    margin-bottom: 31px;
}

.design-types-section .subtext.subtext--lined:after {
    margin-top: 30px;
}

.design-types-section .subtext {
    line-height: calc(20 / 18);
}

.tabs__header-block {
    max-width: 1119px;
    width: 100%;
    margin: 0 auto 48px;

    position: relative;
}

.tabs__header-block::after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #C4CCD2;

    position: absolute;
    left: 0;
    bottom: 0;
}

.tabs__header {
    display: flex;
    margin-left: -16px;
    margin-right: -16px;

    width: calc(100% + 32px) !important;
}

.tabs__header li {
    width: 100%;
    padding: 0 16px;
}

.tabs__header-button {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    width: 100%;

    border: none;
    height: 56px;

    background: transparent;

    font-weight: 700;
    font-size: 21px;
    line-height: 150%;

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

    color: #33475B;

    position: relative;

    cursor: pointer;
}

.tabs__content {
    margin-left: -15px;
    margin-right: -15px;
}

.why__list {
    display: block !important;
}

.why__list > li:not(:last-of-type) {
    margin-bottom: 24px;
}

.why__item {
    padding: 47px 56px;

    display: flex;
    flex-direction: column;
    align-items: center;

    background: linear-gradient(0deg, #E9EDF0, #E9EDF0), #FFE9E4;
    border-radius: 2px;
    cursor: pointer;
    transition: .75s;
}

.why__item.active {
    background: #fff;
    box-shadow: 35px 35px 35px -5px rgba(0, 0, 0, 0.05);
}

.why__icon {
    width: 104px;
    height: 104px;

    position: relative;
    margin-bottom: 25px;

}

.why__icon img {
    transition: .75s;
}

.why__icon img.hover {
    opacity: 0;
}

.why__item.active .why__icon img.statick {
    opacity: 0;
}

.why__item.active .why__icon img.hover {
    opacity: 1;
}

.why__icon img {
    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;

    object-fit: contain;
    object-position: center;
}

.why__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: #33475B;
    margin-bottom: 15px;
}

.why__text {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0;
}

.why__decor {
    position: sticky;
    top: 160px;
}

.why__photo {
    width: 49.11vw;
    max-width: 943px;
    position: sticky;
    top: 20px;
    left: 0;
}

.why__photo img {
    display: block;
    width: 100%;
}

.content .why-us-section {
    padding: 90px 0 50px;
    overflow-x: clip;
}

.why-us-section .subtext {
    margin-bottom: 110px !important;
}

.tabs__block {
    display: block;
    width: 100%;
}

.tabs__photo {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;

    position: relative;
}

.tabs__photo img {
    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;

    object-fit: cover;
    object-position: center;
}

.tabs__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;

    background: #F5F8FA;
    border-radius: 4px;

    height: 100%;

    padding: 48px;
}

/* .postid-6888 .tabs__item {
	justify-content: center;
}

.postid-6888 .tabs__text {
	margin-bottom: 0!important;
}

.postid-6888 .tabs__photo {
	padding-top: 68%;
}
 */
.tabs__icon {
    width: 199px;
    height: 199px;

    position: relative;

    margin: 0 auto 48px;
}

.tabs__icon img {
    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;

    object-fit: contain;
    object-position: center;
}

.tabs__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;

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

    color: #33475B;

    text-align: center;

    margin-bottom: 24px;
}

.tabs__text {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;

    margin-bottom: 36px;
}

.content__price {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;

    text-align: center;

    margin-bottom: 8px;
}

.tabs__item .content__saving {
    display: flex;
    align-items: center;

    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;

    background: transparent;
    border: none;

    color: #33475b;

    cursor: pointer;
}

.tabs__item .content__saving .button__icon {
    margin-left: 8px;
    width: 32px;
    height: 32px;
}

.tabs__item .content__saving .button__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.tabs__header .active.current .tabs__header-button::after,
.tabs__header .tabs__header-button:hover::after {
    width: 100%;
}

.tabs__header-button::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;

    background-color: #FF6348;
    transition: .3s;
}

.tabs__wrap .owl-dots,
.tabs__wrap .owl-nav {
    display: none;
}

.content .brands-main {
    padding: 75px 0 56px;
}

.brands-main__block {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-right: -130px;
}

.brands-main__left {
    max-width: 690px;
    width: 100%;
    margin-right: 30px;
}

.brands-main__right {
    max-width: 675px;
    width: 100%;
}

.brands-main__photo-block {
    display: block;
    width: 100%;
}

.brands-main__photo {
    display: block;
    width: 100%;

    position: relative;
    height: 0;
    padding-top: 100%;
    box-shadow: 16px 24px 24px -24px rgba(0, 0, 0, 0.08), 32px 48px 48px -24px rgba(0, 0, 0, 0.24);
}

.brands-main__photo::before {
    content: '';
    z-index: 0;
    position: absolute;
    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    width: calc(100% + 16px);
    height: calc(100% + 16px);
    background-color: #fff;
    border-radius: 4px;
}

.brands-main__photo img {
    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;

    object-fit: cover;
    object-position: center;

    z-index: 1;
}

.brands-main__title {
    font-weight: 700;
    color: #33475B;
    font-size: 56px;
    line-height: calc(68 / 56);
    text-transform: capitalize;
    margin-bottom: 32px;
}

.brands-main__subtitle {
    font-weight: 600;
    font-size: 28px;
    line-height: calc(34 / 28);

    color: #33475B;

    margin-bottom: 56px;
}

.brands-main__actions {
    display: flex;
    align-items: center;
}

.brands-main__button {
    height: 60px;
    padding: 0 15px !important;
    max-width: 261px;
    width: 100%;
    margin-right: 30px;
}

.brands-main__link {
    display: flex;
    align-items: center;

    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
    color: #FF6348;

    padding: 0;

    background: transparent;
}

.brands-main__link svg {
    display: block;
    width: 16px;
    height: 16px;

    margin-left: 4px;
}

.content .brands {
    padding: 56px 0;
    position: relative;
}

.brands::before {
    content: '';
    display: block;
    width: 100%;
    height: 706px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: #F5F8FA;
}

.brands__wrapper {
    position: relative;
    padding: 120px 0 81px;
    transform-style: preserve-3d;
}

.brands__wrapper::after {
    content: '';
    display: block;
    max-width: 1122px;
    width: 100%;

    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    background-color: #ADB5BD;
    transform: translatex(-50%);
}

.brands__wrapper::before {
    content: '';
    display: block;
    width: calc(100% + 260px);
    height: 100%;
    background: #fff;
    border-radius: 8px;

    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    transform: translatex(-50%) translatez(-1px);
}

.brands__header {
    max-width: 1122px;
    width: 100%;

    margin: 0 auto 32px;
}

.brands__top {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;

    margin-left: -1px;
    margin-right: -1px;
}

.brands__top li {
    /* 	width: 25%; */
    padding: 0 1px;
}

.brands__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    color: #33475B;
    margin-bottom: 88px;
}

.brands__top-button {
    display: flex;
    align-items: center;
    justify-content: center;

    border: none;
    background: #F5F8FA;
    border-radius: 2px;

    width: 100%;
    height: 88px;

    transition: .3s;
    cursor: pointer;
}

.brands__top-button svg {
    fill: #ADB5BD;
    transition: .3s;
}

.brands__top .current.active .brands__top-button,
.brands__top-button:hover {
    background: #33475B;
    box-shadow: 0px 32px 56px -24px rgba(51, 71, 91, 0.67);
}

.brands__top .current.active .brands__top-button svg,
.brands__top-button:hover svg {
    fill: #fff;
}

.brands__content {
    max-width: 1122px;
    width: 100%;

    overflow: hidden;

    margin: 0 auto 38px;
}

.brands__list .owl-dots,
.brands__list .owl-nav {
    display: none;
}

.brands__slider .owl-dots,
.brands__slider .owl-nav {
    display: block;
}

.brands__slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    bottom: 0;
    width: 100%;
}

.brands__slider .slick-dots button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 4px;
    font-size: 0;
    border: 2px solid rgba(51, 71, 91, 0.16);
    background: #F5F8FA !important;
    transition: .2s;
}

.brands__slider .slick-dots .slick-active button {
    background: #FF6348 !important;
    border: transparent;
}

.brands__slider .slick-arrow.slick-disabled {
    opacity: .6;
}

.brands__slider .slick-arrow {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    background: #33475B;
    border-radius: 2px;
    top: calc(50% - 73px);
    transform: translatey(-50%);
    transition: .3s;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
    border: none;
}

.brands__slider .slick-arrow::before {
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    background: url(/wp-content/uploads/2022/12/brands-arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.brands__slider .slick-prev {
    left: 15px;
}

.brands__slider .slick-next {
    left: unset;
    right: 15px;
    /* 	transform: translate(100%, -50%); */
}

.brands__slider .slick-prev::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.brands__photo-block {
    display: block;
    width: 100%;
    background-color: #EFF2F4;
}

.brands__photo {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.brands__photo img {
    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;

    object-fit: cover;
    object-position: center;

    border-radius: 4px;

    transition: .5s;
}

.brands__row {
    margin-bottom: 16px;
}

.brands__label {
    background: rgba(245, 248, 250, 0.88);
    border: 0.798519px solid #FFFFFF;
    backdrop-filter: blur(1.59704px);
    border-radius: 3.19407px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;

    text-align: center;

    font-size: 28px;
    line-height: 16px;

    padding: 16px 25px;
    height: 88px;
}

.brands__label span {
    font-weight: 700;
    margin: 0 3px;
}

.brands__products {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -8px;
    height: 100%;

    margin-left: -4px;
    margin-right: -4px;
}

.brands__products li {
    width: 50%;
    height: calc(50% - 4px);
    padding: 0 4px;
    margin-bottom: 8px;
}

.brands__product {
    position: relative;
    background: #F5F8FA;
    height: 0;
    width: 100%;
    padding-top: 100%;
    border-radius: 2px;
}

.brands__product img {
    position: absolute;
    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    max-width: calc(100% - 44px);
}

.content .brands-design {
    padding: 56px 0 60px;
    position: relative;
}

.brands-design::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(50% - 50px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-color: #F5F8FA;
}

.brands-design__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 88px;
    color: #33475B;
}

.brands-design__block {
    display: block;
    max-width: 1000px;
    width: 100%;
    height: 760px;
    /* 	height: 60vh; */
    /* 	max-height: 800px; */
    background: #F5F8FA;
    mix-blend-mode: normal;

    margin: 0 auto;

    position: relative;

    /* 	padding-top: 66.7%; */
    transform-style: preserve-3d;
}

.brands-design__block::before {
    content: '';
    display: block;
    width: calc(100% + 16px);
    height: calc(100% + 16px);

    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;

    position: absolute;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translatez(-1px);
}

.brands-design__wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    overflow: hidden;
}

.content .brands-features {
    padding: 60px 0 30px;
}

.brands-features__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    color: #33475B;
    margin-bottom: 104px;
}

.brands-features__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}

.brands-features__list li {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.brands-features__item {
    padding: 16px 16px 24px;
    background: #fff;
    border-radius: 4px;

    transition: .3s;
    cursor: pointer;

    height: 100%;
}

.brands-features__list li:hover .brands-features__item {
    background: linear-gradient(0deg, rgba(51, 71, 91, 0.08), rgba(51, 71, 91, 0.08)), #F5F8FA;
}

.brands-features__list li:hover .brands-features__text {
    opacity: 1;
}

.brands-features__top {
    display: flex;
    align-items: center;

    margin-bottom: 24px;
}

.brands-features__number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    margin-right: 12px;
    background: #33475B;
    border-radius: 2px;

    flex-shrink: 0;

    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.brands-features__text {
    width: 100%;
    flex-shrink: 1;

    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    opacity: 0.4;
    transition: .3s;
}

.brands-features__label {
    font-weight: 700;
    font-size: 20px;
    line-height: calc(28 / 20);
    margin-bottom: 16px;
}

.brands-features__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

.page-template-template-brands .content {
    overflow: hidden;
}

.brands-design__stage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    opacity: 0;

    transition: 2.5s;
}

.brands-design__stage.active {
    opacity: 1;
}

.brands-design__stage img,
.brands-design__stage svg {
    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;

    object-fit: cover;
    object-position: center;

    transition: stroke 1s ease-in-out;
}

.brands-design__stage svg path {
    transition: stroke 1s ease-in-out;
}

.brands__button {
    display: none;
}

.dash-animation path {
    stroke-dasharray: 13572;
    stroke-dashoffset: 13572;
    animation: dash 18s linear alternate;
}

.fill-animation path {
    stroke: #FF6348;
}

.brands-design__stage[data-stage="1"] {
    z-index: 1;
}

.brands-design__stage[data-stage="2"] {
    z-index: 2;
}

.brands-design__stage[data-stage="3"] {
    z-index: 3;
}

.brands-design__stage[data-stage="4"] {
    z-index: 4;
}

.our__services_home .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.our__services_home .row > li {
    padding: 0 7.5px;
}

#our__services.our__services_home .services__list li .block__image {
    height: 0;
    padding-top: 77.84%;
    position: relative;
}

#our__services.our__services_home .services__list li .block__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;

    object-fit: cover;
    object-position: center;
}

#our__services.our__services_home .services__list li .block__image::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: 2;
    background: linear-gradient(0deg, rgba(251, 252, 253, 0.32), rgba(251, 252, 253, 0.32));
}

#our__services.our__services_home .services__list li .item__block:hover .block__image::after {
    opacity: 0;
}

#our__services.our__services_home .services__list li .item__block .block__info {
    padding: 21px;
    background: #FBFCFD;
}

#our__services.our__services_home .services__list li .item__block .block__info .info__title {
    font-size: 20px;
}

#our__services.our__services_home .services__list li .item__block .block__info .info__text {
    min-height: 96px;
    margin-bottom: 12px;
}

#our__services.our__services_home .services__list li .item__block .block__info .info__link:after {
    right: 25px;
}

#our__services.our__services_home .services__list li .item__block:hover .block__info .info__link:after {
    width: 115px;
}

#our__services.our__services_home .services__list li .item__block:hover {
    box-shadow: 64px 24px 88px -40px rgba(51, 71, 91, 0.2);
    -webkit-box-shadow: 64px 24px 88px -40px rgba(51, 71, 91, 0.2);
}

#our__services.our__services_home .services__list li .item__block:hover .block__info {
    background: #fff;
}

@keyframes dash {
    from {
        stroke-dashoffset: 13572;
    }
    to {
        stroke-dashoffset: 0;
    }
}

/* end new custom style */

@media screen and (max-width: 1649px) {
    #type1.type1 .section__bg {
        width: 41.4%;
    }

    .home__main-photo {
        width: 237px;
        margin-bottom: 8px;
    }

    #infinity-testimonials {
        padding-bottom: 50px !important;
    }

    .infinity-testimonials__slide {
        max-width: 530px;
    }

    .infinity-testimonials__bottom {
        padding: 7px 27px;
    }


    .infinity-testimonials__play {
        width: 96px;
        height: 46px;
        font-size: 15px;
    }


    .infinity-testimonials__type {
        height: 38px;
        padding: 0 9px;

        font-size: 15px;

        top: 14px;
        left: 14px;
    }

    .infinity-testimonials__label {
        font-size: 18px;
    }

    .welcome__title {
        font-size: 32px;
        margin-bottom: 36px
    }

    .testimonials__title {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .welcome__label {
        margin-bottom: 36px
    }

    .welcome__menu {
        padding-top: 37px;
        padding-bottom: 37px
    }

    .welcome__menu > li:not(:last-of-type) {
        margin-bottom: 12px
    }

    .new-description {
        font-size: 15px
    }

    .new-section_top {
        padding-top: 50px
    }

    .new-section {
        padding: 90px 0
    }

    .new-description p:not(:last-of-type) {
        margin-bottom: 12px
    }

    .new-description ul li:not(:last-of-type) {
        margin-bottom: 12px
    }

    .new-description ul {
        margin-bottom: 15px
    }

    .new-row-label {
        font-size: 22px;
        line-height: 1.25;
        margin-bottom: 24px
    }

    #infinity-testimonials.infinity-testimonials_pb {
        padding-bottom: 80px !important;
    }

    #infinity-testimonials .section__title {
        text-align: center;
        font-size: 26px;
    }

    #infinity-testimonials .section__text {
        margin: 0 auto 45px;
    }

    .content section {
        padding: 85px 0;
    }

    #page__main {
        padding: 72px 0 74px;
        min-height: auto;
    }

    .content .trust-section {
        padding: 73px 0 74px;
    }

    .content .how-it-section {
        padding-bottom: 39px;
    }

    .content .how-it-section,
    .content .why-us-section,
    .content .trust-content-section {
        padding-top: 80px;
    }

    .content .design-types-section {
        padding: 50px 0 70px;
    }

    .content .type1-section {
        margin: 40px 0;
    }

    .tabs__header-block {
        margin-bottom: 38px;
    }

    .tabs__item {
        padding: 39px;
    }

    .tabs__icon {
        width: 150px;
        height: 150px;

        margin-bottom: 38px;
    }

    .tabs__title {
        font-size: 25px;
        margin-bottom: 21px;
    }

    .tabs__text {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .content__price {
        font-size: 18px;
    }

    .tabs__item .content__saving {
        font-size: 18px;
    }

    .tabs__item .content__saving .button__icon {
        margin-left: 6px;
        width: 27px;
        height: 27px;
    }

    .tabs__header-button {
        font-size: 22px;
        height: 50px;
    }

    .design-types-section .subtext {
        margin-bottom: 58px;
    }

    .why-us-section .subtext {
        margin-bottom: 83px !important;
    }

    .why__icon {
        width: 98px;
        height: 98px;
        margin-bottom: 22px;
    }

    .how-it-section .subtext {
        margin-bottom: 72px;
    }

    .content .brands-main {
        padding: 69px 0 50px;
    }

    .brands-main__title {
        font-size: 50px;
        margin-bottom: 28px;
    }

    .brands-main__subtitle {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .brands-main__right {
        max-width: 594px;
    }

    .brands-main__block {
        margin-right: -45px;
    }

    .brands-main__button {
        max-width: 235px;
        margin-right: 20px;
    }

    .brands-main__link {
        font-size: 17px;
    }

    .brands-main__photo {
        box-shadow: 13px 17px 17px -17px rgb(0 0 0 / 8%), 24px 32px 32px -16px rgb(0 0 0 / 24%);
    }

    .brands__wrapper {
        padding: 100px 0 50px;
    }

    .brands__title {
        font-size: 41px;
        margin-bottom: 70px;
    }

    .brands__header {
        margin-bottom: 28px;
    }

    .brands__top-button {
        height: 70px;
    }

    .brands__top-button svg {
        display: block;
        height: 19px;
    }

    .brands__row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .brands__row .col-md-6 {
        padding: 0 10px;
    }

    .brands__slider .slick-arrow {
        width: 54px;
        height: 54px;
        top: calc(50% - 63px);
    }

    .brands__slider .slick-arrow::before {
        width: 8px;
    }

    .brands__content,
    .brands__header {
        padding: 0 27px;
    }

    .brands__slider .slick-prev {
        left: 0;
    }

    .brands__slider .slick-next {
        right: 0;
    }

    .brands__label {
        font-size: 23px;
        padding: 16px 25px;
        height: 75px;
    }

    .brands__slider .slick-dots button {
        width: 13px;
        height: 13px;
        border: none;
    }

    .brands__wrapper::before {
        width: calc(100% + 210px);
    }

    .brands::before {
        height: 625px;
    }

    .brands__slider .slick-dots li {
        width: 13px;
        height: 13px;
        position: relative;
        margin: 0 4px;
    }

    .brands__slider .slick-dots li button {
        margin: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .brands-design__title {
        font-size: 36px;
        margin-bottom: 72px;
    }

    .brands-design__block {
        /* 		padding-top: 66.7%; */
    }

    .brands-features__title {
        font-size: 42px;
        margin-bottom: 78px;
    }

    .brands-features__list {
        margin-right: -9px;
        margin-left: -9px;
    }

    .brands-features__list li {
        padding: 0 9px;
    }

    .brands-features__top {
        margin-bottom: 21px;
    }

    .brands-features__label {
        margin-bottom: 19px;
    }

    .brands-features__description {
        font-size: 15px;
    }

    .brands__wrapper::after {
        max-width: 1056px;
    }

    #our__services.our__services_home .services__list li .item__block .block__info .info__title {
        font-size: 18px;
    }

    #our__services.our__services_home .services__list li .item__block .block__info {
        padding: 20px 17px;
    }

    #our__services.our__services_home .services__list li .item__block .block__info .info__link:after {
        right: 0;
        width: 95px;
    }

    #our__services.our__services_home .services__list li .item__block:hover .block__info .info__link:after {
        width: 95px;
    }

    #our__services.our__services_home .services__list li .item__block .block__info .info__text {
        min-height: 92px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1530px) {
    #type1.type1 .section__bg {
        width: 41%;
    }
}

@media screen and (max-width: 1400px) {
    #page__main {
        padding: 69px 0 71px;
        min-height: auto;
    }

    .content .trust-section {
        padding: 69px 0 71px;
    }

    .content .how-it-section {
        padding-bottom: 37px;
    }

    .content .how-it-section,
    .content .why-us-section,
    .content .trust-content-section {
        padding-top: 75px;
    }

    .content .design-types-section {
        padding: 50px 0 68px;
    }

    .content .type1-section {
        margin: 37px 0;
    }

    .tabs__header-block {
        margin-bottom: 36px;
    }

    .tabs__item {
        padding: 37px;
    }

    .tabs__icon {
        width: 145px;
        height: 145px;

        margin-bottom: 36px;
    }

    .tabs__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .tabs__text {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .content__price {
        font-size: 17px;
    }

    .tabs__item .content__saving {
        font-size: 17px;
    }

    .tabs__item .content__saving .button__icon {
        margin-left: 5px;
        width: 25px;
        height: 25px;
    }

    .tabs__header-button {
        font-size: 21px;
        height: 46px;
    }

    .design-types-section .subtext {
        margin-bottom: 55px;
    }

    .why-us-section .subtext {
        margin-bottom: 81px !important;
    }

    .why__icon {
        width: 96px;
        height: 96px;
        margin-bottom: 20px;
    }

    #page__main .section__title {
        font-size: 23px;
    }

    .how-it-section .subtext {
        margin-bottom: 60px;
    }

    .content .brands-main {
        padding: 65px 0 48px;
    }

    .brands-main__title {
        font-size: 45px;
        margin-bottom: 25px;
    }

    .brands-main__subtitle {
        font-size: 22px;
        margin-bottom: 35px;
    }

    .brands-main__right {
        max-width: 540px;
    }

    .brands-main__left {
        max-width: 500px;
    }

    .brands-main__block {
        margin-right: 0;
    }

    .brands-main__button {
        max-width: 230px;
        margin-right: 24px;
    }

    .brands-main__link {
        font-size: 18px;
    }

    .brands__wrapper {
        padding: 90px 0 50px;
    }

    .brands__title {
        font-size: 40px;
        margin-bottom: 62px;
    }

    .brands__header {
        margin-bottom: 26px;
    }

    .brands__top-button {
        height: 66px;
    }

    .brands__top-button svg {
        display: block;
        height: 19px;
    }

    .brands__slider .slick-arrow {
        width: 52px;
        height: 52px;
        top: calc(50% - 62px);
    }

    .brands__label {
        font-size: 22px;
        height: 72px;
    }

    .brands::before {
        height: 624px;
    }

    .brands-design__title {
        font-size: 32px;
        margin-bottom: 60px;
    }

    /* 	.brands-design__block {
		padding-top: 60%;
	}
	 */
    .brands-features__title {
        font-size: 40px;
        margin-bottom: 72px;
    }

    .brands-features__top {
        margin-bottom: 20px;
    }

    .brands-features__label {
        margin-bottom: 18px;
    }

    .brands__wrapper::after {
        max-width: 1055px;
    }

    .content .brands-design {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .home__main-photo {
        width: 179px;
        margin-bottom: 4px;
    }

    #offices .offices__list .list__item .block__header .office__title {
        font-size: 16px;
    }

    #offices .offices__list .list__item .block__header .office__subtitle {
        font-size: 14px;
    }

    #infinity-testimonials {
        padding-bottom: 45px !important;
    }

    .infinity-testimonials__slide {
        max-width: 440px;
    }

    .infinity-testimonials__bottom {
        padding: 6px 24px;
    }


    .infinity-testimonials__play {
        width: 92px;
        height: 43px;
        font-size: 14px;
    }


    .infinity-testimonials__type {
        height: 36px;
        padding: 0 8px;

        font-size: 14px;

        top: 12px;
        left: 12px;
    }

    .infinity-testimonials__label {
        font-size: 16px;
    }

    #infinity-testimonials.infinity-testimonials_pb {
        padding-bottom: 70px !important;
    }

    #infinity-testimonials .section__title {
        text-align: center;
        font-size: 22px;

        margin-bottom: 20px;
        margin-top: 15px;
    }

    #infinity-testimonials .section__text {
        margin: 0 auto 42px;
    }

    .welcome__photo img {
        height: 590px;
        object-fit: cover
    }

    .new-title {
        font-size: 25px
    }

    .packet-col {
        width: 50%;
        margin-bottom: 30px
    }

    .new-row-label {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .new-section {
        padding: 70px 0
    }

    .testimonials__title {
        font-size: 28px;
        margin-bottom: 46px;
    }

    .content section {
        padding: 80px 0;
    }

    #page__main {
        max-height: 100% !important;
    }

    .tabs__header-button {
        font-size: 18px;
        height: 45px;
    }

    .tabs__header {
        margin-left: -13px;
        margin-right: -13px;

        width: calc(100% + 26px) !important;
    }

    .tabs__header li {
        padding: 0 13px;
    }

    .tabs__icon {
        width: 130px;
        height: 130px;
        margin-bottom: 28px;
    }

    .tabs__title {
        font-size: 22px;
        margin-bottom: 19px;
    }

    .tabs__text {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .content__price,
    .tabs__item .content__saving {
        font-size: 16px;
    }

    .tabs__item {
        padding: 34px;
    }

    .tabs__wrap .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .tabs__wrap .row .col-md-6 {
        padding: 0 10px;
    }

    .content .how-it-section, .content .why-us-section, .content .trust-content-section {
        padding-top: 70px;
    }

    .why-us-section .subtext {
        margin-bottom: 76px !important;
    }

    .why__item {
        padding: 35px 46px;
    }

    .why__icon {
        width: 92px;
        height: 92px;
        margin-bottom: 18px;
    }

    .why__title {
        font-size: 20px;
    }

    .content .brands-main {
        padding: 60px 0 44px;
        overflow-x: hidden;
    }

    .brands-main__title {
        font-size: 38px;
        margin-bottom: 23px;
    }

    .brands-main__subtitle {
        font-size: 20px;
        margin-bottom: 29px;
    }

    .brands-main__right {
        max-width: 500px;
    }

    .brands-main__left {
        max-width: 450px;
    }

    .brands-main__block {
        margin-right: -40px;
    }

    .brands-main__button {
        max-width: 220px;
        margin-right: 22px;
    }

    .brands-main__link {
        font-size: 17px;
    }

    .brands__wrapper {
        padding: 70px 0 40px;
    }

    .content .brands-design {
        padding-top: 40px;
    }

    .content .brands {
        padding: 50px 0 40px;
    }

    .brands__title {
        font-size: 32px;
        margin-bottom: 48px;
    }

    .brands__header {
        margin-bottom: 23px;
    }

    .brands__top-button {
        height: 62px;
    }

    .brands__top-button svg {
        display: block;
        height: 18px;
    }

    .brands__slider .slick-arrow {
        width: 50px;
        height: 50px;
        top: calc(50% - 61px);
    }

    .brands__label {
        font-size: 18px;
        height: 65px;
    }

    .brands::before {
        height: 621px;
    }

    .brands-design__title {
        font-size: 28px;
        margin-bottom: 42px;
    }

    /* 	.brands-design__block {
		padding-top: 60%;
	} */
    .brands-features__title {
        font-size: 32px;
        margin-bottom: 54px;
    }

    .brands-features__top {
        margin-bottom: 19px;
    }

    .brands-features__label {
        margin-bottom: 17px;
    }

    .brands__wrapper::after {
        max-width: 1052px;
    }

    .content .brands-design {
        padding-bottom: 45px;
    }

    .content .brands-features {
        padding-top: 42px;
    }

    .brands-features__label {
        font-size: 18px;
    }

    .brands-features__description {
        font-size: 14px;
    }

    .brands-features__list li {
        width: 50%;
    }

    .our__services_home .row {
        margin-bottom: -40px;
    }

    .our__services_home .row > li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .new-subtitle_mb {
        margin-bottom: 81px
    }

    #infinity-testimonials {
        padding-bottom: 43px !important;
    }

    .infinity-testimonials__slide {
        max-width: 420px;
    }

    .infinity-testimonials__bottom {
        padding: 5px 21px;
    }


    .infinity-testimonials__play {
        width: 89px;
        height: 42px;
        font-size: 13px;
    }


    .infinity-testimonials__type {
        height: 34px;
        padding: 0 8px;

        font-size: 13px;

        top: 10px;
        left: 10px;
    }

    .infinity-testimonials__label {
        font-size: 15px;
    }

    #type1.type1 .section__bg {
        width: 100%
    }

    #type1.type1 .section__bg img {
        height: 333px
    }

    .new-subtitle::before {
        height: 2px
    }

    .testimonials__title {
        font-size: 27px;
        margin-bottom: 44px;
    }

    .new-col {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .new-item,
    .new-item:nth-of-type(2n) {
        flex-direction: column-reverse
    }

    .new-item_reverse {
        flex-direction: column
    }

    .new-col iframe {
        display: none
    }

    .new-photo img {
        width: 100%;
        max-height: 500px;
        object-fit: cover;
        margin-top: 30px
    }

    .new-item:not(:last-of-type) {
        margin-bottom: 40px
    }

    .welcome__block > div {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .welcome__menu {
        margin-bottom: 40px
    }

    .welcome__photo {
        margin-right: 0
    }

    .welcome__photo img {
        height: 350px
    }

    .new-section {
        padding: 50px 0
    }

    #post__content .section__content .content__block ol li, #service__content .section__content .content__block ol li,
    #post__content .section__content .content__block ul li, #service__content .section__content .content__block ul li,
    #post__content .section__content .content__block p, #service__content .section__content .content__block p {
        font-size: 14px !important;
    }

    .content section {
        padding: 76px 0;
    }

    #page__main {
        padding: 60px 0;
    }

    .content .trust-section {
        padding: 62px 0 71px;
    }

    .content .how-it-section, .content .why-us-section, .content .trust-content-section {
        padding-top: 67px;
    }

    .content .type1-section {
        margin: 15px 0;
    }

    .tabs__header-button {
        font-size: 15px;
        height: 41px;
    }

    .design-types-section .subtext {
        margin-bottom: 52px;
    }

    .tabs__item {
        padding: 22px 17px 19px;
    }

    .tabs__icon {
        width: 81px;
        height: 81px;
        margin-bottom: 14px;
    }

    .tabs__title {
        font-size: 19px;
        margin-bottom: 17px;
    }

    .tabs__text {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .content__price, .tabs__item .content__saving {
        font-size: 14px;
    }

    .why-us-section .subtext {
        margin-bottom: 61px !important;
    }

    .why__item {
        padding: 25px 20px;
    }

    .why__icon {
        width: 76px;
        height: 76px;
        margin-bottom: 16px;
    }

    .why__title {
        font-size: 18px;
    }

    .why__text {
        font-size: 13px;
    }

    .why__list li:nth-of-type(2n+1) .why__item {
        box-shadow: 15px 15px 15px -5px rgb(0 0 0 / 5%);
    }

    .logotypes__list.owl-carousel .owl-stage-outer {
        margin-left: -15px;
        margin-right: -15px;
    }

    .brands-main__block {
        margin-right: -139px;
    }

    .brands-main__left {
        max-width: 378px;
    }

    .brands-main__title {
        font-size: 34px;
        margin-bottom: 21px;
    }

    .brands-main__subtitle {
        font-size: 17px;
        margin-bottom: 26px;
    }

    .brands-main__button {
        max-width: 197px;
        margin-right: 17px;
        font-size: 14px !important;
    }

    .brands-main__link {
        font-size: 15px;
    }

    .brands__wrapper {
        padding: 60px 0 30px;
    }

    .brands__title {
        font-size: 29px;
        margin-bottom: 44px;
    }

    .brands__row .col-md-6 {
        padding: 0 6px;
    }

    .brands__row {
        margin-left: -6px;
        margin-right: -6px;
        margin-bottom: 12px;
    }

    .brands__label {
        font-size: 16px;
        height: 63px;
    }

    .brands__top-button {
        height: 56px;
    }

    .brands__top-button svg {
        height: 17px;
    }

    .brands__header {
        margin-bottom: 18px;
    }

    .brands::before {
        height: 410px;
    }

    .brands-features__title {
        font-size: 28px;
        margin-bottom: 46px;
    }
}

@media screen and (max-width: 767px) {
    .packet-col {
        width: 100%
    }

    .videoask-embed__button--SgLKO {
        display: none !important;
    }

    .postid-116 #page__main .section__left img {
        object-position: top;
    }

    #home__main .section__right img {
        height: 250px;
        object-position: top;
    }

    #offices .offices__list .list__item .block__header .office__title {
        font-size: 17px;
    }

    #offices .offices__list .list__item .block__header .office__subtitle {
        font-size: 14px;
    }

    #home__main {
        padding-bottom: 0 !important;
    }

    #service__content .section__content .content__block h4,
    #post__content .section__content .content__block h4 {
        font-size: 21px;
    }

    #infinity-testimonials {
        margin-top: -180px !important;
        padding-bottom: 41px !important;
    }

    .infinity-testimonials__slide {
        max-width: 360px;
    }

    .infinity-testimonials__bottom {
        padding: 5px 20px;
    }


    .infinity-testimonials__play {
        width: 61.45px;
        height: 29.59px;
        border: 0.65px solid #fff;
        backdrop-filter: blur(1.23288px);
        border-radius: 2.46575px;
        font-size: 10px;
        line-height: 12px;
    }

    #infinity-testimonials.infinity-testimonials_pb {
        padding-bottom: 60px !important;
    }

    #infinity-testimonials .section__title {
        text-align: center;
        font-size: 18px;

        margin-bottom: 20px;
        margin-top: 20px;
    }

    #infinity-testimonials .section__text {
        margin: 0 auto 40px;
    }


    .infinity-testimonials__type {
        height: 24px;
        border-radius: 2.5px;
        left: 10px;
        top: 10px;
        padding: 0 6.15px;
        font-size: 10.5px;
        line-height: 12px;
    }

    .infinity-testimonials__label {
        font-size: 13px;
        line-height: 10px;
    }


    #video__testimonials {
        padding-top: 0 !important;
    }

    .testimonials__bottom {
        padding: 5px 14px;
    }

    .testimonials__title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .popup-col_2 {
        display: none
    }

    .popup-col_1 {
        max-width: 100%;
        padding: 20px 20px 0
    }

    .popup-promo {
        max-width: 350px;
        width: calc(100% - 20px)
    }

    .popup-decor {
        display: none
    }

    .icon-time {
        width: 44px;
        height: 59px
    }

    .popup-top i {
        display: none;
        margin-right: 8px
    }

    .popup-top h4 {
        text-align: center
    }

    .popup-details {
        text-align: center
    }

    .popup-details span::after {
        width: 50px;
        height: 2px;
        position: absolute;
        right: unset;
        bottom: -9px;
        left: 50%;
        transform: translatex(-50%)
    }

    .popup-col {
        margin-bottom: 13px
    }

    .popup-input {
        font-size: 14px;
        height: 43px
    }

    .popup-btn {
        height: 43px
    }

    .popup-top h4::after {
        left: 50%;
        width: 50px;
        transform: translatex(-50%)
    }

    .popup-col {
        width: 100%
    }

    .popup-details-list li i {
        display: none
    }

    .popup-details-list li p {
        padding-left: 0;
        width: 100%
    }

    .popup-details-list li:not(:last-of-type) {
        margin-bottom: 12px
    }

    .popup-details-list li p br {
        display: none
    }

    .popup-top {
        justify-content: center;
        margin-bottom: 30px
    }

    .popup-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 17px
    }

    .popup-list {
        margin-left: -20px;
        padding: 20px 15px;
        margin-right: -20px;
        width: calc(100% + 40px)
    }

    .popup-subtitle {
        font-size: 18px;
        text-align: center;
        margin-bottom: 17px
    }

    .welcome__menu {
        max-width: 480px;
        padding: 25px 20px;
        margin-bottom: 25px
    }

    .welcome__title {
        font-size: 28px
    }

    .new-row-label + .info__lists .our {
        padding: 10px 15px;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px)
    }

    .new-row-label + .info__lists .our .item__icon {
        width: 15px;
        height: 15px;
        margin-right: 5px
    }

    .new-row-label + .info__lists .our .item__text {
        font-size: 14px
    }

    .content section {
        padding: 64px 0;
    }

    .content #page__main .section__action {
        margin-bottom: 50px !important;
    }

    .content .trust-section {
        padding: 60px 0 67px;
    }

    .content .title {
        font-size: 26px !important;
    }

    #trust .wac .logotypes__list li .item__logo img {
        height: 56px !important;
    }

    .how-it-works__description {
        font-size: 15px !important;
    }

    .content .how-it-section, .content .why-us-section, .content .trust-content-section {
        padding-top: 65px;
    }

    .content .type1-section {
        margin: 0;
    }

    .text {
        font-size: 15px;
    }

    .tabs__header-block {
        display: none;
    }

    .subtext {
        font-size: 15px !important;
        line-height: 1.4 !important;
    }

    .design-types-section .subtext.subtext--lined:after {
        margin-top: 15px;
    }

    .design-types-section .subtext {
        margin-bottom: 42px;
    }

    .tabs__wrap .row {
        flex-direction: column-reverse;
    }

    .tabs__item {
        border-radius: 0 0 4px 4px;
        padding: 47px 21px 30px;
        position: relative;
    }

    .tabs__icon {
        width: 80px;
        height: 80px;
        background: #F5F8FA;
        border-radius: 2px;
        padding: 8px !important;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 2;
        transform: translate(-50%, -50%);
    }

    .tabs__icon img {
        width: calc(100% - 16px) !important;
        height: calc(100% - 16px) !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .tabs__photo {
        padding-top: 0;
        height: 273px;
    }

    .tabs__title {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 12px;
    }

    .tabs__text {
        font-size: 13px;
        line-height: 150%;
        margin-bottom: 16px;
    }

    .content__price, .tabs__item .content__saving {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .tabs__text {
        max-width: 299px;
    }

    .tabs__wrap .owl-dots, .tabs__wrap .owl-nav {
        display: block;
    }

    .tabs__wrap.owl-carousel .owl-nav .owl-prev::before,
    .tabs__wrap.owl-carousel .owl-nav .owl-next::before {
        content: '';
        display: block;
        width: 8px;
        height: 14px;
        background: url('/wp-content/uploads/2022/12/arrow-slider.svg') no-repeat center;
        background-size: contain;

        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .tabs__wrap.owl-carousel .owl-nav .owl-next::before {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    .why__list {
        margin-left: -15px;
        margin-right: -15px;

        width: calc(100% + 30px) !important;
    }

    .why__list li {
        padding: 0 15px;
    }

    .tabs__wrap.owl-carousel .owl-nav .owl-prev,
    .tabs__wrap.owl-carousel .owl-nav .owl-next {
        display: block;
        width: 36px;
        height: 36px;

        position: absolute;
        background: #33475B;
        border-radius: 2px;
        top: 254px;
    }

    .tabs__wrap.owl-carousel .owl-nav .owl-prev {
        left: -8px;
    }

    .tabs__wrap.owl-carousel .owl-nav .owl-next {
        right: -8px;
    }

    .tabs__wrap.owl-carousel .owl-nav .owl-prev i,
    .tabs__wrap.owl-carousel .owl-nav .owl-next i {
        display: none;
    }

    .tabs__item .content__saving .button__icon {
        width: 16px;
        height: 16px;
        margin-left: 8px;
    }

    .content .design-types-section {
        padding-bottom: 70px;
    }

    .content .how-it-section, .content .why-us-section, .content .trust-content-section {
        padding-top: 60px;
    }

    .why-us-section .subtext {
        margin-bottom: 30px !important;
    }

    .why__row {
        flex-direction: column-reverse;
    }

    .why__photo {
        width: 100vw;
        margin-left: -15px;
        margin-bottom: 24px;

        position: relative;
        top: 0;
    }

    .why__decor {
        position: relative;
        top: 0;
    }

    .why__list button.owl-dot,
    .tabs__wrap button.owl-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0 4px;
        background: #33475B !important;
        transition: .2s;
    }

    .why__list button.owl-dot.active,
    .tabs__wrap button.owl-dot.active {
        background: #FF6348 !important;
    }

    .why__list .owl-dots,
    .tabs__wrap .owl-dots {
        display: flex;
        justify-content: center;

        position: absolute;
        bottom: -25px;

        width: 100%;
    }

    .why__item {
        padding: 12px 16px 32px;
    }

    .why__icon {
        width: 104px;
        height: 104px;
        margin-bottom: 25px;
    }

    .why__title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #faq .section__content .faq__list li .item__answer,
    .list li {
        font-size: 14px;
    }

    .content .why-us-section {
        padding-bottom: 65px;
    }

    .content .brands-main {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .brands-main__block {
        margin-right: 0;
        flex-direction: column;
        align-items: center;
    }

    .brands-main__left,
    .brands-main__right {
        width: 100%;
        max-width: 100%;
    }

    .brands-main__left {
        display: flex;
        flex-direction: column;
        align-items: center;

        margin-bottom: 41px;
        margin-right: 0;
    }

    .brands-main__title {
        font-size: 24px;
        line-height: 30px;

        text-align: center;

        margin-bottom: 13px;

        max-width: 290px;
    }

    .brands-main__subtitle {
        text-align: center;
        font-size: 12px;
        line-height: 15px;

        max-width: 290px;
    }

    .brands-main__button {
        display: none !important;
    }

    .brands-main__actions {

    }

    .brands-main__link {
        font-size: 14px;
    }

    .brands-main__photo {
        padding-top: 0;
        height: 260px;
    }

    .brands-main__photo {
        box-shadow: none;
    }

    .brands-main__photo::before {
        display: none;
    }

    .brands__wrapper::before {
        display: none;
    }

    .brands__wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    .content .brands {
        padding: 45px 0 20px;
    }

    .brands__title {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .brands__top-button svg {
        height: 18px;
    }

    .brands__top .current.active .brands__top-button, .brands__top-button:hover {
        background: transparent;
        box-shadow: none;
    }

    .brands__top .current.active .brands__top-button svg, .brands__top-button:hover svg {
        fill: #000;
    }

    .brands__button {
        position: absolute;
        left: 5px;
        top: 5px;

        display: flex;
        align-items: center;
        height: 35px;

        color: #33475B;

        background: #F5F8FA;
        border: 1px solid #FFFFFF;
        backdrop-filter: blur(2px);

        border-radius: 4px;

        font-weight: 700;
        font-size: 12px;
        line-height: 15px;

        z-index: 3;
    }

    .brands__row:not(.brands__row_active) .brands__button_hide {
        display: none;
    }

    .brands__row.brands__row_active .brands__button_hide {
        display: flex;
    }

    .brands__row.brands__row_active .brands__button_show {
        display: none;
    }

    /* 	.brands__row.brands__row_active + .brands__label, */
    .brands__row.brands__row_active .brands__photo img {
        opacity: 0;
    }

    /* 	.brands__row.brands__row_active .brands__photo::before {
		content: '';
		display: block;
		width: 100%;
		height: 45px;
		background: #ecf1f4;
		border-radius: 4px;
		position: absolute;
		left: 0;
		top: 0;
	} */
    .brands__photo-block {
        transition: .3s;
        background: #eff2f4;
    }

    .brands__row.brands__row_active .brands__photo-block {
        background: transparent;
    }

    .brands__row.brands__row_active .col-md-6:nth-of-type(2) {
        opacity: 1;
    }

    .brands__row {
        position: relative;
    }

    .brands__row .col-md-6:nth-of-type(2) {
        position: absolute;
        left: 0;
        top: 0;
        padding: 47px 30px 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgba(245, 248, 250, 0.88);

        transition: .3s;
    }

    .brands__row {
        margin: 0;
    }

    .brands__products {
        /* 		padding: 0 5px; */
    }

    .brands__slider .slick-arrow {
        width: 32px;
        height: 32px;
    }

    .brands__slider .slick-arrow::before {
        width: 5px;
    }

    .brands__content, .brands__header {
        padding: 0 11px;
    }

    .brands__header {
        padding: 0;
    }

    .brands {
        padding-bottom: 0;
    }

    .brands::before {
        height: calc(50% + 17px);
    }

    .brands__slider .slick-dots {
        bottom: 13px;
    }

    .brands__row {
        margin-bottom: 8px;
    }

    .brands__label {
        padding: 5px 15px;
        height: 40px;
        font-size: 14px;

        transition: .5s;
    }

    /* 	.brands__slider .slick-dots {
		bottom: 105px;
	} */
    .brands__wrapper::after {
        display: none;
    }

    .brands__slider .slick-arrow {
        top: calc(50% - 42px);
    }

    .content .brands-design {
        padding: 32px 0;
    }

    .brands-design::before {
        height: 100%;
        z-index: -1;
    }

    .brands-design__title {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .brands-design__block::before {
        display: none;
    }

    .brands-design__block {
        padding-top: 0;
        height: 360px;
    }

    .brands-design__stage img {
        object-fit: cover;
    }

    .content .brands-features {
        padding: 40px 0 25px;
        background-color: transparent;
    }

    .content .brands-features + #video__testimonials {
        padding-top: 38px !important;
    }

    .brands-features__title {
        text-align: left;
        font-size: 20px;
        margin-bottom: 40px;
    }

    .brands-features__item {
        background-color: #F5F8FA;
    }

    .brands-features__list li {
        width: 100%;
        margin-bottom: 16px;
    }

    .brands-features__text {
        font-size: 12px;
    }

    .brands-features__top {
        margin-bottom: 24px;
    }

    .brands-features__label {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .brands-features__label br {
        display: none;
    }

    .brands-features__description {
        font-size: 13px;
    }

    .brands__top-button {
        height: 18px;
    }

    /* 	.brands__header {
		max-width: 150px;
		margin: 0 0 16px;
	}

	.brands__header .owl-stage-outer {
		overflow-x: unset!important;
	} */
    .brands-features__title br {
        display: none;
    }

    .brands-design__stage svg path {
        stroke-width: 10px !important;
    }
}

@media screen and (max-width: 400px) {
    .infinity-testimonials__slide {
        max-width: 330px;
    }

    .content .title {
        font-size: 25px !important;
    }
}

@media screen and (max-width: 360px) {
    .infinity-testimonials__slide {
        max-width: 310px;
    }
}

#type7.post__BIG {
    padding: 0;
    margin-bottom: 100px;
}

#type7 .list__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #33475B;
    margin-bottom: 30px;
}

#type7 ul {
    background: #F5F8FA;
    padding: 20px 40px;
}

#type7 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#type7 ul li:not(:last-child) {
    margin-bottom: 30px
}

#type7 ul li .item__icon {
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
    margin-right: 15px
}

#type7 ul li .item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

#type7 ul li .item__icon {
    background: url(../images/trust/our-item.svg) no-repeat center;
    background-size: contain
}

#type8 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F5F8FA;
}

#type8 .section__image {
    width: 41.6666666667%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

#type8 .section__image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

#type8 .section__content {
    margin-left: auto
}

#type8 .section__content .content__block:not(:last-of-type) {
    margin-bottom: 50px;
}

#type8 .section__content .content__block .block__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    color: #33475B;
}

#type8 .section__content .content__block .block__title:after {
    content: ' ';
    width: 85px;
    height: 2px;
    background: #ff6348;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
}

#type8 .section__content .content__block .block__text {
    font-size: 16px;
    line-height: 150%;
    color: #33475B;
}

.text a,
#type8 .section__content .content__block .block__text a {
    font-weight: 500;
    color: #33475B;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.text a:hover,
#type8 .section__content .content__block .block__text a:hover {
    color: #ff6348
}

.text p:not(:last-child),
#type8 .section__content .content__block .block__text p:not(:last-child) {
    margin-bottom: 25px
}

.text p b,
.text p strong,
#type8 .section__content .content__block .block__text p b,
#type8 .section__content .content__block .block__text p strong {
    font-weight: 700
}

.text ul li,
#type8 .section__content .content__block .block__text ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px
}

.text ul li b,
.text ul li strong
#type8 .section__content .content__block .block__text ul li b,
#type8 .section__content .content__block .block__text ul li strong {
    display: inline-block;
    font-weight: 700
}

.text ul li:before,
#type8 .section__content .content__block .block__text ul li:before {
    content: ' ';
    min-width: 7px;
    min-height: 7px;
    background: #ff6348;
    border-radius: 100%;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 4px
}

.text ol li,
#type8 .section__content .content__block .block__text ol li {
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    counter-increment: item;
    margin-bottom: 25px
}

.text ol li:before,
#type8 .section__content .content__block .block__text ol li:before {
    content: counter(item);
    margin-right: 15px;
    font-weight: 700
}

.text ol li b,
.text ol li strong
#type8 .section__content .content__block .block__text ol li b,
#type8 .section__content .content__block .block__text ol li strong {
    display: inline-block;
    font-weight: 700
}


#type9,
#type10 {
    padding: 50px 0;
}

#type9 .title__side,
#type10 .title__side {
    margin-bottom: 30px;
}

.bg__text {
    padding: 25px 20px;
    background: #F5F8FA;
    font-size: 16px;
    line-height: 150%;
    color: #33475B;
    margin-bottom: 50px;
}

#type9 .content__list {
}

#type9 .content__list li {
    margin-bottom: 30px;
}

#type9 .content__list li:nth-last-child(1),
#type9 .content__list li:nth-last-child(2),
#type9 .content__list li:nth-last-child(3) {
    margin-bottom: 0;
}

#type9 .content__list li .content__block {
    text-align: center;
}

#type9 .content__list li .content__block .block__image {
    margin-bottom: 25px;
}

#type9 .content__list li .content__block .block__title {
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    color: #33475B;
}

#type9 .content__list li .content__block .block__title:after {
    content: '';
    width: 86px;
    height: 4px;
    background: #ff6348;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 15px;
}

#type9 .content__list li .content__block .block__text {
    font-size: 14px;
    line-height: 150%;
    color: #33475B;
}

#type10 .content__list li {
    margin-bottom: 30px;
}

#type10 .content__list li:nth-last-child(1),
#type10 .content__list li:nth-last-child(2) {
    margin-bottom: 0;
}

#type10 .content__list li .content__block .block__image {
    margin-bottom: 25px;
}

#type10 .content__list li .content__block .block__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    color: #33475B;
}

#type10 .content__list li .content__block .block__title:after {
    content: '';
    width: 86px;
    height: 4px;
    background: #ff6348;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

#type10 .content__list li .content__block .block__text {
    font-size: 14px;
    line-height: 150%;
    color: #33475B;
}

.post-template-post-service-big #type1 {
    padding: 0;
    margin-bottom: 50px;
}

.post-template-post-service-big #type1 .container {
    position: relative;
}

.post-template-post-service-big #type1 .section__bg {
    width: calc(41.6666666667% - 15px);
}

.post-template-post-service-big #type1 .section__content {
    padding-top: 15px;
    padding-bottom: 30px;
}

.post-template-post-service-big #trust {
    padding-bottom: 0;
}

te-post-service-big #trust .wac .logotypes__list {
    margin-bottom: 100px;
}

.post-template-post-service-big #type4 {
    padding: 50px 0;
}

.contactUsHSForm {
}

.contactUsHSForm form {
    width: 430px;
}

.contactUsHSForm form .field {
    position: relative;
    margin-bottom: 10px
}

.contactUsHSForm form .field .input__icon {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contactUsHSForm form .field .input__icon i {
    color: #33475b;
    display: block;
    font-size: 16px
}

.hs-input,
.contactUsHSForm form .field input,
.contactUsHSForm form .field textarea,
.contactUsHSForm form .field select {
    font-weight: 500;
    font-size: 18px;
    color: #33475b;
    padding: 15px;
    padding-left: 66px;
    background: #fff;
    border-radius: 0;
    border: 0;
    resize: none;
    width: 100%
}

.contactUsHSForm form .field.textarea .input__icon {
    -webkit-transform: none;
    transform: none;
    top: 15px
}

.contactUsHSForm form .field select {
    color: #7c7d7d;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.contactUsHSForm form .field select:hover,
.contactUsHSForm form .field select:focus {
    outline: none;
}

.contactUsHSForm form .field select::-ms-expand {
    display: none;
}

.contactUsHSForm form .form__submit button {
    width: 100%
}

.fixed__area {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 0;
    z-index: 999;
    transition: transform ease-in-out .5s;
}

.fixed__area.show {
    transform: translateY(0%);
}

.fixed__area button {
    white-space: nowrap;
}

#projects__list {
}

#projects__list.recent {
    padding: 100px 0 70px 0;
}

#projects__list .title__centered {
    font-weight: 700;
    font-size: 36px;
    color: #33475b;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: center;
}

#projects__list .title__centered.mb {
    margin-bottom: 35px
}

#projects__list .title__centered.lined:after {
    content: ' ';
    width: 85px;
    height: 4px;
    background: #ff6348;
    margin-top: 25px;
    margin-bottom: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#projects__list .projects__list li {
    margin-bottom: 40px
}

#projects__list .projects__list li .item__block {
    display: block;
    position: relative
}

#projects__list .projects__list li .item__block .block__image {
    margin-bottom: 15px;
}

#projects__list .projects__list li .item__block .block__image a {
    position: relative;
    display: block;
}

#projects__list .projects__list li .item__block .block__image img {
    border-radius: 3px;
    display: block;
}

#projects__list .projects__list li .item__block .block__image a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(51, 71, 91, .25);
    opacity: 0;
    transition: opacity ease-in-out .25s;
    z-index: 1;
}

#projects__list .projects__list li .item__block .block__image a:hover:before {
    opacity: 1;
}

#projects__list .projects__list li .item__block .block__content {
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    transition: all ease-in-out .25s;
}

#projects__list .projects__list li .item__block .block__content .content__title {
    color: #33475B;
    font-weight: 600;
    font-size: 24px;
}

#projects__list .projects__list li .item__block .block__content .content__action {
    margin-left: 15px;
}

#projects__list .projects__list li .item__block .block__content .content__action a {
    background-color: #F5F8FA;
    border-radius: 8px;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    color: #33475B;
    display: block;
    text-align: center;
    transition: background-color ease-in-out .25s, color ease-in-out .25s;
}

#projects__list .projects__list li .item__block .block__content .content__action a:hover {
    background-color: #FF6348;
    color: #ffffff;
}

.row__centered {
    justify-content: center;
}

#project__images {
    padding: 100px 0 70px 0;
}

#project__images .images__area {
}

#project__images .images__area .project__row {
    margin-bottom: 30px;
}

#project__images .images__area .project__row.vertical {
}

#project__images .images__area .project__row.gorizontal {
}

#project__images .images__area .project__row .row__image {
}

#project__images .images__area .project__row .row__image a {
    position: relative;
    display: block;
}

#project__images .images__area .project__row .row__image a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(51, 71, 91, .25);
    opacity: 0;
    transition: opacity ease-in-out .25s;
    z-index: 1;
}

#project__images .images__area .project__row .row__image a:hover:before {
    opacity: 1;
}

#project__images .images__area .project__row .row__image img {
    border-radius: 5px;
    display: block;
}

#float__gallery {
    text-align: center;
    background: #e2ede9
}

#float__gallery .container-fluid {
    padding: 0;
}

#float__gallery .images__slider {
    background: #e2ede9;
    height: 200px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

#float__gallery .images__slider.right {
    margin-bottom: 10px;
}

#float__gallery .images__slider::before,
#float__gallery .images__slider::after {
    /* content: "";
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	width: 50px;
	height: 200px;
	position: absolute;
	z-index: 2; */
}

#float__gallery .images__slider::after {
    right: -1px;
    top: 0;
    transform: rotateZ(180deg);
}

#float__gallery .images__slider::before {
    left: -1px;
    top: 0;
}

#float__gallery .images__slider .owl-item {
    height: 200px;
    width: auto;
}

#float__gallery .images__slider .owl-item img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

#float__gallery .gallery__more {
    margin-top: 50px;
    text-align: center;
}

.mb__section {
    margin-bottom: 75px;
}

/* LANDINGS */
#landing_hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

#landing_hero .row {
    align-items: center;
}

#landing_hero .section__content {
    margin-left: 8.333333%;
    margin-right: 8.333333%;

}

#landing_hero .section__content .content__block {
    max-width: 546px;
    margin-left: auto;
    margin-right: auto;
}

#landing_hero .section__content .section__title {
    font-weight: bold;
    font-size: 56px;
    color: #33475b;
    margin-bottom: 30px;
}

#landing_hero .section__content .section__offer {
    font-weight: bold;
    font-size: 32px;
    line-height: 125%;
    color: #33475b;
}

#landing_hero .section__content .section__offer strong {
    color: #ff6348;
}

#landing_hero .section__content .section__features {
}

#landing_hero .section__content .section__features:before {
    content: ' ';
    content: ' ';
    width: 85px;
    height: 4px;
    background: #ff6348;
    margin-top: 30px;
    margin-bottom: 50px;
    display: block;
}

#landing_hero .section__content .section__features li {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #33475b;
}

#landing_hero .section__content .section__features li:not(:last-child) {
    margin-bottom: 20px;
}

#landing_hero .section__content .section__features li strong {
    font-weight: bold;
}

#landing_hero .section__content .section__features li .item__icon {
    background: url(../images/trust/our-item.svg) no-repeat center;
    background-size: contain;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    margin-right: 15px;

}

.form__block__white {
    background: #ffffff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
    padding: 30px;
    width: 100%;
    max-width: 490px;
}

.form__block__white .block__title {
    font-weight: bold;
    font-size: 24px;
    color: #33475B;
    text-align: center;
    margin-bottom: 25px;
}

.form__block__white .block__title strong {
    color: #ff6348;
}

.form__block__white .block__title {
}

.form__block__white .block__form {
    min-height: 474px;
}

.form__block__white .block__subtext {
    font-weight: bold;
    font-size: 14px;
    line-height: 125%;
    color: #33475b;
    margin-top: 25px;
    text-align: center;
}

.col__centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

#landing__why__us {
    padding-top: 0;
    padding-bottom: 100px;
}

#landing__why__us .section__row {
    align-items: center;
    justify-content: space-between;
}

#landing__why__us .section__left {
    max-width: calc(50% - 45px);
}

#landing__why__us .why__us__slider.slider--nav .owl-nav .nav {
    width: 50px;
    height: 60px;
}

#landing__why__us .why__us__slider.slider--nav .owl-nav .nav.nav__right,
.compare__slider.slider--nav .owl-nav .nav.nav__right,
.ba__slider.slider--nav .owl-nav .nav.nav__right {
    right: 0;
}

#landing__why__us .why__us__slider.slider--nav .owl-nav .nav.nav__left,
.compare__slider.slider--nav .owl-nav .nav.nav__left,
.ba__slider.slider--nav .owl-nav .nav.nav__left {
    left: 0;
}

.ba__slider.slider--nav .owl-nav .disabled {
    opacity: 0;
}

#landing__why__us .section__right {
    color: #33475b
}

#landing__why__us .section__right .landing__section__title {
    margin-bottom: 25px;
}

#landing__why__us .section__right .info__block .info__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.25
}

#landing__why__us .section__right .info__block .info__title:after {
    content: ' ';
    width: 85px;
    height: 2px;
    background: #ff6348;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block
}

#landing__why__us .section__right .info__block .info__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px
}

#landing__why__us .section__right .info__block .info__subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 30px
}

#landing__why__us .section__right .info__block .info__lists {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#landing__why__us .section__right .info__block .info__lists .our,
#landing__why__us .section__right .info__block .info__lists .usual {
    padding: 10px 15px
}

#landing__why__us .section__right .info__block .info__lists .our .list__title,
#landing__why__us .section__right .info__block .info__lists .usual .list__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px
}

#landing__why__us .section__right .info__block .info__lists ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#landing__why__us .section__right .info__block .info__lists ul li:not(:last-child) {
    margin-bottom: 10px
}

#landing__why__us .section__right .info__block .info__lists ul li .item__icon {
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
    margin-right: 15px
}

#landing__why__us .section__right .info__block .info__lists ul li .item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
}

#landing__why__us .section__right .info__block .info__lists .usual ul li .item__icon {
    background: url(../images/trust/usual-item.svg) no-repeat center;
    background-size: contain
}

#landing__why__us .section__right .info__block .info__lists .our {
    background: #f5f8fa
}

#landing__why__us .section__right .info__block .info__lists .our ul li .item__icon {
    background: url(../images/trust/our-item.svg) no-repeat center;
    background-size: contain
}

#landing__why__us .section__right .trust__block {
    margin-top: 25px;
}

#landing__why__us .section__right .trust__block .block__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 20px;
    color: #33475b;
}

#landing__why__us .section__right .trust__block .block__list {
}

#landing__why__us .section__right .trust__block .block__list li {
}

#landing__why__us .section__right .trust__block .block__list li img,
#landing__why__us .section__right .trust__block .block__list li svg {
    background: #F5F8FA;
}

#landing__how__it__works {
    background: #F5F8FA;
    padding: 70px 0;
}

#landing__how__it__works .info__row {
    margin-top: 75px;
}

#landing__how__it__works .section__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 125%;
    color: #33475b;
    text-align: center;
}

#landing__how__it__works .section__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    margin-top: 25px;
}

#landing__how__it__works .section__text.lined:after {
    content: ' ';
    width: 85px;
    height: 2px;
    background: #ff6348;
    margin-top: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#landing__how__it__works .info__content {
}

#landing__how__it__works .info__content li {
    display: flex;
    position: relative;
    user-select: none;
}

#landing__how__it__works .info__content li:not(:last-child) {
    margin-bottom: 50px;
}

#landing__how__it__works .info__content li:not(:last-child):before {
    content: '';
    width: 2px;
    position: absolute;
    top: 0;
    bottom: -50px;
    left: 17px;
    background: #778593;
    display: block;
    z-index: 1;
}

#landing__how__it__works .info__content li .item__num {
    margin-right: 20px;
}

#landing__how__it__works .info__content li .item__num span {
    position: relative;
    z-index: 2;
    background: #F5F8FA;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #778593;
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #778593;
    transition: border ease-in-out .25s, color ease-in-out .25s, background ease-in-out .25s;
}

#landing__how__it__works .info__content li .item__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 125%;
    color: #778593;
    margin-bottom: 15px;
    transition: color ease-in-out .25s;
    padding-top: 5px;
}

#landing__how__it__works .info__content li .item__text {
    font-size: 14px;
    line-height: 150%;
    color: #778593;
    transition: color ease-in-out .25s;
}

#landing__how__it__works .info__content li:hover {
    cursor: pointer;
}

#landing__how__it__works .info__content li:hover .item__num span {
    border-color: #33475B;
    color: #33475B;
}

#landing__how__it__works .info__content li.active .item__num span {
    background: #FF6348;
    color: #ffffff;
    border-color: #FF6348;
}

#landing__how__it__works .info__content li.active .item__title,
#landing__how__it__works .info__content li.active .item__text {
    color: #33475B;
}

#landing__how__it__works .info__images {
    position: relative;
}

#landing__how__it__works .info__images li {
    border-radius: 8px;
    opacity: 1;
    /* overflow: hidden; */
    height: auto;
    width: auto;
    padding: 65px 40px;
    display: table;
}

#landing__how__it__works .info__images li:not(.active) {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    position: absolute;
}

#landing__how__it__works .info__images li:nth-child(odd) {
    background: #EACBC5;
}

#landing__how__it__works .info__images li:nth-child(even) {
    background: #E2EDE9;
}

#landing__how__it__works .info__images li img {
    display: block;
    border-radius: 5px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
    transform: scale3d(1.2, 1.2, 1);
    transition: transform ease-in-out .75s;
}

#landing__how__it__works .info__images li.active img {
    transform: scale3d(1, 1, 1);
}

#landing__compare__gallery {
    padding-top: 70px;
}

.landing__section__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 125%;
    color: #33475b;
}

.landing__section__title.title__centered {
    text-align: center;
}

.landing__section__title.lined:after {
    content: ' ';
    width: 85px;
    height: 2px;
    background: #ff6348;
    margin-top: 25px;
    display: block;
}

.landing__section__title.lined__centered:after {
    margin-left: auto;
    margin-right: auto;
}

.landing__section__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #33475b;
    margin-top: 25px;
}

.landing__section__text.text__centered {
    text-align: center;
}

.landing__section__text.lined:after {
    content: ' ';
    width: 85px;
    height: 2px;
    background: #ff6348;
    margin-top: 25px;
    display: block;
}

.landing__section__text.lined__centered:after {
    margin-left: auto;
    margin-right: auto;
}

.ba__slider {
    margin-top: 75px;
}

.ba__slider .slide {
    position: relative;
}

.ba__slider .slide .slide__title {
    position: absolute;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.7);
    width: 150px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 125%;
    padding: 10px;
    color: #33475B;
    transition: opacity ease-in-out .25s;
}

.compare__slider {
    margin-top: 75px;
}

.compare__slider .compare__slide {
    display: flex;
    align-items: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.compare__slider .compare__slide .slide__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
    /* background-size: cover; */
}

.compare__slider .compare__slide .image__after {
}

.compare__slider .compare__slide .image__before {
    width: 50%;
}

.compare__slider .compare__slide .image__before .image__title {
    left: 10px;
}

.compare__slider .compare__slide .image__after .image__title {
    right: 10px;
}

.compare__slider .compare__slide .image__title {
    position: absolute;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.7);
    width: 150px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 125%;
    padding: 10px;
    color: #33475B;
    transition: opacity ease-in-out .25s;

}

.compare__slider .compare__slide .slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.compare__slider .compare__slide .slider__input {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    /* background: rgba(242, 242, 242, .3); */
    background: none;
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.compare__slider .compare__slide .slider__input:hover {
    /* background: rgba(242, 242, 242, .1); */
}

.compare__slider .compare__slide .slider__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    background: none;
    cursor: pointer;
}

.compare__slider .compare__slide .slider__input::-moz-range-thumb {
    width: 0;
    height: 0;
    background: none;
    cursor: pointer;
}

.compare__slider .compare__slide .slider__button {
    pointer-events: none;
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

.compare__slider .compare__slide .slider__button:after {
    content: '';
    padding: 5px;
    display: inline-block;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}

.compare__slider .compare__slide .slider__button:before {
    content: '';
    padding: 5px;
    display: inline-block;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
}

.compare__slider .compare__slide .slider__line {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    background: #ffffff;
    display: block;
}

.compare__slider.slider--nav .owl-nav {
    opacity: 0;
    transition: opacity ease-in-out .25s;
}

.compare__slider.slider--nav:hover .owl-nav {
    opacity: 1;
}

.how {
    padding: 24px 0 104px;
}

.how__top {
    display: flex;
    align-items: center;

    margin-bottom: 64px;
}

.how_top-counter {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 40px;
    height: 40px;

    background: #EBF0F3;
    border-radius: 4px;

    font-size: 24px;

    margin-right: 24px;

    position: relative;
    z-index: 2;
}

.how__top-text {
    font-size: 32px;
    line-height: calc(40 / 32);
    text-transform: capitalize;
    color: #33475B;
    font-weight: 500;
}

.how__item {
    position: relative;
}

.how__item::before {
    content: '';

    display: block;
    width: 1px;
    height: 100%;

    position: absolute;
    left: 20px;
    top: 0;

    transform: translatex(-50%);

    border: .5px dashed #CED4DA;
}

.how__item:last-of-type::before {
    height: calc(100% - 90px);
}

.how__item:not(:last-of-type)::before {
    height: calc(100% + 88px);
}

.how__item:not(:last-of-type) {
    margin-bottom: 88px;
}

.how__item:nth-of-type(2n+1) {
    max-width: 1150px;
    width: 100%;
}

.how__item:nth-of-type(2n) {
    max-width: 1120px;
    width: 100%;
}

.how__block {
    display: flex;
    align-items: center;
    justify-content: space-between;

    position: relative;
}

.how__item:nth-of-type(2n) .how__block {
    flex-direction: row-reverse;
    padding-left: 60px;
}

.how__item:nth-of-type(2n) .how__block::before {
    content: '';
    display: block;

    width: 20px;
    height: 20px;

    position: absolute;
    left: 10px;
    top: 50%;

    background: #EBF0F3;
    border-radius: 4px;

    transform: translatey(-50%);

    transition: 1s;
    z-index: 1;
}

.how__item:nth-of-type(2n) .how__block::after {
    content: '';
    display: block;

    width: 0;
    height: 1px;

    position: absolute;
    left: 15px;
    top: 50%;

    border: .5px dashed #CED4DA;

    transform: translatey(-50%);

    transition: 1.3s;
}

.how__item.active:nth-of-type(2n) .how__block::after {
    width: 70px;
}

.how__item.active:nth-of-type(2n) .how__block::before {
    background-color: #33475B;
}

.how__item:nth-of-type(2n+1) .how__block {
    padding-left: 62px;
}

.how__item:last-of-type .how__list > li:last-of-type::before {
    content: '';
    display: block;

    width: 20px;
    height: 60px;
    position: absolute;
    left: -42px;
    top: 50%;
    z-index: 1;

    background: #fff;

    transform: translatex(-50%);

    transition: .3s;
}

.how__wrapper {
    position: relative;
}

.how__line {
    position: absolute;
    left: 20px;
    top: 0;
    transform: translatex(-50%);

    width: 1px;
    height: 0;

    background: #fff;

    border: .5px dashed #33475B;

    z-index: 1;

    transition: .5s;
}


.how__info {
    max-width: 410px;
    width: 100%;
}

.how__photo {
    position: relative;
    z-index: 2;
    width: 545px;
    box-shadow: 16px 24px 24px -24px rgba(0, 0, 0, 0.08), 32px 48px 48px -24px rgba(0, 0, 0, 0.24);
}

.how__photo img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.how__list > li:not(:last-of-type) {
    margin-bottom: 64px;
}

.how__list > li {
    position: relative;
    cursor: pointer;
}


.how__list {
    position: relative;
}

.how__list > li::after {
    content: '';
    display: block;

    z-index: -1;
    opacity: 0;

    position: absolute;

    width: calc(100% + 160px);
    height: calc(100% + 54px);
    min-height: 182px;

    background: #F5F8FA;
    border-radius: 8px;

    top: calc(50% + 3px);

    transform: translatey(-50%);

    transition: opacity .3s;
}

.how__item:nth-of-type(2n+1) .how__list > li::after {
    left: -77px;
}

.how__item:nth-of-type(2n) .how__list > li::after {
    left: -121px;
}

.how__list > li:hover::after {
    opacity: 1;
}

.how__circle {
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translate(-100%, -50%);

    display: block;
    background: #EBF0F3;
    border-radius: 4px;

    width: 20px;
    height: 20px;

    transform-style: preserve-3d;

    transition: 1s;

    z-index: 1;
}


.how__circle::after {
    content: '';
    display: block;

    width: calc(100% + 8px);
    height: calc(100% + 8px);

    border-radius: 4px;
    background-color: #fff;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translatez(-1px);
    z-index: -1;
    opacity: 0;
}

.how__circle::before {
    content: '';
    display: block;

    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%) translatez(-1px);

    z-index: 0;

    width: 0;
    height: 1px;
    border: .5px dashed #CED4DA;

    transition: 1.3s;
}

.how__circle.active {
    background-color: #33475B;
}

.how__item:nth-of-type(2n) .how__circle.active::before {
    width: 100px;
    transform: translateY(-50%) translatez(-1px) scale(-1, 1);
}

.how__item:nth-of-type(2n) .how__list > li:not(:last-of-type)::before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% + 80px);

    position: absolute;
    left: -41px;
    top: calc(50% + 4px);
    transform: translatex(-50%);

    border: .5px dashed #CED4DA;
}

.how__item:nth-of-type(2n) .how__list > li:last-of-type::before {
    content: '';
    display: block;
    width: 10px;
    height: 60px;

    position: absolute;
    left: -41px;
    top: calc(50% + 4px);
    transform: translatex(-50%);
    background: #fff;

    transition: .3s;
}

.how__item:last-of-type .how__list > li:last-of-type:hover::before,
.how__item:nth-of-type(2n) .how__list > li:last-of-type:hover::before {
    background: #F5F8FA;
}

.how__circle.active::after {
    opacity: 1;
}

.how__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;

    margin-bottom: 16px;
}

.how__text {
    line-height: calc(20 / 16);
    opacity: 0.7;
}

.how__decor {
    position: absolute;
}

.how__decor img {
    display: block;
    width: 100%;
}

.how__decor_1 {
    width: 309px;

    bottom: -106px;
    right: -159px;
}

.how__decor_2 {
    width: 269px;

    bottom: -63px;
    right: -60px;

    z-index: -1;

}

.how__decor_5 {
    width: 269px;

    top: -138px;
    right: -130px;

    z-index: -1;

}

.how-after {
    background: #F5F8FA;
    padding: 18px 0;
    position: sticky;
    top: 76px;
    z-index: 10;
}

.how-after__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.how-after__link {
    display: flex;
    align-items: center;

    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #33475B;

    position: relative;
    transform-style: preserve-3d;
}

.how-after__link::after {
    content: '';
    display: block;

    background: #e6eaed;
    color: #33475B;
    border-radius: 3px;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translatez(-1px);

    width: calc(100% + 20px);
    height: calc(100% + 20px);

    opacity: 0;

    transition: .3s;
}

.how-after__link:hover {
    color: #33475B;
}

.how-after__link.active::after,
.how-after__link:hover::after {
    opacity: 1;
}

.trust-short {
    padding: 64px 0;
}

.how-after__circle {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;
    background: transparent;
    color: #33475B !important;
    border: 1px solid #33475B;
    border-radius: 2px;

    font-size: 14px;
    color: #fff;
    margin-right: 8px;
}

.collections {
    padding: 86px 0;
}

.collections__item:not(:last-of-type) {
    margin-bottom: 58px;
}

.collections__name {
    font-weight: 500;
    font-size: 32px;
    line-height: calc(40 / 32);
    margin-bottom: 56px;
}

.collections__list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;

    margin-left: -15px;
    margin-right: -15px;
}

.collections__col {
    width: 33.333%;
    padding: 0 15px;

    margin-bottom: 30px;
}

.collections__card {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 139.5%;

    position: relative;

    border-radius: 2px;
    overflow: hidden;
}

.collections__photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.collections__photo::before {
    content: '';
    display: block;

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    z-index: 1;

    background: linear-gradient(180deg, rgba(51, 71, 91, 0) 57.18%, rgba(51, 71, 91, 0.65) 77.68%, #232F3A 100%);
}

.collections__photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.collections__text {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
}

.section__description {
    line-height: calc(20 / 16);
    font-weight: 500;
    font-size: 18px;
    color: #33475b;
    margin: 35px 0;
}

.career-info {
    padding: 95px 0;
}

.collection {
    padding: 92px 0 44px;
}

.collection__tab {
    display: flex;
    align-items: stretch;
    border-bottom: 2px solid rgba(51, 71, 91, .10);

    margin-bottom: 64px;
}

.collection__tab-col {
    width: 33.333%;
    padding-bottom: 36px;

    display: flex;
    flex-direction: column;
    align-items: center;

    cursor: pointer;

    position: relative;
}

.collection__tab-icon {
    width: 104px;
    height: 104px;
    position: relative;

    margin-bottom: 20px;
}

.collection__tab-icon .static,
.collection__tab-icon .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    transition: .4s opacity;
}

.collection__tab-icon .hover {
    opacity: 0;
}

.collection__tab-icon svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.collection__tab-name {
    font-size: 24px;
    line-height: calc(28 / 24);
}

.collection__tab-col:hover .collection__tab-icon .static,
.collection__tab-col.active .collection__tab-icon .static {
    opacity: 0;
}

.collection__tab-col:hover .collection__tab-icon .hover,
.collection__tab-col.active .collection__tab-icon .hover {
    opacity: 1;
}

.collection__tab-col::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;

    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    transition: .4s;
    background: #FF6348;
}

.collection__tab-col.active::before {
    width: 100%;
}

.collection__list {
    margin-left: -15px;
    margin-right: -15px;
}

.collection__list li:not(:last-of-type) {
    margin-bottom: 32px;
}

.collection__list-item {
    display: flex;
    align-items: center;
    background-color: #F5F8FA;
}

.collection__list li:nth-of-type(2n+1) .collection__list-item {
    flex-direction: row-reverse;
}

.collection__list-photo {
    display: block;
    width: calc(50% - 15px);
    height: 650px;

    position: relative;
}

.collection__list-photo img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    object-fit: cover;
    object-position: center;
}

.collection__list-info {
    width: calc(50% + 15px);
    padding: 100px 130px;
}

.collection__info-title {
    font-weight: 500;
    font-size: 32px;
    line-height: calc(40 / 32);
    text-transform: capitalize;

    margin-bottom: 32px;
}

.collection__info-suptitle {
    font-weight: 400;
    font-size: 16px;
    line-height: calc(20 / 16)
    color: #33475b;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.collection__info-features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #33475b;
    position: relative;
}

.collection__info-features li:not(:last-child) {
    margin-bottom: 15px;
}

.collection__info-features li:before {
    content: ' ';
    width: 21px;
    height: 20px;
    background: url(../images/common/check__icon.svg) no-repeat center;
    display: block;
    margin-right: 25px;
}

.collection__item {
    display: none;
    opacity: 0;
    transition: opacity .4s;
}

.collection__item.active {
    display: block;
    opacity: 1;
}

.how-it {
    padding: 44px 0 14px;
}

.how-it__title {
    text-align: center;
    font-size: 32px;
    line-height: calc(40 / 32);
    font-weight: 500;
    margin-bottom: 64px;
}

.how-it__subtitle {
    text-align: center;
    margin-bottom: 24px;
}

.how-it__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}

.how-it__list li {
    width: 33.333%;
    padding: 0 15px;

    margin-bottom: 30px;
}

.how-it__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.how-it__icon {
    width: 88px;
    height: 88px;

    position: relative;

    margin-bottom: 24px;
}

.how-it__icon img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.how-it__name {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    text-align: center;

    margin-bottom: 24px;
}

.how-it__description {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
}

.collection-related {
    padding: 44px 0 58px;
}

.collection-related__title {
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    line-height: calc(40 / 32);

    margin-bottom: 64px;
}

.collection-related__wrap {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.collection-related__list {
    display: flex;
    flex-wrap: wrap;

    margin-left: -15px;
    margin-right: -15px;
}

.collection-related__col {
    width: 50%;
    padding: 0 15px;

    margin-bottom: 30px;
}

.collection-related__item {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 97%;
    box-shadow: 0px 10.186px 6.7907px -10.186px rgba(0, 0, 0, 0.5), 0px 10.186px 13.5814px -10.186px rgba(0, 0, 0, 0.5);
    border-radius: 1.5px;
}

.collection-related__photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.collection-related__item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    z-index: 1;
    background: linear-gradient(180deg, rgba(51, 71, 91, 0) 50.25%, rgba(51, 71, 91, 0.24) 76.56%, #33475B 100%);
}

.collection-related__name {
    font-size: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;

    position: absolute;
    left: 0;
    bottom: 24px;
    width: 100%;
    z-index: 2;

}

.career {
    background: #f5f8fa;
    padding: 80px 0;
}

.career .text {
    line-height: 1.6;
}

.section__text {
    max-width: 570px;
    font-size: 20px;

    margin-bottom: 50px;
}

.page-id-5770 .section__text,
.page-id-5768 .section__text,
.page-id-7086 .section__text {
    max-width: 860px !important;
    margin: 0 auto;
}

.popup-label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.section__text p {
    margin-bottom: 17px;
}

.career-info {

}

.career__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.4;
    color: #33475b;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 55px;
}

.career-info__text {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.5;
    max-width: 600px;
    width: 100%;
    color: #33475b;
}

.career-info__text p:not(:last-of-type) {
    margin-bottom: 20px;
}

.career-info. .wpcf7.form .wpcf7-response-output,
.career-info__form {
    max-width: 400px;
    width: 100%;

    margin: 0 auto !important;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.popup-colx2 {
    width: 100%;
    margin-bottom: 15px;
}

.career-info__form .popup-btn,
.career-info__form .popup-input {
    font-size: 15px;
    height: 50px;
}

.career-info__label {
    margin-bottom: 7px;
    font-size: 14px;
}

.career-info__subtitle {
    font-weight: 500;
    font-size: 21px;
    color: #33475b;
    margin-bottom: 25px;
}

#home__main.career__hero .section__right img {
    width: 100%;
}

.password-protected p:first-of-type {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.password-protected p:nth-of-type(2) {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.password-protected label {
    width: 100%;
    margin-bottom: 10px;
}

.password-protected input {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 9px;
    font-size: 15px;
    height: 50px;
    border: 1px solid #dbdce2;
    color: #2b485b;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    letter-spacing: .48px;
    border-radius: 5px;
    margin-top: 5px;
}

.password-protected input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    background-color: #f60;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    height: 50px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    letter-spacing: .64px;
}

.page-id-5823 .section__text {
    max-width: 100%;
}

.ddsg-wrapper {
    width: 100%;
}

.ddsg-wrapper .sub a {
    color: #000 !important;
    text-decoration: none;
    font-weight: 500;
}

.ddsg-wrapper .sub .sub a {
    font-weight: 400;
}

.ddsg-wrapper h2,
.ddsg-wrapper ul,
.ddsg-wrapper ul li {
    float: unset !important;
}

#how__it__works {
    overflow: hidden;
}

.how-it-works__block {
    max-width: 1627px;
    width: 1627px;
    position: relative;

    position: relative;
    left: 50%;
    transform: translatex(-50%);
}

.how-it-works__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -6.5px;
    margin-right: -6.5px;
}

.how-it-works__col {
    width: 20%;
    padding: 0 6.5px;

    margin-bottom: 40px;
}

.how-it-works__photo {
    display: block;
    width: 100%;
    height: 0;

    position: relative;

    padding-top: 116.19%;
}

.how-it-works__photo img {
    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;

    object-fit: cover;
    object-position: center;
}

.how-it-works__content {
    padding: 8px 10px;
    background: #F5F8FA;
    backdrop-filter: blur(4px);
}

.how-it-works__top {
    display: flex;
    align-items: center;

    padding-bottom: 8px;
    margin-bottom: 8px;

    position: relative;
}

.how-it-works__top::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #33475B;

    position: absolute;
    left: 0;
    bottom: 0;

    transition: .3s;

    opacity: .2;
}

.how-it-works__item {
    background: #F5F8FA;
    backdrop-filter: blur(4px);
    height: 100%;
}

.how-it-works__item:hover .how-it-works__top::after {
    opacity: 1;
}

.how-it-works__number {
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    color: #33475B;
    text-align: center;
    width: 56px;
    opacity: .4;
    flex-shrink: 0;
    margin-right: 16px;
    transition: .3s;
}

.how-it-works__item:hover .how-it-works__number {
    opacity: 1;
    color: #FF6348;
}

.how-it-works__title {
    flex-shrink: 1;
    width: 100%;

    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #33475B;
    text-transform: capitalize;
}

.how-it-works__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #33475B;

    padding: 10px 0 10px 10px;
}

@media only screen and (max-width: 1649px) {

    .how-after__link {
        font-size: 18px;
    }

    .how__top-text {
        font-size: 29px;
    }

    .how__item:nth-of-type(2n+1),
    .how__item:nth-of-type(2n) {
        max-width: 1061px;
    }

    .how__item:not(:last-of-type) {
        margin-bottom: 67px;
    }

    .how__top {
        margin-bottom: 50px;
    }

    .how__photo {
        width: 500px;
    }

    .how__name {
        font-size: 18px;
        margin-bottom: 13px;
    }

    .how__list > li:not(:last-of-type) {
        margin-bottom: 56px;
    }

    .how__info {
        max-width: 370px;
    }

    .how__item:nth-of-type(2n) .how__list > li::after {
        left: -82px;
    }

    .how__decor_1 {
        width: 260px;
        bottom: -117px;
        right: -89px;
    }

    .how__list > li::after {
        width: calc(100% + 120px);
        height: calc(100% + 70px);
        min-height: auto;
    }

    .how__top-text {
        font-size: 24px;
    }

    .how__decor_2 {
        width: 221px;
        bottom: -53px;
        right: -50px;
    }

    .how__decor_5 {
        width: 221px;
        top: -106px;
        right: -106px;
    }

    .collections {
        padding: 80px 0;
    }

    .collections__name {
        font-size: 28px;
        margin-bottom: 44px;
    }

    .collections__text {
        font-size: 20px;
        left: 20px;
        bottom: 20px;
    }

    .collections__item:not(:last-of-type) {
        margin-bottom: 47px;
    }

    .collection__tab-icon {
        width: 90px;
        height: 90px;
        margin-bottom: 17px;
    }

    .collection__tab-col {
        padding-bottom: 30px;
    }

    .collection__tab-name {
        font-size: 22px;
    }

    .collection__tab {
        margin-bottom: 50px;
    }

    .collection__list-info {
        padding: 86px 82px;
    }

    .collection__info-title {
        font-size: 27px;
        margin-bottom: 28px;
    }

    .collection__info-suptitle {
        font-size: 15px;
        margin-bottom: 22px;
    }

    .collection__info-features li {
        font-size: 17px;
    }

    .collection__info-features li:not(:last-child) {
        margin-bottom: 13px;
    }

    .collection__info-features li:before {
        content: ' ';
        width: 19px;
        height: 18px;
        margin-right: 21px;
    }

    .collection__list-photo {
        min-height: 535px;
        height: 100%;
    }

    .how-it__title {
        font-size: 28px;
        margin-bottom: 55px;
    }

    .how-it__icon {
        width: 75px;
        height: 75px;
        margin-bottom: 20px;
    }

    .how-it__name {
        font-size: 21px;
        margin-bottom: 21px;
    }

    .collection-related__title {
        font-size: 28px;
        margin-bottom: 54px;
    }

    .collection-related__wrap {
        max-width: 990px;
    }

    .collection-related__name {
        font-size: 21px;
        bottom: 21px;
    }

    .section__text {
        font-size: 18px;
        max-width: 450px;
    }

    #home__main.career__hero {
        padding: 120px 0;
    }

    .how-it-works__block {
        max-width: 1300px;
        width: 1300px;
    }

    .how-it-works__list {
        justify-content: center;
        margin-left: -7px;
        margin-right: -7px;
    }

    .how-it-works__col {
        padding: 0 6px;
        /* 		margin-bottom: 40px; */
    }


    .how-it-works__content {
        padding: 7px 9px;
    }

    .how-it-works__number {
        font-size: 36px;
        line-height: 50px;
        width: 45px;
        margin-right: 11px;
    }

    .how-it-works__title {
        font-size: 14px;
        line-height: 20px;
        margin-right: -10px;
    }

    .how-it-works__col:nth-of-type(2) .how-it-works__title br {
        display: none;
    }

    .how-it-works__description {
        font-size: 14px;
        line-height: 18px;
        color: #33475B;
        padding: 10px 0 10px 4px;
        min-height: 80px;
    }

    .brands-design__block {
        width: 900px;
        height: 687px;
    }
}

@media screen and (max-width: 1450px) {
    .brands-design__block {
        width: 800px;
        height: 610px;
    }
}

@media screen and (max-width: 1320px) {
    .how-it-works__block {
        max-width: 100%;
        width: 100%;
    }

    .how-it-works__col {
        width: 33.333%;
        margin-bottom: 36px;
    }

    .brands-design__block {
        width: 710px;
        height: 542px;
    }
}

@media only screen and (max-width: 1199px) {
    .how__top-text {
        font-size: 26px;
    }

    .brands-design__block {
        max-width: 640px;
        width: 100%;
        height: 489px;
    }

    .how-after {
        top: 65px;
    }

    .how_top-counter {
        width: 32px;
        height: 32px;
        margin-right: 16px;
        font-size: 20px;
    }


    .how__item:not(:last-of-type) {
        margin-bottom: 64px;
    }

    .how__top {
        margin-bottom: 46px;
    }

    .how__photo {
        width: 400px;
    }

    .how__name {
        font-size: 17px;
        margin-bottom: 11px;
    }

    .how__list > li:not(:last-of-type) {
        margin-bottom: 42px;
    }

    .how__info {
        max-width: 360px;
    }

    .how__item:nth-of-type(2n) .how__list > li::after {
        left: -72px;
    }

    .how__decor_1 {
        width: 230px;
        bottom: -97px;
        right: -79px;
    }

    .how__list > li::after {
        width: calc(100% + 110px);
    }

    .how__decor_2 {
        width: 200px;
        bottom: -46px;
        right: -46px;
    }

    .how__decor_5 {
        width: 200px;
        top: -92px;
        right: -97px;
    }

    .how__item:nth-of-type(2n) .how__list > li:not(:last-of-type)::before {
        height: calc(100% + 55px);
    }

    .collections {
        padding: 76px 0;
    }

    .collections__name {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .collections__text {
        font-size: 19px;
    }

    .collections__item:not(:last-of-type) {
        margin-bottom: 45px;
    }

    .collections__list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .collections__col {
        padding: 0 10px;
        margin-bottom: 26px;
    }

    .collection {
        padding-top: 85px;
    }

    .collection__tab-icon {
        width: 85px;
        height: 85px;
        margin-bottom: 14px;
    }

    .collection__tab-col {
        padding-bottom: 25px;
    }

    .collection__tab-name {
        font-size: 20px;
    }

    .collection__tab {
        margin-bottom: 45px;
    }

    .collection__list-info {
        padding: 70px 72px;
    }

    .collection__info-title {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .collection__info-suptitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .collection__info-features li {
        font-size: 16px;
    }

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

    .collection__info-features li:before {
        content: ' ';
        width: 20px;
        height: 21px;
        margin-right: 20px;
    }

    .collection__list-photo {
        min-height: 450px;
    }

    .how-it__title {
        font-size: 26px;
        margin-bottom: 51px;
    }

    .how-it__icon {
        width: 73px;
        height: 73px;
        margin-bottom: 20px;
    }

    .how-it__name {
        font-size: 20px;
        margin-bottom: 21px;
    }

    .how-it__description {
        font-size: 15px;
    }

    .how-it__description br {
        display: none;
    }

    .collection-related__title {
        font-size: 26px;
        margin-bottom: 51px;
    }

    .collection-related__wrap {
        max-width: 890px;
    }

    .collection-related__name {
        font-size: 19px;
        bottom: 21px;
    }

    .how-it__list li {
        width: 50%;
    }

    .how-it-works__list {
        justify-content: center;
        margin-left: -6px;
        margin-right: -6px;
    }

    .how-it-works__col {
        padding: 0 6px;
        margin-bottom: 35px;
    }


    .how-it-works__content {
        padding: 7px 9px;
    }

    .how-it-works__number {
        font-size: 34px;
        line-height: 52px;
        width: 52px;
        margin-right: 14px;
    }

    .how-it-works__title {
        font-size: 15px;
        line-height: 22px;
    }

    .how-it-works__description {
        font-size: 15px;
        line-height: 19px;
        padding: 10px 0 10px 10px;
        min-height: 80px;
    }
}

@media screen and (max-width: 991px) {
    .how-after {
        display: none;
    }

    #our__services.our__services_home .services__list li .block__image::after {
        display: none;
    }

    #our__services.our__services_home .services__list li .item__block .block__info {
        background-color: #fff;
    }

    .how__item:nth-of-type(2n+1), .how__item:nth-of-type(2n) {
        max-width: 540px;
        width: 100%;

        margin-left: auto;
        margin-right: auto;
    }

    .how__item:nth-of-type(2n) .how__list > li:last-of-type::before,
    .how__item:nth-of-type(2n) .how__list > li:not(:last-of-type)::before,
    .how__item:nth-of-type(2n) .how__circle.active::before,
    .how__item.active:nth-of-type(2n) .how__block::after,
    .how__item.active:nth-of-type(2n) .how__block::before {
        display: none;
    }

    .how__item:last-of-type::before {
        height: calc(100% - 40px);
    }

    .how__item:nth-of-type(2n) .how__block,
    .how__item:nth-of-type(2n+1) .how__block {
        flex-direction: column-reverse;
    }

    .how__info,
    .how__photo {
        max-width: 100%;
        width: 100%;
    }

    .how__photo {
        margin-bottom: 70px;
        box-shadow: 0px 6px 16px -16px rgba(0, 0, 0, 0.08), 0px 16px 24px -16px rgba(0, 0, 0, 0.24);
    }

    .how__item:nth-of-type(2n + 1) .how__list > li::after,
    .how__item:nth-of-type(2n) .how__list > li::after {
        left: -72px;
    }

    .how__top {
        margin-bottom: 42px;
    }

    .collections__list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .collections__col {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .collection__list-item,
    .collection__list li:nth-of-type(2n+1) .collection__list-item {
        flex-direction: column-reverse;
    }

    .collection__list-info,
    .collection__list-photo {
        width: 100%;
    }

    .collection__list-photo {
        margin-bottom: 50px;
    }

    .collection__list-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 100px 50px;
    }

    .collection__info-features {
        width: 100%;
        max-width: 270px;
    }

    .collection__tab-name {
        font-size: 18px;
    }

    .collection__tab-col {
        padding-bottom: 17px;
    }
}

@media screen and (max-width: 767px) {
    .how {
        overflow: hidden;
    }

    .how__decor_1 {
        right: -30px;
        width: 169px;
        bottom: -71px;
    }

    .how__decor_5,
    .how__decor_2 {
        right: -45px;
        width: 160px;
    }

    .how__decor_5 {
        top: -90px;
    }

    .how__decor_2 {
        bottom: -90px;
    }

    .how__item:nth-of-type(2n) .how__block, .how__item:nth-of-type(2n+1) .how__block {
        padding-left: 43px;
    }

    .how__top-text {
        font-size: 24px;
        width: 100%;
        flex-shrink: 1;
    }

    .how_top-counter {
        width: 29px;
        height: 29px;
        font-size: 16px;
        margin-right: 24px;
        flex-shrink: 0;
    }

    .how__top {
        margin-bottom: 32px;
    }

    .how__text {
        font-size: 13px;
        line-height: 124%;
    }

    .how__list > li:not(:last-of-type) {
        margin-bottom: 48px;
    }

    .how__name {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .how__circle {
        left: -18px;
    }

    .how__item::before {
        left: 15px;
    }

    .collections__content #page__main {
        display: flex;
        flex-direction: column-reverse;

        padding-top: 0;
    }

    .collections__content #page__main .section__left {
        margin-bottom: 50px;
    }

    .collections__content #page__main {
        padding-bottom: 50px;
    }

    .collections__content #page__main .section__title br {
        display: none;
    }

    #home__main.career__hero {
        padding: 60px 0 0;
    }

    .career-info__form {
        margin-top: 55px;
    }

    .career-info .collection__info-features {
        max-width: 100% !important;
    }

    .section__description {
        font-size: 16px;
        margin: 25px 0;
    }

    .career-info {
        padding: 70px 0;
    }

    .password-protected p:first-of-type {
        font-size: 17px;
    }

    .how-it-works__col {
        margin-bottom: 28px;
    }

    .brands-design__block {
        padding-top: 0;
        height: 360px;
    }
}

@media screen and (max-width: 600px) {
    .how-it-works__block {
        max-width: 315px;
        margin: 0 auto;
        left: 0;
        transform: unset;
    }

    .how-it-works__content {
        padding: 8px 10px;
    }

    .how-it-works__number {
        font-size: 40px;
        line-height: 56px;
        width: 56px;
        margin-right: 14px;
    }

    .how-it-works__title {
        font-size: 16px;
        line-height: 20px;
    }

    .how-it-works__description {
        font-size: 16px;
        line-height: 20px;
        min-height: auto;
    }

    .collections {
        padding: 48px 0x;
    }

    .collections__item:not(:last-of-type) {
        margin-bottom: 56px;
        max-width: 365px;
        margin-left: auto;
        margin-right: auto;
    }

    .collections__name {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 32px;
    }

    .collections__col {
        width: 100%;
        margin-bottom: 24px;
    }

    .collections__text {
        font-size: 18px;
        left: 16px;
        bottom: 16px;
    }

    .collection {
        padding-top: 48px;
        padding-bottom: 22px;
    }

    .collection__tab-icon {
        width: 91px;
        height: 91px;
        margin-bottom: 0;
    }

    .collection__tab-col {
        padding-bottom: 20px;
    }

    .collection__tab-name {
        display: none;
    }

    .collection__tab {
        border-bottom-width: 1px;
    }

    .collection__tab-col::before {
        bottom: -1px;
        height: 1px;
    }

    .collection__tab {
        margin-bottom: 33px;
    }

    .collection__list-info {
        padding: 0 40px 48px;
    }

    .collection__info-title {
        font-size: 20px;
        line-height: calc(32 / 20);
        margin-bottom: 16px;
    }

    .collection__info-suptitle {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .collection__info-features li {
        font-size: 18px;
    }

    .collection__info-features li:not(:last-child) {
        margin-bottom: 10px;
    }

    .collection__info-features li:before {
        content: ' ';
        width: 20px;
        height: 21px;
        flex-shrink: 0;
        margin-right: 20px;
    }

    .career-info__subtitle {
        font-size: 21px;
    }

    .career-info__text {
        font-size: 15px;
    }

    .collection__list-photo {
        min-height: 0;
        height: 0;
        padding-top: 79.43%;
    }


    .how-it {
        padding: 22px 0 0;
    }

    .how-it__title {
        font-size: 20px;
        line-height: calc(32 / 20);
        margin-bottom: 32px;
    }

    .how-it__subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .how-it__list li {
        width: 100%;
        margin-bottom: 32px;
    }

    .how-it__icon {
        width: 88px;
        height: 88px;
        margin-bottom: 24px;
    }

    .how-it__name {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .how-it__description {
        font-size: 14px;
    }

    .how-it__description br {
        display: block;
    }

    .collection-related {
        padding: 14px 0 24px;
    }

    .collection-related__title {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .collection-related__col {
        width: 100%;
        margin-bottom: 24px;
    }

    .collection-related__item {
        padding-top: 139.4%;
    }

    .collection-related__name {
        font-size: 18px;
        bottom: 26px;
    }

}

@media screen and (max-width: 360px) {
    .how__decor_1 {
        width: 136px;
    }
}

.time-offer {
    display: flex;
    margin-bottom: 32px;

    align-items: center;
}

/* .postid-5930 .time-offer {
	display: flex;
} */

.time-icon {
    display: block;
    width: 72px;
    margin-right: 16px;
}

.time-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.time-content {
    position: relative;
    margin-right: 48px;
}

.time-content::after {
    content: '';
    display: block;
    position: absolute;
    background: #33475B;
    width: 1px;
    height: 52px;
    top: 50%;

    right: -25px;
    transform: translate(-50%, -50%);
}

.time-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #33475B;
    margin-bottom: 8px;
}

.time-value {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #FF6348;
    margin-bottom: 0;
}

.time-date {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #33475B;
}

#page__main .section__prices ul li:not(:last-child) {
    position: relative;
}

#page__main .section__prices ul li:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    background: #33475B;
    width: 1px;
    height: 52px;
    top: 50%;

    right: -25px;
    transform: translate(-100%, -50%);
}

.page-id-5941 .section__phone {
    display: none;
}

.home-time-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-right: 80px;

    margin-bottom: 20px;
}

.home-time-left {
    display: flex;
    align-items: center;
}

.home-time-icon {
    display: block;
    width: 32px;
    margin-right: 8px;
}

.home-time-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.home-time-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #33475B;
    margin-bottom: 0;
}

.home-time-date {
    font-size: 16px;
    line-height: 14px;
    color: #33475B;
    opacity: 0.64;
    font-weight: 600;
    text-transform: capitalize;
}

.home-time-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-time-list li {
    width: 50%;
    transition: .3s;
    cursor: pointer;
    border-radius: 4px;
    padding: 24px;
    border: 1px solid transparent;
    position: relative;
}

.home-time-list li:first-of-type::after {
    content: 'OR';
    display: flex;
    align-items: center;
    justify-content: center;

    background: #F5F8FA;
    border: 1px solid rgba(51, 71, 91, 0.12);
    border-radius: 32px;

    width: 48px;
    height: 48px;

    font-size: 18px;
    font-weight: 700;
    color: #33475B;

    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    transform: translate(50%, -50%);
}

.home-time-list:hover li,
.home-time-list li:first-of-type,
.home-time-list li:hover {
    background: rgba(51, 71, 91, 0.06);
    border-color: rgba(51, 71, 91, 0.12);
}

.home-time-list li:hover .home-time-line {
    background-color: #FF6348;
}

.home-time-value {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 16px;
}

.home-time-value p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #33475B;
}

.home-time-value span {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #FF6348;

    margin-left: 8px;
}

.home-time-line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #33475B;

    transition: .4s;

    margin-bottom: 16px;
}

.home-time-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #33475B;
}

.home-time-description span {
    font-weight: bold;
}

@media screen and (max-width: 1649px) {
    .home-time-list li {
        padding: 21px 18px;
    }

    .home-time-title {
        font-size: 18px;
    }

    .home-time-top {
        padding-right: 30px;
    }

    .home-time-value {
        margin-bottom: 12px;
    }

    .home-time-value p {
        font-size: 16px;
    }

    .home-time-value span {
        font-size: 20px;
    }

    .home-time-line {
        margin-bottom: 12px;
    }

    .home-time-description {
        font-size: 13px;
        line-height: 17px;
    }

    .home-time-list li:first-of-type::after {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    #home__main .section__title {
        font-size: 42px;
    }
}

@media screen and (max-width: 1199px) {
    .home-time-title {
        font-size: 16px;
    }

    .home-time-list li:first-of-type::after {
        width: 37px;
        height: 37px;
        font-size: 15px;
    }

    .home-time-offer {
        margin-top: -10px;
    }

    .home-time-date {
        font-size: 14px;
    }

    .home-time-top {
        padding-right: 25px;
        margin-bottom: 15px;
    }

    .home-time-list li {
        padding: 18px;
    }

    .home-time-value {
        margin-bottom: 11px;
    }

    .home-time-value p {
        font-size: 14px;
    }

    .home-time-description {
        text-align: center;
    }

    .home-time-value span {
        font-size: 19px;
    }

    .home-time-line {
        margin-bottom: 11px;
    }

    .home-time-description {
        font-size: 13px;
        line-height: 17px;
    }

    .time-icon {
        width: 64px;
        margin-right: 14px;
    }

    .time-content {
        position: relative;
        margin-right: 42px;
    }

    .time-content::after {
        height: 40px;
        right: -22px;
    }

    .time-title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .time-value {
        font-size: 21px;
    }

    .time-date {
        font-size: 16px;
        line-height: 24px;
    }
}


@media screen and (max-width: 991px) {
    .home-time-list li {
        padding: 22px;
        width: 100%;
    }

    .home-time-top {
        flex-direction: column;
        align-items: center;
    }

    .home-time-list li:not(:last-of-type)::after {
        left: 50%;
        bottom: 0;
        top: unset;
        transform: translate(-50%, 50%);
    }

    .home-time-value {
        margin-bottom: 12px;
    }

    .home-time-value p {
        font-size: 16px;
    }

    .home-time-value span {
        font-size: 21px;
    }

    .home-time-top {
        flex-wrap: wrap;
    }

    .home-time-left {
        margin-bottom: 7px;
    }

    .home-time-line {
        margin-bottom: 12px;
    }

    .home-time-description {
        font-size: 14px;
        line-height: 18px;
    }

    .time-icon {
        width: 54px;
        margin-right: 10px;
    }

    .time-content {
        margin-right: 32px;
    }

    .time-content::after {
        height: 34px;
        right: -17px;
    }

    .time-title {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .time-value {
        font-size: 16px;
    }

    .time-date {
        font-size: 13px;
        line-height: 19px;
    }
}

@media screen and (max-width: 767px) {
    .time-offer {
        justify-content: center;
    }

    .home-time-list li {
        background: rgba(51, 71, 91, 0.06);
        border-color: rgba(51, 71, 91, 0.12);
    }

    .time-icon {
        width: 52px;
        margin-right: 10px;
    }

    .home-time-top {
        padding-right: 0;
        justify-content: center;
    }

    .home-time-offer {
        max-width: 3338px;
        width: 100%;
        margin: 0 auto;
    }

    .home-time-left {
        flex-direction: column;
        align-items: center;
    }

    .home-time-icon {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .time-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .home-time-date {
        font-size: 16px;
        line-height: 14px;
    }

    .home-time-top {
        margin-bottom: 32px;
    }

    .home-time-list li {
        padding: 24px;
    }

    .home-time-list li:first-of-type {
        padding-bottom: 32px;
    }

    .home-time-list li:nth-of-type(2) {
        padding-top: 32px;
    }

    .time-value {
        font-size: 16px;
    }

    .time-date {
        font-size: 14px;
        line-height: 19px;
    }

    .home-time-value p {
        font-size: 18px;
    }

    .home-time-line {
        display: none;
    }

    .home-time-value {
        margin-bottom: 16px;
    }


    .home-time-value span {
        font-size: 18px;
    }

    .home-time-description {
        font-size: 16px;
        line-height: 20px;
    }

    .home-time-list li:first-of-type::after {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}

.finance-main {
    padding: 82px 0 185px;

    margin-bottom: 30px;
}

.color-primary {
    color: #33475B;
}

.color-orange {
    color: #FF6348;
}

.finance-main__block {
    position: relative;

    display: flex;
    align-items: flex-start;

    justify-content: space-between;

    padding-right: 115px;
}

.finance-main__left {
    margin-left: -200px;
    width: 742px;

    position: relative;
}

.finance-main__left::after {
    content: '';
    display: block;
    background: #F5F8FA;

    position: absolute;
    width: 50vw;
    right: 112px;
    z-index: 0;

    top: -150px;

    height: calc(100% + 335px);
}

.finance-main__right {
    max-width: 545px;
    width: 100%;

    padding-top: 70px;
}

.finance-main__photo {
    position: relative;
    padding-top: 80.87%;
    height: 0;
}

.finance-main__photo::after {
    content: '';
    display: block;
    width: calc(100% + 16px);
    height: calc(100% + 16px);

    background-color: #fff;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.finance-main__photo img {
    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;

    border-radius: 4px;

    object-position: center;
    object-fit: cover;

    z-index: 2;
}

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

.text-semibold {
    font-weight: 600;
}

.text-medium {
    font-weight: 500;
}

.text-capitalize {
    text-transform: capitalize;
}

.content-title {
    font-size: 40px;
    line-height: calc(49 / 40);
}

.content-subtitle {
    font-size: 24px;
    line-height: 1;
}

.content-subtitle_large {
    font-size: 28px;
    line-height: calc(34 / 28);
}

.content-subtitle_small {
    font-size: 22px;
}

.content-description {
    font-size: 20px;
    line-height: calc(24 / 20);
}

.content-text {
    font-size: 18px;
    line-height: calc(22 / 18);
}

.content-text_small {
    font-size: 16px;
    line-height: calc(20 / 16);
}

.finance-main__title {
    margin-bottom: 24px;
}

.finance-main__description {
    margin-bottom: 40px;
}

.finance-main__offer {
    display: flex;
    align-items: center;

    margin-bottom: 40px;
}

.finance-main__offer-icon {
    width: 72px;
    height: 72px;

    position: relative;

    flex-shrink: 0;
}

.finance-main__offer-icon svg {
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    object-fit: contain;
}

.finance-main__offer-description {
    width: 100%;
    flex-shrink: 1;

    padding-left: 16px;
}

.finance-main__offer-text {
    margin-bottom: 8px;
}

.finance-main__actions {
    margin-bottom: 20px;
}

.finance-about {
    position: relative;
    padding: 128px 0 129px;
    background: #F5F8FA;

    min-height: 854px;
}

.finance-about__block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.finance-about__left {
    position: absolute;
    left: 0;
    bottom: 0;

    background-color: #fff;

    width: 745px;
}

.finance-about__left img {
    display: block;
    width: 100%;
}

.finance-about__invoice {
    position: absolute;
    right: -85px;
    top: 50%;
    transform: translateY(-50%);

    width: 309px;

    box-shadow: 32px 48px 48px -24px rgba(0, 0, 0, 0.16);
}

.finance-about__invoice img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.finance-about__right {
    max-width: 660px;
    width: 100%;

    background: #fff;

    padding: 56px 50px 56px 64px;
}

.finance-about__description {
    margin-bottom: 48px;
}

.finance-about__title {
    margin-bottom: 24px;
}

.finance-about__list li {
    position: relative;
    padding-left: 72px;
    padding-top: 8px;

    cursor: pointer;
}

.finance-about__list li:not(:last-of-type) {
    margin-bottom: 32px;
}

.finance-about__list-title {
    margin-bottom: 12px;
}

.finance-about__list-number {
    position: absolute;
    left: 0;
    top: 0;

    width: 40px;
    height: 40px;

    background: rgba(51, 71, 91, 0.08);
    color: #33475B;
    border-radius: 4px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: .3s;
}

.finance-about__list li:hover .finance-about__list-number,
.finance-about__list-number.active {
    color: #fff;
    background: #FF6348;
}

.finance-about__list-text {
    line-height: calc(20 / 18);
}

.finance-features {
    padding: 104px 0 74px;
}

.finance-features__title {
    max-width: 900px;
    width: 100%;

    margin: 0 auto 64px;
}

.finance-features__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;

    margin-left: -15px;
    margin-right: -15px;
}

.finance-features__list li {
    width: 25%;
    padding: 0 15px;

    display: flex;
    flex-direction: column;
    align-items: center;

    margin-bottom: 30px;
}

.finance-features__icon {
    position: relative;
    width: 120px;
    height: 120px;

    margin-bottom: 32px;
}

.finance-features__icon img {
    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;

    object-position: center;
    object-fit: contain;
}

.finance-features__list-title {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;

    margin-bottom: 16px;
}

.finance-features__list-description {
    max-width: 283px;
}

.finance-apply {
    background: #F6F8FA;
    padding: 104px 0 105px;
}

.finance-apply__content {
    max-width: 1120px;
    width: 100%;

    margin: 0 auto;
}

.finance-apply__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;

    margin-left: -15px;
    margin-right: -15px;
}

.finance-apply__col {
    width: 50%;
    padding: 0 15px;
}

.finance-apply__title {
    margin-bottom: 24px;
}

.finance-apply__description {
    max-width: 420px;
    width: 100%;

    margin-bottom: 38px;
}

.finance-apply__actions {
    margin-bottom: 40px;
}

.finance-apply__actions button {
    max-width: 254px;
    width: 100%;

    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.finance-apply__text {
    font-size: 12px;
    line-height: 1.5;
}

.finance-apply__block {
    max-width: 430px;
    width: 100%;
}

.finance-apply__offer {
    display: flex;
    align-items: center;

    margin-bottom: 32px;
}

.finance-apply__offer-icon {
    width: 48px;
    height: 48px;

    flex-shrink: 0;

    position: relative;
}

.finance-apply__offer-icon svg {
    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;
}

.finance-apply__offer-content {
    width: 100%;
    flex-shrink: 1;

    padding-left: 24px;
}

.finance-apply__offer-text {
    opacity: 0.64;
}

.finance-apply__offer-title {
    margin-bottom: 4px;
    position: relative;
    letter-spacing: 0.03em;
    top: 4px;
}

.finance-apply__list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.finance-apply__list li {
    width: 100%;
    position: relative;
}

.finance-apply__list li:not(:last-of-type) {
    margin-bottom: 4px;
}

.finance-apply__list li:not(:last-of-type)::after {
    content: 'OR';

    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;
    background: #F5F8FA;
    border: 1px solid rgba(51, 71, 91, 0.12);
    border-radius: 50%;

    font-weight: 700;
    font-size: 18px;

    position: absolute;
    left: 50%;
    bottom: -1px;
    z-index: 2;
    transform: translate(-50%, 50%);
}

.finance-apply__list-item {
    padding: 24px 24px 24px;
    background: rgba(51, 71, 91, 0.06);
    border: 1px solid rgba(51, 71, 91, 0.12);
    border-radius: 4px;

    display: flex;
    flex-direction: column;
    align-items: center;

    cursor: pointer;
}

.finance-apply__list li:first-of-type .finance-apply__list-item {
    padding-bottom: 44px;
}

.finance-apply__list li:last-of-type .finance-apply__list-item {
    padding-top: 44px;
}

.finance-apply__list-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.finance-apply__list-title span {
    margin-left: 8px;
}

.finance-apply__list-line {
    display: block;
    max-width: 242px;
    width: 100%;

    height: 1px;

    background-color: #33475B;

    position: relative;

    margin: 16px auto;
}

.finance-apply__list-line::after {
    content: '';
    display: block;
    width: 0;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;

    transition: .3s;

    background-color: #FF6348;
}

.finance-apply__list-item:hover .finance-apply__list-line::after {
    width: 100%;
}

.finance-apply__list-text {

}

.finance-apply__list-text span {
    font-weight: 700;
}

.content,
.finance-main,
.finance-about,
.finance-features,
.finance-apply {
    overflow-x: hidden;
}

@media screen and (max-width: 1750px) {
    .finance-about__left {
        left: unset;
        right: calc(50% + 140px);
    }
}

@media only screen and (max-width: 1649px) {
    .finance-main__block {
        padding-right: 0;
    }

    .content-title {
        font-size: 34px;
    }

    .content-subtitle {
        font-size: 22px;
    }

    .content-subtitle_large {
        font-size: 24px;
    }

    .content-subtitle_small {
        font-size: 21px;
    }

    .content-description {
        font-size: 18px;
    }

    .content-text {
        font-size: 17px;
    }

    .content-text_small {
        font-size: 16px;
    }

    .content-subtitle_large {
        font-size: 23px;
    }

    .finance-main__left {
        margin-left: -280px;
    }

    .finance-main__description,
    .finance-main__offer {
        margin-bottom: 36px;
    }

    .finance-main {
        padding: 75px 0 130px;
    }

    .finance-main__photo {
        padding-top: 76%;
    }

    .finance-main__left::after {
        height: calc(100% + 270px);
    }

    .finance-about {
        padding: 110px 0;
        min-height: 773px;
    }

    .finance-about__right {
        max-width: 600px;
        padding: 49px 40px 49px 53px;
    }

    .finance-about__list li {
        padding-right: 68px;
    }

    .finance-about__left {
        right: calc(50% + 195px);
    }

    .finance-about__invoice {
        width: 285px;
    }

    .finance-about__description {
        margin-bottom: 30px;
    }

    .finance-features {
        padding: 100px 0 70px;
    }

    .finance-features__title {
        margin-bottom: 50px;
    }

    .finance-features__icon {
        width: 100px;
        height: 100px;
        margin-bottom: 26px;
    }

    .finance-about__left {
        width: 680px;
    }
}

@media screen and (max-width: 1199px) {
    .content-title {
        font-size: 31px;
    }

    .content-subtitle {
        font-size: 21px;
    }

    .content-subtitle_large {
        font-size: 22px;
    }

    .content-subtitle_small {
        font-size: 19px;
    }

    .content-description {
        font-size: 17px;
    }

    .content-text {
        font-size: 16px;
    }

    .content-text_small {
        font-size: 15px;
    }


    .finance-main__right {
        max-width: 450px;
    }

    .finance-main__title {
        margin-bottom: 20px;
    }

    .finance-main__description, .finance-main__offer {
        margin-bottom: 30px;
    }

    .finance-main__offer-icon {
        width: 65px;
        height: 65px;
    }

    .finance-main {
        padding: 70px 0 120px;
    }

    .finance-main__left {
        width: 600px;
        margin-left: -157px;
    }

    .finance-about {
        padding: 85px 0;
        min-height: 690px;
    }

    .finance-about__right {
        max-width: 500px;
        padding: 40px 35px;
    }

    .finance-about__description {
        margin-bottom: 20px;
    }

    .finance-about__list-text {
        font-size: 15px;
    }

    .finance-about__list-text br {
        display: none;
    }

    .finance-features {
        padding: 85px 0 65px;
    }

    .finance-about__list li {
        padding-left: 63px;
    }

    .finance-about__left {
        width: 608px;
    }

    .finance-features__title {
        max-width: 680px;
    }

    .finance-features__list {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
    }

    .finance-features__list li {
        width: 50%;
    }

    .finance-apply {
        padding: 90px 0;
    }

    .finance-apply__actions,
    .finance-apply__description {
        margin-bottom: 30px;
    }

    .finance-apply__offer {
        margin-bottom: 25px;
    }

    .finance-apply__block {
        max-width: 380px;
    }

    .finance-apply__list-item {
        padding: 20px;
    }

    .finance-apply__list li:first-of-type .finance-apply__list-item {
        padding-bottom: 36px;
    }

    .finance-apply__list li:last-of-type .finance-apply__list-item {
        padding-top: 36px;
    }

    .finance-apply__list li:not(:last-of-type)::after {
        width: 40px;
        height: 40px;

        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .finance-main {
        padding: 60px 0 100px;
        margin-bottom: 20px;
    }

    .content-title {
        font-size: 28px;
    }

    .content-subtitle {
        font-size: 20px;
    }

    .content-subtitle_large {
        font-size: 21px;
    }

    .content-subtitle_small {
        font-size: 18px;
    }

    .content-description {
        font-size: 16px;
    }

    .content-text {
        font-size: 15px;
    }

    .finance-main__right {
        padding-top: 15px;
    }

    .finance-main__right {
        max-width: 375px;
    }

    .finance-main__left {
        width: 500px;
        margin-left: -227px;
    }

    .finance-main__left::after {
        height: calc(100% + 249px);
    }

    .finance-apply {
        padding: 80px 0;
    }

    .finance-features__title {
        max-width: 595px;
    }

    .finance-about__right {
        max-width: 375px;
        padding: 30px 24px;
    }

    .finance-about__title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .finance-about__list-number {
        width: 36px;
        height: 36px;
    }

    .finance-about__list li {
        padding: 0 0 0 59px;
    }

    .finance-about {
        padding: 70px 0;
        min-height: 600px;
    }

    .finance-about__left {
        width: 542px;
        right: calc(50% + 80px);
    }

    .finance-about__invoice {
        width: 210px;
        right: -20px;
    }
}

@media screen and (max-width: 767px) {

    .content-title {
        font-size: 24px;
    }

    .content-subtitle {
        font-size: 18px;
    }

    .content-subtitle_large {
        font-size: 20px;
    }

    .content-subtitle_small {
        font-size: 17px;
    }

    .content-description {
        font-size: 16px;
    }

    .content-text {
        font-size: 14px;
    }

    .finance-main {
        padding: 0 0 0;
        margin-bottom: 0;
    }

    .finance-main__right {
        display: flex;
        flex-direction: column;
        align-items: center;

        max-width: 315px;

        padding-top: 50px;
        padding-bottom: 40px;
    }

    .finance-main__block {
        flex-direction: column-reverse;
        align-items: center;
    }

    .finance-main__left::after {
        display: none;
    }

    .finance-main__title,
    .finance-main__description {
        text-align: center;
    }

    .finance-main__photo::after {
        display: none;
    }

    .finance-main__description, .finance-main__offer {
        margin-bottom: 24px;
    }

    .finance-main__offer-description {
        padding-left: 0;
        padding-top: 15px;
        text-align: center;
    }

    .finance-main__offer {
        flex-direction: column;
    }

    .finance-main__offer-icon {
        width: 50px;
        height: 50px;
    }

    .finance-main__left {
        width: calc(100% + 30px);
        margin-left: 0;
        left: 0;
    }

    .finance-main__photo img {
        border-radius: 0;
    }

    .finance-about {
        padding: 65px 0 0;
    }

    .finance-about__left {
        position: relative;
        bottom: unset;
        right: unset;
        width: calc(100% + 100px);
        left: -15px;
    }

    .finance-about__left > img {
        width: calc(100% - 120px);
    }

    .finance-about__right {
        margin-bottom: 50px;
    }

    .finance-about__block {
        flex-direction: column-reverse;
        align-items: center;
    }

    .finance-about__right {
        max-width: 400px;
    }

    .finance-about__title {
        margin-bottom: 16px;
    }

    .finance-about__description {
        font-size: 14px;
    }

    .finance-about__invoice {
        width: 228px;
        right: 26px;
    }

    .finance-features {
        padding: 65px 0 30px;
    }

    .finance-features__list li {
        width: 100%;
    }

    .finance-features__title {
        max-width: 306px;
        margin-bottom: 30px;
    }

    .finance-apply__row {
        flex-direction: column-reverse;
    }

    .finance-apply__col {
        width: 100%;
    }

    .finance-apply {
        padding: 60px 0;
    }

    .finance-apply__content {
        max-width: 320px;
    }

    .finance-apply__offer {
        flex-direction: column;
    }

    .finance-apply__offer-content {
        padding-top: 15px;
        padding-left: 0;
    }

    .finance-apply__offer-content {
        text-align: center;
    }

    .finance-apply__col:first-of-type {
        padding-top: 45px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .finance-apply__title,
    .finance-apply__description {
        text-align: center;
    }

    .finance-apply__title br {
        display: none;
    }

    .finance-apply__actions {
        max-width: 200px;
        width: 100%;
    }

    .finance-features__list-description {
        font-size: 14px;
        max-width: 257px;
    }
}

@media screen and (max-width: 400px) {

    .content-title {
        font-size: 23px;
    }

    .content-subtitle {
        font-size: 17px;
    }

    .content-subtitle_large {
        font-size: 19px;
    }

    .content-subtitle_small {
        font-size: 16px;
    }

    .content-description {
        font-size: 15px;
    }

    .content-text {
        font-size: 14px;
    }

    .finance-about__invoice {
        width: 204px;
    }
}

.form_or {
    text-align: center;
    font-weight: 600;
    margin-top: 6px;
}

.action__button.or {
    text-align: center;
    margin-top: 5px;
    border-radius: 3px;
    background: #33475b;
    transition: background ease-in-out .25s;
    border:none;
    position: relative;
}

.action__button.or:hover {
    background: #3b536a;
}

.action__button.or > .button {
    width:100%;
    background: transparent;
    color: #fff;
    font-weight: 600;
}