body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-height: 100%;
    flex-grow: 1;
    padding: 0;
    margin: 0;
}
button {
	font:inherit;
}
footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.swiper-wrapper {
	height: auto!important;
}
.space {
	margin-top: 120px;
}
.fault-card {
	color:inherit;
}
.content-h2 {
	margin-top: 15px;
	margin-bottom: 20px;
}
.h2 {
	margin-bottom: 50px;
}
body .table-row {
    display: table-row;
}
.popup-window {
	background: none;
	padding: 0;
}
.popup-window-close-icon:after {
	width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1746 10.0002L16.4246 4.75849C16.5815 4.60157 16.6697 4.38874 16.6697 4.16682C16.6697 3.9449 16.5815 3.73207 16.4246 3.57515C16.2677 3.41823 16.0549 3.33008 15.833 3.33008C15.611 3.33008 15.3982 3.41823 15.2413 3.57515L9.99963 8.82515L4.75796 3.57515C4.60104 3.41823 4.38821 3.33008 4.16629 3.33008C3.94437 3.33008 3.73154 3.41823 3.57462 3.57515C3.4177 3.73207 3.32955 3.9449 3.32955 4.16682C3.32955 4.38874 3.4177 4.60157 3.57462 4.75849L8.82463 10.0002L3.57462 15.2418C3.49652 15.3193 3.43452 15.4115 3.39221 15.513C3.34991 15.6146 3.32812 15.7235 3.32812 15.8335C3.32812 15.9435 3.34991 16.0524 3.39221 16.154C3.43452 16.2555 3.49652 16.3477 3.57462 16.4252C3.65209 16.5033 3.74426 16.5653 3.84581 16.6076C3.94736 16.6499 4.05628 16.6717 4.16629 16.6717C4.2763 16.6717 4.38522 16.6499 4.48677 16.6076C4.58832 16.5653 4.68049 16.5033 4.75796 16.4252L9.99963 11.1752L15.2413 16.4252C15.3188 16.5033 15.4109 16.5653 15.5125 16.6076C15.614 16.6499 15.7229 16.6717 15.833 16.6717C15.943 16.6717 16.0519 16.6499 16.1534 16.6076C16.255 16.5653 16.3472 16.5033 16.4246 16.4252C16.5027 16.3477 16.5647 16.2555 16.607 16.154C16.6493 16.0524 16.6711 15.9435 16.6711 15.8335C16.6711 15.7235 16.6493 15.6146 16.607 15.513C16.5647 15.4115 16.5027 15.3193 16.4246 15.2418L11.1746 10.0002Z' fill='%23343B4E' fill-opacity='0.3'/%3E%3C/svg%3E%0A");

}
.popup-window-close-icon {
	opacity: 1;
}
[v-cloak] {
  display: none;
}

.i-modal {
	display:none;
}
.i-modal textarea {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	height: 357px;
}
.i-modal.i-modal--active,
.i-modal--active .i-modal__overlay,
.i-modal--active .i-modal__popup {
	display:block;
}
.i-modal__overlay {
	display: none;
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.i-modal__popup {
	display: none;
	position: fixed;
	z-index: 2;
	top: 150px;
	left: 0;
	right: 0;
	padding: 57px 50px 42px 50px;
    max-width: 500px;
	margin: auto;
	border-radius: 20px;
    background: #F5F9FF;
}
.i-modal__body {
	position: relative;
}
.i-modal__close-modal {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	font-size: 0;
	background: none;
	border: none;
	cursor: pointer;
	opacity: 0.8;
	transition: opacity 0.3s;
}
.i-modal__close-modal::before,
.i-modal__close-modal::after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: #babbc1;
	position: absolute;
}
.i-modal__close-modal::before {
	transform: rotate(-45deg);
}
.i-modal__close-modal::after {
	transform: rotate(45deg);
}
.i-modal__close-modal:hover,
.i-modal__close-modal:focus {
	opacity: 1;
}
.i-modal__title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 18px;
}
@media (max-width:640px) {
	.scroll-table {
		overflow-x: scroll;
	}
body .social__item {
    margin-right: 30px;
}
}
body .main-modal {
margin: 0;
}
.iron__tab {
	margin-right: 20px;
}
@media (max-width: 1024px) {
	.iron__tab {
		margin-bottom: 14px;
		width: 100%;
	}
}
body .header__schedule {
	width: 237px;
}
.header__schedule span {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 15px;
}
.header__schedule p {
	word-break: nowrap;
	font-size: 14px;
}
body .header__garant {
	max-width: 232px;
	flex-direction: row;
	
}
.header__ord {
	margin-left: auto;
}
body .header__left {
	align-items: center;
}
body .header__garant p {
	text-align: left;
	margin-left: 12px;
}
body .header__logo small {
	width: auto;
	font-weight: 500;
	font-size: 13px;
    line-height: 16px;
}
body .header__main {	
	background: #FFF9F3;
	border: 0;
}
body .header__cnt {
	padding-top: 0;
}
body .header__logo p {
	font-weight: 400;
    font-size: 15px;
    line-height: 1.1;
    margin-top: 7px;
    color: #000000;
}
body .header__schedule strong, 
body .about-us strong,
body .header__link a, 
body .header__qwe a {
	color: rgba(13, 24, 40, 0.80);
}
@media (max-width: 570px) {
	.header__garant p {
		display: none;
	}
	body .header__left {
		align-items: center;
	}
	body .header__schedule {
		margin-top: 0;
	}
}
@media (max-width:424px) {
	
	.header__phone {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		width: auto;
		margin-left: auto;
	}
	
	body .order-status {   
		width: 160px;
		margin-bottom: 0;
	}
}
.header__menu ul li:nth-child(5):before {
	display: none;
}
.nca-cookiesaccept-line-text {
	color: #fff;
    font-size: 19px;
    line-height: 30px;
}
#nca-cookiesaccept-line-accept-btn {
	background: #fff;
    padding: 14px 35px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
}
.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text, .nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text, .nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text, .nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
	color: #fff;
}
@media (max-width: 1099px) {
	body .header__main {
		background: #00ACEC;
	}
}
body .laptop__info .btn {
	background-color:#FF993A;
	animation: pulse1 1.8s infinite;
}
@keyframes pulse1 {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 153, 58, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 153, 58, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 15px rgba(255, 153, 58, 0);
		box-shadow: 0 0 0 15px rgba(255, 153, 58, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 173, 236, 0);
		box-shadow: 0 0 0 0 rgba(0, 173, 236, 0);
	}
}
/*.ymaps-image-with-content {
	background-image: url(assets/img/baloon.svg)!important;
}*/

.clr-btn {
    border: none;
	background: none;
	cursor: pointer;
	padding: 0;
}

.s-prices__info {
    margin-bottom: 16px;
    position: relative;
    padding-left: 27px;
    font-size: 12px;
    line-height: 17px;
    font-style: italic;
    color: #0D1828;
}

.s-prices__info:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 11px;
    border-radius: 3px;
    background: #00ACEC;
}

.s-prices__info-title {
    font-weight: bold;
}

.s-prices__info-item {
    padding-left: 15px;
    position: relative;
}

.s-prices__info-item:before {
    position: absolute;
    display: block;
    content: "";
    top: 7px;
    left: 6px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #0D1828;
}

.s-prices__table {
    color: #0D1828;
}

.s-prices__table-head {
    padding: 16px;
    display: flex;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
}

.s-prices__table-head-title {
    font-size: 16px;
}

.s-prices__table-head-small-title {
    font-size: 14px;
}

.s-prices__table-body {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.s-prices__table-body:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #fff;
}

.s-prices__table-body:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
}

.s-prices__table-item {
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    align-items: center;
    padding: 9px 16px;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    border-right: 1px solid rgba(0, 0, 0, 0.20);
}

.s-prices__table-item_full {
    padding: 16px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.s-prices__table-item_bg-yellow {
    background: #FFF7EF;
}

.s-prices__table-item_bg-blue {
    background: #F5F9FF;
}

.s-prices__table-item-col-1 {
    flex: 1;
    min-width: 0;
    margin-right: 15px;
}

.s-prices__table-item-col-2 {
    flex: 0 0 auto;
    width: 92px;
    margin-right: 30px;
    text-align: center;
}

.s-prices__table-item-col-3 {
    flex: 0 0 auto;
    width: 105px;
}

.s-prices__table-item-title {
    font-size: 16px;
    margin-bottom: 6px;
}

.s-prices__table-item-title:last-child {
    margin-bottom: 0;
}

.s-prices__table-item-desc {
    font-size: 14px;
    font-style: italic;
}

.s-prices__table-request-btn {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 34px;
    font-size: 14px;
    border: 1px solid #00ACEC;
    transition: all .3s;
    font-weight: bold;
    border-radius: 10px;
    transition: all .3s;
    color: #0D1828;
}

.s-prices__table-request-btn_big {
    font-size: 16px;
    height: 60px;
    border-width: 2px;
}

@media (hover: hover) {
    .s-prices__table-request-btn:hover {
        background: #00ACEC;
        color: #fff;
    }
}

.s-prices__table-request-btn:active {
    background: #00ACEC;
    color: #fff;
}

.s-prices__table-download-btn {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 60px;
    font-size: 16px;
    border: 2px solid rgba(13, 24, 40, 0.60);
    transition: all .3s;
    font-weight: bold;
    border-radius: 10px;
    transition: all .3s;
    color: #0D1828;
}

.s-prices__table-download-btn svg {
    margin-right: 10px;
}

@media (hover: hover) {
    .s-prices__table-download-btn:hover {
        background: #00ACEC;
        color: #fff;
        border-color: #00ACEC;
    }
}

.s-prices__table-download-btn:active {
    background: #00ACEC;
    color: #fff;
    border-color: #00ACEC;
}

.s-prices__table-foot {
    display: flex;
    padding: 0 16px;
    gap: 32px;
}

.s-advantages__title {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
    color: #0D1828;
}

.s-advantages-c {
    color: #0D1828;
    display: flex;
    gap: 30px;
}

.s-advantages-l {
    flex: 1;
    min-width: 0;
    gap: 30px;
}

.s-advantages-r {
    position: relative;
    width: calc(33.3333333333% - 20px);
    flex: 0 0 auto;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden;
    padding: 0;
}

.s-advantages__certificate {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.s-advantages__img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
}

.s-advantages__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.s-advantages__item {
    flex: 0 0 auto; 
    width: calc(50% - 15px);
    padding: 10px;
    border-radius: 10px;
    background: #FFF9F3;
    font-size: 16px;
    line-height: 1.4;
}

.s-advantages__item-head {
    display: flex;
    margin-bottom: 6px;
    align-items: flex-start;
    font-weight: bold;
}

.s-advantages__item-num {
    margin-right: 6px;
    flex: 0 0 auto;
    color: #00ACEC;
}

.s-advantages__item-title {
    flex: 1;
    min-width: 0;
}

@media (max-width: 1099px) {
    .s-prices__info {
        padding-left: 16px;
    }

    .s-prices__info:before {
        width: 6px;
    }

    .s-prices__table-item {
        width: 100%;
    }

    .s-advantages-c {
        flex-direction: column;
        gap: 16px;
    }

    .s-advantages-l {
        width: 100%;
        flex: 0 0 auto;
    }

    .s-advantages-r {
        width: 100%;
    }
	
	.s-advantages__img {
        position: relative;
        height: 450px;
    }

    .s-advantages__certificate {
        width: 413px;
    }

    .s-advantages__list {
        gap: 16px;
    }

    .s-advantages__item {
        width: calc(50% - 8px);
    }
}

@media (max-width: 767px) {
    .s-prices__table-item:not(.s-prices__table-item_full) {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .s-prices__table-head .s-prices__table-item-col-3 {
        display: none;
    }

    .s-prices__table-head .s-prices__table-item-col-2 {
        margin-right: 0;
    }

    .s-prices__table-item {
        display: grid;
        align-items: start;
        grid-auto-rows: auto 1fr;
        grid-template-areas: 
            "col-1 col-2"
            "col-1 col-3"
        ;
    }

    .s-prices__table-item-col-1 {
        grid-area: col-1;
        align-self: center;
    }

    .s-prices__table-item-col-2 {
        grid-area: col-2;
        margin-right: 0;
        text-align: right;
        margin-bottom: 10px;
        width: auto;
    }

    .s-prices__table-item-col-3 {
        grid-area: col-3;
        margin-left: auto;
    }

    .s-prices__table-item_full .s-prices__table-item-col-2 {
        padding-top: 8px;
    }

    .s-prices__table-foot {
        flex-direction: column;
        gap: 15px;
    }

    .s-advantages__title {
        font-size: 28px;
    }

    .s-advantages__list {
        gap: 6px;
    }

    .s-advantages__item {
        width: 100%;
    }
	 .s-advantages__img {
        height: calc(100vw - 30px);
    }

}
#breakdown {
	padding-top: 160px;
	margin-top: -160px;
}

#price {
	padding-top: 300px;
	margin-top: -300px;
}

.s-work-types *,
.s-work-types *:before,
.s-work-types *:after {
    box-sizing: border-box;
}

.s-work-types__title {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: normal;
    font-weight: 500;
}

.s-work-types__main-title,
.s-work-types__subinfo-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
}

.s-work-types__main-info {
    display: flex;
    margin-bottom: 50px;
}

.s-work-types__main-info-l {
    flex: 1;
    min-width: 0;
}

.s-work-types__main-info-r {
    flex: 0 0 auto;
    margin-left: 80px;
}

.s-work-types__main-info-img-c {
    position: relative;
    width: 468px;
    height: 233px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.s-work-types__main-info-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-work-types__main-info-list {
    columns: 2;
}

.s-work-types__main-info-item {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    padding-left: 25px;
    font-size: 16px;
    line-height: normal;
    color: #0D1828;
    margin-bottom: 20px;
}

.s-work-types__main-info-item:last-child {
    margin-bottom: 0;
}

.s-work-types__main-info-item:before {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF993A;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.s-work-types__subinfo-title {
    margin-bottom: 10px;
}

.s-work-types__subinfo-card {
    position: relative;
    border-bottom: 1px solid rgba(72, 72, 72, 0.5);
}

.s-work-types__subinfo-card:last-child {
    border-bottom: none;
}

.s-work-types__subinfo-card-title {
    padding: 23px 0 23px 40px;
    position: relative;
    font-size: 16px;
    color: #0D1828;
    line-height: normal;
}

.s-work-types__subinfo-card-title:before {
    position: absolute;
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    background: #00ACEC;
    border: 7px solid #F5F9FF;
}

.s-work-types__subinfo-card-title.s-work-types__subinfo-card-title_bold {
    font-weight: 500;
    font-size: 20px;
}

.s-work-types__subinfo-card-about {
    margin-top: 8px;
}

.s-work-types__subinfo-card-about-item {
    margin-bottom: 25px;
}

.s-work-types__subinfo-card-about-item:last-child {
    margin-bottom: 0;
}

.s-work-types__subinfo-card-about-item-title {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 17px;
}

.s-work-types__subinfo-card-about-item-title:before {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    left: 7px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #00ACEC;
}

.s-work-types__subinfo-card-about-item-desc {
    padding-left: 40px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: #00ACEC;
}

.s-work-types__foot {
    margin-top: 20px;
    font-size: 14px;
    line-height: 19px;
    color: #484848;
}

@media (max-width: 1099px) {
    .s-work-types__title {
        font-size: 32px;
        line-height: 42px;
    }

    .s-work-types__main-info {
        flex-direction: column;
    }

    .s-work-types__main-info-l {
        width: 100%;
        margin-bottom: 30px;
    }

    .s-work-types__main-info-r {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
	#price {
		padding-top: 180px;
		margin-top: -180px;
	}
    .s-work-types__title {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 30px;
    }

    .s-work-types__main-title, .s-work-types__subinfo-title {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .s-work-types__main-info-list {
        columns: initial;
    }

    .s-work-types__main-info-item {
        padding-left: 15px;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .s-work-types__main-info-item:before {
        width: 5px;
        height: 5px;
    }

    .s-work-types__main-info-l {
        margin-bottom: 20px;
    }

    .s-work-types__main-info-img-c {
        height: 45vw;
        width: 100%;
    }

    .s-work-types__main-info {
        margin-bottom: 30px;
    }

    .s-work-types__subinfo-title {
        margin-bottom: 5px;
    }

    .s-work-types__subinfo-card-title {
        padding: 15px 0 15px 23px;
        font-size: 14px;
        line-height: 19px;
    }

    .s-work-types__subinfo-card-title:before {
        width: 13px;
        height: 13px;
        border-width: 4px;
    }

    .s-work-types__subinfo-card-title.s-work-types__subinfo-card-title_bold {
        font-size: 16px;
    }

    .s-work-types__subinfo-card-about {
        margin-top: 0;
    }

    .s-work-types__subinfo-card-about-item {
        margin-bottom: 15px;
    }

    .s-work-types__subinfo-card-about-item-title {
        padding-left: 23px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .s-work-types__subinfo-card-about-item-desc {
        padding-left: 23px;
        font-size: 16px;
    }

    .s-work-types__subinfo-card-about-item-title:before {
        width: 8px;
        left: 2px;
    }
}
.advantages__swiper-bullets {
    display: none;
}

.advantages-card {
    padding: 20px;
    border-radius: 20px;
    background: #F5F9FF;
    height: 100%;
}

.advantages-card.advantages-card_bg-alt {
    background: #FFF9F3;
}

.advantages-card__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #0D1828;
    margin-bottom: 15px;
}

.advantages-card__desc {
    font-size: 16px;
    line-height: 1.2;
    color: #0D1828;
}

.advantages-card__img-c {
    height: 51px;
    margin-bottom: 15px;
    display: flex;
}

.advantages-card__img {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
}
 
@media (min-width: 768px) {
    .advantages__swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 40px 30px;
    }
    
    .advantages__swiper-slide {
        flex: 0 0 auto;
        width: calc((100%/3) - ((30px)*2/3));
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .advantages__swiper-wrapper {
        gap: 20px;
    }

    .advantages__swiper-slide {
        flex: 0 0 auto;
        width: calc((100%/2) - ((20px)*1/2));
    }
}

@media (max-width: 767px) {    
    .advantages__swiper-c {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
    }

    .advantages__swiper.swiper {
        overflow: visible;
    }

    .advantages__swiper-wrapper {
        display: flex;
    }

    .advantages__swiper-bullets {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .advantages__swiper-bullets .swiper-pagination-bullet {
        margin: 0 !important;
        margin-right: 10px !important;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #00ACEC;
        opacity: 1;
    }

    .advantages__swiper-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #00ACEC;
    }

    .advantages__swiper-slide {
        flex: 0 0 auto;
    }

    .advantages-card__title {
        font-size: 16px;
    }
    
    .advantages-card__desc {
        font-size: 14px;
    }
}
.s-how {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #F5F9FF url('../../../upload/how-images/how-we-work-bg.svg');
}

.s-how__list {
    display: flex;
    gap: 0 54px;
    padding: 14px 15px 27px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: rgba(255, 255, 255, 0.50);
}

.s-how__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    width: calc((100%/6) - ((54px)*5/6));
}

.s-how__item_pt-5 {
    padding-top: 5px;
}

.s-how__item:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    margin-left: 20px;
    width: 17px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='25' viewBox='0 0 17 25' fill='none'%3E%3Cpath d='M1.5 23.5L14.5 12.5L1.5 1.5' stroke='%23CAE4FF' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.s-how__item:last-child:before {
    display: none;
}

.s-how__item.s-how__item_big {
    flex: 1.2;
    padding-left: 30px;
    padding-right: 30px;
}

.s-how__item.s-how__item_big:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -27px;
    top: -28px;
    left: 0;
    right: 0;
    border-radius: 24px 24px 0px 0px;
    border: 1px solid #FF993A;
    background: #FFF9F3;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.s-how__item.s-how__item_big .s-how__item-icon-c {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
}

.s-how__item.s-how__item_big .s-how__item-title {
    font-size: 16px;
    line-height: normal;
}

.s-how__item-icon-c {
    border-radius: 9px;
    border: 1px solid #F2F2F2;
    background: #FDFEFF;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.s-how__item-icon {
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.s-how__item-title {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
}

.s-steps {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}

.s-steps-slider-c {
    position: relative;
}

.s-steps-slider {
    overflow: visible;
}

.s-steps-slider__bullets {
    display: none;
}

.s-steps-slider__slide {
    width: 300px;
    height: auto;
}

.s-steps-slider__slide_big {
    width: 520px;
}

.s-steps__card {
    height: 100%;
    display: flex;
    padding: 20px;
    background-color: #F5F9FF;
    border-radius: 20px;
    flex-direction: column;
}

.s-steps__card-num {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    color: #0D1828;
}

.s-steps__card-desc {
    font-size: 14px;
    line-height: 19px;
}

.s-steps__card-desc a {
    color: #00ACEC;
    text-decoration: underline;
}

.s-steps__card-info-list {
    margin-top: 15px;
}

.s-steps__card-info-item {
    position: relative;
    font-size: 14px;
    line-height: 19px;
    padding-left: 15px;
}

.s-steps__card-info-item:before {
    position: absolute;
    display: block;
    content: "";
    top: 7px;
    left: 4px;
    width: 3px;
    height: 3px;
    background: #0D1828;
    border-radius: 50%;
}

.s-steps__card-foot {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-top: auto;
    padding-top: 10px;
}

.s-steps__card-icon-c {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-steps__card-icon {
    flex: 0 0 auto;
}

.s-steps__card-btn {
    outline: none;
    border: none;
    background: #FF993A;
    border-radius: 15px;
    height: 40px;
    min-width: 170px;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: all .3s;
}

@media (hover:hover) {
    .s-steps__card-btn:hover {
        background: rgba(255, 153, 58, 0.50);
    }
}

.s-steps__card-btn:active {
    background-color: #F57600;
}

@media (max-width: 1299px) {
    .s-how__list {
        gap: 0 35px;
    }

    .s-how__item.s-how__item_big {
        padding-left: 15px;
        padding-right: 15px;
    }

    .s-how__item:before {
        margin-left: 10px;
    }
}

@media (max-width: 991px) { 
    .s-how__list {
        flex-direction: column;
        gap: 25px 0;   
        padding: 15px;
    }

    .s-how__item {
        width: 100%;
        padding-top: 0;
        flex: 0 0 auto;
        flex-direction: row;
        align-items: center;
    }

    .s-how__item-icon-c {
        margin-bottom: 0;
        margin-right: 10px;
        flex: 0 0 auto;
    }

    .s-how__item:before {
        top: 100%;
        transform: translateX(-50%);
        left: 50%;
        margin-left: 0;
        margin-top: 10px;
        width: 18px;
        height: 10px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'%3E%3Cpath d='M1.5 2L9 8L16.5 2' stroke='%23CAE4FF' stroke-width='2.04545' stroke-linecap='round'/%3E%3C/svg%3E");
    }

    .s-how__item.s-how__item_big {
        padding: 15px 0;
    }

    .s-how__item.s-how__item_big .s-how__item-icon-c {
        margin-bottom: 0;
        width: 50px;
        height: 50px;
    }

    .s-how__item.s-how__item_big .s-how__item-title {
        font-size: 14px;
        line-height: 19px;
    }

    .s-how__item.s-how__item_big::after {
        border-radius: 24px;
        left: -20px;
        right: -20px;
        top: 0;
        bottom: 0;
    }

    .s-how__item-title {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .s-how {
        padding-top: 30px;
        padding-bottom: 30px;
        background-size: 100%;
    }

    .s-how__title {
        margin-bottom: 30px;
    }
        
    .s-how__item.s-how__item_big {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .s-steps {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .s-steps__title {
        margin-bottom: 30px;
    }

    .s-steps-slider__slide {
        width: 100%;
    }

    .s-steps__card-icon-c {
        width: 40px;
        height: 40px;
    }

    .s-steps__card-icon {
        scale: 0.7;
    }

    .s-steps-slider__bullets {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .s-steps-slider__bullets .swiper-pagination-bullet {
        margin: 0 !important;
        margin-right: 10px !important;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #00ACEC;
        opacity: 1;
    }

    .s-steps-slider__bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #00ACEC;
    }
}
.n-hero__content-info-item {
	min-width: 275px;
}
.simple-form__wrapper .main-modal__label {
    color: #6a5a5a;
    font-size: 15px;
    margin-bottom: 10px;
}
