
@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    src: url('fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}
:root {
    --bg: linear-gradient(210deg, #4062bb 0%, #29b384 100%);;
    --default-color: #494949;
    --white-color: #ffffff;
    --blue-color: #082242;
    --green-color: #29B384;
    --bg-rev: linear-gradient(213deg, #29b384 0%, #4062bb 100%);
}

body {
    color: var(--default-color);
    font-size: 16px;
    font-family: "Inter", "Roboto", sans-serif;
    font-weight: 400;
    background-color: #FAF9F9;
}
.bg-gradient {
    background: var(--bg);
}
.bg-gradient-reverse {
    background: var(--bg-rev);
}
.tac {
    text-align: center;
}
a:hover {
    text-decoration: none;
}
.color-grey, .color-grey a, a.color-grey, a.color-grey:hover, .color-grey a:hover, .color-grey ul {
    color: var(--default-color);
}
.color-white, .color-white a, a.color-white, a.color-white:hover, .color-white a:hover, .color-white ul {
    color: var(--white-color);
}
.color-blue, .color-blue a, a.color-blue, a.color-blue:hover, .color-blue a:hover, .color-blue ul {
    color: var(--blue-color);
}
.color-green, .color-green a, a.color-green, a.color-green:hover, .color-green a:hover, .color-green ul {
    color: var(--green-color);
}
.ttu {
    text-transform: uppercase;
}
.mb-row {
    margin-bottom: calc(2* var(--mw));
}
.mb-rem-2_5 {
    margin-bottom: 2.5rem;
}
.mb-rem2 {
    margin-bottom: 2rem;
}
.mr-rem2 {
    margin-right: 2rem;
}
.header-bottom {
    border-top: 1px solid #e7ecef;
    border-radius: 2px;
    box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-bottom_btns {
    display: flex;
    align-items: center;
}
main {
    margin-top: 40px;
}
.section {
    margin-bottom: 40px;
}
.py-2rem {
    padding-bottom: 2rem!important;
    padding-top: 2rem!important;
}
.img {
    width: 100%;
}
.title1 {
    font-weight: 600;
    font-size: 38px;
    text-transform: uppercase;
}
.title2 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.category_name {
    border-radius: 55px;
    padding: 20px 11px;
    box-shadow: 4px 4px 58px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.category_name_els {
    display: flex;
    align-items: center;
    overflow-x: hidden;
    justify-content: space-between;
    width: 100%;
}
.category_name_el {
    /* min-width: 50%; */
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    white-space: nowrap;
    margin-right: 15px;
}
.category_name_arrow img {
    border: 8px solid #FAF9F9;
    border-radius: 100%;
}
.category_name_arrow {
    display: none;
}
.preview-img {
    border: 2px solid #fff;
    border-radius: 10px;
}
.advantages-item {
    margin-bottom: 34px;
    display: flex;
    flex-direction: column;
}
.advantages-item_title {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.advantages-item_desc {
    font-weight: 300;
    font-size: 16px; 
    border-bottom: 1px solid var(--white-color);
    padding-bottom: 10px;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.w330 {
    max-width: 330px;
    margin: auto;
}
.w360 {
    max-width: 360px;
    margin: auto;
}
.icons-section-item {
    display: flex;
    align-items: center;
}
.icons-section-item img {
    margin-right: 12px;
}
.icons-section-item p {
    font-weight: 500;
    text-transform: uppercase;
}
.icons-section {
    max-width: 280px;
}
.simple-img img {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
}
.mb-col {
    margin-bottom: calc(2* var(--pw));
}
.about {
    color: #faf9f9;
}
.about-img {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
}
.about-title {
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
}
.about-title2 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.about-desc {
    font-weight: 300;
}
.pre-title {
    display: flex;
    align-items: center;
}
.pre-title img {
    margin-right: 12px;
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #29b384;
    width: 227px;
    height: 52px;
}
.btn:focus {
    box-shadow: none;
}
.dflex-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-decore {
    margin-left: 20px;
}
.btn-decore.green path {
    stroke: var(--green-color);
}
.pre-title p {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.portfolio-title {
    display: flex;
    align-items: center;
}
.portfolio-title_decore {
    border-radius: 2px;
    width: 6px;
    height: 31px;
    background: #29b384;
    margin-right: 10px;
}
.portfolio-title_text {
    
}
.title-decore {
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    position: relative;
    margin-left: 16px;
}
.title-decore span {
   position: absolute;
   left: -16px;
   top: 0;
   width: 6px;
   height: 100%;
   background: #29b384;
   border-radius: 2px;
}
.portfolio_el {
    position: relative;
}
.portfolio_el-shadow {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.portfolio_el-name {
    position: relative;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    box-shadow: 4px 4px 58px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
}
.portfolio_el img {
    width: 100%;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.owl-carousel button.owl-dot {
    width: 20px;
    height: 20px;
    background: #29B384;
    border-radius: 100%;
    margin-right: 10px;
}
.owl-carousel button.owl-dot.active {
    background: #4062bb;
}
.owl-carousel .owl-stage-outer {
    box-shadow: 0px 8px 20px 0 rgba(0, 0, 0, 0.12);
}
input {
    border-radius: 10px;
    padding: 16px 20px;
    background: #faf9f9;
    outline: 1px solid #faf9f9;
    border: none;
}
.input-about-text {
    width: 100%;
    max-width: 440px;
}
.question-item {
    border-radius: 55px;
    margin-bottom: 20px;
    box-shadow: 4px 4px 58px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
}
.question-item:last-child {
    margin-bottom: 0;
}
.quest {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 25px;
    cursor: pointer;
}
.quest img {
    rotate: 90deg;
    transition: rotate .3s;
}
.quest.open img {
    rotate: 270deg;
}
.answer {
    display: none;
    padding: 17px 25px;
    transition: border-top .5s;
    border-top: 0px solid #fff;
}
.answer.open {
    border-top: 1px solid #afaeae;
}
.btn-label {
    font-size: 14px;
    margin-top: 10px;
    width: 326px;
    margin-left: auto;
    margin-right: auto;
}
.step-work {
    display: flex;
    flex-direction: column;
}
.step-work-pre-title {
    display: flex;
    align-items: center;
}
.step-work-pre-title svg {
    min-width: 40px;
}
.step-work-pre-title span {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
}
.step-work_number {
    font-weight: 600;
    font-size: 18px;
    line-height: 122%;
    margin-bottom: 5px;
}
.step-work_name {
    padding: 10px 13px;
    border-radius: 0 0 10px 10px;
    box-shadow: 4px 4px 58px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    border-top: 1px solid var(--green-color);
    line-height: 136%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}
footer {
    background: var(--default-color);
}
.footer-top {
    max-width: 230px;
    padding-top: 45px;
    padding-bottom: 45px;
    margin: auto;
}
.logo-footer {
    margin-bottom: 20px;
}
.footer-phone {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.footer-phone_number {
    font-weight: 500;
    font-size: 18px;
}
.footer-phone svg {
    margin-right: 5px;
}
.footer-phone-link {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
}
.tar {
    text-align: right;
}
.footer-person-name {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer-person-name img {
    margin-right: 5px;
}
.footer-email {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    font-size: 12px;
}
.footer-bottom {
    border-top: 1px solid var(--white-color);
}
.footer-bottom-block {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
.footer-document a {
    font-size: 12px;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}
.footer-document a:last-child {
    margin-bottom: 0;
}
.header-top {
    background: var(--default-color);
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
}
.header-top .container {
    height: 50px;
}
.desc-top-menu {
    display: flex;
    align-items: center;
    height: 100%;
}
.desc-top-menu a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    height: 100%;
}
.desc-top-menu img {
    margin-left: 5px;
}
.desc-top-menu a:last-child {
    margin-right: 0;
}
.desc-top-menu_el {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}
.desc-top-menu_el a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    background-color: var(--green-color);
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.desc-top-menu_el_bottom-hover:hover::before {
    width: calc(100% - 20px);
}
.desc-top-menu_el:last-child .desc-top-menu_el_bottom-hover:hover::before {
    width: 100%;
}

.desc-top-menu_el_submenu {
    position: absolute;
    /* display: none; */
    visibility: hidden;
    transition: all 0.18s;
    -webkit-transition: all 0.18s;
    opacity: 0;
    background-color: #000;
    top: 50px;
    left: 0;
    width: 150px;
    box-shadow: 0 3px 22px 0 rgba(73, 73, 73, 0.11);
    background: var(--default-color);
    z-index: 5000;
}
.desc-top-menu_el_submenu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-bottom: 1px solid #F9F9F9;
    color: #F9F9F9;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.desc-top-menu_el_submenu a::after {
    content: '';
    position: relative;
    left: 6px;
    width: 6px;
    height: 6px;
    opacity: 0;
    border-radius: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    background: #F9F9F9;
}
.desc-top-menu_el_submenu a:hover::after {
    opacity: 1;
}
.desc-top-menu_el_submenu-hover:hover ~ .desc-top-menu_el_submenu, .desc-top-menu_el_submenu:hover {
    /* display: block; */
    visibility: visible;
    opacity: 1;
}

.desc-top-menu .desc-top-menu_el::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: var(--green-color);
    margin-right: 8px;
    margin-left: 8px;
}
.desc-top-menu_decore {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: var(--green-color);
    margin-right: 8px;
    margin-left: 8px;
}
.desc-top-menu .desc-top-menu_el:last-child::after {
    content: none;
    margin-right: 0;
}
.header-top_time {
    display: flex;
    align-items: center;
}
.time_decore {
    display: block;
    height: 8px;
    width: 8px;
    margin-right: 6px;
    background: var(--green-color);
    border-radius: 100%;
}
.desk_phone {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 113%;
}
.desk_phone-wa {
    margin-right: 5px;
}
.desk_phone-wa svg {
    width: 17px;
    height: 21px;
    transition: 0.145s;
}
.desk_phone-btn {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.header-title {
    margin-left: 50px;
    position: relative;
    max-width: 290px;
}
.header-title span {
    position: absolute;
    left: 0px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #29b384;
    border-radius: 2px;
}
.header-title-text {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 14px;
    line-height: 109%;
}
.about-btn .btn ~ svg {
    position: relative;
    transition: left 0.35s;
    left: 0;
}
.section-form-cons .custom-control-label {
    color: #faf9f9;
}

.page__menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    min-height: 86px;
}

.group_menu a, .structure_menu a {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--green-color);
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: var(--default-color)
}
.group_menu_item svg {
    margin-right: 5px;
    transition: transform .35s;
}
.group_menu_item.open svg {
    transform: rotate(90deg);
}
.group_menu_items {
    display: none;
}
.group_menu_items a {
    text-transform: none;
    color: #29b384;
}










/* media hover >>> */
/* для desktop */
@media (hover: hover) {
    
}



@keyframes pulse {
  
}



/* для mobile */
@media (hover: none) {

}
/* media hover <<<  */

/* sm */
@media (min-width: 576px) {
    .w330-sm-none {
        max-width: none;
    }
    .w360-sm-none {
        max-width: none;
    }
}

/* md */
@media (min-width: 768px) { 
    .w360-md-none {
        max-width: none;
        margin: 0;
    }
    .w330-md-none {
        max-width: none;
        margin: 0;
    }
    .title1 {
        font-size: 50px;
    }
    .category_name {
        margin-top: 40px;
    }
    .icons-section {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-title {
        font-size: 28px;
    }
    .dflex-btn {
        justify-content: start;
    }
    .footer-top {
        max-width: none;
    }
    .btn-label {
        margin-left: 20px;
    }
    .btn:hover {
        box-shadow: 0 0 3px 0 var(--green-color);
    }
    .desk_phone-wa:hover svg {
        scale: 1.1;
    }
    .about-btn .btn:hover ~ svg {
        left: -10px;
    }
}

/* lg */
@media (min-width: 992px) {
    .title1 {
        font-size: 68px;
    }
    .category_name {
        margin-top: 50px;
        padding: 20px 15px;
    }
    .about-title {
        font-size: 36px;
    }
    .section {
        margin-bottom: 60px;
    }
    .py-lg-5 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important;
    }
    
}

/* xl */
@media (min-width: 1200px) {
    .category_name {
        margin-top: 60px;
    }
    .icons-section {
        max-width: none;
        margin-right: var(--mw);
        margin-left: var(--mw);
    }
}