@import url('bootstrap.min.css');
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&subset=cyrillic'); */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

* {
    outline: none;
    /*border: 1px solid red;*/
}


.accordion {
  border-radius: 5px;
  width: 100%;
  max-width: 600px; /* Приспособьте под свои нужды */
  margin: 20px auto; /* Добавил немного внешнего отступа вокруг аккордеона для пространства */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Мягкая тень для выделения аккордеона на фоне страницы */
}

.accordion-item {
  margin: 5px 0; /* Отступы между элементами аккордеона, создающие визуальное разделение */
}

.accordion-toggle {
  background-color: #f3fbff;
  padding: 15px;
  margin: 0;
  font-size: 16px;
  border: none;
  outline: none;
  width: auto;
  text-align: left;
  transition: background-color 0.3s ease;
}

.accordion-toggle:hover, .accordion-toggle.active {
  background-color: #ddedf7;
}

.accordion-content {
  padding: 0 15px;
  margin: 0; /* Убираем внешние отступы */
  overflow: auto; /* Для прокрутки если контент превышает max-height */
  font-size: 14px; 
  line-height: 1.5;
}

.accordion-content p {
  margin: 15px 0;
}

.flex-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}





.breadcrumbs {
    padding-top: 10px;
    padding-left: 0px;
}
.breadcrumbs::after,.breadcrumbs::before{
    content: none !important;
    display: block !important;
}
.breadcrumbs{
    display: block !important;
}

.breadcrumbs>li {
    display: inline-block;
    margin: 5px;
}

.sitemap {
    margin-top: 20px;
}

h1 {
    font-size: 32px;
    line-height: 1;
}

h2 {
    font-size: 28px;
    line-height: 1;
}

h3 {
    font-size: 24px;
    line-height: 1;
}

h4 {
    font-size: 20px;
    line-height: 1;
}

#aboutmain h1 {
    font-size: 28px;
    text-align: left;
}

#aboutmain h2 {
    text-align: center;
}

#aboutmain p {
    text-align: left;
    font-size: 16px;
}

#aboutmain .credo {
    font-size: 20px;
    font-weight: 700;
}

.breadcrumbs li+li:before {
    content: '/';
    display: inline-block;
    margin-right: 9px;
}

.form-box {
    background: #ebf8ff;
    color: #fff;
    /*     margin-left: -15px;
margin-right: -15px; */
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 50px 0;
    text-align: center;
    border: 1px solid #dee8de;
}

.form-box-uptitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #444444;
    text-align: center;
}

.form-box-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #444444;
    text-align: center;
}

.form-box-text {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #444444;
}

.form-box .form {
    font-size: 0;
}

.form-box input[type="tel"] {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    padding: 10px 35px 10px 12px;
    margin-bottom: 10px;
    color: #474747;
    height: 100%;
    text-align: left;
}

.form-box .feild_wrapper {
    display: inline-block;
    position: relative;
    max-width: 340px;
    width: calc(100% - 150px);
}

.form-box button.btn {
    background: #c70a0a;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: none;
    outline: none;
    height: 40px;
    vertical-align: top;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    width: 150px;
    transition: ease 300ms;
}

.form-box button.btn:hover {
    background: #ad0404;
}

.form-box-dsc {
    margin: 15px 0;
    color: #444444;
}

.form-box-phone {
    font-size: 34px;
    margin-top: 30px;
    color: #444444;
}

.form-box-phone span {
    font-weight: 700;
}

/*SLIDER*/
.slick {
    /* padding-top: 22px; */
    background-color: #2185d0;
    border-radius: 5px;
}

.slick img {
    width: 100%;
    height: auto;
}

.slick-title {
    text-align: center;
    color: #ffffff;
}

/* feild wrapper */

.feild_wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.feild_wrapper input,
.feild_wrapper textarea {
    -webkit-transition: ease-in 1000ms;
    -moz-transition: ease-in 1000ms;
    -ms-transition: ease-in 1000ms;
    -o-transition: ease-in 1000ms;
    transition: ease-in 1000ms;
}

.feild_wrapper.wrong input,
.feild_wrapper.wrong textarea {
    border-color: red;
    box-shadow: 0 0 5px red;
    -webkit-transition: ease-in 1000ms;
    -moz-transition: ease-in 1000ms;
    -ms-transition: ease-in 1000ms;
    -o-transition: ease-in 1000ms;
    transition: ease-in 1000ms;
}

.feild_wrapper .error_label {
    background: rgb(255, 48, 25);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 48, 25, 1)), color-stop(100%, rgba(207, 4, 4, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
    /* IE6-9 */
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 1px 1px 3px #c9c9c9;
    color: #fff;
    font-size: 14px;
    left: 50%;
    margin-left: -120px;
    margin-bottom: 10px;
    padding: 6px;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 240px;
    z-index: 3;
}

.feild_wrapper .error_label:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid rgba(207, 4, 4, 1);
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -2px;
}

.right_lebel .feild_wrapper .error_label {
    bottom: 50%;
    left: 100%;
    margin-left: 9px;
    margin-bottom: -14px;
}

.right_lebel .feild_wrapper .error_label:after {
    border-left: 5px solid transparent;
    border-right: 4px solid rgba(207, 4, 4, 1);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    bottom: 7px;
    left: -7px;
    margin-left: -2px;
}

.left_lebel .feild_wrapper .error_label {
    bottom: 50%;
    left: auto;
    right: 100%;
    margin-right: 9px;
    margin-bottom: -14px;
}

.left_lebel .feild_wrapper .error_label:after {
    border-right: 5px solid transparent;
    border-left: 4px solid rgba(207, 4, 4, 1);
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    bottom: 7px;
    left: auto;
    right: -7px;
    margin-right: -2px;
}

.feild_wrapper.wrong .error_label {
    visibility: visible;
    -webkit-animation: 400ms bounceIn;
    animation: 400ms bounceIn;
}

/* success */


.success {
    text-align: center;
    padding: 40px;
    max-width: 450px;
}

.success-title {
    color: #2185d0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* sitemap */

.sitemap {
    margin-top: 20px;
}

.sitemap ul {
    display: block !important;
    margin: 15px 0;
    list-style: none;
}

.sitemap ul li {
    position: relative;
    line-height: 1.5;
}

.sitemap ul li:before {
    background: #00b5ad;
    border-radius: 50%;
    content: '';
    height: 6px;
    position: absolute;
    top: 7px;
    left: -19px;
    width: 6px;
}

a.btn-red {
    background: #c70a0a;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-decoration: none;
    outline: none;
    transition: ease 300ms;
}

a.btn-red:hover {
    background: #ad0404;
}

a.btn-green {
    background: #21ba45;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-decoration: none;
    outline: none;
    transition: ease 300ms;
}

a.btn-green:hover {
    background: #129832;
}

a.btn-blue {
    background: #335a9d;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-decoration: none;
    outline: none;
    transition: ease 300ms;
}

a.btn-blue:hover {
    background: #1f478a;
}

blockquote {
    background: #e5edfb;
    font-style: italic;
    border-radius: 3px;
    margin: 15px 0;
    padding: 20px 25px;
}

.img-right img {
    display: block;
    margin-bottom: 10px;
}

.img-right {
    background: #e5edfb;
    color: #2e5495;
    padding: 15px;
    font-size: 14px;
    float: right;
    text-align: center;
    margin: 15px 0 10px 15px;
}

.img-left img {
    display: block;
    margin-bottom: 10px;
}

.img-left {
    background: #e5edfb;
    color: #2e5495;
    padding: 15px;
    font-size: 14px;
    float: left;
    text-align: center;
    margin: 15px 15px 10px 0;
}

.navigation li a {
    background: rgba(33, 133, 208, 0.51);
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 40px;
}

.navigation li {
    display: inline-block;
}

.navigation {
    margin-top: 25px;
    text-align: center;
    display: block !important;
}

/* feedback */

.c_fix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    width: 100%;
    visibility: hidden;
}

.feedback-left {
    float: left;
    width: calc(50% - 15px);
}

.feedback-right {
    float: right;
    width: calc(50% - 15px);
}

.feedback-item {
    margin-bottom: 25px;
}

.feedback {
    margin: 0 0 35px;
}

.feedback input[type="tel"],
.feedback input[type="text"] {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #b7dcf7;
    box-shadow: 0 0 0 5px #e2f1fd;
    font-size: 14px;
    outline: none;
    height: 40px;
    padding: 0 15px;
    width: 100%;
}

.feedback textarea {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #b7dcf7;
    box-shadow: 0 0 0 5px #e2f1fd;
    font-size: 14px;
    outline: none;
    height: 170px;
    resize: none;
    padding: 15px;
    width: 100%;
}

.feedback-btn-box {
    text-align: center;
}

button.btn-blue {
    background: #009fe0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    border: none;
    border-radius: 3px;
    outline: none;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: ease 300ms;
}

button.btn-blue:hover {
    background: #037eb1;
}

.title-404 {
    color: #265da7;
    font-weight: 700;
    font-size: 156px;
    line-height: 1;
    text-align: center;
}

.dsc-404 {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.info-404 {
    margin-top: 30px;
    text-align: center;
}

table thead tr {
    background: #bfcdd3;
}

table th,
table td {
    padding: 9px 13px;
}

table td+td {
    border-left: 1px solid #cecece;
}

table tr+tr {
    border-top: 1px solid #cecece;
}

table {
    border: 1px solid #cecece;
    width: 100%;
}

/* header */

header {
    padding: 20px 0;
}

a.header-logo {
    background: url(imgs/logo.png) center left no-repeat;
    background-size: 55px;
    display: block;
    height: 63px;
    margin-top: 10px;
    padding-left: 83px;
    text-decoration: none;
    width: 100%;
}

a.header-logo span {
    color: #4c9bca;
    display: block;
    font-size: 13px;
    line-height: 1.4;
    padding-top: 5px;
}

.header-map {
    color: #949494;
    font-size: 19px;
    margin-top: 3px;
    width: 130px;
}

.header-map span {
    border-bottom: 1px dashed #d2cfcf;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    top: -2px;
    margin-left: 4px;
    margin-top: -3px;
}

.header-map .miniup {
    display: none;
    text-align: right;
    position: absolute;
    width: 245px;
    height: 200px;
    right: 1px;
    padding: 10px 15px;
    top: -10px;
    background: #ebf8ff;
    z-index: 999;
    border-radius: 5px;
}

.header-phone_info .miniup {
    display: none;
    text-align: right;
    position: absolute;
    width: 300px;
    height: 172px;
    padding: 10px 15px;
    right: 0px;
    top: -10px;
    background: #ebf8ff;
    z-index: 999;
    border-radius: 5px;

}

.header-phone_info:hover .miniup,
.header-map:hover .miniup {
    display: block;
    transition: 1s;
}

.header-phone_info .miniup p.title,
.header-map .miniup p.title {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 7px;
    text-transform: uppercase;
}

.header-phone_info .miniup p.title-text,
.header-map .miniup p.title-text {
    font-size: 14px;
    color: #665353;
}

.header-map .miniup .title-text span.icon_m {
    width: 27px;
    height: 20px;
}

.header-map .miniup .title-text span.icon_m:before {
    position: absolute;
    content: '';
    width: 27px;
    height: 20px;
    top: 0;
    left: -32px;
    background: url(imgs/icon_metro.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.header-phone_info .miniup .short-link {
    font-size: 14px;
    color: #665353;
    text-decoration: underline;
    cursor: pointer;
}

.header-phone_info .miniup .button-link {
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
    width: 100%;
    background: #67bb10;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    transition: all 0.3s;
}

.header-phone_info .miniup .button-link:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    transition: all 0.3s;
}

.header-info {
    background: #4c9bca;
    border-radius: 9px 0 9px 0;
    color: #fff;
    display: inline-block;
    margin-top: 18px;
    font-size: 13px;
    line-height: 26px;
    padding: 0 15px;
}

.header-contacts {
    text-align: right;
}

a.header-num {
    font-size: 21px;
    text-decoration: none;
    font-weight: 600;
}

a.header-num span {
    font-weight: 700;
}

a.header-num {
    color: #146494;
    font-size: 20px;
    text-decoration: none;
    display: flex;
}

a.header-num i {
    margin-right: 4px;
    font-size: 23px;
    position: relative;
    top: 1px;
}
a.header-num:hover{
    opacity: .8;
}

.header-phone_info {
    color: #757575;
    font-size: 13px;
    display: inline-block;
    letter-spacing: 0.2px;
    margin-top: 5px;
    border-bottom: 1px dashed #b9b9b9;
}

.header-contacts {
    text-align: right;
    margin-top: 17px;
}

.header-recall {
    background: #67bb10;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 0 25px;
    letter-spacing: 0.2px;
    line-height: 38px;
    margin-top: 7px;
    text-transform: uppercase;
}

.header__sub-text {
    color: #7CB93A;
    font-style: italic;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.header__row2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.header2 .comm-menu {
    width: auto;
}

.header2 .comm-menu li:not(:last-child) {
    margin-right: 25px;
}

.header2 .header-logo {
    width: auto;
}

.header2 .header-contacts {
    width: 22%;
}

.header__first {
    border-bottom: 1px solid #F1F1F1;
}

.header__row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.header__call {
    font-weight: 600;
    font-size: 14px;
    color: #7CB93A;
    margin-left: 24px;
    position: relative;
    border-bottom: 1px solid rgba(124, 185, 58, 0.3);
    cursor: pointer;
}

.header__call:hover {
    opacity: .8;
    color: #7CB93A;
}

.header__call:before {
    content: "";
    position: absolute;
    left: -24px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #7CB93A;
    box-shadow: 0px 0px 13px rgba(124, 185, 58, 0.8);
}

.header__address {
    font-size: 13px;
    color: #212121;
    display: flex;
    align-items: center;
}

.header__address svg {
    margin-right: 10px;
}

.header__time {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.header__time svg {
    margin-right: 10px;
}

.header__social {
    display: flex;
    align-items: center;
}

.header__social-item {
    display: flex;
}

.header__social-item:not(:last-child) {
    margin-right: 10px;
}

.header__social-item:hover {
    opacity: .8;
}

.mobile-rows{
    display: none;   
}
.mobile-row0{
    display: none;
}
.comm-menu .comm-menu__service{
    display: none;
}
.comm-menu > li .open-sub{
    padding: 10px;
    position: absolute;
    right: 0;
    color: #406794;
    transition: transform .3s ease;
}
.comm-menu li.open > .open-sub{
    transform: rotate(180deg);
}
.comm-menu li  ul{
    display: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F1F1F1
}
.comm-menu li.open > ul{
    display: block;
}

@media screen and (max-width: 1199px) {
    .header__row1{
        padding: 15px;
        flex-wrap: wrap;
        gap: 15px;
    }
    .header__row2{
        padding: 15px;
        flex-wrap: wrap;
        gap: 15px;
    }
    .header__row2 .header-logo {
        order: 1;
        margin: unset;
    }
    .header2 .header-contacts {
        order: 2;
        width: auto;
    }
    .header2 .comm-menu{
        order: 3;
    }
}
@media screen and (max-width: 767px) {
    .header__call{
        display: none;
    }
    .header__address{
        order: 2;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .header__time{
        order: 3;
        font-size: 16px;
    }
    .header2 .header-phone{
        margin: unset;
        order: 1;
        margin-bottom: 10px;
    }
    .header__row1 .header-num{
        font-size: 26px;
    }
    .header__row1 .header-num i{
        font-size: 26px;
    }
    .header__row1 .header__social{
        display: none;
    }
    .header__social{
        order: 2;
    }

    .header__row2{
        flex-direction: column;
        align-items: stretch;
        padding: 0;
    }
    .header__row2 .header-contacts{
        border-bottom: 1px solid #F1F1F1;
        padding-bottom: 30px;
        padding: 15px;
    }

    .header__row1{
        flex-direction: column;
        align-items: flex-start;
    }
    .header2 .comm-menu a{
        font-weight: 600;
        font-size: 18px;
        color: #000;
    }
    .header2 .comm-menu li{
        width: 100%;
        margin: 0 !important;
    }
    .header2 .comm-menu li a{
        padding: 10px 0;
    }
    .header2 .comm-menu ul a{
        font-weight: 400;
    }
    .header2 .comm-menu ul li.parent a{
        padding-right: 45px;
    }
    .header2 .comm-menu{
        flex-direction: column;
        padding: 15px;
        padding-bottom: 30px;
        border-bottom: 1px solid #F1F1F1;
    }
    .header2{
        padding: 0;
    }
    .header-body{
        display: grid;
        display: none;
        
        grid-template-areas:
            "menu dark"
            "contact dark";
        grid-template-columns: 1fr 10%;
        grid-template-rows: auto 1fr;

        position: fixed;
        z-index: 55;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
    }
    .header-body > .container{
        width: 100%;
        grid-area: menu;
        background: #fff;
    }
    .header-body:after{
        content: "";
        grid-area: dark;
        background: #0009;
    }
    .header-body .header__first{
        grid-area: contact;
        background: #fff;
    }
    .mobile-rows{
        display: block;   
    }
    .header__row2 .header-logo {
        display: none;
    }
    .header__sub-text{
        display: none;
    }
    .mobile-row0{
        display: block;
    }

    .comm-menu .comm-menu__service{
        display: block;
    }

    .menu-wrap{
        display: none;
    }
    .mobile-row2{
        border-bottom: 1px solid #F1F1F1;
    }
    .breadcrumbs{
        border-bottom: 1px solid #F1F1F1;
    }
    
    .footer__email {text-align: center;}
    .footer-contacts a.header-num {display: block;}
    footer>.container {padding: 10px;}
    .ui.right.floated.image {float: none; margin: 0 auto;}
}


/* menu */

.ui.grid {
    margin: 0;
}

menu,
.menu-wrap {
    background: rgb(24, 106, 157);
    background: -moz-linear-gradient(left, rgba(24, 106, 157, 1) 0%, rgba(19, 99, 147, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(24, 106, 157, 1) 0%, rgba(19, 99, 147, 1) 100%);
    background: linear-gradient(to right, rgba(24, 106, 157, 1) 0%, rgba(19, 99, 147, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#186a9d', endColorstr='#136393', GradientType=1);
    /*height: 47px;*/
    line-height: 47px;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
}

ul.menu-main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    flex-direction: row;
}

.menu-main>li {
    list-style: none;
    padding: 0 5px;
    margin: 0;
}

.menu-main>li>a {
    display: block;
    color: #fff;
    position: relative;
    transition: ease 300ms;
    z-index: 2;
}

.menu-main>li>a:before {
    background: transparent;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    transition: ease 300ms;
    z-index: -1;
}

.menu-main>li:hover>a:before {
    background: #4c9bca;
}

.menu-sub {
    background: #ebf8ff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    display: none;
    position: absolute;
    left: 0;
    padding: 20px 10px;
    width: 100%;
    z-index: 999;
}

.menu-main li:hover .menu-sub {
    display: block;
}

.menu-sub_box {
    position: relative;
    /* padding-right: 30px; */
    width: 33.3333%;
}

.menu-sub_box form {
    position: relative;
    margin-bottom: 35px;
}

.menu-sub_box button {
    background: #fff url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAQAAACRZI9xAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfiBwYNHxdGQovvAAABAElEQVQoz33RvyvEcRgH8Ncd4txwfwCdYr3CxHCGSwZlQbrNdBkMpMRk9R/o/AMoWRQlSUJZrguD8fJjYJNCkTB8uru6vry3p+f1PM/wxKaBhBl5GUkPDq0rqyUOsm5kreqRNKpi35qWKolNM2BPwW59TsqWd1N+wpaknQbAi3Fps9VDBaUGAB8KVsKxuElFUbl2JxtInyvRuZQJpN3rH+RZMpAHXX+Qbo+BHBmLBG1GnAVStCAVQeadqwRStmtDawMYsWSx/oA5X07019oJyzZ96whlMz5NmHfgXsmbTsMuDErblnccflTFQzISnpy6BbmA6iQqOdvyTb3/kVslxV8CLj162vN/nAAAAABJRU5ErkJggg==') center center no-repeat;
    border-radius: 3px;
    border: none;
    outline: none;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
}

.menu-sub_box input[type="text"] {
    background: #fff;
    border-radius: 3px;
    border: none;
    display: block;
    outline: none;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    width: 100%;
}

.menu-sub_box ul {
    padding-left: 0;
    line-height: 1;
}

.menu-sub_box ul li {
    list-style-type: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* .menu-sub_box ul li.parent:hover > a {
border-bottom:1px solid #4183c4;
} */
.menu-sub_box a {
    font-weight: 700;
    padding: 9px 0;
    position: relative;
    display: block;
}

.menu-sub_box li.parent>a:after {
    content: '>';
    position: absolute;
    top: 3px;
    right: 0px;
    transform: scale(0.7, 1.2);
    transition: ease 300ms;
}

.menu-sub_box li:hover.parent>a:after {
    transform: scale(0.7, 1.2) translateX(10px);
}

.menu-sub_box .box2 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 200%;
    background: #ebf8ff;
    z-index: 999;
}

.menu-sub_box .box2 ul li {
    padding-top: 0;
    padding-bottom: 14px;
}

.menu-sub_box li.parent:hover>.box2 {
    display: block;
    min-height: 290px;
    z-index: 999;
    padding-left: 25px;
    margin-left: 15px;
}

.menu-sub_box .box2:before {
    background: transparent;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
}

.menu-sub_box .box2 ul {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
}

.menu-sub_box .box2 ul li {
    padding-top: 0;
    padding-bottom: 5px;
    width: 50%;
    padding-top: 5px;
}

.menu-sub_box .box2 ul li {
    padding-bottom: 8px;
}

.menu-sub_box .box2 ul li a {
    font-weight: 400;
    font-size: 13px;
}

.menu-sub_box .box2 ul li a:hover {
    text-decoration: underline;
}

/*FORM HOLE*/
.form-answer {
    margin: 60px 0;
    background: #ebf8ff;
    padding: 50px 0;
    border: 1px solid #dee8de;
}

.up-title-form-answer {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #444444;
    text-align: center;
    line-height: normal;
}

.form-answer form {
    width: 840px;
    display: block;
    margin: auto;
}

.title-form-answer {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.wrap-left-side-form {
    display: inline-block;
    width: 410px;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.wrap-right-side-form {
    display: inline-block;
    width: 400px;
    margin-bottom: 15px;
}

.form-answer form input {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    padding: 10px 35px 10px 12px;
    margin-bottom: 10px;
    color: #474747;
    height: 100%;
    text-align: left;
}

.form-answer .wrap-right-side-form input {
    width: 49%;
    display: inline-block;
}

.form-answer .wrap-right-side-form input:first-child {
    /*margin-right: 15px;*/
}

.form-answer form input::placeholder {
    color: #665353;
    font-size: 12px;
}

.form-answer form textarea {
    width: 100%;
    height: 95px;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    text-align: left;
    padding: 10px 35px 10px 12px;
    resize: none;
    margin-bottom: 10px;
}

.form-answer form textarea::placeholder {
    color: #665353;
    font-size: 12px;
    line-height: 1;
}

.form-answer form input[type="submit"] {
    text-align: center;
    display: block;
    color: #ffffff;
    border: none;
    width: 200px;
    padding: 12px 0;
    margin-top: 30px;
    cursor: pointer;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    margin: 0 auto;
    margin-top: 30px;
    transition: all 1s;
}

.form-answer form input[type="submit"]:hover {
    background: #653d83;
    transition: all 1s;
}

.form-answer .form-attention {
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
    color: #999091;
}

.form-answer_name {
    background: url(imgs/u184.svg) no-repeat;
    background-position: 98% center;
    -webkit-background-size: 22px;
    background-size: 22px;
}

.form-answer_telefon {
    background: url(imgs/u5.svg) no-repeat;
    background-position: 98% center;
    -webkit-background-size: 22px;
    background-size: 22px;
}

.form-answer_data {
    background: url(imgs/u244.svg) no-repeat;
    background-position: 95% center;
    -webkit-background-size: 22px;
    background-size: 22px;
}

.form-answer_time {
    background: url(imgs/u243.svg) no-repeat;
    background-position: 95% center;
    -webkit-background-size: 22px;
    background-size: 22px;
    float: right;
}

label.checkbox {
    display: inline-block;
    font-size: 12px;
    font-family: sans-serif;
    text-align: left;
    color: #999091;
    padding-left: 30px;
}

label.checkbox span {
    text-decoration: underline;
}

label.checkbox span a {
    color: #333;
}

.right-block-service label.checkbox span a {
    color: #333;
}

#checkinp {
    display: none;
}

#checkinp1 {
    display: none;
}

#ckeck__me {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
}

label.checkbox:before {
    position: absolute;
    content: "";
    color: #000;
    display: inline-block;
    margin-right: 15px;
    text-indent: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    left: 0px;
    top: -2px;
}

input:checked+label:before {
    position: absolute;
    content: "";
    left: 0px;
    top: -2px;
    background: url(imgs/ic_check.png) center no-repeat;
    -webkit-background-size: 90%;
    background-size: 90%;
    background-color: #FFF;
}

input:disabled+label:before {
    position: absolute;
    left: 0px;
    top: -2px;
    background: #fff;
    color: #aaa;
}

.qaws {
    background: #808080 !important;
    pointer-events: none;
    color: #ffffff !important;
}

.form-answer button {
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
    background: #67bb10;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.dropdown {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 12px;
    color: #665353;
    height: 100%;
    text-align: left;
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 12px;
}

.dropdown .select>i {
    font-size: 13px;
    color: #000000;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
}

.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdown:active {
    background-color: #f8f8f8
}

.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}

.dropdown.active .select>i {
    transform: rotate(-90deg)
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    z-index: 9
}

.dropdown .dropdown-menu li {
    padding: 6px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 12px;
}

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

/* footer */

footer {
    box-shadow: 0 0 7px rgba(97, 92, 92, 0.3);
    padding: 0 0 30px;
    background-color: #fdfdfd;
}

.wrap-footer-menu {
    background: rgb(24, 106, 157);
    background: -moz-linear-gradient(left, rgba(24, 106, 157, 1) 0%, rgba(19, 99, 147, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(24, 106, 157, 1) 0%, rgba(19, 99, 147, 1) 100%);
    background: linear-gradient(to right, rgba(24, 106, 157, 1) 0%, rgba(19, 99, 147, 1) 100%);
}

.footer-menu {
    /*border-bottom: 1px solid #f7f7f7;*/
}

.footer-menu a {
    color: #656565;
    font-size: 14px;
    line-height: 46px;
}

.footer-info {
    color: #797979;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 20px;
}

.footer-info div+div {
    margin-top: 15px;
}

footer a.header-logo span {
    padding-top: 13px;
}

footer a.header-logo {
    margin-top: 32px;
}

.footer-social_item {
    background: url('imgs/social.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    height: 36px;
    margin-right: 3px;
    width: 36px;
}

.footer-social_item.tw {
    background-position: -36px 0;
}

.footer-social_item.vk {
    background-position: -72px 0;
}

.footer-social span {
    color: #797979;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    margin-top: 11px;
}

.footer-contacts {
    padding-top: 17px;
    text-align: right;
}

.footer-contacts_dsc {
    color: #797979;
    font-size: 13px;
    line-height: 1.3;
    margin: 10px 0 10px;
}

.footer-contacts_info {
    color: #67bb10;
    font-size: 14px;
    font-weight: 700;
}

.footer-contacts_pay {
    margin-top: 16px;
    max-width: 260px;
}

.footer-contacts_pay img {
    max-width: 100%;
}

.footer-copy-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.political {
    padding-left: 0;
}

.political li {
    list-style-type: none;
    display: inline-block;
    color: #797979;
    margin-right: 15px;
    font-size: 12px;
}

.political li a {
    font-size: 12px;
}

/* main */

.main {
    padding: 30px 10px;
}

/*MODAL FORM*/

.form-popup {
    display: none;
    width: 550px;
}

.form-popup .form-answer {
    margin: 0;
    padding: 20px;
}

.form-popup .form-answer form {
    width: 100%;
}

.form-popup-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.form-popup .wrap-left-side-form {
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 100%;
}

.form-popup .wrap-right-side-form {
    display: block;
    text-align: center;
    margin: 10px auto;
    width: 100%;
}

.wrap-item-data {
    width: 100%;
    position: relative;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}

.wrap-item-data input {
    width: 50% !important;
    height: 40px !important;
}


/*ARTICLE*/
.article-title {
    font-family: "PT Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 1.2857em;
    margin: 15px 0 35px;
    font-weight: 700;
    padding: 0;
    font-size: 20px;
    text-align: left;
}

.article-item {
    padding: 15px 10px;
    background-color: #fdfdfd;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: all 0.5s;
    box-shadow: 0 0 5px #cecece;
    margin: 20px 0;
}

.article-item:hover {
    background: #ffffff;
    border: 1px solid #cecece;
    transition: all 0.5s;
}

.article-item a {
    text-decoration: none;
    color: rgba(0, 0, 0, .87);
}

.article-item-title {
    font-family: "PT Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 1.2857em;
    margin: 0 0 10px;
    font-weight: 700;
    padding: 0;
    color: #4183c4;
    font-size: 16px;
    text-align: left;
}

.article-item-text {
    font-family: "PT Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 1.2857em;
    margin: 0;
    font-weight: 300;
    padding: 0;
    font-size: 14px;
    text-align: left;
    max-height: 118px;
    overflow: hidden;
}

.ui.vertical.menu .item {
    font-size: 14px;
}

.ui.attached.segment {
    border: none;
}

.ui.header .content {
    font-size: 16px;
}

.ui.header h1 {
    display: inline-block;
}

.ui.header .sub.header,
.ui.small.header .sub.header {
    font-size: 20px;
}

@media screen and (max-width: 1199px) {
    a.header-num {
        font-size: 17px;
    }

    a.header-logo {
        display: block;
        max-width: 210px;
        margin: auto;
    }

    a.header-recall {
        max-width: 164px;
        display: block;
        margin-right: auto;
        margin-top: 0;
    }

    .header-map {
        margin-top: 9px;
    }

    .header-info {
        margin-top: 15px;
    }

    .form-answer form {
        width: 400px;
    }

    .wrap-left-side-form {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
        width: 400px;
    }

    .wrap-right-side-form {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .header-map .miniup {
        text-align: left;
        left: 7px;
    }

    .header-phone .miniup p.title-text,
    .header-map .miniup p.title-text {
        margin-left: 17px;
    }

    .footer-info, .footer-address, .footer-email {
        text-align: center;
    }

    .footer-social {
        text-align: center;
    }

    .footer-contacts {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .slick-title {
        font-size: 12px;
    }

    .form-popup {
        width: 270px;
    }

    .form-popup .form-answer {
        padding: 10px;
    }

    .form-popup .title-form-answer {
        font-size: 12px;
    }

    .form-answer button {
        width: 210px;
    }

    .fancybox-close {
        right: 0;
    }

    .header-map {
        display: block;
        margin: 10px auto;
    }

    .header-map .miniup {
        text-align: left;
        left: 57%;
        transform: translateX(-50%);
    }

    .header-phone .miniup {
        left: 51%;
        transform: translateX(-50%);
    }

    .header-info {
        width: 255px;
        display: block;
        margin: 10px auto;
    }

    a.header-recall {
        margin: 10px auto;
    }

    .header-phone {
        display: block;
        margin: auto;
        text-align: center;
    }

    .header-phone_info {
        display: block;
        margin: 10px auto;
        text-align: center;
    }

    .form-answer form {
        width: 300px;
    }

    .wrap-left-side-form {
        width: 300px;
    }

    .wrap-right-side-form {
        width: 300px;
    }

    #specials {
        display: none;
    }

    .title-form-answer {
        font-size: 16px;
        font-weight: bold;
    }

    .footer-social {
        display: block;
        margin: auto;
        text-align: center;
    }

    .footer-contacts {
        text-align: center;
    }

    .political li {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .form-box .form {
        padding: 0 15px;
    }

    .form-box-title {
        font-size: 24px;
        line-height: 1.4;
        padding: 0 25px;
        margin-bottom: 15px;
    }

    .form-box-text {
        padding: 0 15px;
    }

    .form-box button.btn {
        border-radius: 3px;
        width: 100%;
        max-width: 340px;
    }

    .form-box input[type="tel"] {
        border-radius: 3px;
    }

    .form-box .feild_wrapper {
        margin-bottom: 15px;
        width: 100%;
    }

    .form-box-phone {
        font-size: 27px;
    }
}

.ui.vertical.menu .item {
    font-size: 14px;
}

.ui.vertical.menu .menu .item {
    font-size: 12px;
}

.ui.icon.header .content {
    font-size: 28px;
}

h2 {
    font-size: 28px;
}

#aboutmain ul {
    padding-top: 30px;
}

.ui.grid.container {
    display: flex;
}

/* sidemenu */

#aboutmain .sidemenu ul {
    padding-top: 16px;
    display: block;
}

.sidemenu ul,
.sidemenu li {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.sidemenu {
    background: #f3fbff;
    width: 100%;
}

.sidemenu li a {
    color: #166899;
    font-size: 14px;
    display: block;
    padding: 8px 20px 6px;
    position: relative;
}

.sidemenu>ul>li>a {
    background: #ddedf7;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 11px 20px 10px;
}

.sidemenu li.active>a,
.sidemenu li a:hover {
    background: #4c9bca !important;
    color: #fff;
}

.open-menu {
    background: rgba(21, 101, 151, 0.08);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 38px;
}

.open-menu:before {
    background: transparent;
    border-style: solid;
    border-width: 7px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-color: transparent;
    border-top-color: #fff;
    content: '';
    height: 0;
    transform: translate(-50%, -25%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
}

#aboutmain .sidemenu ul ul,
.sidemenu ul ul {
    display: none;
}

.sidemenu>ul>li {
    margin-bottom: 2px;
    position: relative;
}

.sidemenu i {
    background: rgba(76, 155, 202, 0.25);
    border-radius: 4px;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    display: block;
    color: #166799;
    line-height: 24px;
    right: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 30px;
}

.sidemenu li.active>ul {
    display: block;
}

.sidemenu ul ul ul {
    background: #e1eff7;
}

.comm-menu {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 10px;
    justify-content: space-between;
}

.comm-menu li {
    display: inline-block;
    list-style-type: none;
    position: relative;
}

.header-map {
    width: 110px;
    margin-top: 0px;
    margin-left: auto;
}

.header-info {
    margin-top: 0;
}

a.header-logo {
    margin-top: 0;
}

.comm-menu li a {
    font-size: 14px;
    display: block;
}

.header-contacts {
    margin-top: 0;
}

@media screen and (max-width: 1199px) {
    .header-map {
        margin-top: 0px;
    }

    .header-info {
        font-size: 11px;
    }
}

.menu-main .menu-sub .menu-sub_box.box1 .parent .box2 a:after {
    display: none;
}

@media screen and (max-width: 500px) {
    .comm-menu {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .comm-menu li {
        width: 35%;
    }
}

.arrow {
    position: absolute;
    top: 45%;
    z-index: 1;
    width: 22px;
    height: 40px;
    border: none;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
}

.prev {
    left: -30px;
    background: url('../media/specs/left_arrow.png') center no-repeat;
    background-size: 100%;
    outline: none;
}

.next {
    right: -30px;
    background: url('../media/specs/right_arrow.png') center no-repeat;
    background-size: 100%;
    outline: none;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #00acc1;
}

.slick-dots li.slick-active button:before,
.slick-dots li>button:before {
    content: '';
}

.slick-dots li.slick-active {
    background-color: #00acc1;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 1px;
}

h1.ui.header {
    font-size: 32px;
    line-height: 1;
}

.photos {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content ul li {
    margin-bottom: 10px;
}

.photos .photos-item img {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}

.photos .photos-item {
    width: 24%;
}

@media screen and (max-width: 1199px) {
    .photos .photos-item {
        width: 32%;
    }

    .prev {
        left: -20px;
    }

    .next {
        right: -20px;
    }
}

@media screen and (max-width: 992px) {
    .photos .photos-item {
        width: 46%;
        margin-bottom: 45px;
    }

    .prev {
        left: 15px;
    }

    .next {
        right: 15px;
    }
}

@media screen and (max-width:768px) {
    .photos .photos-item {
        width: 100%;
        margin-bottom: 12px;
    }

    .prev {
        left: 15px;
    }

    .next {
        right: 15px;
        background: url('../media/specs/right_arrow.png') center no-repeat;
    }
    
    .form-popup p.title-form-answer {display:none;}
}

.content_price .dsc table thead tr th {
    cursor: auto;
    background: #F9FAFB;
    text-align: inherit;
    color: rgba(0, 0, 0, .87);
    padding: .92857143em .71428571em;
    vertical-align: inherit;
    font-style: none;
    font-weight: 700;
    text-transform: none;
    border-bottom: 1px solid rgba(34, 36, 38, .1);
    text-align: center;
}

.content_price .dsc table tbody tr td {
    width: 50%;
}

.content_price .dsc table tbody tr td:first-child {
    box-shadow: 0 0 0 #A3C293 inset;
    background: #FCFFF5;
    color: #2C662D;
    font-weight: bold;
}

.content_price .item .title {
    vertical-align: inherit;
    font-style: none;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 20px;
}

.ui.grid>.column:not(.row),
.ui.grid>.row>.column {
    padding-left: 2rem;
}

.ui.divided.grid:not([class*="vertically divided"])>.column:not(.row),
.ui.divided.grid:not([class*="vertically divided"])>.row>.column {
    box-shadow: none;
}

.ui.segment[class*="bottom attached"] {
    padding-top: 0;
}

.breadcrumbs>li {
    margin: 0 5px;
}

.breadcrumbs {
    padding: 22px 0;
    margin-top: 0;
}

.ui.grid>.row {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400 !important;
}

.flex-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}

h1.pagetitle {
    margin-bottom: 30px;
}

ol {
    padding: 0 20px;
}

ol li:not(:last-child) {
    margin-bottom: 25px;
}

ol li {
    padding-left: 10px;
}

.ul-v {
    list-style-type: none;
    padding: 0;
}

.ul-v li {
    padding-left: 30px;
}

.ul-v li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #005e18;
    margin-left: -30px;
    padding-right: 15px;
}


img {
    max-width: 100%;
}

.new_title {
    font-size: 36px;
}

h1.new_title {
    font-size: 52px;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-36 {
    font-size: 36px;
}

.f-700 {
    font-weight: 700;
}

.t-u {
    text-transform: uppercase;
}

.f-red {
    color: #d82626;
}

.f-color {
    color: #156594 !important;
}

.bg-color {
    border: 1px solid #ddedf7;
    background-color: #f3fbff !important;
    padding: 25px;
}

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

.fl-as {
    align-items: flex-start;
}

.card-icon {
    font-size: 14px;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin: -10px;
}

.card-icon>* {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 129px;
    height: 129px;
    padding: 10px;
    border: 1px solid #ddedf7;
    background-color: #f3fbff !important;
    margin: 10px;
}

.card-icon>*>img {
    margin-bottom: 10px;
}

.list-icon {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px 60px;
    list-style: none;
    padding: 0;
}

.list-icon>li {
    display: flex;
    align-items: center;
}

.list-icon>li>img {
    display: block;
    min-width: 79px;
    min-height: 79px;
    margin-right: 20px;
    object-position: center;
    object-fit: scale-down;
    border: 1px solid #ddedf7;
    background-color: #f3fbff !important;
}

.close-list {
    padding: 0;
    list-style: none;
}

.close-list>li {
    padding-left: 45px;
    position: relative;
}

.close-list>li::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 1px;
    background: url('/media/icon/close-icon.png') center no-repeat;
}

.ol-color {
    padding: 0;
    columns: 360px;
    list-style: none;
    counter-reset: ol_count;
}

.ol-color>li {
    display: inline-block;
    max-width: 360px;
    padding-left: 50px;
    position: relative;
}

.ol-color>li::before {
    position: absolute;
    left: 0;
    top: 1px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    counter-increment: ol_count;
    content: counter(ol_count);
    color: #156594;
    background-color: #f3fbff;
    border: 1px solid #ddedf7;
    border-radius: 50%;
    font-weight: bold;
}

.why-me-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 32px 20px;
}

.why-me-list * {
    margin: 0 !important;
}

.why-me-list>li {
    display: grid;
    grid-template-columns: 79px 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 8px 20px;
    align-items: start;
    justify-items: start;
}

.why-me-list>li>img {
    grid-row: span 2;
    display: block;
    width: 79px;
    height: 79px;
    margin-right: 20px;
    object-position: center;
    object-fit: scale-down;
    border: 1px solid #ddedf7;
    background-color: #f3fbff !important;
}

.wrap-plus-minus>* {
    display: flex;
    align-items: stretch;
    padding: 0px;
}

.wrap-plus-minus>*>* {
    padding: 30px;
    display: flex;
    align-items: center;
    min-width: 300px;
}

.wrap-plus-minus>*>*::before {
    content: '';
    display: block;
    min-width: 40px;
    min-height: 40px;
    margin-right: 20px;
    background: center no-repeat;
}

.wrap-plus-minus>*>.minus::before {
    background-image: url('/media/icon/dis_smile.png');
}

.wrap-plus-minus>*>.plus::before {
    background-image: url('/media/icon/smile.png');
}

.wrap-plus-minus>*>.minus {
    flex: 11;
    border: 1px solid #f7dddd;
    background-color: #fff3f3;
}

.wrap-plus-minus>*>.plus {
    flex: 14;
}

.form-answer-new>* {
    min-width: 300px;
}

.form-online {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px;
}

.form-online .dropdown,
.form-online label,
.form-online textarea,
.form-online .dop-info,
.form-online button {
    grid-column: 1/-1;
}

.form-online * {
    margin: 0 !important;
}

.form-online input,
.form-online textarea {
    width: 100%;
    padding: 16px 30px;
    border: 1px solid #ddedf7;
    background-color: #fff;
    color: #26292a;
}

.form-online textarea {
    min-height: 6em;
    max-height: 30em;
    resize: vertical;
}

.form-online input:focus,
.form-online textarea:focus {
    border: 1px solid #4c9bca;
}

.form-online input::placeholder,
.form-online textarea::placeholder {
    color: #8d9295;
}

.form-online .dropdown .select,
.form-online .dropdown li {
    font-size: 16px;
    color: #26292a;
    border-radius: 0px;
    padding: 16px 30px;
    background-color: #fff;
}

.form-online .dropdown .select,
.form-online .dropdown ul {
    border: 1px solid #ddedf7;
}

.form-online .dropdown,
.form-online .dropdown ul {
    box-shadow: unset;
}

.form-online .dropdown.active .select,
.form-online .dropdown li:hover {
    background-color: #f3fbff;
}

.form-online .dop-info>* {
    margin: 0 !important;
    color: #8d9295 !important;
}

.blue-checkbox {
    font-size: 14px;
    font-weight: 400;
    color: #26292a;
    line-height: 22px;
    display: inline-flex;
    align-items: flex-start;
    max-width: 450px;
}

.blue-checkbox::before {
    content: '';
    display: block;
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    border: 1px solid #ddedf7;
    background-color: #ddedf7;
    margin-right: 15px;
}

input:checked+.blue-checkbox::before {
    position: static;
    background: #156594 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKBAMAAACZNRnKAAAAAXNSR0IB2cksfwAAABVQTFRFAAAA////////////////////////SM9tBAAAAAd0Uk5TAGD/UECfIOHUFvEAAAA2SURBVHicY2AAAyEDCM2o5MDgJAASUGRgMFIECQhACJAASBgsABIKUoRqhQgAhaACDAwJIAIAtc0D2U4kjtkAAAAASUVORK5CYII=') center no-repeat;
}

.blue-checkbox>a {
    color: #156594;
}

.form-online button {
    justify-self: center;
    width: 278px;
    height: 60px;
    border-radius: 2px;
    background-color: #a4aeb5 !important;
    border: unset;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
}

.form-online button.qaws {
    opacity: .6;
}

.active-element {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -20px 40px;
}

.active-element .title {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
}

.active-element a {
    margin: 10px;
    display: block;
    width: calc(100% / 3 - 20px);
    min-width: 200px;
    text-align: center;
}

.active-element a:hover {
    background-color: #fff !important;
}

section.bg-color.new-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
}

.new-form__subtitle {
    font-family: 'PT Sans';
}

.new-form__text {
    max-width: 337px;
}

@media screen and (max-width: 1200px) {
    .new-form .form-answer-new {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .new-form__text {
        margin-right: 0;
        max-width: none;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .new-form .form-online {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }

    .footer-copy-row {

        justify-content: center;
    }
}

.new-form .form-answer_name,
.new-form .form-answer_telefon {
    background-image: none;
}

.new-form .blue-checkbox {
    margin-bottom: 35px !important;
}

.new-form .form-answer_data::-webkit-calendar-picker-indicator,
.new-form .form-answer_time::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.to-top {
    position: fixed;
    bottom: 75px;
    right: 50px;
    z-index: 100;
    cursor: pointer;
}

.to-top:hover {
    opacity: .9;
}

.footer-social_item.whatsapp {
    background-image: url(imgs/whatsapp.png);
}

.review-list {
    margin: 40px 0;
}
.review-list__item-date{
    color: #B1C4D5;
}
.review-list__item-start{
    display: flex;
    justify-content: space-between;
}
.review-list__item {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #B1C4D5;
    border-radius: 10px;
}
.review-list__item .rating{
    margin-bottom: 10px;
}

.review-list__item-head {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.review-list__item-review {
    font-style: italic;
}

.welcome {
    display: flex;
    gap: 2em;
    margin-bottom: 2em;
}

.welcome__left {
    background: #F4FBFF;
    border-radius: 5px;
    padding: 3em;
    flex-grow: 1;
}

.welcome__head {
    font-weight: 600 !important;
    font-size: 46px;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.welcome__price {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #2F6290;
    margin-bottom: 2em;
}

.welcome__btn-block {
    display: flex;
    flex-wrap: wrap;
}

.welcome__btn-block .button {
    margin-right: 1em;
    margin-bottom: 1em;
}

.button {
    color: #000;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: .8em;
    min-width: 170px;
    border: 2px solid #7CB93A;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button:hover {
    background: #7CB93A;
    color: #fff;
}

.button:hover svg {
    fill: #fff;
}

.button svg {
    fill: #7CB93A;
    margin-right: 8px;
    transition: fill .3s;
}

.button_bg_green {
    background: #7CB93A;
    color: #fff;
}

.button_bg_green:hover {
    background: #fff;
    color: #7CB93A;
}

.button[class*="button_icon"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button[class*="button_icon"]:before {
    content: '';
    display: inline-block;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.welcome__right {
    width: 468px;
    max-width: 100%;
}

.welcome__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 468px;
}

.checklist {
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-bottom: 5em;
}

.checklist__item {
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.checklist__item svg {
    fill: #7CB93A;
}

.checklist__item-icon {
    padding-right: 20px;
}

@media screen and (max-width: 991px) {

    .welcome {
        flex-wrap: wrap;
    }

    .welcome__right {
        width: 100%;
        text-align: center;
    }

    .welcome__left {
        padding: 1em;
    }

    .welcome__head {
        font-size: 36px;
    }
}

.questions .ui.accordion {
    margin-bottom: 1em;
}

.questions .ui.accordion .title {
    padding: 1.5em !important;
    background: #306493;
    border-radius: 5px;
    color: #fff !important;
    margin-bottom: .6em;
    font-size: 18px !important;
    display: flex;
    justify-content: space-between;
}

.questions .ui.accordion .title.active {
    background: #F4FBFF;
    color: #306493 !important;
}

.questions .ui.accordion .title svg {
    margin-left: 2em;
    margin-top: 0.3em;
    fill: #fff;
    transition: transform .3s;
    flex: 0 0 26px;
    max-width: 26px;
}

.questions .ui.accordion .title.active svg {
    fill: #306493;
    transform: rotate(180deg);
}

.questions .ui.accordion .transition {
    padding: 1.5em !important;
}

.questions__head {
    font-size: 38px;
    font-weight: 600 !important;
    margin-bottom: 1em;
}

.mobile-rows{
    
}
.mobile-rows .header-logo {
    margin-left: 20px;
    background-size: 32px;
    padding-left: 46px;
}
.mobile-rows .header-logo span{
    line-height: 1.2;
    padding-top: 7px;
}
.mobile-row0{
    position: relative;
    height: 60px;
}
.mobile-row1{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F1F1F1;
    height: 60px;
    align-items: center;
    padding: 0 15px;
}
.mobile-row2{
    height: 60px;
    position: relative;
}
/* .mobile-rows .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
} */

.hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #406794;
}

.hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}


.menu-open .header-body {
  display: grid;
  overflow-y: auto;
}

.hamburger-lines-open .line1 {
  transform: rotate(45deg);
}

.hamburger-lines-open .line2 {
  transform: scaleY(0);
}

.hamburger-lines-open .line3 {
  transform: rotate(-45deg);
}

.menu-open .logo{
  display: none;
}

body.menu-open{
    position: fixed
}
.footer-address{
    font-size: 12px;
    line-height: 1.2;
    margin: 10px 0;
    color: #797979;
}
.rating{
    color: #FFB300;
}
.rating__item{
    margin-right: 2px;
}

.main-reviews .review-list{
    padding: 0 20px;
}
.main-reviews .review-list__item{
    margin-right: 15px;
}
.main-reviews{
    margin-top: 20px;
    padding: 30px 0;
}
.main-reviews__head{
    text-align: center;
    font-size: 28px;
    margin-bottom: 16px;
}
.main-reviews__button{
    border: 1px solid #2185D0;
    padding: 10px 20px;
    color: #2185D0;
    cursor: pointer;
    transition: all ease .3s;
    border-radius: 5px;
    text-align: center;
    width: 300px;
    margin: 70px 0 0 auto;
}

.main-reviews.center .main-reviews__button{margin: auto;}

.main-reviews__button:hover{
    background: #2185D0;
    color: #fff;
}
.bold{
    font-weight: bold;
}

.blago-list{
    margin: 30px 0;
}
.blago__item{
    margin-right: 15px;
    margin-bottom: 15px;
}

.footer__email{
    display: block;
    margin-top: 17px;
    font-weight: bold;
    color: #146494;
    font-size: 20px;
    text-decoration: none;
}
.footer__address{
    color: #797979;
    font-size: 13px;
    line-height: 1.3;
    margin: 10px 0 10px;
}

.main-page-yandex-review{
    float: right;
    max-width: 300px;
    height:600px;
    overflow:hidden;
    position:relative;
    margin: 10px 0 10px 10px;
}

@media screen and (max-width: 991px) {
    .main-page-yandex-review{
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}

.related-articles {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    background-color: #ffffff;
    margin-top: 24px;
    box-shadow: 0 1px 3px #F4FBFF;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.related-articles span {
    font-size: 22px;
    margin-bottom: 16px;
    color: #007BFF;
    border-bottom: 1px solid #007BFF;
    padding-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    display: block;
}

.related-articles ul {
    list-style-type: none;
    padding: 0;
    margin: 16px 0 0 0; /* Добавляем верхний отступ */
}

.related-articles ul li {
    margin-bottom: 12px;
    animation: fadeIn 0.3s ease-in-out;
}

.related-articles ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.related-articles ul li a:hover {
    background-color: #F4FBFF;
    color: #000000;
    text-decoration: none;
}

.related-articles ul li a:focus {
    outline: 2px solid #F4FBFF;
    background-color: #F4FBFF;
    border-radius: 4px;
    padding: 2px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 600px) {
    .related-articles {
        padding: 12px;
    }

    .related-articles span {
        font-size: 20px;
    }

    .related-articles ul li {
        margin-bottom: 10px;
    }
}
.seo{
    color: #797979;
    font-size: 12px;
}

/* --- Общие стили --- */
        :root {
            --primary-color: #00b8d4; /* Основной голубой цвет */
            --text-color-dark: #333;
            --text-color-light: #757575;
            --background-color: #fff;
            --container-width: 700px; /* Ширина контейнера на десктопе */
            --item-count: 5; /* Количество элементов для расчетов */
            
            --white: #fff;
            --light-bg: #edfcff;
            --blue: #00bcf2;
            --title: #0f2e4b;
            --time: ease-in-out .25s;
            
    --transparent: transparent;
    --name-color: #0e213b;
    --text: #393939;
    --text-opacity: rgba(0,32,51,.6);
    --dark-grey: rgba(0,65,102,.05);
    --dark-title: #002033;
    --blue-light: #d6f9ff;
    --blue-opacity: rgba(133,186,224,.6);
    --orange: #f16800;
    --title: #0f2e4b;
    --title-opacity: rgba(15,46,75,.5);
    --blue-shadow: 0rem 1rem 4rem -.625rem rgba(96,170,191,.2);
    --blue-shadow-2: 0rem .25rem 1rem 0rem rgba(96,170,191,.25);
    --border: #f1f1f1;
    --black: #000;
    --gray: #899aa1;
        }

.advantages-container {background-color: #a3e4ff;
    border-radius: 10px;
    border: 1px solid #dee8de;}

        /* --- Контейнер --- */
        .advantages-section {
            position: relative;
            width: var(--container-width);
            height: var(--container-width);
            display: flex;
            justify-content: center;
            align-items: center;
    		margin: 0px auto;
        }

        /* --- Центральный блок --- */
        .advantages-center {
            position: relative;
            width: 40%;
            height: 40%;
            background: radial-gradient(circle, rgba(230, 247, 255, 0.8) 0%, rgba(255, 255, 255, 1) 70%);
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
            box-sizing: border-box;
            z-index: 10;
        }

        .advantages-center .h2 {
            font-size: 2rem;
            color: var(--text-color-dark);
            margin: 0 0 10px 0;
        }

        .advantages-center p {
            font-size: 1.3rem;
            color: var(--text-color-light);
            margin: 0 0 20px 0;
            max-width: 200px;
        }

        .advantages-center .call-button {
            background-color: var(--primary-color);
            color: white;
            border: none;
            border-radius: 50px;
            padding: 15px 30px;
            font-size: 1.3rem;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s, transform 0.2s;
            text-decoration: none; /* Для тега <a> */
        }

        .advantages-center .call-button:hover {
            background-color: #0097a7;
            transform: scale(1.05);
        }

        /* --- Список преимуществ (Desktop - круговое расположение) --- */
        .advantages-list {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            list-style: none;
            padding: 0;
            margin: 0;
            /* Вспомогательная линия для отладки */
            /* border: 1px dashed #ccc; */
            /* border-radius: 50%; */
        }

        .advantage-item {
            position: absolute;
            left: 50%;
            top: 50%;
            display: flex;
            align-items: center;
            width: 250px; /* Ширина элемента */
            margin-left: -125px; /* Сдвиг на половину ширины */
            margin-top: -25px; /* Сдвиг на половину высоты */
            transform-origin: center center;
        }

        /* Расстановка 5 элементов по кругу */
        .advantage-item:nth-child(1) { transform: rotate(-90deg) translate(300px) rotate(90deg); }
        .advantage-item:nth-child(2) { transform: rotate(-18deg) translate(300px) rotate(18deg); }
        .advantage-item:nth-child(3) { transform: rotate(54deg) translate(300px) rotate(-54deg); }
        .advantage-item:nth-child(4) { transform: rotate(126deg) translate(300px) rotate(-126deg); }
        .advantage-item:nth-child(5) { transform: rotate(198deg) translate(300px) rotate(-198deg); }

        /* Позиционирование текста относительно иконки */
        .advantage-item:nth-child(1),
        .advantage-item:nth-child(2),
        .advantage-item:nth-child(3) {
            flex-direction: row-reverse; /* иконка справа */
            text-align: left;
        }

        .advantage-item:nth-child(4),
        .advantage-item:nth-child(5) {
            flex-direction: row; /* иконка слева */
            text-align: right;
        }

        .advantage-item .icon {
            flex-shrink: 0;
            width: 50px;
            height: 50px;
            background-color: var(--background-color);
            border: 2px solid var(--primary-color);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 15px;
        }
        
        .advantage-item .icon svg {
            width: 24px;
            height: 24px;
            fill: var(--primary-color);
        }

        .advantage-item .text-content {
            flex-grow: 1;
        }

        .advantage-item .h3 {
            font-size: 2rem;
            color: var(--text-color-dark);
            margin: 0 0 5px 0;
        }

        .advantage-item p {
            font-size: 1.3rem;
            color: var(--text-color-light);
            margin: 0;
        }


        /* --- Мобильная версия --- */
        @media (max-width: 768px) {
            body {
                padding: 0;
            }

            .advantages-section {
                position: static;
                width: 100%;
                height: auto;
                flex-direction: column;
                padding: 20px;
                box-sizing: border-box;
            }

            .advantages-center {
                position: static;
                width: 100%;
                height: auto;
                border-radius: 0;
                background: none;
                order: 2; /* Кнопка будет после списка */
                padding: 30px 0 20px 0;
            }
            
            /* Скрываем текст в центре на мобильной версии, оставляем только кнопку */
            .advantages-center .h2,
            .advantages-center p {
                display: none;
            }
            
            /* Список преимуществ становится обычным списком */
            .advantages-list {
                position: static;
                width: 100%;
                order: 1; /* Список будет до кнопки */
            }

            .advantage-item {
                position: static;
                transform: none !important; /* !important для сброса inline-трансформаций */
                width: 100%;
                margin: 0 0 25px 0;
                text-align: left !important; /* Выравнивание текста всегда слева */
                flex-direction: row !important; /* Иконка всегда слева */
            }

            .advantage-item .icon {
                margin: 0 20px 0 0;
            }
        }
    .how-works {margin: 3em 0em;}
    .how-works__wrap {
      margin-top: 1.5rem;
      display: flex;
      flex-direction: column;
      gap: 4.5rem;
    }
    @media only screen and (min-width:62rem) {
      .how-works__wrap {
        flex-direction: row;
        gap: 2rem;
        margin-top: 3.5rem;
      }
    } :contentReference[oaicite:0]{index=0}

    .how-works__item {
      width: 100%;
      position: relative;
    } :contentReference[oaicite:1]{index=1}

    .how-works__item-wrap {
      position: relative;
      width: 8.75rem;
      height: 8.75rem;
      margin: 0 auto;
    }
    @media only screen and (min-width:48rem) {
      .how-works__item-wrap {
        width: 12.375rem;
        height: 12.375rem;
      }
    } :contentReference[oaicite:2]{index=2}

    .how-works__item-icon {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: var(--light-bg);
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    } :contentReference[oaicite:3]{index=3}

    .how-works__item-step {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 2;
      width: 2.125rem;
      height: 2.125rem;
      border: .3125rem solid var(--white);
      background: var(--blue);
      border-radius: 50%;
      font-size: calc(.625rem + 8 * ((100vw - 20rem)/1600));
      line-height: 150%;
      font-weight: 600;
      color: var(--white);
      display: flex;
      justify-content: center;
      align-items: center;
    }
    @media (min-width:125rem) {
      .how-works__item-step {
        font-size: 1.125rem;
      }
    }
    @media only screen and (min-width:48rem) {
      .how-works__item-step {
        width: 3.125rem;
        height: 3.125rem;
      }
    } :contentReference[oaicite:4]{index=4}

    .how-works__item-title {
      margin-top: 1rem;
      text-align: center;
      font-size: calc(1.5rem + 2 * ((100vw - 20rem)/1600));
      line-height: 150%;
      color: var(--title);
      font-weight: 600;
    }
    @media (min-width:125rem) {
      .how-works__item-title {
        font-size: 1.125rem;
      }
    }
    @media only screen and (min-width:62rem) {
      .how-works__item-title {
        margin-top: 2rem;
      }
    } :contentReference[oaicite:5]{index=5}

    .how-works__item:after {
      position: absolute;
      content: "";
      width: 2.5rem;
      height: .6875rem;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='24' viewBox='0 0 82 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81.06 13.06a1.5 1.5 0 0 0 0-2.12l-9.545-9.547a1.5 1.5 0 1 0-2.122 2.122L77.88 12l-8.486 8.485a1.5 1.5 0 1 0 2.122 2.122l9.546-9.546zM0 13.5h80v-3H0v3z' fill='%2300BCF2'/%3E%3C/svg%3E");
      background-size: cover;
      bottom: -2.8125rem;
      left: 50%;
      transform: translateX(-50%) rotate(90deg);
    }
    @media only screen and (min-width:62rem) {
      .how-works__item:after {
        right: -2.8125rem;
        top: 5rem;
        width: 3.75rem;
        height: 1.0625rem;
        bottom: unset;
        left: unset;
        transform: none;
      }
    }
    @media only screen and (min-width:80rem) {
      .how-works__item:after {
        width: 5.125rem;
        right: -3.5rem;
        height: 1.5rem;
      }
    }
    .how-works__item:last-child:after {
      content: none;
    } :contentReference[oaicite:6]{index=6}

 .guarantees {
        padding: 3rem 0;
    }
    
    .guarantees .h2, .how-works .h2 {
    font-weight: 400 !important;
    font-size: 28px;
    line-height: 1;
    margin: calc(2rem - .14285em) 0 1rem;
    }
    
    @media (max-width: 997px) { 
        .guarantees .h2, .how-works .h2 {padding: 0px 10px;}
    }

    /*
     * Стили для обертки guarantees__wrap
     * Styles for guarantees__wrap
     */
    .guarantees__wrap {
        margin-top: 1.5rem;
        display: flex;
        align-items: center;
        gap: 5rem;
    }

    @media only screen and (min-width: 62rem) { /* 992px */
        .guarantees__wrap {
            margin-top: 3rem;
        }
    }

    /*
     * Стили для иконки guarantees__icon
     * Styles for guarantees__icon
     */
    .guarantees__icon {
        width: 6.625rem;
        height: 6.625rem;
        flex-shrink: 0;
        display: none; /* Скрыто по умолчанию для мобильных, отображается на больших экранах */
        justify-content: center;
        align-items: center;
        padding: .3125rem;
        border-radius: 50%;
        background: var(--white);
        box-shadow: var(--blue-shadow);
        position: relative;
    }

    @media only screen and (min-width: 62rem) {
        .guarantees__icon {
            display: flex; /* Отображается на экранах шире 992px */
        }
    }

    .guarantees__icon:after {
        position: absolute;
        content: "";
        width: 5rem;
        border-top: .125rem dashed var(--blue);
        top: 50%;
        transform: translateY(-50%);
        right: -5rem;
    }

    .guarantees__icon img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    /*
     * Стили для списка пунктов guarantees__items
     * Styles for guarantees__items list
     */
    .guarantees__items {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        gap: .5rem;
        padding-left: .75rem;
    }

    @media only screen and (min-width: 48rem) { /* 768px */
        .guarantees__items {
            gap: 1rem;
        }
    }

    @media only screen and (min-width: 62rem) {
        .guarantees__items {
            padding-left: 5rem;
            border-left: .125rem dashed var(--blue);
        }
    }

    /*
     * Стили для каждого пункта guarantees__item
     * Styles for each guarantees__item
     */
    .guarantees__item {
        width: 100%;
        position: relative;
    }

    .guarantees__item:after {
        position: absolute;
        width: 50%; /* Ширина линии */
        border-top: .125rem dashed var(--blue); /* Пунктирная линия */
        left: -5rem; /* Смещение влево, чтобы линия начиналась до элемента */
        top: 50%;
        transform: translateY(-50%);
    }

    @media only screen and (min-width: 62rem) {
        .guarantees__item:after {
            content: ""; /* Отображение линии только на больших экранах */
        }
    }

    /*
     * Стили для обертки контента пункта guarantees__item-wrap
     * Styles for content wrapper guarantees__item-wrap
     */
    .guarantees__item-wrap {
        display: flex;
        align-items: center;
        gap: 1rem;
        border-radius: 6.25rem 0 0 6.25rem;
        box-shadow: var(--blue-shadow-2);
        background: var(--white);
        width: 100%;
        padding: .5rem;
        padding-left: 1.5rem;
        position: relative;
        z-index: 2;
    }

    @media only screen and (min-width: 48rem) {
        .guarantees__item-wrap {
            padding: .5rem 1.5rem;
        }
    }

    .guarantees__item-wrap:after {
        content: "";
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        background: var(--blue);
        border: .3125rem solid var(--light-bg);
        position: absolute;
        left: -.75rem;
        top: 50%;
        transform: translateY(-50%);
    }

    /*
     * Стили для номера пункта guarantees__item-count
     * Styles for item number guarantees__item-count
     */
    .guarantees__item-count {
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 50%;
        background: var(--blue);
        display: flex;
        justify-content: center;
        align-items: center;
        border: .25rem solid var(--white);
        box-shadow: var(--blue-shadow-2);
        font-size: 2rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: var(--white);
        flex-shrink: 0;
    }

    /*
     * Стили для заголовка пункта guarantees__item-title
     * Styles for item title guarantees__item-title
     */
    .guarantees__item-title {
        font-size: calc(1.5rem + 2 * ( ( 100vw - 20rem ) / 1600 ));
        line-height: 150%;
        padding: 15px;
        color: var(--title);
    }

    @media (min-width: 125rem) { /* 2000px */
        .guarantees__item-title {
            font-size: 1rem;
        }
    }

    /*
     * Стили для линий перед первым и последним элементом списка на больших экранах
     * Styles for lines before first and last list item on large screens
     */
    @media only screen and (min-width: 62rem) {
        .guarantees__item:first-child:before,
        .guarantees__item:last-child:before {
            position: absolute;
            content: "";
            width: .125rem; /* Толщина линии */
            height: calc(50% - .125rem); /* Высота линии */
            background: var(--white); /* Цвет линии */
            z-index: 3;
            left: -5.125rem; /* Позиция линии */
        }

        .guarantees__item:first-child:before {
            top: 0;
        }

        .guarantees__item:last-child:before {
            bottom: 0;
        }
    }

        .sticky-footer {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            
            background-color: #ffffff;
            color: #111;
            padding: 12px 60px;
            box-sizing: border-box;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            
            display: flex;
            justify-content: space-between;
            align-items: center;

            /* Изначально скрыт и некликабелен */
            transform: translateY(100%);
            opacity: 0;
            pointer-events: none;
            
            /* Transition только для появления по умолчанию */
            transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
            will-change: transform, opacity;
        }
        
        .sticky-footer.visible {
            transform: translateY(0);
            opacity: 1;
            pointer-events: auto;
        }

        /* Класс для мгновенного скрытия (без анимации) */
        .sticky-footer.no-transition {
            transition: none !important; /* !important переопределяет другие переходы */
        }

        /* Стили для ссылки с номером телефона */
        .sticky-footer .phone-number {
            color: #111;
            text-decoration: none;
            font-size: 2rem; /* 18px */
            font-weight: bold;
        }
        
        /* Стили для ссылки с иконкой WhatsApp */
        .sticky-footer .whatsapp-icon svg {
            width: 40px;
            height: 40px;
            fill: #25D366; /* Фирменный цвет WhatsApp */
        }
        
        /* Медиа-запрос: скрываем футер на устройствах шире 768px (планшеты и ПК) */
        @media (min-width: 769px) {
            .sticky-footer {
                display: none !important; /* !important, чтобы переопределить скрипт */
            }
        }