


body {
    font-size: 14px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a,
a:focus {
    color: #29b1fd;
    transition: all 0.3s;
}
a:hover {
    color: #475569;
    text-decoration: none;
}

button,
button:focus,
button:hover {
    transition: all 0.3s;
    text-decoration: none;
    box-shadow: none;
}




/*Блок авторизации*/
.login_check {
    cursor: pointer;
    margin: 0 0 20px 0;
}
.login_check_input {
    margin: 0;
    width: 20px;
    height: 20px;
}
/*Окончание блока авторизации*/


/*Общие стили*/

.h1 {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    letter-spacing: normal;
}
.h1_text {
    text-align: center;
    color: #475569;
    width: 50%;
    margin: 0 auto;
}


.trademark {
    font-style: italic;
    letter-spacing: 1px;
    font-size: 130%;
}

.card {
    border-radius: 8px;
    border: 1px solid #29b1fd2b;
    -webkit-box-shadow: 3px 3px 5px 0 #47556917;
    -moz-box-shadow: 3px 3px 5px 0 #47556917;
    box-shadow: 3px 3px 5px 0 #47556917;
}
.card-header:first-child {
    border: none;
    background: #29b1fd12;
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}
.card-footer:last-child {
    border: none;
    background: #fff;
    border-radius: 0 0 calc(8px - 1px) calc(8px - 1px);
}

.agreement {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 0 20px 0;
}
.agreement > input {
    width: 25px;
    height: 25px;
    margin: 0 0 0 -20px;
}
.agreement > span {
    margin: 0 0 0 15px;
}

.alert {
    border-radius: 20px;
}

.input-group-append > button,
.input-group-append > button:focus,
.input-group-append > button:hover {
    border-radius: 0 8px 8px 0 !important;
    font-size: 12px;
}

/*Начало кнопок*/
.btn,
.btn:focus,
.btn:focus-visible,
.btn:hover {
    box-shadow: none;
    outline: none !important;
    border-radius: 8px !important;
}
.btn-primary,
.btn-primary:focus {
    font-size: 16px;
    color: #fff;
    background: #29b1fd;
    border-color: #29b1fd;
    transition: all 0.3s;
}
.btn-primary:hover {
    color: #fff;
    background: #475569;
    border-color: #475569;
}
.btn-primary-two,
.btn-primary-two:focus {
    font-size: 16px;
    color: #fff;
    background: #475569;
    border-color: #475569;
    transition: all 0.3s;
}
.btn-primary-two:hover {
    color: #fff;
    background: #29b1fd;
    border-color: #29b1fd;
}

.btn-outline-primary,
.btn-outline-primary:focus {
    font-size: 16px;
    color: #29b1fd;
    background: #fff;
    border-color: #29b1fd;
    transition: all 0.3s;
}
.btn-outline-primary:hover {
    color: #fff;
    background: #475569;
    border-color: #475569;
}
.btn-outline-primary-two,
.btn-outline-primary-two:focus {
    font-size: 16px;
    color: #475569;
    background: #fff;
    border-color: #475569;
    transition: all 0.3s;
}
.btn-outline-primary-two:hover {
    color: #fff;
    background: #475569;
    border-color: #475569;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background: #29b1fd;
    border-color: #29b1fd;
}

/*Окончание кнопок*/








/*Окончание общих стилей*/


/*Начало шапки*/
header.header .logo-img {
    max-width: 300px;
}

.nav_head {
    padding: 10px 0;
}
.nav_head .nav_head_ul {
    gap: 40px;
    align-items: center;
}
.nav_head .nav_head_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    color: #475569;
    background: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 50%;
}
.nav_head .nav_head_span {
    display: flex;
    width: 100%;
    font-style: italic;
    color: #475569;
    font-size: 10px;
    padding: 0 0 0 5px;
}
.nav_head .nav_head_mail,
.nav_head .nav_head_mail:focus {
    display: inline-flex;
    color: #29b1fd !important;
    font-size: 14px !important;
    line-height: 14px;
    padding: 0 5px;
}
.nav_head .nav_head_mail:hover {
    color: #000 !important;
}
.nav_head .nav_head_phone,
.nav_head .nav_head_phone:focus {
    display: inline-flex;
    align-items: center;
    color: #000 !important;
    font-size: 22px !important;
    font-weight: 500;;
}
.nav_head .nav_head_phone:hover {
    color: #29b1fd !important;
}

.nav_menu {
    min-height: 40px;
    margin: 0 0 40px 0;
    padding: 15px 0;
    border: none;
    background: #fff;
    border-top: 1px solid #0000000f;
    -webkit-box-shadow: 0 4px 5px 0 #0000001a;
    -moz-box-shadow: 0 4px 5px 0 #0000001a;
    box-shadow: 0 4px 5px 0 #0000001a;
}
.nav_menu > .container > .navbar-collapse > .navbar-nav > li {
    line-height: 25px;
}
.nav_menu > .container > .navbar-collapse > .navbar-nav > li > a,
.nav_menu > .container > .navbar-collapse > .navbar-nav > li > a:focus {
    color: #475569;
    line-height: 24px;
    font-size: 14px;
    padding: 8px 10px !important;
    border-radius: 4px;
    background: none;
    margin: 0;
}
.nav_menu > .container > .navbar-collapse > .navbar-nav > li > a:hover {
    background: #f1f5f9;
    color: #0f172a;
}
.nav_menu > .container > .navbar-collapse > .navbar-nav > li > a > i {
    color: #29b1fd;
    margin: 0 -3px 0 0;
}
.nav_menu > .container > .navbar-collapse > .navbar-nav > li > ul {
    border-radius: 8px;
    padding: 0;
    border: 1px solid #00000008;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.nav_menu > .container > .navbar-collapse > .navbar-nav > li > ul > li {
    border-radius: 8px;
    background: #fff;
    padding: 0;
}
.nav_menu > .container > .navbar-collapse > .navbar-nav > li > ul > li > a,
.nav_menu > .container > .navbar-collapse > .navbar-nav > li > ul > li > a:focus {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 10px 15px !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    white-space: nowrap;
}
.nav_menu > .container > .navbar-collapse > .navbar-nav > li > ul > li > a:hover {
    background: #29b1fd;
    color: #fff;
}
.nav_menu > .container > .navbar-collapse > .navbar-nav > li > ul > li > a:before,
.nav_menu > .container > .navbar-collapse > .navbar-nav > li > ul > li > a:focus:before,
.nav_menu > .container > .navbar-collapse > .navbar-nav > li > ul > li > a:hover:before {
    content: '';
    position: absolute;
    border-top: 1px solid #00000012;
    width: 100%;
    left: 0;
    bottom: 0;
}
.nav_menu > .container > .navbar-collapse > .navbar-nav > li > ul > li:last-child a:before,
.nav_menu > .container > .navbar-collapse > .navbar-nav > li > ul > li:last-child a:focus:before,
.nav_menu > .container > .navbar-collapse > .navbar-nav > li > ul > li:last-child a:hover:before {
    display: none;
}
.nav_menu .nav_menu_cart,
.nav_menu .nav_menu_cart:focus,
.nav_menu .nav_menu_cart:hover {
    color: #fff !important;
}
/*Окончание шапки*/



/*Главная страница*/

.main_h1 {
    color: #29b1fd;
    font-weight: 700;
    font-size: 40px;
    line-height: 32px;
    font-style: italic;
    text-align: center;
    letter-spacing: 1px;
    background: #FFFFFF;
    /*padding: 40px 0 0 0;*/
    padding: 0;
    margin: 0;
}
.main_h1 > span:nth-child(1),
.main_h1 > span:nth-child(2) {
    color: #475569;
}
.main_h1 > span:nth-child(3) {
    color: #000;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    letter-spacing: normal;
}

/*Начало секции со слайдером*/
.main_slider {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 0 0 40px 0;
}
.main_slider .main_slider_wrapper {
    margin: 0 0 65px 0;
    align-items: center;
}
.main_slider .main_slider_left {
    width: 50%;
    padding: 0 15px;
}
.main_slider .main_slider_right {
    width: 50%;
    padding: 0 15px;
}
.main_slider .main_slider_p {
    font-size: 18px;
    margin: 30px 0 0 0;
}
.main_slider .main_slider_p_span {
    text-transform: uppercase;
    font-weight: 700;
    color: #29b1fd;
    font-size: 24px;
    font-style: italic;
}
.main_slider .main_slider_btn,
.main_slider .main_slider_btn:focus,
.main_slider .main_slider_btn:hover {
    padding: 10px;
    width: 45%;
}
.main_slider .main_slider_img {
    display: block;
    padding: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.main_slider .main_slider_pagination > .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 10px;
}
.main_slider .main_slider_pagination > .swiper-pagination-bullet-active {
    width: 30px;
    height: 15px;
    border-radius: 10px;
}
/*Окончание секции со слайдером*/


/*Начало секции с блоками быстрой информации*/
.main_fs {
    padding: 0 0 40px 0;
}
.main_fs .main_fs_panel {
    border: none;
    box-shadow: none;
    margin: 0;
    background: none;
    padding: 0 10px;
}
.main_fs .main_fs_panel > .panel-body {
    background: none;
}
.main_fs .main_fs_icon {
    color: #29b1fd;
    font-size: 40px;
}
.main_fs .main_fs_head {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 5px 0;
}
.main_fs .main_fs_text {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.main_fs .main_fs_a,
.main_fs .main_fs_a:focus,
.main_fs .main_fs_a:hover {
    margin: 5px 0 0 0;
    float: right;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px dotted;;
}
/*Окончание секции с блоками быстрой информации*/

/*Начало секции с кратким описанием платформы*/
.main_wip {
    position: relative;
    padding: 40px 0;
    background-color: #f8fafc;
}
.main_wip .main_wip_h2 {
    color: #000;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.main_wip .main_wip_title {
    color: #29b1fd;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px 0;
}
.main_wip .main_wip_title > i {
    color: #000;
}
/*Окончание секции с кратким описанием платформы*/


/*Начало секции с возможностями платформы*/
.main_pf {
    padding: 50px 0;
}
.main_pf .main_pf_h2 {
    text-align: center;
    color: #000;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.main_pf .main_pf_h2_text {
    width: 50%;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin: 0 auto 30px auto;
}
.main_pf .main_pf_item {
    position: relative;
    height: 300px;
}
.main_pf .main_pf_item:before {
    content: '';
    position: absolute;
    top: 15%;
    bottom: 15%;
    right: 0;
    height: 70%;
    border-right: 1px solid #29b1fd36;
}
.main_pf .main_pf_item:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 15%;
    right: 15%;
    width: 70%;
    border-bottom: 1px solid #29b1fd36;
}
.main_pf .main_pf_item:nth-child(6):before,
.main_pf .main_pf_item:nth-child(10):before,
.main_pf .main_pf_item:nth-child(14):before {
    display: none;
}
.main_pf .main_pf_item:nth-child(11):after,
.main_pf .main_pf_item:nth-child(12):after,
.main_pf .main_pf_item:nth-child(13):after,
.main_pf .main_pf_item:nth-child(14):after {
    display: none;
}
.main_pf .main_pf_panel {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px 15px 15px 15px;
    border: none;
    box-shadow: none;
}
.main_pf .main_pf_panel > p {
    font-size: 14px;
}
.main_pf .main_pf_icon {
    color: #29b1fd;
    font-size: 70px;
}
.main_pf .main_pf_head {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 5px 0;
}
/*Окончание секции с возможностями платформы*/

/*Начало секции с фишками платформы*/
.main_ap {
    position: relative;
    padding: 40px 0;
    background-color: #f8fafc;
}
.main_ap .main_ap_h3 {
    text-align: center;
    color: #000;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.main_ap .main_ap_h3_text {
    width: 50%;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin: 0 auto 30px auto;
}
.main_ap .mainSwiperTwo > .swiper-wrapper > .swiper-slide {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    background: #fff;
    width: 50%;
    height: 300px;
    padding: 20px;
    margin: 10px auto;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 8px 0 #ced4da;
    -moz-box-shadow: 0 2px 8px 0 #ced4da;
    box-shadow: 0 2px 8px 0 #ced4da;
}
.main_ap .mainSwiperTwo > .swiper-wrapper > .swiper-slide.swiper-slide-prev,
.main_ap .mainSwiperTwo > .swiper-wrapper > .swiper-slide.swiper-slide-next {
    opacity: 0.5;
}
.main_ap .mainSwiperTwo > .swiper-wrapper > .swiper-slide.swiper-slide-active {
    -webkit-box-shadow: 0 0 10px 2px #29b1fd5e;
    -moz-box-shadow: 0 0 10px 2px #29b1fd5e;
    box-shadow: 0 0 10px 2px #29b1fd5e;
}
.main_ap .mainSwiperTwo > .swiper-wrapper > .swiper-slide > .swiper-slide-shadow-left,
.main_ap .mainSwiperTwo > .swiper-wrapper > .swiper-slide > .swiper-slide-shadow-right {
    background-image: none;
}
.main_ap .mainSwiperTwo > .swiper-wrapper > .swiper-slide > .swiper-slide-shadow-left,
.main_ap .mainSwiperTwo > .swiper-wrapper > .swiper-slide > .swiper-slide-shadow-right {
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 8px 0 #ced4da;
    -moz-box-shadow: 0 2px 8px 0 #ced4da;
    box-shadow: 0 2px 8px 0 #ced4da;
}
.main_ap .mainSwiperTwo > .swiper-wrapper > .swiper-slide > p {
    line-height: 28px;
}
.main_ap .mainSwiperTwo > .swiper-button-next,
.main_ap .mainSwiperTwo > .swiper-button-prev {
    margin-top: calc(0px - (var(--swiper-navigation-size) / 1));
    background: #29b1fd78;
    height: 100px;
    width: 55px;
    border-radius: 50%;
}
.main_ap .mainSwiperTwo > .swiper-button-next {
    -webkit-box-shadow: -5px 0 10px 0 #ced4da;
    -moz-box-shadow: -5px 0 10px 0 #ced4da;
    box-shadow: -5px 0 10px 0 #ced4da;
}
.main_ap .mainSwiperTwo > .swiper-button-prev {
    -webkit-box-shadow: 5px 0 10px 0 #ced4da;
    -moz-box-shadow: 5px 0 10px 0 #ced4da;
    box-shadow: 5px 0 10px 0 #ced4da;
}
.main_ap .mainSwiperTwo > .swiper-button-next:after,
.main_ap .mainSwiperTwo > .swiper-button-prev:after {
    font-size: 35px;
}
.main_ap .main_ap_head {
    text-align: center;
    color: #29b1fd;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 5px 0;
}
/*Окончание секции с фишками платформы*/

/*Начало секции с запросом теста*/
.main_test {
    padding: 40px 0 0 0;
}
.main_test .main_test_h3 {
    color: #000;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.main_test .main_test_head {
    color: #29b1fd;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px 0;
}
/*Окончание секции с запросом теста*/

/*Начало футера*/
.footer {
    padding: 20px 0 !important;
    background: #475569 !important;
    color: #fff !important;
}
.footer > .container > .copyright {
    margin: 0 !important;
}
/*Окончание футера*/


/*Окончание главной страницы*/


/*Начало страницы - Цена интернет-магазина автозапчастей*/
.tariff {
    margin: 40px 0 0 0;
}
.tariff .tariff_head {
    padding: 40px;
    border-radius: 20px;
}
.tariff .tariff_head_img {
    max-height: 400px;
}
.tariff .tariff_head_text {
    font-size: 16px;
    background: #29b1fd1c;
    padding: 20px;
    border-radius: 20px;
}
.tariff .tariff_head_title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px 0;
}
.tariff .tariff_head_advantage {
    color: #29b1fd;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    padding: 0 5px 1px 5px;
    border-bottom: 1px dashed;
}
.tariff .tariff_nav {
    width: max-content;
    border: 1px solid #4755692b;
    border-radius: 20px;
    padding: 10px;
    margin: 0 auto;
}
.tariff .tariff_nav > li > a,
.tariff .tariff_nav > li > a:focus,
.tariff .tariff_nav > li > a:hover {
    border-radius: 15px;
    margin: 5px;
    padding: 10px 30px;
}
.tariff .tariff_nav .nav-link.active,
.tariff .tariff_nav .show > .nav-link {
    background: #475569;
}
.tariff .tariff_nav > li > a > span:nth-child(1) {
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 5px 0;
}
.tariff .tariff_nav > li > a > span:nth-child(2) {
    display: block;
    text-align: right;
    font-size: 12px;
}
.tariff .tariff_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #29b1fd4d;
    border-radius: 7px;
    margin: 0;
    padding: 15px;
    -webkit-box-shadow: 0 3px 2px 0 #4755693d;
    -moz-box-shadow: 0 3px 2px 0 #4755693d;
    box-shadow: 0 3px 2px 0 #4755693d;
}
.tariff .tariff_head_h2 {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 10px;
}
.tariff .tariff_head_btn,
.tariff .tariff_head_btn:focus {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background: #475569;
    padding: 8px 10px;
    border-radius: 15px !important;
    border: none;
}
.tariff .tariff_head_btn:hover {
    background: #29b1fd;
}
.tariff .tariff_head_btn_icon {
    font-size: 18px;
    margin: 0 7px 0 0;
}
.tariff .tariff_price_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #29b1fd;
    width: 60px;
    height: 60px;
    font-size: 40px;
    font-weight: 600;
    padding: 10px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}
.tariff .tariff_price {
    display: inline-flex;
    flex-direction: column;
}
.tariff .tariff_price > span:nth-child(1) {
    color: #29b1fd;
    text-align: right;
    font-size: 18px;
    line-height: 18px;
    font-style: italic;
}
.tariff .tariff_price > span:nth-child(2) {
    color: #475569;
    font-size: 40px;
    line-height: 42px;
    font-weight: 500;
}
.tariff .tariff_functions_head {
    color: #fff;
    background: #334155;
    padding: 10px 20px;
    margin: 25px -20px;
    font-size: 20px;
    text-align: center;
}
.tariff .tariff_functions_ul {
    margin: 0;
    padding: 0;
}
.tariff .tariff_functions_li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    margin: 10px 0 0;
    padding: 0 0 5px;
}
.tariff .tariff_functions_svg_yes {
    width: 25px;
    height: 25px;
    color: #06bf06;
    margin: 0 3% 0 0;
}
.tariff .tariff_functions_svg_no {
    width: 25px;
    height: 25px;
    color: #ff0000;
    margin: 0 3% 0 0;
}
.tariff .tariff_functions_in_dev {
    position: relative;
}
.tariff .tariff_functions_in_dev::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.8;
}
.tariff .tariff_functions_in_dev > span {
    position: absolute;
    z-index: 1;
    text-align: center;
    background: #29b1fd8a;
    padding: 20px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    left: 0;
    right: 0;
    top: 30%;
    bottom: auto;
}
.tariff .tariff_btn,
.tariff .tariff_btn:focus,
.tariff .tariff_btn:hover {
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 20px;
    padding: 10px;
}
.tariff .tariff_big_company {
    font-size: 16px;
    background: #29b1fd1c;
    padding: 25px;
    border-radius: 20px;
}
/*Окончание страницы - Цена интернет-магазина автозапчастей*/

/*Начало страницы - Система лицензирования EMS-платформы PlatParts*/
.license {
    margin: 40px 0 0 0;
}
.license .license_head_icon {
    font-size: 210px;
    padding: 25px;
    color: #29b1fd;
}
.license .license_head_text {
    font-size: 16px;
    background: #29b1fd1c;
    padding: 20px;
    border-radius: 20px;
    margin: 0;
}
.license .license_head_philosophy {
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.license .license_h2 {
    color: #000;
    text-align: center;
    font-size: 25px;
    margin: 50px 0 30px 0;
}
.license .license_li {
    font-size: 16px;
}
.license .license_li::marker {
    color: #29b1fd;
}
.license .license_h3 {
    color: #29b1fd;
    font-size: 20px;
    font-weight: 500;
    padding: 0 5px 1px 5px;
}
.license .license_fast_menu {
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 5px 5px;
}
.license .license_block {
    border: 1px solid #29b1fd78;
    padding: 20px;
    border-radius: 20px;
    margin: 0 0 30px 0;
}
/*Окончание страницы - Система лицензирования EMS-платформы PlatParts*/

/*Начало страницы - Контакты*/
.contacts {
    margin: 40px 0 0 0;
}
.contacts .contacts_h3 {
    color: #29b1fd;
    font-size: 20px;
    font-weight: 500;
    padding: 0 5px 1px 5px;
}
.contacts .contacts_block {
    height: 305px;
    border: 1px solid #29b1fd78;
    padding: 30px;
    border-radius: 20px;
    margin: 0 0 50px 0;
}
.contacts .contacts_icon {
    font-size: 115px;
    padding: 30px;
}
.contacts .contacts_head {
    margin: 0 0 5px 0;
    font-weight: 500;
    font-size: 18px;
}
.contacts .contacts_p {
    color: #29b1fd;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.contacts .contacts_icon_two {
    font-size: 85px;
}
.contacts .contacts_soc_telegram {
    text-align: center;
    font-size: 18px;
    padding: 0 0 15px 0;
    margin: 25px 0 15px 0;
    border-bottom: 1px dashed #29b1fd78;;
}
.contacts .contacts_soc_group {
    text-align: center;
    font-size: 20px;
    margin: 0 0 5px 0;
}
.contacts .contacts_icon_three {
    font-size: 80px;
    padding: 15px;
}
/*Окончание страницы - Контакты*/

/*Начало страницы - Реквизиты*/
.req {
    margin: 40px 0 0 0;
}
.req .req_ul {
    padding: 0;
    margin: 0;
}
.req .req_ul > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #eee;
}
.req .req_ul > li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
.req .req_ul > li > span:first-child {
    font-weight: 600;
    width: 35%;
}
.req .req_ul > li > span:nth-child(2) {
    width: 65%;
}
.req .req_h2 {
    text-align: center;
    font-size: 24px;
}
.req .req_print,
.req .req_print:focus,
.req .req_print:hover {
    display: block;
    font-size: 25px;
    margin: 15px 0 25px 0;
}
/*Окончание страницы - Реквизиты*/

/*Начало страницы - Способы оплаты*/
.payment {
    margin: 40px 0 0 0;
}
.payment .payment_h3 {
    color: #29b1fd;
    font-size: 20px;
    font-weight: 500;
    padding: 0 5px 1px 5px;
}
.payment .payment_block {
    border: 1px solid #29b1fd78;
    padding: 20px;
    border-radius: 20px;
    margin: 0 0 30px 0;
}
.payment .payment_p {
    line-height: 18px;
    padding: 0 0 7px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px dashed #29b1fd78;
}
.payment .payment_business_p {
    line-height: 18px;
    padding: 0 0 12px 0;
    margin: 0 0 6px 0;
    border-bottom: 1px dashed #29b1fd78;
}
.payment .payment_business_important {
    font-size: 16px;
    color: #29b1fd;
    font-weight: 500;
}
.payment .payment_yandex {
    font-size: 12px;
    line-height: 16px;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    border-top: 1px dashed #29b1fd78;
}
.payment .payment_yandex_left {
    margin: 0;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    padding: 15px;
    border-radius: 20px;
}
.payment .payment_yandex_right {
    margin: 0;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 15px;
    border-radius: 20px;
}
.payment .payment_
.payment .payment_
.payment {}
/*Окончание страницы - Способы оплаты*/























@media (max-width: 1199px) {
    header.header .logo-img {
        max-width: 200px;
    }
    .nav_head {
        border-top: 1px solid #0000000f;
        -webkit-box-shadow: 0 4px 5px 0 #0000001a;
        -moz-box-shadow: 0 4px 5px 0 #0000001a;
        box-shadow: 0 4px 5px 0 #0000001a;
    }

    header.header .toolbar .nav-link,
    header.header .toolbar .nav-link:focus,
    header.header .toolbar .nav-link:hover {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #475569;
        color: #fff;
        width: 45px;
        height: 40px;
    }
    header.header .toolbar .nav-link > span,
    header.header .toolbar .nav-link:focus > span,
    header.header .toolbar .nav-link:hover > span,
    header.header .toolbar .nav-link > i,
    header.header .toolbar .nav-link:focus > i,
    header.header .toolbar .nav-link:hover > i {
        font-size: 18px;
    }
    .nav_menu {
        min-height: 0;
        padding: 0;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .nav_menu #mainContacts,
    .nav_menu #mainMenu {
        border-top: 1px solid #0000000f;
        -webkit-box-shadow: 0 4px 5px 0 #0000001a;
        -moz-box-shadow: 0 4px 5px 0 #0000001a;
        box-shadow: 0 4px 5px 0 #0000001a;
    }
    .nav_head .nav_head_phone,
    .nav_head .nav_head_phone:focus,
    .nav_head .nav_head_phone:hover {
        font-size: 20px !important;
    }
    .nav_head .nav_head_ul {
        gap: 0;
    }
    .nav_menu > .container > .navbar-collapse > .navbar-nav > li > a,
    .nav_menu > .container > .navbar-collapse > .navbar-nav > li > a:focus,
    .nav_menu > .container > .navbar-collapse > .navbar-nav > li > a:hover {
        display: block;
        width: 100%;
        line-height: 35px;
        color: #64748b;
        background: #fff;
        padding: 5px 15px !important;
        border-radius: 0;
        border-bottom: 1px solid #dddddd5e;
    }
    .nav_menu > .container > .navbar-collapse > .navbar-nav > li > ul {
        margin: -5px 10px 5px 10px;
    }
    .main_slider .main_slider_left {
        width: 100%;
        z-index: 10;
        padding: 0;
    }
    .main_slider .main_slider_right {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 1;
        opacity: 0.1;
    }
    .main_slider .main_slider_p {
        text-align: center;
    }
    .main_slider .main_slider_img {
        height: auto;
        padding: 0;
    }
    .main_slider .main_slider_btn,
    .main_slider .main_slider_btn:focus,
    .main_slider .main_slider_btn:hover {
        font-size: 14px;
        padding: 10px;
    }
    .main_pf .main_pf_item:nth-child(6):before,
    .main_pf .main_pf_item:nth-child(10):before,
    .main_pf .main_pf_item:nth-child(14):before {
        display: none;
    }
    .main_pf .main_pf_item {
        height: 370px;
    }
    .main_pf .main_pf_panel > p {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .h1 {
        font-size: 24px;
    }
    .h1_text {
        width: 80%;
    }
    .main_h1 {
        font-size: 30px;
        line-height: 24px;
    }
    .main_h1 > span:nth-child(3) {
        font-size: 20px;
    }
    .main_pf .main_pf_h2_text {
        width: 100%;
    }
    .main_pf .main_pf_item:nth-child(4):before,
    .main_pf .main_pf_item:nth-child(6):before,
    .main_pf .main_pf_item:nth-child(10):before,
    .main_pf .main_pf_item:nth-child(14):before {
        display: block;
    }
    .main_pf .main_pf_item:nth-child(5):before,
    .main_pf .main_pf_item:nth-child(8):before,
    .main_pf .main_pf_item:nth-child(11):before,
    .main_pf .main_pf_item:nth-child(14):before {
        display: none;
    }
    .main_pf .main_pf_item:nth-child(11):after {
        display: block;
    }
    .main_ap .main_ap_h3_text {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }
    .main_ap .mainSwiperTwo > .swiper-wrapper > .swiper-slide {
        height: 350px;
        width: 60%;
    }
    .contacts .contacts_block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 310px;
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .nav_head .nav_head_phone,
    .nav_head .nav_head_phone:focus,
    .nav_head .nav_head_phone:hover {
        font-size: 20px !important;
    }
    .nav_menu {
        margin: 0 0 20px 0;
    }
    .h1_text {
        width: 100%;
    }
    .main_h1 {
        font-size: 30px;
        line-height: 20px;
        padding: 10px 15px 0 15px;
    }
    .main_slider {
        padding: 0 0 15px 0;
    }
    .main_slider .main_slider_wrapper {
        margin: 0 0 50px 0;
    }
    .main_pf .main_pf_h2 {
        line-height: 34px;
    }
    .main_fs .main_fs_text {
        font-size: 14px;
        line-height: 20px;
    }
    .main_pf .main_pf_item {
        height: 340px;
    }
    .main_pf .main_pf_panel {
        padding: 25px 5px 5px 5px;
    }
    .main_pf .main_pf_icon {
        font-size: 50px;
    }
    .main_pf .main_pf_head {
        font-size: 16px;
        line-height: 20px;
    }
    .main_pf .main_pf_panel > p {
        font-size: 12px;
    }
    .main_pf .main_pf_item:nth-child(3):before,
    .main_pf .main_pf_item:nth-child(9):before {
        display: block;
    }
    .main_ap .mainSwiperTwo > .swiper-wrapper > .swiper-slide {
        width: 80%;
    }
    .tariff .tariff_nav {
        display: block;
    }
    .contacts .contacts_block {
        height: auto;
    }
    .req .req_ul > li {
        flex-wrap: wrap;
    }
    .req .req_ul > li > span:first-child {
        width: 100%;
        padding: 0 0 5px 0;
    }
    .req .req_ul > li > span:nth-child(2) {
        width: 100%;
    }
    .payment .payment_p {
        margin: 15px 0 5px 0
    }
}
@media (max-width: 575px) {
    .nav_menu #mainContacts {
        padding: 15px 0;
    }
    .nav_menu .nav_menu_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 14px;
        padding: 0;
        margin: 0 0 15px 0;
    }
    .nav_menu .nav_menu_block:nth-child(5),
    .nav_menu .nav_menu_block:nth-child(6) {
        margin: 0 0 5px 0;
    }
    .nav_menu .nav_menu_span {
        justify-content: center;
        font-style: italic;
        font-size: 10px;
        padding: 0;
    }
    .nav_menu .nav_menu_mail,
    .nav_menu .nav_menu_mail:focus,
    .nav_menu .nav_menu_mail:hover {
        color: #29b1fd !important;
        font-size: 14px;
    }
    .nav_menu .nav_menu_phone,
    .nav_menu .nav_menu_phone:focus,
    .nav_menu .nav_menu_phone:hover {
        display: inline-flex;
        align-items: center;
        color: #000 !important;
        font-size: 22px !important;
        font-weight: 500;
    }
    .main_slider .main_slider_p {
        font-size: 14px;
        text-align: center;
        margin: 15px 0 0 0;
    }
    .main_slider .main_slider_right {
        position: relative;
        opacity: 1;
    }
    .main_pf .main_pf_item:nth-child(4):before,
    .main_pf .main_pf_item:nth-child(6):before,
    .main_pf .main_pf_item:nth-child(10):before {
        display: none;
    }
    .main_pf .main_pf_item:nth-child(5):before,
    .main_pf .main_pf_item:nth-child(11):before {
        display: block;
    }
    .main_pf .main_pf_item:nth-child(12):after {
        display: block;
    }
    .main_ap .mainSwiperTwo > .swiper-wrapper > .swiper-slide {
        height: 300px;
        width: 90%;
    }
    .main_ap .mainSwiperTwo > .swiper-button-prev {
        left: 0;
        background: #29b1fd2b;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .main_ap .mainSwiperTwo > .swiper-button-next {
        right: 0;
        background: #29b1fd2b;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .main_ap .main_ap_head {
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
    }
    .main_ap .mainSwiperTwo > .swiper-wrapper > .swiper-slide > p {
        font-size: 14px;
        line-height: 22px;
    }
    .contacts .contacts_icon {
        display: block;
        text-align: center;
    }
    .contacts .contacts_head {
        font-size: 16px;
    }


    .viewticket > .markdown-content.staff,
    .viewticket > .markdown-content.user {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .nav_menu > .container > .navbar-collapse > .navbar-nav > li:hover .dropdown-menu {
        display: block;
    }
}


/*Начало страницы - Новости*/
.news {}
.news .news_head {
    color: #29b1fd;
    font-size: 20px;
    font-weight: 500;
    padding: 0 5px 1px 5px;
}
.news {}
/*Окончание страницы - Новости*/

/*Начало страницы - Новость*/
.new {}
.new .new_head {
    text-align: center;
    color: #29b1fd;
    font-size: 20px;
    font-weight: 500;
    margin: 40px 0 15px 0;
    padding: 0 5px 1px 5px;
}
.new > ul > li {
    margin: 0 0 5px 0;
}
.new > ul > li > p {
    margin: 0 0 5px 0;
}
.new {}
/*Окончание страницы - Новость*/

/*Начало страницы - Запрос в службу поддержки*/
.viewticket {}
.viewticket > .markdown-content.staff {
    float: left;
    width: 80%;
    border-radius: 20px;
    margin: 0 0 30px 0;
}
.viewticket > .markdown-content.staff > .posted-by {
    padding: 5px 20px;
    color: #fff;
    background: #475569;
    border-radius: 5px;
    border-bottom: 1px solid #47556912;
}
.viewticket > .markdown-content.staff > .message {
    background: #47556912;
    border-radius: 0 0 17px 17px;
}
.viewticket > .markdown-content.user {
    float: right;
    width: 80%;
    border-radius: 20px;
    margin: 0 0 30px 0;
}
.viewticket > .markdown-content.user > .posted-by {
    padding: 5px 20px;
    color: #fff;
    background: #29b1fd;
    border-radius: 5px;
    border-bottom: 1px solid #29b1fd12;
}
.viewticket > .markdown-content.user > .message {
    background: #29b1fd12;
    border-radius: 0 0 17px 17px;
}
.viewticket .viewticket_
.viewticket .viewticket_
.viewticket .viewticket_
.viewticket .viewticket_
.viewticket {}

/*Окончание страницы - Запрос в службу поддержки*/













































