@font-face {
    font-family: Gilroy-Medium;
    src: url(../fonts/Gilroy-Medium.ttf); 
}
@font-face {
    font-family: Inter-Bold;
    src: url(../fonts/Inter-Bold.ttf); 
}
@font-face {
    font-family: Inter-SemiBold;
    src: url(../fonts/Inter-SemiBold.ttf); 
}
@font-face {
    font-family: Inter-Medium;
    src: url(../fonts/Inter-Medium.ttf); 
}
@font-face {
    font-family: Inter-Regular;
    src: url(../fonts/Inter-Regular.ttf); 
}
@font-face {
    font-family: Inter-Light;
    src: url(../fonts/Inter-Light.ttf); 
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.ttf); 
}


* {
    box-sizing: border-box;
}
p {
    line-height: 120%;
}
body {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Inter-Regular;
}
.form_errors_text font.errortext {
	color: #fff !important;
}
.form_errors_text p {
	margin: 0;
}
header {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 36px 0 0 0;
}
header nav {
    display: grid;
    grid-auto-flow: column;
    gap: 20px;
}
nav a {
    font-family: Inter-Regular;
    color: #040404;
    text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
}
nav a:hover {
    color: #F12028;
}
section {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
main {
    position: relative;
}
header.fixed {
	position: fixed;
    top: 36px;
    z-index: 10;
}
main.fixed {
	margin-top: 130px;
}
.flex {
    display: flex;
}
.hide {
    display: none;
}
.greyBackground {
	background-color: #F9F9F9;
}
div.mf-ok-text {
	color: #fff !important;
}
footer {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
}
.section_wrapper {
    width: 100%;
    display: grid;
    justify-items: center;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1660px;
    
}
.container_overflow {
    overflow: hidden;
}
.slider_mobile_container {
    position: relative;
    width: 100%;
    max-width: 1660px;
}
/* .slider_mobile_container .advantages_item {
    height: 80vw;
} */

.container_overflowHidden {
    overflow: hidden;
}
.container_grid {
    display: grid;
}
.justify_content_between {
    justify-content: space-between; 
}
.justify_items_center {
    justify-items: center;
}
.justify_items_start {
    justify-items: start;
}
.grid_flow_column {
    grid-auto-flow: column;
}
.grid_flow_row {
    grid-auto-flow: row;
}
.align_items_center {
    align-items: center;
}
.align_content_center {
    align-content: center;
}


.header_logo-nav_group {
    display: flex;
    gap: 30px;
    align-items: center;
}

.header_logo-nav_group .logo {
	width: 189px;
}

.header_contact_group {
    font-family: Gilroy-Medium;
    color: #040404;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.header_phone_wrapper {
    position: relative;
    transition: 0.3s;
}
.header_phone_wrapper > a {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 8px 23px;
    border-radius: 20px;
}
.header_phone_wrapper > a > img {
    width: 9px;
    height: 4.5px;
}
.header_phone_wrapper > a:hover {
    background-color: #F12028;
    color: #fff!important;
    
}
.header_phone_wrapper:hover > a > img {
    filter: brightness(0) saturate(100%) invert(75%) sepia(69%) saturate(26%) hue-rotate(161deg) brightness(115%) contrast(111%);
}

.header_phone_list {
    box-shadow: 0 0 10px rgb(46 44 44 / 15%);
    z-index: 2;
    position: absolute;
    padding: 25px 14px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0;
    display: grid;
    gap: 30px;
    display: none;
    top: 40px;
    width: 214px;
}
/*.header_phone_wrapper:hover .header_phone_list {
    display: grid;
}*/
.header_phone_list > li {
    list-style-type: none;
    white-space: nowrap;
    
}
.header_phone_list > li > a {
    white-space: nowrap;
}
.header_contact_group a {
    font-family: Inter-Regular;   
    color: #040404;
    text-decoration: none;
    font-size: 16px;
}
.header_phone_list_itemWrapper {
    display: grid;
    grid-auto-flow: row;
    gap: 5px;
    font-family: Inter-Light;
    font-size: 14px;
}
.header_phone_list_itemWrapper > a {
    position: relative;
    margin-left: 20px;
}
.header_phone_list_itemWrapper > a::before {
    content: "";
    width: 16px;
    height: 16px;
    left: -21px;
    position: absolute;
    background-image: url(../img/icons/black_phone.svg);
    background-size: contain;
}
.header_contact_group a:hover {
    color: #F12028;
}
.header_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(34,34,34,.3);
    border-radius: 25px;
    padding: 35px 60px;
    background-color: #fff;
}
.geo_list_wrapper_title {
    color: #040404;
    font-family: Inter-Medium;
    font-size: 16px;
    position: relative;
    display: grid;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 26px;
}
/*.geo_list_wrapper_title::before {
    content: "";
    width: 21px;
    height: 16px;
    left: -24px;
    background-image: url(../img/icons/arrow-left.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}*/
.geo_list_group {
    position: relative;
    margin-right: 20px;
    display: none;
}
.geo_list_wrapper {
    position: absolute;
    display: none;
    top: 30px;
    width: 369px;
    z-index: 10;
    background: #fff;
    border-radius: 25px;
    padding: 28px 36px 48px 22px;
    box-shadow: 0 0 10px rgb(46 44 44 / 15%);
}
.geo_list_wrapper > input {
    border: 1px solid #F12028;
    border-radius: 32px;
    padding: 10px 24px;
    width: 100%;
    font-size: 14px;
    font-family: Inter-Regular;
    margin-bottom: 16px;
}
.citys_list {
    display: grid;
    grid-auto-flow: row;
    padding: 0;
    margin: 0;
    gap: 22px;
}
.citys_list > li {
    list-style-type: none;
    font-size: 14px;
    font-family: Inter-Regular;
    font-weight: normal;
    cursor: pointer;
}
.citys_list > li:hover {
    font-family: Inter-Bold;
}

.geo_list_title {
    position: relative;
    display: grid;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    font-family: Inter-Regular;
}
.geo_list_title > img {
    display: none;
}
.geo_list_title::after {
    content: "";
    width: 9px;
    right: -15px;
    height: 5px;
    background-image: url(../img/icons/drop_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}


.main_title_section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
    height: 837px;
    display: flex;
    justify-content: center;
    margin-bottom: 75px;
}
h1 {
    font-family: Inter-Bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    margin: 0;
}
.main_title_item {
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 43px 63px;
    background-color: rgba(255,255,255,.2);
    display: grid;
    gap: 20px;
    margin-bottom: 86px;
}
.main_title_item_subtitle {
    color: #fff;
    font-family: Gilroy-Medium;
    font-size: 24px;
    text-align: center;
}
.main_title_group {
    width: 820px;
    margin-top: 190px;
}
.tel_wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.tel_wrapper::before {
    content: "";
    background-image: url(../img/icons/russia.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    position: absolute;
    left: 33px;
}

.main_title_form {
	
}

.main_title_inputs {
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.main_title_form .main_title_inputs input[type=text] {
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 25px;
    border: 0;
    width: 100%;
    font-family: Inter-Regular;
    font-size: 16px;
}

.tel_wrapper input {
    padding: 20px 33px 20px 67px !important;
    background-color: #fff;
    border-radius: 25px;
    border: 0;
    font-size: 16px;
    width: 100%;
    font-family: Inter-Regular;
}
input[type=submit] {
    cursor: pointer;
}
.main_title_form > input[type=submit] {
	-webkit-appearance: none;
    width: 220px;
    height: 222px;
    -webkit-border-radius: 120px;
-moz-border-radius: 120px;
    border-radius: 120px;
    background-color: #F12028;
    color: #fff;
    border: 0;
    justify-content: center;
    font-size: 14px;
    font-family: Inter-Bold;
    text-transform: uppercase;
    border: 20px solid #fff;
    margin: auto;
    cursor: pointer;
    display: flex;
    margin-top: 15px;
    white-space: normal;
    padding-inline: 0;
}
.main_title_form > input[type=submit]:hover {
    background-color: #F93B42;
}
.form_slide_input_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 0 100px;
}
.form_slide_input_group input {
    padding: 15px 20px 15px 55px;
    background-color: #fff;
    border-radius: 25px;
    border: 0;
    width: 100%;
    border: 1px solid #040404;
}
.form_slide_input_group input[type=submit] {
    background-color: #F12028;
    border-radius: 30px;
    padding: 15px 20px;
    color: #fff;
    grid-column: 2/3;
    border: 0;
    width: 80%;
    justify-self: center;
}

h2 {
    font-family: Inter-Bold;
    font-size: 40px;
    color: #040404;
    margin-top: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 63px;
}
.title_send {
    font-family: Inter-Bold;
    font-size: 40px;
    color: #040404;
    display: none;
    margin-top: 0;
    width: 100%;
    text-align: left;
}
.form_slider_btn {
    border: 1px solid #F12028;
    color: #F12028;
    padding: 22px 34px;
    font-size: 16px;
    font-family: Inter-Bold;
    border-radius: 40px;
    text-transform: uppercase;
    gap: 15px;
    align-items: center;
}
.form_slider_btn img {
    width: 15px;
    height: 15px;
}
.form_slider_btn:hover {
    background-color: #F12028;
    color: #fff;
}
.form_slider_btn:hover > img {
    filter: brightness(0) saturate(100%) invert(75%) sepia(69%) saturate(26%) hue-rotate(161deg) brightness(115%) contrast(111%);
}
.form_slider_nav {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.form_slider_group {
    margin-bottom: 60px;
}
.form_slider_group > img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.form_slide_item .form_slide_item_fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}


.service_list_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 22px;
}
.service_list_item {
    box-shadow: 0px 10px 60px 0px rgb(38 45 118 / 8%);
    border-radius: 20px;
    padding: 60px  43px;
}

.service_list_item_title {
    font-family: Inter-Bold;
    font-size: 30px;
    color: #040404;
    margin-bottom: 23px;
}
.service_list_item > p {
    font-family: Inter-Light;
    font-size: 16px;
    line-height: 120%;
    color: #040404;
    margin: 0;
    text-align: left;
    margin-bottom: 23px;
}
.service_list_item_days {
    font-family: Inter-Light;
    font-size: 16px;
    line-height: 120%;
    color: #040404;
    position: relative;
    display: grid;
    align-items: center;
    padding-left: 35px;
    margin-bottom: 23px;
}
.service_list_item_days::before {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(../img/icons/clock_b.svg);
    background-size: cover;
    position: absolute;
}
.service_list_item_price {
    font-family: Inter-Regular;
    line-height: 120%;
    color: #040404;
    font-size: 32px;
    margin-bottom: 30px;
}
.btn_more {
    padding: 20px 0;
    border-radius: 30px;
    border: 1px solid #F12028;
    background-color: #fff;
    color: #F12028;
    font-family: Inter-Bold;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    width: 248px;
    font-size: 16px;
}
.btn_more:hover {
    border: 1px solid #F93B42;
    color: #F93B42;
}
.btn {
    padding: 20px 0;
    border-radius: 30px;
    background-color: #F12028;
    color: #fff;
    font-family: Inter-Bold;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    width: 248px;
}
.btn:hover {
    background-color: #F93B42;
}
.btn_more:hover {
    border: 1px solid #F93B42;
    color: #F93B42;
}

.service_list_section {
	padding-bottom: 70px;
	padding-top: 70px;
}
.tariff_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.tariff_section {
    padding: 83px 0 95px;
    margin: 0;
}
.tariff_item {
    background-color: #fff;
    border-radius: 20px;
    padding: 23px;
    box-shadow: 0px 10px 60px 0px rgb(38 45 118 / 8%);
}
.tariff_item_title {
    font-family: Inter-Bold;
    font-size: 30px;
    color: #040404;
    position: relative;
    display: grid;
    align-items: center;
    margin-bottom: 40px;
}
.tariff_item_title_icon::after {
    content: '';
    background-image: url(../img/icons/popular_icons.svg);
    width: 109px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 142px;
}
.tariff_item > p {
    font-family: Inter-Light;
    font-size: 16px;
    line-height: 120%;
    color: #040404;
    margin: 0;
    margin-bottom: 30px;
}
.tariff_item_list {
    padding: 0;
    margin: 0;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #040404;
    padding-left: 18px;
    margin-bottom: 30px;
}
.tariff_item_list > li {
    list-style-type: none;
    display: flex;
    position: relative;
    margin-bottom: 10px;
    align-items: center;
}
.tariff_item_list > li::before {
    content: "";
    background-image: url(../img/icons/check.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -18px;
}
.tariff_item_price {
    font-family: Inter-Regular;
    line-height: 120%;
    color: #040404;
    font-size: 32px;
    margin-bottom: 35px;
}

.for_whom_section {
	padding-top: 55px;
    padding-bottom: 75px;
}

.for_whom_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 20px;
}
.for_whom_item {
    box-shadow: 0 0 10px rgb(46 44 44 / 15%);
    border-radius: 20px;
    padding-bottom: 61px;
}
/*.for_whom_item > img {
    width: 100%;
}*/
.for_whom_item_title {
    margin: 32px 31px 24px 31px;
    text-align: left;
}
.for_whom_item_img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 202px;
	width: 100%;
	border-radius: 20px 20px 0 0;
}
.for_whom_item > p {
    margin: 0 31px;
    text-align: left;
}
.for_whom_item_title {
    font-family: Inter-Bold;
    font-size: 30px;
    color: #040404;
}
.for_whom_item > p {
    font-family: Inter-Light;
    font-size: 16px;
    color: #040404;
}

.form1, .form2 {
	padding: 75px 0 143px;
}

.section_form_group_free {
    padding: 122px 206px 0 206px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 476px;
    border-radius: 20px;
}
.section_form_group {
    padding: 109px 206px 0 206px;
    background-size: cover;
    height: 476px;
    background-repeat: no-repeat;
    border-radius: 20px;
    background-position: center;
}
.section_form > input[type=submit] {
	-webkit-appearance: none;
    width: 220px;
    height: 222px;
        -webkit-border-radius: 120px;
-moz-border-radius: 120px;
    border-radius: 120px;
    background-color: #F12028;
    color: #fff;
    border: 0;
    display: block;
    font-size: 14px;
    font-family: Inter-Bold;
    text-transform: uppercase;
    border: 20px solid #fff;
    margin: auto;
    margin-top: 33px;
    cursor: pointer;
    white-space: normal;
    padding-inline: 0;
}
.section_form > input[type=submit]:hover {
    background-color: #F93B42;
}
.section_form .section_form_inputs > input[type=text] {
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 25px;
    border: 0;
    font-family: Inter-Regular;
    font-size: 16px;
    width: 100%;
}
.section_form .consent_text {
    margin-top: 20px;
}
.section_form {
    
}
.section_form_group_title {
    font-family: Inter-Bold;
    color: #fff;
    font-size: 40px;
}
.section_form_group_subtitle {
    font-family: Gilroy-Medium;
    color: #fff;
    font-size: 24px;
    margin: 13px 0 25px 0;
    width: 600px;
}
.section_form_inputs {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.main_title_form .consent_text {
    margin-top: 13px;
}
.consent_text {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: Montserrat-Regular;
}


.about_company_section {
    padding: 144px 0 86px;
    margin: 0;
}
.about_company_group {
    display: flex;
    gap: 160px;
}
.about_company_group > img {
    object-fit: cover;
    border-radius: 20px;
    width: 45%;
}

.about_company_content_item {
    margin: 0;
    font-family: Inter-Light;
    font-size: 16px;
    color: #040404;
    position: relative;
    width: 600px;
    margin-bottom: 20px;
}

.about_company_content_item:nth-child(3) {
    border-left: 1px solid #F12028;
    padding-left: 15px;
}

.about_company_inner {
	
}

.about_company_quote {
	margin-top: 29px;
	margin-bottom: 42px;
}

.about_company_quote img {
	width: 34px;
	height: 27px;
}

.about_company_advantages_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 121px;
    margin-top: 60px;
}
.about_company_advantages_item {
    text-align: center;
}

.about_company_advantages_item_title {
    font-family: Inter-Bold;
    color: #040404;
    font-size: 45px;
    margin-bottom: 16px;
    letter-spacing: -1.8px;
}
.about_company_advantages_item > p {
    font-family: Inter-Regular;
    color: #040404;
    font-size: 17px;
    margin: 0;
}

.team_section {
	padding-top: 150px;
    padding-bottom: 150px;
}

.team_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.team_item {
	
}
.team_item .team_item_img {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}
.team_item > .position {
    color: #F12028;
    font-family: Inter-Medium;
    font-size: 16px;
    margin: 20px 0 10px;
}
.employee_name {
    color: #040404;
    font-family: Inter-Bold;
    font-size: 30px;
}



.adv_item {
    position: relative;
}
.adv_item .adv_icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    justify-content: center;
    align-items: center;
    background-color: #F12028;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}
.adv_item .adv_icon img {
    width: 40px;
    height: 40px;
}
.adv_item .adv_core {
    height: 260px;
    margin-top: 107px;
    border-radius: 20px;
    border: 0;
    background-color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(46, 44, 44, 0.15);
}
.adv_item .adv_core .vpukl {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    width: 160px;
    height: 160px;
    margin: auto;
}
.adv_item .zaglushka {
    position: absolute;
    background-color: #F9F9F9;
    width: 145px;
    height: 20px;
    top: 88px;
    z-index: 2;
    left: 0;
    border-radius: 5px;
    right: 0;
    margin: auto;
}
.adv_item .adv_core .adv_texts,
.stg_item .stg_core .stg_texts {
    font-family: Inter-Light;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 300;
    color: #040404;
}
.adv_item .adv_core .adv_texts {
    text-align: center;
    margin-top: 82px;
    padding: 0px 13px;
}
.adv_item .adv_core .adv_texts .adv_text1,
.stg_item .stg_core .stg_texts .stg_text1 {
    font-size: 30px;
    line-height: 36.31px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: Inter-Bold;
}




/************ Преимущества *******************/
.advantages_section {
    margin: 0;
    padding: 150px 0;
}

.advantages_section .swiper-slide {
    background-color: #F9F9F9;
}

.advantages_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    
    margin-top: 60px;
}
.advantages_item_title {
    font-family: Inter-Bold;
    font-size: 25px;
    color: #040404;
}
.advantages_item {
    display: grid;
    grid-auto-flow: row;
    gap: 10px;
    justify-items: center;
    align-content: start;
    text-align: center;
    padding: 142px 20px 20px 20px;
    height: 311px;
    /* background-image: url(../img/backgrounds/advantages_item.svg); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.advantages_item:nth-child(1) {
    background-image: url(../img/backgrounds/advantages/1.png);
}
.advantages_item:nth-child(2) {
    background-image: url(../img/backgrounds/advantages/2.png);
}
.advantages_item:nth-child(3) {
    background-image: url(../img/backgrounds/advantages/3.png);
}
.advantages_item:nth-child(4) {
    background-image: url(../img/backgrounds/advantages/4.png);
}
/* .advantages_item:nth-child(1)::before {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(../img/icons/advantage_1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -65px;
    margin-left: -6px;
}
.advantages_item:nth-child(2)::before {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(../img/icons/advantage_2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -65px;
    margin-left: -6px;
}
.advantages_item:nth-child(3)::before {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(../img/icons/advantage_3.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -65px;
    margin-left: -6px;
}
.advantages_item:nth-child(4)::before {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(../img/icons/advantage_4.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -65px;
    margin-left: -6px;
} */

.advantages_item > p {
    margin: 0;
    font-family: Inter-Light;
    color: #040404;
}

.stages_section {
	padding-top: 150px;
    padding-bottom: 75px;
}

.stg_item {
    position: relative;
}
.stg_item .stg_num {
    width: 100px;
    height: 100px;
    font-family: Inter-Bold;
    font-size: 40px;
    line-height: 48.41px;
    font-weight: 700;
    color: white;
    border-radius: 50%;
    position: absolute;
    justify-content: center;
    align-items: center;
    background-color: #F12028;
    top: 150px;
    left: 0;
    z-index: 3;
}
.stg_item .stg_core {
    width: 490px;
    height: 400px;
    border-radius: 20px;
    border: 0;
    background-color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgb(46 44 44 / 15%);
    margin-left: 50px;
    padding-left: 90px;
    padding-right: 40px;
    text-align: left;
    display: flex;
    align-items: center;
}
.stg_item .stg_core .vpukl {
    position: absolute;
    top: 130px;
    left: -65px;
    width: 140px;
    height: 140px;
}
.stg_item .zaglushka {
    position: absolute;
    background-color: white;
    width: 20px;
    height: 140px;
    top: 130px;
    left: 30px;
    z-index: 2;
    border-radius: 5px;
}



.stages_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.stages_group_item img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}



.stage_group_item_title {
    color: #040404;
    font-size: 30px;
    font-family: Inter-Bold;
}
.stages_group_item > p {
    font-family: Inter-Light;
    font-size: 16px;
    color: #040404;
    text-align: left;
}
/* .stages_group_item:nth-child(1)::before {
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(../img/icons/stages_icon1.svg);
    background-size: contain;
    position: absolute;
    left: 0;
}
.stages_group_item:nth-child(2)::before {
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(../img/icons/stages_icon2.svg);
    background-size: contain;
    position: absolute;
    left: 0;
}
.stages_group_item:nth-child(5)::before {
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(../img/icons/stages_icon3.svg);
    background-size: contain;
    position: absolute;
    left: 0;
}
.stages_group_item:nth-child(6)::before {
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(../img/icons/stages_icon4.svg);
    background-size: contain;
    position: absolute;
    left: 0;
} */

.portfolio_hidden {
	display: none;
}
.portfolio_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
    margin-bottom: 60px;
}
.portfolio_item {
    padding-bottom: 69px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgb(46 44 44 / 15%);
}
.portfolio_item > .btn {
    margin: auto;
}
.portfolio_item > img {
    width: 100%;
    
}
.portfolio_item_content_group {
    padding: 40px 30px;
    display: grid;
    justify-items: start;
}
.portfolio_item_content_group > p {
    font-family: Inter-Light;
    color: #7B7B7B;
    font-size: 16px;
    text-align: left;
    margin: 10px 0 60px;
    height: 60px;
}
.portfolio_item_title {
    font-size: 30px;
    font-family: Inter-Bold;
    text-align: left;
}
.portfolio_item_lable {
    border: 1px solid #040404;
    padding: 3px 18px;
    border-radius: 20px;
    font-family: Inter-Regular;
    font-size: 12px;
    margin-bottom: 18px;
}
.portfolio_item_content_list {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 40px;
}
.portfolio_item_content_list > li {
    list-style-type: none;
    font-family: Inter-Light;
    font-size: 16px;
    color: #040404;
    display: grid;
    align-items: center;
    position: relative;
    padding-left: 40px;
}
.portfolio_item_content_list > li:nth-child(1)::before {
    content: '';
    width: 34px;
    height: 34px;
    background-image: url(../img/icons/clock.svg);
    background-size: cover;
    position: absolute;
}
.portfolio_item_content_list > li:nth-child(2)::before {
    content: '';
    width: 34px;
    height: 34px;
    background-image: url(../img/icons/ruble.svg);
    background-size: cover;
    position: absolute;
}
.portfolio_section {
    padding: 143px 0 75px;
}


/************ Мы предлагаем *******************/
.offering {
	padding-top: 75px;
}

.offering_group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 75px;
}
.offering_group_item img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.offering_group_item_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 84px;
    column-gap: 84px;
    padding: 0;
    margin: 0;
    padding-top: 25px;

}
.offering_group_item_list .offering_group_item_li {
    list-style-type: none;
    position: relative;
    padding: 40px 0 0 0;
}
.offering_group_item_list .offering_group_item_li p {
    font-family: Inter-Light;
    font-size: 16px;
}
.offering_group_item_list_title {
    font-size: 30px;
    font-family: Inter-Bold;
    color: #040404;
    margin-top: 10px;
}
.offering_group_item_list .offering_group_item_li .icon {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: cover;
    top: 0;
}

.offering_group_mob {
	display: none;
}

.offering_group_desc {
	display: block;
}


.slider_control {
    display: flex;
    gap: 50px;
    margin: 40px 0 0 0;
}
.slider_control.hideP {
	display: none;
	z-index: 100;
    position: relative;
}
.slider_control.hideT {
	display: none;
	z-index: 100;
    position: relative;
}
.slider_control_w {
    width: 100%;
}

.next {
    cursor: pointer;
    pointer-events: all;
}
.prev {
    cursor: pointer;
    pointer-events: all;
}
.greyFilter {
    filter: brightness(0) saturate(100%) invert(50%) sepia(10%) saturate(10%) hue-rotate(96deg) brightness(95%) contrast(86%);
}

.checkbox_wrapper {
    border: 1px solid #040404;
    border-radius: 400px;
    padding: 28px 70px;
    font-family: Inter-Light; 
    font-size: 16px;
    color: #040404;
    position: relative;
    cursor: pointer;
}

.for {
    position: relative;
    padding-left: 34px;
}

.checkbox_wrapper input[type=radio], .checkbox_wrapper input[type=checkbox] {
    opacity: 0;
    position: absolute;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  width: 24px;
	height: 24px;
  border: 1px solid #7B7B7B;
	border-radius: 50%;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
/*.form_slide_item_fields label:hover input ~ .checkmark {
  background-color: #fff;
}*/

/* When the checkbox is checked, add a blue background */
/*.form_slide_item_fields label input:checked ~ .checkmark {
  background-color: #fff;
}*/

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form_slide_item_fields label input:checked ~ .checkmark {
	border: 1px solid #F12028;
}

.form_slide_item_fields label input:checked ~ .checkmark:after {
  display: block;
}

.form_slide_item_fields label input:checked .quiz_text {
	font-weight: bold;
}

/* Style the checkmark/indicator */
.form_slide_item_fields label .checkmark:after {
	left: 3px;
    top: 3px;
    width: 14px;
    height: 14px;
	padding: 0;
	border-radius: 50%;
 	border: 1px solid #F12028;
    background: #f12028;
}

/*

.checkbox_wrapper input[type=radio]:disabled+.for::before {
    border: 1px solid #7B7B7B;
    background: #fff;
}
*/

.slider_form {
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
    margin-top: 80px;
}

.swiper {
    position: relative;
    width: 100%;
    /* max-width: 1680px; */
    height: auto;
    overflow: unset;
    
}
/* .swiper.s-height {
    height: 500px;
} */
.swiper.mySwiper3 {
    /* height: 70px; */
}
.section_wrapper .swiper .swiper_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48.41px;
    color: #040404;
    font-family: Inter-Bold;
    margin-bottom: 56px;
}
.slider_mobile_container .swiper-wrapper {
    height: auto;
}
.swiper.mySwiper3 .swiper-slide {
    border: 0!important;
    display: flex;
    align-items: center;
}
.mySwiper3 > .swiper-wrapper {
    height: 52px!important;
}
.swiper-wrapper {
    /* padding: 10px 10px 10px 10px; */
    overflow: visible;
    height: auto;
    max-width: 1660px; 
    display: grid;
    grid-auto-flow: column;
}
.slider_control_w  {
    margin-top: -60px;
}
.slider_control_w > div {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #F12028;
    justify-content: center;
    align-items: center;
}
.slider_control_w > div:hover {
    background-color: #F12028;
}
.slider_control_w > div:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(16%) saturate(2%) hue-rotate(194deg) brightness(113%) contrast(100%);
}

.slider_control_w .next {
    transform: rotate(180deg);
	position: absolute;
	right: 0;
	bottom: 75px;
}

/*.slider_control_w .prev {
	position: absolute;
	left: 0;
	top: 95px;
}*/

.swiper-slide {
    /*height: 99%!important;*/
    /* margin-left: 1px; */
    /* border-radius: 20px; */
    /* padding: 50px; */
    /* width: 34%; */
    /* box-shadow: 0 0 10px rgb(46 44 44 / 15%); */
    /*text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;*/
}
.swiper-slide .sl-noBorder {
    border: 0;
    border-radius: 0;
}
.mySwiper3 > .swiper-slide.sl-noBorder {
    box-shadow: unset!important;
}
.swiper-button-next {
    left: 60px!important;
    margin-top: 200px!important;
}
.swiper-button-prev {
    left: 0!important;
    margin-top: 200px!important;
}
.section_wrapper .comment_video_button {
    width: 248px;
    height: 59px;
    margin: auto;
    margin-top: 30px;
    border-radius: 30px;
    border: 1px solid #F12028;
    background-color: #fff;
    color: #F12028;
    font-family: Inter-Bold;
    text-transform: uppercase;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}


.comment_section {
    padding: 75px 0 80px;
}

.comment_section2 {
    padding: 75px 0 75px;
}

.comment_slides .slick-track {
	display: flex;
    gap: 10px;
}

.comment2_slides .slick-track {
	display: flex;
    gap: 10px;
}

.comment_group {
    box-shadow: 0 0 10px rgb(46 44 44 / 15%);
    padding: 50px;
    border-radius: 20px;
/*    height: 770px; */
    margin: 10px 0;
}
.comment_item_title {
    font-size: 22px;
    font-family: Inter-Bold;
    color: #040404;
    margin-bottom: 22px;    
}
.comment_group p {
    font-family: Inter-Light; 
    margin: 0;
}
.comment_group_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    cursor: pointer;
}
.comment_img_group {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 21px;
}
.comment_img_group > img {
	width: 87px;
	border-radius: 60px;
}
.comment_video_wrapper {
    height: 411px;
    box-shadow: 0 0 10px rgb(46 44 44 / 15%);
    border-radius: 20px;
    position: relative;
    margin: 10px 0;
}
.comment_video_wrapper .comment_video_button {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 0;
    background-color: #F12028;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    left: 20px;
}
.comment_video_wrapper .comment_video_button img {
    width: 32px;
    height: 32px;
    
}
.comment_video_wrapper.noBorder {
    border: 0;
    border-radius: 0!important;
}
.comment_mob_soc {
	display: none;
}
.sl-noPadding {
    padding: 0;
}

.partner_wrapper {
	padding: 75px 0 75px;
}

.partner_slides {
    width: 80%;
    margin: auto;
}

.partner_slides .logo_slide_wrapper .logo_slide {
	margin: auto;
}

.question_section {
    padding: 85px 0 170px;
}
.question_group {
    display: grid;
    gap: 40px;
}
.question_item {
    border: 1px solid #7B7B7B;
    border-radius: 20px;
    padding: 61px 59px;
    display: grid;
    gap: 50px;
    grid-auto-flow: column;
}
.question_close {
	position: absolute;
    right: 80px;
    top: 0;
}
.question_open {
	position: absolute;
    right: 80px;
    top: 0;
}
.question_item_number {
    color: rgba(241,32,40,.6);
    font-size: 70px;
    font-family: Inter-Bold;
    display: none;
}
.question_close {
    display: none;
}
.question_item_title {
    color: #040404;
    font-family: Inter-Bold;
    font-size: 30px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    margin-bottom: 27px;
}
.question_item_toggle_group {
	
}
.question_item_toggle_group p {
    font-size: 16px;
    font-family: Inter-Light;
    width: 80%;
    display: none;
    margin: 0;
}
/* .question_item_title::after {
    content: "";
    background-image: url(../img/icons/open.svg);
    width: 40px;
    height: 40px;
    background-size: cover;
    position: absolute;
    right: 0;
} */


.footer_group {
/*    display: grid; */
    grid-template-columns: auto 1fr;
    
}
.footer_contact_group {
    background-color: #282828;
    color: #fff;
    padding: 100px 130px 77px;
    font-family: Inter-Light;
    font-size: 16px;
}
.footer_contact_group > a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.footer_title {
    color: #fff;
    font-size: 40px;
    font-family: Inter-Bold;
    margin-bottom: 30px;
}
.footer_address {
	margin-bottom: 10px;
}
.footer_soc_title {
	margin-bottom: 10px;
}

.footer_soc_icon_group {
	margin-bottom: 47px;
	display: flex;
    gap: 10px;
}

.footer_contact_group > a.policy_link {
	color: rgba(255, 255, 255, 0.5)
}

.map {
    height: 100%;
    position: relative;
}
.map_color {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(241,32,40,.1);
    z-index: 10;
}

#map {
	width: 100%;
    height: 100%;
}

#map > ymaps, #map > ymaps > ymaps {
	height: 100% !important;
}

.mobile_menu_btn {
    display: none;
    cursor: pointer;
}



.mobile_wrapper {
    transition: 0.4s;
    position: fixed;
    top: -110vh;
    width: 100%;
    height: auto;
    max-height: 100vh;
    z-index: 2;
    background-color: #fff;
    overflow: hidden;
    padding: 40px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
}
.mobile_wrapper nav {
    display: grid;
    grid-auto-flow: row;
    gap: 20px;
}
.mobile_wrapper nav a {
    font-size: 25px;
    color: #7B7B7B;
}
.mobile_menu_group {
    display: grid;
    grid-auto-flow: row;
    gap: 20px;
}
.mobile_menu_group .logo {
    width: 213px;
}
.close_menu {
    position: absolute;
    right: 40px;
    cursor: pointer;

}
.mobile_phone_wrapper {
    display: grid;
    grid-auto-flow: row;
    gap: 35px;
}
.mobile_phone_wrapper a {
    font-family: Inter-SemiBold;
    font-size: 20px;
    color: #040404;
    text-decoration: none;
    position: relative;
    display: grid;
    align-items: center;
    margin-left: 50px;
}
.mobile_phone_wrapper a::before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../img/icons/red_phone.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -50px;
}
.mobile_phone_title {
    position: relative;
    margin-top: 17px;
    font-family: Inter-Regular;
    display: block;
    font-size: 16px;
}
.slider_mobile_container {
    display: none;
}

.hider{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4,4,4,.5);
    display: none;
    z-index: 1000;
}

.popup_group {
    position: fixed;
    width: 100%;
    max-width: 543px;
    height: 629px;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
.popup_form_group {
    background-color: #fff;
    border-radius: 20px;
    padding: 73px 90px 73px 50px;
    position: relative;
}
.popup_form {
    
}
.popup_form input {
    

}
.popup_form .tel_wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}
.popup_form input[type=text] {
    border: 1px solid #040404;
    padding: 20px 41px;
    background-color: #fff;
    border-radius: 100px;
    width: 100%;
    font-size: 16px;
}
.popup_form input[type=submit] {
    background-color: #F12028;
    border-radius: 100px;
    padding: 20px 0;
    color: #fff;
    border: 0;
    font-size: 16px;
    margin-top: 30px;
    text-transform: uppercase;
    margin-bottom: 16px;
    width: 100%;
}
.popup_form .tel_wrapper input[type=text] {
    padding: 15px 20px 15px 55px;
}
.popup_form .form_errors_text font.errortext {
    color: #F12028 !important;
}
.popup_form div.mf-ok-text {
    color: #040404 !important;
}
.close_popup {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.popup_form_title {
    font-size: 25px;
    font-family: Inter-Bold;
    color: #040404;
    width: 272px;
    display: block;
    margin-bottom: 30px;
}
.ag_text {
    font-family: Inter-Light;
    font-size: 16px;
    color: #7B7B7B;
}
.mobile_wrapper .mobile_menu_logo {
    display: none;
}

.upblock {
    position: absolute;
    right: 20px;
    bottom: -100px;
    cursor: pointer;
    justify-content: center;
    background-color: #F12028;
    border-radius: 100px;
    width: 44px;
    height: 44px;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
}

.upblock img {
    width: 26px;
    height: 18px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(102%) contrast(102%);
}

.video_more {
	display: none;
}







