/********************/
/*** START HEADER ***/
/********************/
ol li:not(:last-child){
    margin-bottom: 1em;
}
.vc_column_container>.vc_column-inner{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
b {
	font-family: 'Montserrat';
}
body.no_scroll{
    overflow: hidden !important;
}
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 20;
    box-shadow: 15px 0 15px #00000038;
    animation: menu 0.2s linear both;
    transform: translateY(-100%);
}
@keyframes menu {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}
header .wrapper-menu {
    max-width: 100%;
}
header .wide-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .wrapper {
    z-index: 1;
}
header .wrapper-menu {
    position: absolute;
    width: 100%;
    background-color: #fb6221;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    transition: 0.45s ease-in-out;
    z-index: 3;	
    left:0px;
}
header .wrapper-menu.open {
    max-height: 2000px;
}
header .menu {
    display: flex;
    flex-direction: column;
}
header .menu .bttn {
    padding: 0;
}
header .menu .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .menu .top .logo {
    width: 118px;
    height: 106px;
    background-size: cover;
    background-image: url("../images/header1.png");
    margin-left: -27px;
}
header .menu .top .right-area {
    display: flex;
    align-items: center;
}
header .menu .top .right-area .contact-button {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    margin-right: 40px;
    cursor: pointer;
    transition: 0.35s ease-in-out;
}
header .menu .top .right-area .contact-button:hover {
    color: #ff7f11;
}
header .menu .top .right-area .close {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    color: #ffffff;
    padding: 10px;
    cursor: pointer;
    transition: 0.35s ease-in-out;
}
header .menu .top .right-area .close:hover {
    color: #ff7f11;
}
header .menu .hrefs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
header .menu .hrefs a {
    position: relative;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    width: calc(100% / 3);
    margin-bottom: 20px;
    color: #ffffff;
    transition: 0.35s ease-in-out;
}
header .menu .hrefs a:hover {
    color: #ff7f11;
}
header .menu .line {
    width: 100%;
    height: 1px;
    background-color: white;
    margin: 15px 0 40px 0;
}
header .menu .bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    width: 80%;
}
header .menu .bottom .contact-button {
    display: flex;
    align-items: center;
    font-family: "Montserrat";
    font-style: bold;
    font-weight: 600;
    font-size: 20px;
    color: #fb6221;
    position: relative;
    transition: 0.35s ease-in-out;
    padding: 15px;
    background-color: white;
    cursor: pointer;
}
header .menu .bottom .contact-button:hover{
    background: #fb6221;
}
header .menu .bottom .contact-button:after {
    display: block;
    content: "";
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2219%22%20viewBox%3D%220%200%2052%2030%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M51.4142%2016.4142C52.1953%2015.6332%2052.1953%2014.3668%2051.4142%2013.5858L38.6863%200.857864C37.9052%200.0768156%2036.6389%200.0768156%2035.8579%200.857864C35.0768%201.63891%2035.0768%202.90524%2035.8579%203.68629L47.1716%2015L35.8579%2026.3137C35.0768%2027.0948%2035.0768%2028.3611%2035.8579%2029.1421C36.6389%2029.9232%2037.9052%2029.9232%2038.6863%2029.1421L51.4142%2016.4142ZM0%2017H50V13H0V17Z%22%20fill%3D%22%23574AE2%22%2F%3E%0A%3C%2Fsvg%3E");
    width: 32px;
    height: 19px;
    margin-left: 15px;
    transition: 0.35s ease-in-out;
}
header .menu .bottom .social_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 270px;
}
header .menu .bottom .social_block a {
    color: white;
    font-size: 30px;
}
header .wide-block .logo {
    width: 110px;
    height: 110px;
    background-size: contain;
    background-position-y: center;
}
header .wide-block .contacts {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
header .wide-block .contacts a:first-child {
    margin-bottom: 13px;
}
header .wide-block .hrefs {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
}
header .wide-block .hrefs a {
    display: block;
    position: relative;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin-right: 47px;
}

header .wide-block .hrefs a:hover {
    text-decoration: none;
}

header .wide-block .hrefs a::after {
    display: block;
    content: "";
    position: relative;
    top: 4px;
    width: 0px;
    height: 2px;
    background-color: black;
    transition: 0.35s ease-in-out;
}
header .wide-block .hrefs a:hover::after {
    width: 100%;
}
header .wide-block .hrefs > li > .sub-menu {
    display: none;
    position: absolute;
    top: 0;
}
header .wide-block .hrefs > .menu-item {
    display: flex;
}
header .wide-block .hrefs > .menu-item > a {
    align-self: center;
}
header .wide-block .hrefs > li > .sub-menu {
    top: 96px;
    max-height: 500px;
    overflow-y: auto;
    box-shadow: 0px 1px 16px #0000006e;
}
header .wide-block .hrefs > li:hover > .sub-menu {
    display: block;
}
header .wide-block .hrefs .sub-menu li {
    background: #fb6221;
    position: relative;
}
header .wide-block .hrefs .sub-menu a::after {
    display: none;
}
header .wide-block .hrefs .sub-menu li a {
    padding: 20px;
    color: #fff;
    width: 100%;
}
header .wide-block .hrefs .sub-menu li:hover > a {
    background: #fff;
    color: #000;
}
header .wide-block .hrefs .sub-menu li:hover > a::before {
    background: #000;
}
header .sub-menu {
    z-index: 100;
}
header .sub-menu .sub-menu {
    display: block;
    position: relative;
}
header .sub-menu .sub-menu a {
    padding-left: 50px !important;
}
header .sub-menu .sub-menu a::before {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: inherit;
}
/* header .wide-block .hrefs li:hover > .sub-menu {
    display: block;
    z-index: 999999;
} */
header .wide-block .hrefs .last a:last-child {
    margin-right: 0px;
}
header .wide-block .menu-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    width: 65px;
    cursor: pointer;
    margin-right: 5px;
}
header .wide-block .menu-button .dot {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #fb6221;
    transition: 0.35s ease-in-out;
}
header .wide-block .menu-button .dot:nth-child(1) {
    transition-delay: 0.1s;
}
header .wide-block .menu-button:hover .dot:nth-child(1) {
    background-color: #ff7f11;
    transition-delay: 0.1s;
}
header .wide-block .menu-button .dot:nth-child(2) {
    transition-delay: 0.2s;
}
header .wide-block .menu-button:hover .dot:nth-child(2) {
    background-color: #ff7f11;
    transition-delay: 0.2s;
}
header .wide-block .menu-button .dot:nth-child(3) {
    transition-delay: 0.3s;
}
header .wide-block .menu-button:hover .dot:nth-child(3) {
    background-color: #ff7f11;
    transition-delay: 0.3s;
}
header .wide-block .contacts a:first-child {
    margin-bottom: 13px;
}

header .wrapper-menu .content,
.wrapper,
.container {
    max-width: 1684px;
    width: 100%;
    padding: 0 42px;
    margin: 0 auto;
}
header .wrapper-menu {
    position: absolute;
    width: 100%;
    max-width: 100%;
    background-color: #fb6221;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    transition: 0.45s ease-in-out;
    z-index: 3;
}
header .menu .top .logo {
    margin-left: -27px;
}
header .wide-block .logo {
    width: 75px;
    height: 96px;
    background-repeat: no-repeat;
}
header .menu .hrefs a {
    text-decoration: none;
}
header .menu .contact-button a:hover {
    color: #ff7f11;
}
.content {
    width: 100%;
    margin: auto;
}
.sub-menu::-webkit-scrollbar {
    width: 10px; /* ширина scrollbar */
}
.sub-menu::-webkit-scrollbar-track {
    background: #fb6221;
}
.sub-menu::-webkit-scrollbar-thumb {
    background: #fff; /* цвет плашки */
    border-radius: 10px; /* закругления плашки */
    border: 3px solid #fb6221;
}

/******************/
/*** END HEADER ***/
/******************/

/********************/
/*** START FOOTER ***/
/********************/
footer {
    background: #fb6221;
}
footer .wrapper {
    background-color: #fb6221;
    margin-top: 100px;
}
footer .content {
    display: flex;
    flex-direction: row;
    padding: 50px 0px;
    color: #ffffff;
}
footer .left {
    display: flex;
    flex-direction: column;
    margin-right: 0px;
    margin-right: 80px;
}
footer .left .logo {
    background: none;
}
footer .left .social_block {
    display: flex;
    align-items: center;
    margin-top: 40px;
    font-size: 30px;
    gap: 1em;
}
footer .left .social_block a:hover{
    color: #ff7f11;
}
footer h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    text-transform: none;
    text-align: left;
    color: #ffffff;

    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 22px;
}

footer .footer-container {
    margin-right: 60px;
}
footer .right .footer-container h3,
footer .right .info h3 {
    margin-bottom: 20px;
}
footer .menu-item {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}
footer .menu-item.current-menu-item a,
footer .menu-item a:hover,
footer .menu-item a:focus {
    text-decoration: none;
    color: #fb6221;
}
footer .right .info {
    display: flex;
    flex-direction: column;
}
footer .right .info .address {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #ffffff;
}
footer .right .info .contacts a {
    margin-bottom: 5px;
}
footer .contacts{
    margin-top: 1em;
    white-space: nowrap;
}
footer .content:first-child{
    border-bottom: 1px solid rgba(211, 225, 253, 0.5);
}
footer .right {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}
footer .copy-block {
    padding: 20px 0;
    /* margin-top: -20px; */ 
}

/* global form */
.form {
    padding: 150px 0;
    background: #eeeeee;
}
.main_form .form_bonus_bg img {
    margin-top: 50px;
}
@media screen and (min-width: 1025px) {
    .main_form .form_bonus_bg {
        display: none;
    }
    .main_form {
        background: #eeeeee
            url(../images/leading/form/contact.png)
            no-repeat;
        background-position: bottom right;
        background-size: 44%;
    }
    .main_form .form_body {
        max-width: 995px;
        width: 56%;
    }
}
.form_desc {
    font-size: 18px;
    margin-top: 20px;
    line-height: 180%;
}
.main_form .form_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    margin: 50px 0;
}
.form_col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.main_form .form_head .h {
    line-height: 120%;
}
.form_input {
    border-radius: 0 !important;
    background: transparent !important;
    border-bottom: 2px solid #000 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    font-family: inherit !important;
}
.form_input:focus{
    border-color:#fb6221 !important;
}
.form_textarea {
    background: transparent !important;
    border-radius: 0 !important;
    border: 2px solid #000 !important;
    background-color: #f7f7f7 !important;
    padding: 17px 14px !important;
    font-size: 18px;
    font-weight: 400;
    color: #000 !important;
    font-family: inherit !important;
    min-width: 100%;
    max-height: 200px;
}
.form_label {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.form_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.form_row span {
    width: 100%;
}
.form_textarea:focus {
    outline: none !important;
}
.form_textarea::placeholder {
    font-weight: 400;
}
.form_input::placeholder {
    font-weight: 400 !important;
}
.form_input:focus {
    outline: none !important;
}

.form_gategory {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 16px;
    color: #000;
    margin-bottom: 50px;
}
.form_gategory label {
    padding: 0.75em 1.125em;
    border: 2px solid;
    cursor: pointer;
    font-weight: 400;
}
.form_gategory label:hover,
.form_gategory input:checked + label {
    color: #fb6221;
}
.label_file {
    background: #f7f7f7 !important;
    border: 2px solid #000 !important;
    padding: 16px 30px;
    display: inline-block;
    cursor: pointer;
}
.label_file:hover {
    color: #fb6221;
    border-color: #fb6221 !important;
}
.label_file .fa {
    margin-left: 10px;
}
.name_file {
    font-size: 14px;
}
.form_btns {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 50px;
}
.form_help {
    font-size: 16px;
    font-weight: 400;
    color: #434242;
    line-height: 123%;
}
.form_help a{
    display: inline-block;
    color: #fb6221;
    text-decoration: underline;
}
/* end global form */
/* modal form  */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cfcfcf;
    width: 100%;
    overflow: hidden;
    max-height: 100%;
    display: none;
    transform: translateY(-100%);
    z-index: 99999999999999999;

}
.modal.active {
    display: block;
    animation: showModal 0.3s 0s linear both;
}
@keyframes showModal {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}
.modal .wrapper {
    overflow: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.close_modal {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: none;
}
.close_modal::before,
.close_modal::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    display: block;
    background: #1d2831;
}
.close_modal::before {
    transform: translateY(-50%) rotate(45deg);
}
.close_modal::after {
    transform: translateY(-50%) rotate(-45deg);
}
.close_modal:hover::before,
.close_modal:hover::after {
    background: #fb6221;
}
.modal_container {
    position: relative;
    padding: 50px 0;
    max-width: 1108px;
    width: 100%;
    margin: auto;
}
.modal_title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}
.modal_desc {
    margin: 30px 0 50px;
    font-size: 18px;
}
.modal .form_body {
    width: 100% !important;
}

/* форма предложение */
.form_proposal .form_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
}

/* end  modal form */
.vc_pageable-slide-wrapper {
    display: flex;
}
.vc_gitem-zone {
    max-height: 320px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    transition: 0.35s ease-in-out;
}
.vc_visible-item:hover .vc_gitem-zone {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: auto; /* IE 6-9 */
    transition: 0.35s ease-in-out;
}
.blog-right-block.vc_col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}
.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 50px;
    padding-bottom: 50px;
}
.blog-description .blog-tag {
    margin-top: 45px;
}
.blog-description .blog-tag a {
    color: #fb6221;
    text-decoration: none;
    font-weight: 500;
    padding-right: 10px;
    transition: 0.35s ease-in-out;
    display: inline;
    line-height: 22px;
}
.blog-description .blog-tag a:hover {
    color: #ff7f11;
    transition: 0.35s ease-in-out;
}
.blog-description .blog-head {
    margin-top: 30px;
}
.blog-description .blog-head h4 {
    text-align: left;
}
.blog-description .blog-head h4 a {
    color: #000;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
}
.blog-description .blog-head h4 a:hover {
    color: #ff7f11;
    transition: 0.35s ease-in-out;
}
.blog-description .blog-author {
    margin-top: 28px;
    width: 100%;
    display: flex;
}
.blog-description .blog-author .author-img,
.blog-description .blog-author .author-img img {
    width: 37px;
    height: 37px;
    margin-right: 10px;
}
.blog-description .blog-author .author-title {
    padding-top: 15px;
    font-family: "Montserrat";
    font-style: normal;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}
.blog-description .blog-author .date {
    padding-top: 15px;
    font-family: "Montserrat";
    font-style: normal;
    line-height: 22px;
    color: #686868;
    font-weight: 500;
    font-size: 16px;
    right: 50px;
    margin-right: 0;
    position: absolute;
}

/***** BLOG NOW *****/

.info-blog__container {
    width: 1600px;
    background-size: cover;
}
.info-blog {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 24px;
}
.info-blog .breadcrumbs div {
    display: flex;
    align-items: center;
}
#breadcrumbs-blog a:hover {
    text-decoration: underline;
}
#breadcrumbs-blog a {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
}
.info-blog h3,
.info-blog h3 span {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 35px;
    line-height: 43px;
    color: #000000;
}
.info-blog__link {
    display: inline-block;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 26px;
    text-decoration: none;
}
.info-blog__link svg {
    vertical-align: middle;
    margin-right: 0.583em;
    width: 2.25em;
}
.info-blog__content__time svg,
.info-blog__content__count svg {
    vertical-align: bottom;
    margin-right: 10px;
}
.info-blog__content-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*min-height: 586px;*/
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.info-blog__container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 586px;
}
.info-blog__content {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 24px;
    max-width: 892px;
    width: 100%;
}
.info-blog__content-bg .info-blog__content__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.info-blog__content-bg .tag {
}
.info-blog__content-bg .card_tags span {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #434242;
}
.info-blog__content-bg .card_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.info-blog__content-bg .date {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #292d32;
    min-width: 120px;
}
.info-blog__content-bg h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    /*max-width: 526px;*/
    padding: 27px 0 50px 0;
    text-align: left;
    text-transform: none;
}
.info-blog__content-bg h1::after {
    display: none;
}
.info-blog__content__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-blog__content-bg .info-blog__content__time,
.info-blog__content__count {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #292d32;
}
.info-blog__content-bg .info-blog__content__count {
    text-align: right;
}

/* ===================== */
.blog-body {
    display: flex;
    justify-content: center;
    align-items: start;
    max-width: 1600px;
    margin: 0 auto;
    /* padding-left:20px ; */
    /* padding-right: 20px; */
}
.blog-body .blog-title {
    padding-top: 150px;
    padding-bottom: 50px;
}
.blog-container-full {
    display: block;
}
.blog-container-full .blog-author {
    margin-right: 0;
    float: left;
}
.blog-container-full .blog-container-content {
    margin: 0 auto;
    max-width: 892px;
    width: calc(100% - 660px);
}

.blog-container-full .blog-container-content .lwptoc {
    margin-top: 0;
    margin-bottom: 80px;
}
.blog-container-full .blog-container-content .lwptoc .lwptoc_i {
    padding: 38px ;
}
.blog-container-full .blog-container-content .lwptoc .lwptoc_title,
.blog-container-full .blog-container-content .lwptoc .lwptoc_itemWrap li span {
    font-family: "Montserrat";
}
.blog-container-full .blog-container-content .lwptoc .lwptoc_header {
    margin-bottom: 30px;
}
.blog-container-full .blog-container-content .lwptoc .lwptoc_itemWrap li {
    line-height: 22px;
    line-height: 180%;
}
.blog-container-full .blog-container-content .lwptoc .lwptoc_itemWrap li a {
    text-decoration: underline;
}
.blog-container-content .seoblog,
.seoblog #post-8394 {
    pointer-events: auto !important;
}
.blog-container-full .blog-form-block {
    float: right;
	height: max-content;
    min-width: 360px;
}

.blog-container-full .blog-form-block.fixed .blog-form1 {
    position: fixed;
    top: 0;
}
.blog-container-full .blog-form-block.fixed .blog-services {
    position: fixed;
    top: 700px;
}

.blog-container-full .blog-form-block.fixed.stop {
    position: sticky;
}
.blog-container-full .blog-form-block.fixed.stop .blog-form1 {
    position: absolute;
}
.blog-container-full .blog-form-block.fixed.stop .blog-services {
    position: absolute;
}

.blog-author img {
    border-radius: 50%;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    width: 70px;
    height: 70px;
}
.blog-content {
    margin-right: 22px;
}

/* ==== */
.blog-form {
    padding: 57px 32px;
    border: 1px solid #fb6221;
    max-width: 332px;
    margin-bottom: 30px;
    color: #000;
}
.blog-form h2::after {
    display: none;
}
.blog-form h2 {
    color: #000;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 10px;
}
.blog-form .blog-form__descr {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}
.blog-form__content {
}
.blog-form .blog-form__item {
    max-width: 260px;
}
.blog-form .blog-form__item:not(:last-child) {
    margin-bottom: 20px;
}
.blog-form__content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    text-align: center;
    color: #434242;
}
.blog-form .blog-form__item input,
.blog-form__item textarea {
    border: 1px solid rgba(67, 66, 66, 0.7);
    padding: 16px 0 7px 18px;
    border-radius: 0px;
    width: 260px;
}
.blog-form .blog-form__btn {
    font-family: "Montserrat";
    background: #fb6221;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 180%;
    display: flex;
    justify-content: center;
    padding: 12px 100px;
    margin-bottom: 10px;
}
.blog-add__services {
    color: #fff;
    padding: 45px 50px 90px 50px;
}
.blog-add__services h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}
.blog-add__services h2::after {
    display: none;
}
.blog-add__services {
    background: #fb6221;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
}
.blog-add__services a {
    display: inline;
    border-bottom: 1px dashed #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}
.blog-add__services a:hover {
    text-decoration: none;
    border-bottom: 1px dashed #ccc;
}
.blog-body .blog-container-full {
    width: 100%;
}
.seoblog .entry-content h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
    padding: 80px 0 30px;
    text-align: left;
    text-transform: none;
    color: #000000;
}
.seoblog .entry-content h2 span {
    font-weight: 600!important;
}
.blog .entry-content h3,
.seoblog .entry-content h3, 
.blog .entry-content h3 span,
.seoblog .entry-content h3 span {
	text-align: left;
	padding: 70px 0 30px;
    text-transform: initial;
    font-weight: 700!important;
}
.blog-container-content .border {
    border: 3px solid #fb6221;
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    padding: 40px 30px 30px;
    /*margin: 0 15px 30px 15px;*/
    margin: 0 0 30px 0;
}
.seoblog .entry-content h2:after {
    display: none;
}
.seoblog .entry-content p {
    font-size: 20px;
    line-height: 200%;
    color: #000000;
    padding: 10px 0;
}
.seoblog .entry-content ul {
    margin-left: 20px;
}
.seoblog .entry-content ul li {
    font-size: 20px;
    line-height: 200%;
    color: #000000;
    list-style: disc;
}
.seoblog .entry-content ul li::marker {
    color: #fb6221;
}
.seoblog .entry-content .vc_column_container ol {
    padding-left: 22px;
}
.seoblog .entry-content .vc_column_container ol li {
	font-size: 20px;
	line-height: 200%;
	color: #000000;
 	text-align: left;
 }
.seoblog .entry-content table th,
.seoblog .entry-content table td {
	background-color: #fcfcfe;
	padding: 14px;
	font-size: 18px;
}

.seoblog .entry-content table td._green,
.seoblog .entry-content table th._green {
	background: #cdfbb7;
}
.seoblog .entry-content table td._pink,
.seoblog .entry-content table th._pink {
	background: #f7d3d5;
}
.seoblog .entry-content table td._purple_light,
.seoblog .entry-content table th._purple_light {
	background: #eeedfc;
}
/***** BLOG END *****/

/***** PORTFOLIO NOW *****/

.portfolio .entry-content h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
    padding: 80px 0 30px;
    text-align: left;
    text-transform: none;
    color: #000000;
}
.portfolio .entry-content h2:after {
    display: none;
}
.portfolio .entry-content p {
    font-size: 20px;
    line-height: 200%;
    color: #000000;
}
.portfolio .entry-content p a {
    display: inline;
}
.portfolio .entry-content ul {
    margin-left: 20px;
}
.portfolio .entry-content ul li {
    font-size: 20px;
    line-height: 200%;
    color: #000000;
    list-style: disc;
}
.portfolio .entry-content ul li::marker {
    color: #fb6221;
}
.form_proposal .form_head{
    margin-bottom: 40px
}
/***** PORTFOLIO NOW *****/

/* animation loadin */
.loading{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000063;
    z-index: 99999;
    font-size: 60px;
    color: #fff;
}
.loading i{
    transform-origin: center;
    animation: rotate 1s ease-in infinite;
}

.b24-form{
    font-family: "Montserrat", sans-serif !important;
}
.b24-form-field-agreement-link{
    line-height: 120% !important;
}
.b24-form-field-agreement-link,
.b24-form .b24-form-control-label,
.b24-form input,
.b24-form button
{
    font-family: "Montserrat", sans-serif !important;
    color: #000;
}
.b24-form-header-title{
    font-size: 48px !important;
    line-height: 120% !important;
}
.b24-form-header-description{
    font-size: 18px !important;
    line-height: 160% !important;
    color: #000!important;
}

.b24-form-header-description,
.b24-form-header-title{
    font-family: inherit !important;

}
.b24-form-padding-side,
.b24-form-header {
    padding: 0px !important;
}
.b24-form-header{
    text-align: left !important;
    border-bottom: none !important;
}
.b24-form input[type='text'],
.b24-form input[type='number'],
.b24-form input[type='tel'],
.b24-form input[type='password'],
.b24-form input[type='url'],
.b24-form input[type='date'],
.b24-form input[type='string'],
.b24-form input[type='email']{
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    border-bottom: 2px solid #000 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    font-family: inherit !important;
}

.bx-im-dialog-list .b24-form-wrapper {
    background: #fff!important;
    padding: 30px;
}

.b24-form-wrapper{
    margin: 0 !important;
    background: none !important;
}
.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 0px !important;
}
.b24-form .b24-form-sign{
    padding: 0px !important;
    margin: 0px !important; 
}
.b24-form-field-agreement .b24-form-control-container{
    display: flex;
    gap: 10px;
}
.b24-form-control-container input[type='checkbox']{
    flex-shrink: 0;
}
.b24-form-control-icon-after .b24-form-control, 
.b24-form-control-icon-after .b24-form-control-label {
    padding-right: 0 !important;
    padding-left: 0 !important;
    transform: none;
    
}
.b24-form a, .b24-form a:not([href]), .b24-form a:not([href]):not([tabindex]) {
    color: #000!important;
}
.b24-form-recaptcha{
    display: none !important;
}
@keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.b24-form-btn{
    padding: 20px 40px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 121.8% !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    font-family: inherit !important;
    background: #fb6221 !important;
    color: #fff !important;
}
.b24-form-btn:hover{
    background: #fb6221 !important;
    color: #000 !important;
}

.b24-window-widget-p-bottom-right {
	padding: 30px;
}

.kama_breadcrumbs {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 33px;
	display: flex;
	flex-wrap: wrap;
}
.kama_breadcrumbs a {
	color: inherit;
	text-decoration: none;
	display: block;
}
.kama_breadcrumbs a:hover {
	color: #ff7f11;
}
.kb_sep {
	margin: 0 5px;
}
.job-head,
.job_listing h1 {
	font-size: 48px;
	line-height: 160%;
	text-transform: none;
	text-align: left;
	color: #fb6221;
	margin-bottom: 50px;
}
.job-head:after,
.job_listing h1:after {
	display: none;
}
.job-type-time {
    color: #fff;
    background-color: #fb6221;
    display: inline-block;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: bold;
}
.job-price {
    color: #000;
    background-color: #fb6221;
    display: inline-block;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: bold;
}
.job_description {
	margin-top: 60px!important;
}
.job_description p {
	font-size: 20px;
	line-height: 200%;
	color: #000000;
}
.job_description .job-href a {
	display: inline;
	color: #000;
    text-decoration: none;
    font-weight: bold;
}
.job_description .job-href a:hover {
	color: #fb6221;
}
.job_description .job-href a img {
	width: 35px;
}
.job_description ul {
	margin-left: 20px;
}
.job_description li {
	font-size: 20px;
	line-height: 200%;
	color: #000000;
	list-style: disc;
}
.job_description li::marker {
	color: #fb6221;
}
.job_description .job_block {
	margin-bottom: 20px;
}
.job_description .job_block h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 150%;
	padding: 60px 0 30px;
	text-align: left;
	text-transform: none;
	color: #000000;
}
.job_description .job_block h2:after {
	display: none;
}
.job_description .job_block.job_text {
	border: 3px solid #fb6221;
	font-style: italic;
	font-weight: 500;
	font-size: 24px;
	line-height: 160%;
	text-align: center;
	padding: 40px 30px 30px;
	margin: 0 0 30px 0;
}
.job-form {
	max-width: 800px;
}
.job-form h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 150%;
	padding: 60px 0 30px;
	text-align: left;
	text-transform: none;
	color: #000000;
}
.job-form h2:after {
	display: none;
}
.job-head {
	font-size: 48px;
	line-height: 160%;
	text-transform: none;
	text-align: left;
	color: #fb6221;
	margin-bottom: 50px;
}
.job-head:after {
	display: none;
}
a.politic {
    color: #fb6221;
    display: inline;
    text-decoration: none;
    font-weight: bold;
}
a.politic:hover {
    color: #fb6221;
}
.slider_reviews {
    margin: -20px 0 160px;
}
.slick-initialized .slick-slide {
    margin: 0 20px;
}
.msacwl-common-slider button.slick-prev{
	background: #fb6221 url('../../../plugins/meta-slider-and-carousel-with-lightbox/assets/images/arrow-left.png') center center no-repeat!important;
}
.msacwl-common-slider button.slick-next{
	background:#fb6221 url('../../../plugins/meta-slider-and-carousel-with-lightbox/assets/images/arrow-right.png') center center no-repeat!important;
}
.msacwl-common-slider button.slick-prev:hover, .msacwl-common-slider button.slick-prev:focus, .msacwl-common-slider button.slick-prev:active,
.msacwl-common-slider button.slick-next:hover, .msacwl-common-slider button.slick-next:focus, .msacwl-common-slider button.slick-next:active {
    background-color: #fb6221!important;
}
.msacwl-gallery-caption {
	background: #e3e1f7;
	color: #000;
}
.seo .vc_row{
    margin-left: 0 !important;
    margin-right: 0 !important;
} 
@media screen and (max-width: 1600px) {
    .blog-container-full .blog-container-content {
        padding: 0 20px;
    }
    .seoblog .blog-pod {
        padding: 104px 50px;
    }
    .form-footer{
        justify-content: center;
    }
}
@media screen and (max-width: 1500px) {
    .content {
        width: 100%;
        padding: 0 25px;
    }
    .info-blog__content-bg {
        margin-bottom: 50px !important;
    }
    .blog-container-full .blog-container-content{
        margin-top: 50px !important; 
    }
    header .content {
        padding: 0px;
    }
    .blog-body.blog {
        padding: 0 20px;
    }
    .blog-container-full .blog-author {
        width: 100%;
        text-align: left;
    }
    .blog-container-full .author-img {
        margin: 0;
    }
    .blog-container-full .blog-container-content {
        padding: 0;
       /* max-width: 892px;*/
       /* margin-top: 0px;*/
        max-width: 100%;
        width: 100%;
        margin-top: 100px;
    }
    .blog-container-full .blog-form-block {
    	width: 100%;
        margin-top: 100px;
        margin-bottom: 50px;
        
    }
    
    .blog-container-full .blog-form-block.fixed .blog-form1,
    .blog-container-full .blog-form-block.fixed.stop .blog-form1 {
		position: relative;
        top: auto;
    }
    .blog-container-full .blog-form-block.fixed .blog-services,
    .blog-container-full .blog-form-block.fixed.stop .blog-services {
		position: relative;
        top: auto;
    }

    .blog-body .blog-container-full {
        display: grid !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .blog-form-title-head,
    .blog-author-footer {
        width: 100%!important;
    }

    .blog-form1 {
        max-width: 100%!important;
        margin-left: 0px !important;
        width: fit-content !important;
    }

    .blog-pod > *{
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media screen and (max-width:1280px){
    footer .left .social_block{
        font-size: 21px;
    }
    footer h3{
        font-size: 22px;
    }
    footer .footer-container,
    footer .left {
        margin-right: 40px;
    } 
}
@media screen and (max-width: 1279px) {
    .b24-form-wrapper{
        max-width: 560px !important;
    }
    header .wide-block .hrefs li:not(:nth-child(-n + 4)) {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .b24-form-wrapper{
        margin: 0 auto !important;
    }
    header .wrapper-menu .content {
        max-width: 1684px;
        padding: 0 42px;
    }
}
@media screen and (max-width: 990px) {
    header .wide-block {
        flex-wrap: wrap;
    }
    header .wide-block .contacts {
        display: flex;
    }
    header .wide-block .contacts a {
        margin: 5px 10px !important;
    }
    header .wide-block .hrefs {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    header .wide-block .contacts {
        display: flex;
    }
    header .wide-block .contacts a {
        margin: 10px !important;
    }
    footer .left .social_block{
        margin-top: 30px;
    }
    
    footer .wrapper {
        margin-top: 70px;
    }
    footer .content {
        flex-direction: column;
        align-items: baseline;
    }
    footer .left {
        margin-right: 0;
        margin-bottom: 50px;
    }
    footer .right {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 35px;
    }
    footer .footer-container {
        margin-right: 0px;
    }
    footer .right .social_block {
        margin-right: 0;
    }
    footer .right > a {
        margin-left: 0px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    header .wrapper-menu.open {
        max-height: 100vh;
        overflow-y: auto;
    }
    header .wrapper-menu .content,
    .wrapper {
        padding: 0 20px;
    }
    footer .right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 35px;
    }
    .blog-body .vc_pageable-slide-wrapper {
        display: block;
    }
    .blog-body .vc_col-sm-4 {
        width: 100%;
    }
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
        padding-bottom: 100px;
    }

    .form_proposal .form_btns .btn {
        margin-left: auto;
    }

    .seoblog .entry-content h2,
    .portfolio .entry-content h2{
        margin: 30px 0;
        padding: 30px 0 0;
    }
    .seoblog .entry-content ul li,
    .seoblog .entry-content p,
    .portfolio .entry-content ul li,
    .portfolio .entry-content p{
        font-size: 16px;
    }
    .blog-container-full .blog-container-content{
        margin-top: 50px;
    }
    .info-blog__content-bg{
        margin-bottom: 50px;
    }

    .info-blog__container{
        background-size: contain;
    }
    .info-blog__content{
        padding: 0px 0 30px;
    }
    .info-blog__content-bg h1{
        font-size: 32px;
        line-height: 140%;
    }
}
@media screen and (max-width: 749px){
    .form-footer{
        flex-direction: column;
    }
    .form-footer-email,
    .form-footer-name{
        padding-right: 0 !important;
    }
    .blog-form1 .b24-form-header-title{
        height: auto !important;
    }
}

@media screen and (max-width: 760px) {
    /* header .menu .top .logo {
        margin-left: 0px;
    } */
    header .wide-block {
        flex-direction: inherit;
        /* flex-direction: column; */
        align-items: center;
        padding-top: 10px;
    }
    header .wide-block .logo {
        width: 49px;
        height: 80px;
    }
    header .menu .top .logo {
        margin-left: 0px;
    }
    header .wide-block {
        align-items: center;
    }
    header .wide-block .hrefs {
        flex-direction: column;
        text-align: center;
        margin-top: 20px;
    }

    header .wide-block .hrefs a {
        width: 100%;
        font-size: 33px;
        line-height: unset;
        margin-bottom: 7px;
    }

    header .wide-block .hrefs li:hover .sub-menu {
        display: none;
    }

    header .menu .top {
        flex-direction: column;
        text-align: center;
    }

    header .menu .top .right-area .contact-button {
        margin-right: 0px;
    }

    header .menu .top .right-area .close {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    header .menu .hrefs a {
        font-size: 25px;
        width: calc(100% / 2);
        text-align: center;
    }

    header .menu .bottom {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    header .menu .bottom .contact-button {
        margin-bottom: 40px;
    }

    footer .wrapper {
        margin-top: 70px;
    }
    
    footer .left {
        margin-right: 0;
    }
    footer .right {
        flex-wrap: wrap;
    }
    footer .right .social_block {
        margin-right: 0;
    }
    footer .right > a {
        margin-left: 0px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 678px) {
    /* global form */
    .form_grid {
        margin: 40px 0;
    }
    .form_gategory {
        margin-bottom: 40px;
    }
    .form_btns {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 40px;
    }
}
@media screen and (max-width: 650px) {
    .blog-form-block{
        min-width: 100% !important;
    }
}
@media screen and (max-width: 640px) {
    footer .left .social_block{
        margin-left: auto;
        margin-right: auto;
    }
    header .wrapper-menu .content, .wrapper, .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .seoblog .entry-content h2,
    .portfolio .entry-content h2{
        font-size: 30px;
    }
    header .wide-block .contacts {
        flex-direction: column;
    }
    footer .left {
        margin-left: auto ;
        margin-right: auto;   
        text-align: center;
    }
    footer .left .logo{
        margin-left: auto ;
        margin-right: auto;   
    }
    footer .right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    footer .right .info {
        text-align: center;
    }

    footer .right .footer-container {
        margin-right: 0;
        text-align: center;
    }

    footer .copy-block .copy {
        text-align: center;
    }
    footer h3 {
        text-align: center;
    }
    footer .right {
        padding-bottom: 25px;
    }
    

    .form_proposal .form_grid {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
}
@media screen and (max-width: 578px) {
    .form_col {
        gap: 25px;
    }
    .main_form .form_grid {
        grid-template-columns: 1fr;
        grid-row-gap: 25px;
    }
}
@media screen and (max-width: 520px){
    .info-blog__link{
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .info-blog__content{
        padding: 20px 0 !important;
        margin: 0px !important;
    }
    .blog-body.blog {
        padding: 0;
    }
   
    
    .info-blog{
        flex-direction: column-reverse;
    }
    .info-blog h3,
    .info-blog__link{
        margin-bottom: 20px;
    }
    .portfolio .entry-content h2{
        padding: 0;
    }
    .blog-repost{
        justify-content: flex-start !important;
        margin-bottom: 10px;
    }
    .date {
        margin-right: 0 !important;
    }
    .blog-services{
        width: 100% !important;
    }
    /* global form */
    .main_form {
        padding: 130px 0;
    }
    .b24-form-header-title{
        font-size: 28px !important;
    }
    .b24-form-header-description{
        font-size: 15px !important;
    }
    .form_head .h-2 {
        font-size: 28px;
    }
    .form_desc {
        font-size: 15px;
    }
    .form_gategory {
        font-size: 15px;
    }
    .form_textarea {
        font-size: 16px;
    }
    .form_help {
        font-size: 14px;
    }
}
@media screen and (max-width: 460px) {
    main {
        padding-top: 30px;
    }
    header .wide-block .contacts {
        display: none;
    }

    .blog-services{
        padding-left: 20px;
        padding-right: 20px; 
    }
}
@media screen and (max-width: 420px){
    .portfolio .entry-content p,
    .seoblog .entry-content p{
        text-align: left;
    }
    .info-blog__content-bg h1 {
        font-size: 30px;
    }
    .seoblog .blog-pod {
        padding: 50px 20px !important;
        margin-top: 50px !important;
    }
}
@media screen and (max-width: 370px) {
    header .menu .hrefs a {
        width: 100%;
    }
    footer .right {
        padding: 0px 0px 25px 0;
    }
    footer .left .info {
        margin-top: 6px;
    }

    .form_proposal .form_btns .btn {
        flex-grow: 1;
        width: 100%;
    }
    .blog-pod-title{
        font-size: 38px !important;
    }
    .blog-pod-sub-title {
        font-size: 16px !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px){
   .seoblog .blog-container-full  {
        margin-left:0 !important ;
        margin-right: 0 !important;
        display: grid !important;
        grid-template-columns: 100% !important;
    }
}

/* Footer single-row */
.footer-single {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 28px 0 16px;
    flex-wrap: wrap;
}
.footer-logo img {
    height: 36px;
    width: auto;
}
.footer-nav {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex: 1;
}
.footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    opacity: 0.85;
    transition: opacity 0.2s;
}
.footer-nav a:hover {
    opacity: 1;
}
.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: right;
}
.footer-contacts a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    opacity: 0.85;
}
.footer-contacts a:hover {
    opacity: 1;
}
.footer-copy {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 12px 0;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
}
@media (max-width: 768px) {
    .footer-single {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .footer-contacts {
        text-align: left;
    }
}
