@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Roboto-Light.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Roboto-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Roboto-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Roboto-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/Roboto-Black.ttf) format("truetype")
}

.b24-form-sign {
    display: none!important;
}

.post, .page {
    margin: 0;
}

.modal-video {
    position: relative;
    z-index: 9001;
    display: none;
}

a {
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

p, a, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

body {
	font-family: Roboto;
}

body, button, input, select, optgroup, textarea {
	line-height: normal!important;
}

.logo {
    display: inline-block;
}

.logo img {
    width: 90px;
    height: auto;
}

.btn {
    position: relative;
    color: #ffffff!important;
    display: inline-block;
    max-width: 340px;
    height: 45px;
    z-index: 2;
    padding: 10px 23px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-shadow: 0 0 4px #494949;
    background-color: #62323e/*#e40c0f*/;
    border: 3px solid #62323e/*#e40c0f*/;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: text-shadow .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out,-webkit-transform .15s ease-out,-webkit-box-shadow .12s ease-in-out;
    transition: text-shadow .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,transform .15s ease-out,box-shadow .12s ease-in-out,color .3s ease-in-out,-webkit-transform .15s ease-out,-webkit-box-shadow .12s ease-in-out;
    -o-transition: text-shadow .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,transform .15s ease-out,box-shadow .12s ease-in-out,color .3s ease-in-out
}

.btn:hover {
    color: #000000!important;
    background-color: #fff;
    text-shadow: unset
}

.sticky-top {
    position: fixed; 
    z-index: 9999; 
    top: 0;
    box-shadow: 0 0 10px 0 rgba(31,31,31,.3098039216);
}

.inner, .inner-big {
	max-width: 1340px;
	padding-right: 20px;
    padding-left: 20px;
	margin: 0 auto;
	outline: 0px solid red;
}

.inner-big {
    max-width: 1560px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
    outline: 0px solid red;
}

.title-block {
	font-size: 48px;
    line-height: 1.4;
    font-weight: 700;
    /*color: #e40c0f;*/
    color: #62323e;
    margin-bottom: 50px;
}

.title-block span {
    color: #2b2f3b;
}

.description-block {
    color: #62708d;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
}

.title-block-color-gray, .title-block-color-gray .title-block {
    color: #414141;
}

.title-block-weight-500 {
    font-weight: 500;
}

.title-block-size-44 {
    font-size: 44px;
    line-height: 66px;
}

.title-block-size-38 {
    font-size: 38px;
}

.title-block-size-36, .title-block-size-36 .title-block {
    font-size: 36px!important;
    line-height: 42px!important;
}

.title-block-size-32 {
    font-size: 32px;
    line-height: 43px;
}

.title-center {
    text-align: center;
}

.title-color-dark {
    color: #2b2f3b;
}

.border-top {
    border-top: 1px solid #e3e3e3;
}

.background-gray {
    background-color: #f9f9f9;
}

.bg-none {
    background: none!important;
}

.pt-0 {
    padding-top: 0px!important;
}

.pt-20 {
    padding-top: 20px!important;
}

.pt-30 {
    padding-top: 30px!important;
}

.pt-40 {
    padding-top: 40px!important;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-120 {
    padding-top: 120px;
}

.h-40 {
    height: 40px;
}

.pb-0 {
    padding-bottom: 0px!important;
}

.pb-30 {
    padding-bottom: 30px!important;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-120 {
    padding-bottom: 120px;
}

.mb-0, .mb-0 .title-block {
    margin-bottom: 0!important;
}

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

.mb-60 {
    margin-bottom: 60px;
}

.row-gap-20 {
    row-gap: 20px;
}

.max-width-100 {
    max-width: 100%;
}

.btn-icon-svg-arrows {
    width: 18px!important;
    height: 18px!important;
    fill: #e40c0f;
}

.red-border-bottom {
    border-bottom: 1px solid #884758/*#e40c0f*/;
}

/*Top line*/
.top-line {
    min-height: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 3;
    position: relative;
    color: #fff;
    background: url(../images/top-line-bg.jpg) left bottom/cover no-repeat #261fb5
}

.top-line-blocks {
    display: grid;
    align-items: center;
    grid-template-columns: 25% 50% 25%;
    height: 80px;
}

.tlb-left p {
    font-weight: 300;
    font-size: 26px;
    line-height: 1;
}

.tlb-center {
    text-align: center;
}

.tlb-center p {
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
}

.tlb-right {
    display: flex;
    justify-content: end;
}

.tlb-right a {
    width: 205px;
    padding: 0;
    height: 35px;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 35px;
    border: 1px solid #ff6b54;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    text-decoration: none;
}

.tlb-right a:hover {
    border-color: #ff5454;
    background-color: #ff7d54
}

/*Header*/
.header {
    padding: 22px 0;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    border-bottom: 1px solid #62323e/*#06541b*/;
    border-top: none !important;
    background-color: #884758/*#0c7e2a*/;
}

.header-general {
    background-color: #ffffff;
    border-bottom: 1px solid #ebecee;
}

.header-general .rhe-3 a,
.header-general .rhe-4 a {
    background-color: #62323e/*#06541b*/;
}

.header-general .right-header-el a span:last-child {
    color: #6d7587;
}

.header-general .right-header-el a:hover span:last-child {
    color: #000000;
}

.header-general .rhe-3 a span:last-child {
    color: #ffffff;
}

.inner-header {
    display: grid;
    align-items: center;
    grid-template-columns: 30% 70%;
}

.right-header {
    display: flex;
    justify-content: end;
    align-items: center;
}

.right-header-el {
    display: inline-block;
    margin-left: 35px;
}

.right-header-el:first-child {
    margin-left: 0;
}

.right-header-el a, .right-header-el a span {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.right-header-el a:hover span:last-child {
    color: #c5c5c5;
}

.right-header-el a span:last-child {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.svg-wrapper {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 7px;
    border-radius: 50%;
    background: #62323e/*#06541b*/;
    position: relative;
}

.right-header-el svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    fill: #fff;
    width: 14px;
    height: 14px;
    margin: auto;
}

.rhe-3 a {
    display: flex;
    align-items: center;
    padding-left: 27px;
    padding-right: 27px;
    border: none;
    background-color: #62323e/*#06541b*/;
    height: 35px;
    border-radius: 30px;
    text-decoration: none;
}

.rhe-3 a img {
    margin-right: 10px;
}

.rhe-3 a:hover {
    background: #06541b;
}

.rhe-3 a:hover span {
    color: #ffffff!important;
}

.rhe-4 {
    margin-left: 10px!important;
}

.rhe-4 a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #06541b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    text-align: center;
    justify-content: center;
}

/*top-nav*/
.top-nav {
    background-color: #884758/*#0c7e2a*/;
    height: 60px;
    display: flex;
    align-items: center;
    position: sticky;
    z-index: 900;
}

.top-nav-general {
    background-color: #ffffff;
}

.top-nav-general .top-nav-general-list > .menu-glavnoe-menyu-container > ul,
.top-nav-general .top-nav-list > .menu-glavnoe-menyu-container > ul {
    max-width: 1560px;
}

.top-nav-general .top-nav-general-list > .menu-glavnoe-menyu-container > ul > li > a,
.top-nav-general .top-nav-list > .menu-glavnoe-menyu-container > ul > li > a {
    padding-right: 2.5vw;
    color: #333333;
}

.top-nav-general-list > .menu-glavnoe-menyu-container > ul,
.top-nav-list > .menu-glavnoe-menyu-container > ul {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1340px;
}

.top-nav-general-list > .menu-glavnoe-menyu-container > ul > li,
.top-nav-list > .menu-glavnoe-menyu-container > ul > li {
    position: relative;
}

.top-nav-general-list > .menu-glavnoe-menyu-container > ul > li > a,
.top-nav-list > .menu-glavnoe-menyu-container > ul > li > a {
    color: #ffffff;
    font-size: 15px;
    line-height: 19px;
    padding: 15px 20px 15px 0;
    text-decoration: none;
}

.top-nav-general-list > .menu-glavnoe-menyu-container .sub-menu,
.top-nav-list > .menu-glavnoe-menyu-container .sub-menu {
    display: none;
    position: absolute;
    top: 30px;
    z-index: 1000000;
    background-color: #ffffff;
    min-width: 300px;
    margin-left: 0;
    -webkit-box-shadow: 10px 10px 50px rgba(0,0,0,.1);
    box-shadow: 10px 10px 50px rgba(0,0,0,.1);
    padding: 20px;
}

.top-nav-list > .menu-glavnoe-menyu-container .sub-menu {
    top: 45px;
}

.top-nav-general-list > .menu-glavnoe-menyu-container .sub-menu li:not(:last-child),
.top-nav-list > .menu-glavnoe-menyu-container .sub-menu li:not(:last-child) {
    margin-bottom: 10px;
}

.top-nav-general-list > .menu-glavnoe-menyu-container .sub-menu li a,
.top-nav-list > .menu-glavnoe-menyu-container .sub-menu li a {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

.top-nav-general-list > .menu-glavnoe-menyu-container > ul > li:hover > .sub-menu,
.top-nav-list > .menu-glavnoe-menyu-container > ul > li:hover > .sub-menu {
    display: block;
}

.top-nav-general-list > .menu-glavnoe-menyu-container .sub-menu li a:hover,
.top-nav-general-list > .menu-glavnoe-menyu-container .sub-menu li.current-menu-item a,
.top-nav-list > .menu-glavnoe-menyu-container .sub-menu li a:hover,
.top-nav-list > .menu-glavnoe-menyu-container .sub-menu li.current-menu-item a {
    color: #884758/*#e40c0f*/;
}

/*background-block*/
.background-block {
    background-color: #884758/*#0c7e2a*/;
}

.all-background-blocks {
    position: relative;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 60px 0;
}

.left-background-block h1 {
    position: relative;
    z-index: 1;
    font-size: 48px;
    line-height: 1.35;
    font-weight: 500;
    padding-bottom: 30px;
    color: #ffffff;
}

.left-background-block p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 38px;
    color: #ffffff;
}

.right-background-block img {
    width: 300px;
    height: 300px;
}

.background-block-btn {
    width: 250px!important;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0;
    border: none;
}

/*top-columns*/
.all-top-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.wrap-one-top-column {
    display: grid;
    grid-template-columns: 60px 1fr;
}

.one-top-column {
    display: grid;
    /*grid-template-columns: 60px 1fr;*/
}

.one-top-column-icon {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.one-top-column-info {
    padding-left: 25px;
    padding-right: 15px;
}

.one-top-column-title {
    font-size: 23px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 12px;
}

.one-top-column-description {
    font-size: 18px;
    font-weight: 300;
    color: #767676;
    line-height: 22px;
}

.wrapper-more-info {
    padding-left: 85px;
}

.wrapper-more-info a {
    text-decoration: none;
    display: flex;
    color: #737373;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    margin-top: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper-more-info a span:first-child {
    color: #737373;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.wrapper-more-info a span:last-child {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #62323e/*#e40c0f*/;
}

.wrapper-more-info a span:last-child:after, .wrapper-more-info a span:last-child:before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    margin-top: 3px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
}

.wrapper-more-info a span:last-child:after {
    margin-left: -3px;
    transform: rotate(-45deg);
}

/*digits-block*/
.all-digits-block {
    display: grid;
    column-gap: 80px;
    grid-template-columns: 1fr 1fr 1fr;
    background-image: url(../images/bg-triangle-red.svg);
    background-position-x: center;
    background-position-y: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.one-digit-block {
    padding-right: 30px;
    margin-bottom: 60px;
}

.digit-block-value {
    line-height: 1;
    color: #62323e/*#e40c0f*/;
    font-size: 100px;
    font-weight: 500;
}

.digit-block-title {
    font-weight: 400;
    color: #222738;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 12px;
}

.digit-block-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #465875;
}

/*image-block*/
.all-image-block {
    z-index: 3;
    position: relative;
    padding: 50px 120px 50px 70px;
    color: #fff;
    border-radius: 15px;
    background: -o-radial-gradient(50% 100%, 100% 100%, #736cff 0, #0c7e2a 71.35%);
    background: radial-gradient(100% 100% at 50% 100%, #736cff 0, #0c7e2a 71.35%);
}

.all-image-block-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: right;
    background-repeat: no-repeat;
}

.all-image-block-title {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2;
}

.all-image-block-info {
    margin: 20px 0;
}

.all-image-block-info p {
    font-weight: 300;
    line-height: 1.5;
    font-size: 18px;
    padding-right: 120px;
    text-align: justify;
}

.all-image-block-btn {
    display: inline-block;
    background: 0 0;
    color: #ffffff!important;
    border: 1px solid #fff;
    border-radius: 7px;
    font-size: 16px;
    line-height: 1;
    padding: 18px 30px;
    max-width: fit-content;
    user-select: none;
    text-decoration: none;
}

.all-image-block-btn:hover {
    background: #ffffff;
    color: #0c7e2a!important;
}

/*Groups block*/
.all-groups {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.one-group {
    background-color: #fff;
    padding: 50px 40px 40px 40px;
    width: 100%;
    margin-bottom: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

.one-group:hover {
    -webkit-box-shadow: 10px 10px 50px rgba(0,0,0,.1);
    box-shadow: 10px 10px 50px rgba(0,0,0,.1);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.one-group-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.one-group-top h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    color: #000;
}

.one-group-icon {
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 7px;
    background-size: 32px 32px;
    background-color: #0c7e2a;
    background-repeat: no-repeat;
    background-position: center;
}

.one-group-description p {
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
    color: #525866;
}

.one-group-digit {
    display: grid;
    align-items: center;
    grid-template-columns: 60px 1fr;
    margin: 20px 0;
}

.one-group-digit > span:first-child {
    font-size: 60px;
    line-height: 1;
    color: #62323e/*#e40c0f*/;
    font-weight: 300;
}

.one-group-digit > span:last-child {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-left: 25px;
}

.one-group-list {
    margin-bottom: 70px;
}

.one-group-list li {
    position: relative;
    color: #252b39;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    padding-left: 45px;
    margin-bottom: 25px;
}

.one-group-list li:last-child {
    margin-bottom: 0;
}

.one-group-list li span {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background-color: #4e48ce;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 4px;
}

/*Excerpt*/
.excerpt {
    padding-bottom: 60px;
}

.excerpt-content {
    text-align: left;
    display: grid;
    grid-template-columns: 80px 1fr;
    position: relative;
    z-index: 5;
    border-radius: 7px;
    border: 1px solid #262c3a;
    padding: 45px;
}

.excerpt-content-without-icon {
    grid-template-columns: 1fr!important;
}

.left-excerpt-content {
    width: 80px;
    height: 80px;
    margin: 0 45px 0 0;
    background-size: 100% 100%;
}

.right-excerpt-content {
    padding-left: 45px;
}

.excerpt-content-without-icon .right-excerpt-content {
    padding-left: 0;
}

.right-excerpt-content p {
    color: #647181;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

/*deco-pluses-block*/
.all-deco-pluses {
    background-image: url(../images/bg-triangle-red.svg);
    background-position-x: center;
    background-position-y: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.all-deco-pluses-block {
    position: relative;
    padding-top: 50px;
    display: grid;
    column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

.all-deco-pluses-block-third .one-deco-pluse {
    padding-left: 15px;
    padding-right: 15px;
}

.all-deco-pluses-block-third:first-child::before {
    content: "";
    position: absolute;
    top: 88px;
    left: 48px;
    width: calc(100% - 50px);
    height: calc(100% + 1px);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid #62323e/*#e40c0f*/;
    border-left: 0;
}

.all-deco-pluses-block-third:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 88px;
    right: 57px;
    width: calc(100% - 50px);
    height: calc(100% + 2px);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 1px solid #62323e/*#e40c0f*/;
    border-right: 0;
}

.top-all-deco-pluses {
    position: relative;
    margin-bottom: 50px;
}

.top-all-deco-pluses::before {
    content: "";
    position: absolute;
    top: 88px;
    left: 48px;
    width: calc(100% - 50px);
    height: calc(100% + 57px);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid #884758/*#e40c0f*/;
    border-left: 0;
}

.deco-pluse-icon {
    width: 80px;
    height: 80px;
    color: #fff;
    /*background-color: #e40c0f;*/
    background-color: #884758;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    background-size: 45px 45px;
    margin: 0 0 35px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.deco-pluse-title {
    color: #292f3d;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.deco-pluse-description {
    color: #656f84;
    font-size: 16px;
    line-height: 24px;
}

/*services-articles-block*/
.all-services-articles {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.one-service-article {
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-bottom: 4px solid #fff;
    cursor: pointer;
    margin-bottom: 22px;
    z-index: 3;
}

.one-service-article:hover {
    -webkit-box-shadow: 10px 10px 50px rgba(0,0,0,.1);
    box-shadow: 10px 10px 50px rgba(0,0,0,.1);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    border-bottom-color: #e40c0f;
}

.one-service-article-image {
    display: block;
    width: 100%;
    min-height: 300px;
    max-height: 250px;
    background-repeat: no-repeat;
    background-position: center;
}

.one-service-content {
    display: block;
    padding: 25px;
}

.one-service-article-title {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 15px;
    color: #000;
}

.one-service-article-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    color: #525866;
}

/*Articles block*/
.articles-block {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fafafa;
    border-top: 1px solid #e3e3e3;
}

.all-articles {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
}

.one-article {
    background-color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-bottom: 4px solid #fff;
    cursor: pointer;
    z-index: 3;
    text-decoration: none;
    -webkit-box-shadow: 10px 10px 50px rgba(0,0,0,.1);
    box-shadow: 10px 10px 50px rgba(0,0,0,.1);
}

.one-article:hover {
    -webkit-box-shadow: 10px 10px 50px rgba(0,0,0,.1);
    box-shadow: 10px 10px 50px rgba(0,0,0,.1);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    border-bottom-color: #884758/*#e40c0f*/;
}

.one-article span.image {
    display: block;
    width: 100%;
    min-height: 220px;
    background-color: #0c7e2a;
    background-repeat: no-repeat;
    background-position: center;
}

.one-article span.title {
    display: block;
    color: #090734;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 20px 40px 20px 20px;
}

.one-article span.description {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    color: #525866;
    padding: 20px 40px 20px 20px;
}

/*border-text-block*/
.border-text-block {
    padding-top: 60px;
    padding-bottom: 60px;
}

.border-text-block-wrap {
    position: relative;
    margin: 0 auto;
    color: #262c3a;
    background: #fff;
    text-align: left;
    font-weight: 400;
    padding: 40px 80px 40px 0;
    overflow: visible;
    width: 87%;
}

.border-text-block-wrap::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: 100%;
    height: calc(65% - 20px);
    background-color: #fff;
}

.border-text-block-wrap::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 40px;
    z-index: -11;
    width: 100%;
    height: calc(57% - 20px);
    border: 1px solid #884758/*#e40c0f*/;
}

.btbw-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 11px solid #884758/*#e40c0f*/;
}

.btbw-text {
    width: calc(100% + 85px);
    font-size: 18px;
    line-height: 1.5;
    margin-left: -100px;
    position: relative;
    z-index: 2;
    padding: 20px 0;
    background: #fff;
}

.btbw-text::before {
    content: " ";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -155px;
    width: 130px;
    height: 84px;
    border: 37px solid #fff;
    border-right: 0;
    border-left: 0;
    background: #884758/*#e40c0f*/;
}

/*Solutions block*/
.solutions-block {
    background-color: #f9f9f9;
}

.all-solutions {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.one-solution {
    display: grid;
}

.one-solution-header {
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    display: block;
    position: relative;
    color: #ffffff!important;
    padding: 25px 55px 25px 25px;
    background: url(../images/red-pattern.svg) top right / contain no-repeat #884758;
    text-decoration: none;
}

.one-solution:hover .one-solution-header {
    background: url(../images/pattern-hover-modal.png) center right/contain no-repeat #62323e
}

.one-solution-header-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .1019607843);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.one-solution-header-icon svg {
    width: 50px;
    height: 50px;
    max-width: 24px;
    max-height: 24px;
}

.one-solution:hover .one-solution-header-icon {
    opacity: 0;
}

.one-solution-header > p:first-child {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 50px;
    padding-right: 30px;
}

.one-solution-header-description {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 300;
}

.one-solution-content {
    color: #525866;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    background: #fff;
    -webkit-transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.one-solution-content > div {
    margin-bottom: 30px;
}

.one-solution-content > div > p:not(:last-child) {
    margin-bottom: 38px;
}

.one-solution-content > p > a {
    max-width: 100%;
}

.one-solution-content li, .two-blocks-list li {
    position: relative;
    line-height: 1.5;
    padding-left: 25px;
    margin-bottom: 25px;
    color: #252b39;
    font-weight: 300;
}

.one-solution-content li:last-child, .two-blocks-list li:last-child {
    margin-bottom: 0;
}

.one-solution-content li::before, .two-blocks-list li::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 10px;
    height: 10px;
    background: #62323e/*#e40c0f*/;
}

/*all-factors*/
.all-factors {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.one-factor {
    background-color: #fff;
    padding: 25px;
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 20px;
}

.one-factor > div:first-child {
    width: 50px;
    height: 50px;
    background-size: 25px 25px;
    margin-bottom: 10px;
    font-size: 0;
    background-color: #0c7e2a;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
}

.one-factor h3 {
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    margin-bottom: 10px;
}

.one-factor p {
    color: #585858;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

/*Video block*/
.video-block {
    padding-bottom: 60px;
}

.video-wrapper {
    padding-bottom: 42.2%;
    width: 75%;
    position: relative;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 11px 8px rgba(0,0,0,.1);
    box-shadow: 0 0 11px 8px rgba(0,0,0,.1);
}

.video-play-btn {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/play.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    cursor: pointer;
}

/*Pluses block*/
.all-pluses {
	display: grid;
    column-gap: 15px;
	grid-template-columns: 1fr 1fr 1fr;
	background-image: url(../images/bg-triangle-red.svg);
	background-position-x: center;
    background-position-y: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.one-pluse-block {
	margin-bottom: 60px;
}

.pluses-icon {
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.pluses-title {
	font-size: 18px;
	line-height: 27px;
    font-weight: 500;
    color: #262c3a;
}

.pluses-description {
    color: #55637b;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 15px;
}

.btn-transparent {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	background: transparent;
	color: #000000!important;
    background-color: #ffffff;
    border-color: #62323e/*#e40c0f*/;
    text-shadow: unset;
}

.btn-transparent svg {
	-webkit-trasition: all 0.3s;
	trasition: all 0.3s;
	width: 25px;
    height: 25px;
}

.btn-transparent:hover {
	color: #ffffff!important;
	background: #62323e/*#e40c0f*/;
}

.btn-transparent:hover svg {
	fill: #ffffff;
}

/*Consulting solutions block*/
.consulting-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
	padding-bottom: 50px;
}

.one-consulting-item {
	z-index: 5;
    width: 100%;
    position: relative;
    border-bottom: 5px solid #884758/*#e40c0f*/;
    cursor: pointer;
    background: #f4f4f4;
	padding: 32px 25px;
    margin-bottom: 15px;
    -webkit-transition: background-color .3s, border-bottom-color .3s;
    -o-transition: background-color .3s, border-bottom-color .3s;
    transition: background-color .3s, border-bottom-color .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
}

.consulting-icon {
	width: 70px;
	height: 70px;
	margin-bottom: 70px;
}

.consulting-title {
	font-size: 22px;
    line-height: 1.23;
    font-weight: 600;
    color: #323232;
    margin-bottom: 26px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.consulting-description p {
	font-size: 18px;
    line-height: 28px;
	font-weight: 300;
    color: rgba(53, 53, 53, .7);
}

.one-consulting-item:hover .consulting-icon {
    opacity: 0;
}

.one-consulting-item:hover .consulting-title, .one-consulting-item:hover .consulting-description p {
    color: #ffffff;
}

.one-consulting-item:hover {
    background-color: #62323e/*#0c7e2a*/;
    border-bottom-color: #62323e/*#0c7e2a*/;
    background-image: url(../images/pattern-hover-modal.png);
    background-position: 76% 20%;
    background-repeat: no-repeat;
}

/*Feedback block*/
.feedback-block {
	height: 142px;
	background-image: url(../images/bg.svg);
    background-repeat: no-repeat;
    /*background-color: #e40c0f;*/
    background-color: #884758;
    z-index: 5;
    background-size: cover;
    background-position: 100% 100%;
}

.feedback-block .inner-feedback-block {
	height: inherit;
	display: grid;
	align-items: center;
	grid-template-columns: 60% 40%;
}

.left-feedback-block p {
	color: #ffffff;
	font-size: 20px;
	line-height: 1.55;
    font-weight: 400;
    text-shadow: 0 0 4px #494949;
}

.right-feedback-block {
	display: grid;
	justify-items: right;
}

.right-feedback-block a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 23px 30px;
    border: 1px solid #fff;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 4px #494949;
    -webkit-transition: background-color .3s, color .3s, fill .3s;
    -o-transition: background-color .3s, color .3s, fill .3s;
    transition: background-color .3s, color .3s, fill .3s;
    max-width: 420px;
    border: 2px solid #fff;
    text-decoration: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.right-feedback-block a:hover {
	color: #62323e/*#e40c0f*/;
    text-shadow: unset;
    background: #fff;
}

.right-feedback-block a:hover .feedback-block-btn-icon {
	fill: #62323e/*#e40c0f*/!important;
}

.feedback-block-btn-icon {
	fill: #ffffff;
	width: 36px;
    height: 36px;
}

.mess-btn-icon {
    fill: #000000;
}

/*How block*/
.how-block {
	padding-top: 60px;
}

/*services-list*/
.all-service-list {
    border: 1px solid #000;
    border-radius: 7px;
    padding: 60px;
}

.one-service-list {
    display: grid;
    column-gap: 45px;
    grid-template-columns: 55px 1fr;
    margin-bottom: 40px;
}

.one-service-list:last-child {
    margin-bottom: 0;
}

.one-service-list-icon {
    width: 55px;
    height: 55px;
    background-size: 100% 100%;
}

.one-service-list-info h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px;
    text-align: left;
}

.one-service-list-info p {
    color: #252b39;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

/*Services block*/
.all-services {
	gap: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.one-service {
	padding: 30px;
	background-color: #fff;
	-webkit-transition: color .35s ease-in-out;
    -o-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out;
}

.one-service-title {
	color: #000;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 23px;
    padding-bottom: 28px;
    position: relative;
    -webkit-transition: color .35s ease-in-out;
    -o-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out;
}

.one-service-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    -webkit-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
    background: -webkit-gradient(linear, left top, right top, from(#e40c0f), color-stop(80%, rgba(255, 173, 78, .3)), to(#fff));
    background: -o-linear-gradient(left, #e40c0f 0, rgba(255, 173, 78, .3) 80%, #fff 100%);
    background: linear-gradient(90deg, #e40c0f 0, rgba(255, 173, 78, .3) 80%, #fff 100%);
}

.one-service-description {
	font-weight: 300;
    font-size: 18px;
    line-height: 1.45;
    color: #514e4e;
    -webkit-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
}

.one-service:hover {
	color: #fff;
    background-color: #62323e/*#e40c0f*/;
    -webkit-box-shadow: 0 0 20px 4px rgba(0,0,0,.14);
    box-shadow: 0 0 20px 4px rgba(0,0,0,.14)
}

.one-service:hover .one-service-title, .one-service:hover .one-service-description {
	color: #ffffff;
}

.one-service:hover .one-service-title::after {
	background: #b43242
}

.pluses-gray-bg {
	background-color: #fafafa;
}

.pluses-gray-bg .all-pluses {
	background-image: none;
}

/*Booking form*/
.booking-form {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f9f9f9;
	border-top: 1px solid #e3e3e3;
}

.inner-booking-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.left-booking-form {
	padding-right: 40px;
}

.inner-left-booking-form {
	position: relative;
    z-index: 2;
    padding: 30px 45px 40px;
    background: #f9f9f9;
    border: 10px solid #884758/*#e40c0f*/;
}

.inner-left-booking-form::before {
    content: "";
    position: absolute;
    top: 15%;
    right: -43px;
    width: 75px;
    height: 70px;
    background: #884758/*#e40c0f*/;
    border: 30px solid #f9f9f9;
    border-right: 0;
    border-left: 0;
}

.inner-left-booking-form > h3 {
	font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}

.post-content p {
	font-size: 18px;
	line-height: 1.5;
    font-weight: 300;
    color: #1b1b1b;
    margin-bottom: 26px;
}

.post-content p:last-child {
	margin-bottom: 0;
}

.right-booking-form {
	padding-left: 90px;
}

.right-booking-form h4 {
	margin-top: 0;
	font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 33px;
}

.right-booking-form form {
	width: 100%;
}

.right-booking-form input[type=text] {
	padding: 0 15px;
	display: block;
	border: none;
	width: 100%;
	height: 60px;
	background: #ffffff;
	border-bottom: 1px solid #7d879c;
	outline: none!important;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.right-booking-form input[type=text]:focus {
	border-bottom-color: #e40c0f;
}

.btn-hover-red {
	cursor: pointer;
	width: 100%;
	max-width: 100%!important;
	height: 60px!important;
	border: none;
}

.btn.btn-hover-red:hover {
    color: #ffffff!important;
    background-color: #be3446;
    border-color: #be3446
}

/*Etaps*/
.one-etap {
    position: relative;
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: 60px 1fr;
}

.one-etap:last-child {
    padding-bottom: 0;
}

.one-etap:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    height: 100%;
    width: 0;
    border-left: 1px dashed #e3e3e3;
}

.etap-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: relative;
    /*background-color: #e40c0f;*/
    background-color: #884758;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
}

.etap-content {
    padding-left: 40px;
}

.etap-content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 12px;
}

.etap-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #62708d;
}

/*Footer*/
.footer {
	background: #fafafa;
}

.footer-column-top-left > div > a {
	color: #727375;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
}

.footer-column-top-left > div > p {
	color: #727375;
    font-size: 13px;
    line-height: 15px;
    white-space: nowrap;
}

.footer-column-top-left > a {
	text-decoration: none;
}

.footer-column-top-left > a > img, .footer-column-top-left > a > span,
.footer-column-top-left > div > a, .footer-column-top-left > div > p {
	display: inline-block;
	vertical-align: middle;
}

.footer-column-top-left > a > span {
	color: #333;
    font-size: 28px;
    line-height: 35px;
    margin-left: 6px;
}

.footer-title {
	color: #333;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 9px;
}

.footer-subtitle {
	color: #55575b;
    font-size: 15px;
    line-height: 18px;
}

.footer-row:nth-child(1) .inner-footer-row .footer-column {
	display: grid;
	align-items: center;
}

.social-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.social-icon {
    fill: #d8d9dd;
    width: 28px;
    height: 28px;
    -webkit-transition: fill .35s ease-in-out;
    -o-transition: fill .35s ease-in-out;
    transition: fill .35s ease-in-out;
}

.footer-row:nth-child(2) .inner-footer-row {
	display: grid;
	grid-template-columns: 32% 68%;
}

.footer-row:nth-child(2) .inner-footer-row .footer-column {
	padding: 40px;
}

.footer-row:nth-child(2) .inner-footer-row .footer-column:first-child {
	border-right: 1px solid #d7e2e8;
}

.footer-row:nth-child(2) .inner-footer-row .footer-column:last-child ul {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.footer-row:nth-child(2) .inner-footer-row .footer-column:last-child ul li span {
	margin-right: 5px;
}

.footer-row:nth-child(2) .inner-footer-row .footer-column:last-child ul li span,
.footer-row:nth-child(2) .inner-footer-row .footer-column:last-child ul li svg {
	line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.footer-direction-svg {
	fill: #c5cbcf;
    stroke: #c5cbcf;
    width: 30px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.footer-column-questions p {
	color: #61666e;
	font-size: 14px;
    line-height: 16px;
}

.footer-column-questions p:not(:first-child) {
	margin-top: 47px;
	margin-bottom: 20px;
}

.footer-column-questions li,
.footer-column-questions li a {
	color: #61666e;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}

.footer-column-questions li a:hover {
	text-decoration: underline;
	color: #e40c0f;
}

.footer-row:nth-child(1) .inner-footer-row, .footer-row:nth-child(3) .inner-footer-row {
	display: grid;
	grid-template-columns: 32% 36% 32%;
}

.footer-row:nth-child(1) .inner-footer-row .footer-column,
.footer-row:nth-child(3) .inner-footer-row .footer-column {
	padding: 40px;
}

.footer-row:nth-child(3) .inner-footer-row .footer-column:not(:last-child) {
	border-right: 1px solid #d7e2e8;
}

.footer-row:nth-child(3) .inner-footer-row .footer-column:nth-child(2) li:not(:last-child),
.footer-row:nth-child(3) .inner-footer-row .footer-column:nth-child(3) li:not(:last-child) {
	margin-bottom: 22px;
}

.footer-row:nth-child(3) .inner-footer-row .footer-column:nth-child(2) li a,
.footer-row:nth-child(3) .inner-footer-row .footer-column:nth-child(3) li a {
	color: #333;
    font-size: 15px;
    line-height: 1.6;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

.footer-row:nth-child(3) .inner-footer-row .footer-column:nth-child(2) li a:hover,
.footer-row:nth-child(3) .inner-footer-row .footer-column:nth-child(3) li a:hover,
.footer-row:nth-child(3) .inner-footer-row .footer-column li.current_page_item a {
	text-decoration: underline;
	color: #884758/*#e40c0f*/;
}

.footer-row:not(:last-child) {
	border-bottom: 1px solid #d7e2e8;
}

.footer-row:last-child {
	padding: 18px 0 22px 0;
	background: #f3f3f3;
}

.footer-row:last-child .inner-footer-row {
	display: grid;
	grid-template-columns: 1fr; /*60% 40%*/
	align-items: center;
}

.footer-row:last-child .inner-footer-row .footer-column:first-child,
.footer-row:last-child .inner-footer-row .footer-column:last-child {
	padding: 0 40px;
}

.footer-row:last-child .inner-footer-row .footer-column:first-child li {
	display: inline-block;
	margin-right: 24px;
}

.footer-row:last-child .inner-footer-row .footer-column:first-child li:last-child {
	margin-right: 0;
}

.footer-row:last-child .inner-footer-row .footer-column:first-child li a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #4e5258;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-row:last-child .inner-footer-row .footer-column:first-child li a:hover, .footer-column li.current-menu-item a {
	text-decoration: underline!important;
	color: #884758/*#e40c0f*/!important;
}

/*.footer-row:last-child .inner-footer-row .footer-column:last-child {
	text-align: center;
}*/

.footer-logo-block {
	text-decoration: none;
}

.footer-logo-block > img {
	display: inline-block;
	vertical-align: top;
    height: 33px;
}

.footer-logo-block > span {
	max-width: 115px;
	display: inline-block;
	vertical-align: top;
	color: #727375;
    font-size: 18px!important;
    line-height: 21px;
    text-align: left;
    margin-top: -4px;
    margin-left: 12px;
}

.footer-btn-pay {
	display: inline-block;
    align-items: center;
    height: 40px;
    line-height: 40px;
    padding: 0 27px;
    border-radius: 50px;
    border: 1px solid #e40c0f;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    text-decoration: none;
}

.footer-btn-pay span {
	-webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #333;
    width: 100%;
    padding: 0 10px;
    margin-top: 2px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
}

.footer-btn-pay svg {
	width: 22px;
    height: 18px;
    fill: #e40c0f;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s;
    vertical-align: middle;
}

.footer-btn-pay:hover {
	background: #e40c0f;
}

.footer-btn-pay:hover span {
	color: #ffffff;
}

.footer-btn-pay:hover svg {
	fill: #ffffff;
}

/**/
.mySwiper {
    /*height: 50px;*/
    width:100%;
}

.mySwiper .swiper-slide {
    height: auto;
    padding: 35px 50px;
    border-radius: 20px;
    background-color: #f9f9f9;
}

.question-answer-slide-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.left-question-answer-slide-header p {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
}

.right-question-answer-slide-header ul {
    display: flex;
    flex-wrap: wrap;
}

.right-question-answer-slide-header ul li {
    width: 40px;
    height: 40px;
    margin: 2px 4px 0 0;
    display: inline-block;
    border-radius: 100%;
}

.right-question-answer-slide-header ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 26px 26px;
    background-position: center;
}

.right-question-answer-slide-header ul li:hover {
    opacity: .85;
}

.qa-social-vk {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3E%3C/svg%3E");
    background-color: #07f
}

.qa-social-tg {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-color: #64a9dc
}

.qa-social-fb {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0014.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-color: #3b5998
}

.qa-social-twt {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-color: #00aced
}

.qa-social-wapp {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-color: #65bc54
}

.question-answer-slide-content {
    padding: 10px 20px 0;
    position: relative;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.question-answer-slide-content img {
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 11px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 11px 8px rgba(0, 0, 0, .1);
}

.videoblock-figcaption {
    display: grid;
    grid-template-columns: 96px 1fr;
    margin-top: 30px;
    padding: 0 20px;
}

.videoblock-figcaption-quote-text {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}

.videoblock-figcaption-quote-name {
    margin: 18px 0 8px;
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.videoblock-figcaption-quote-position {
    color: #9da6ba;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.mySwiper .swiper-wrapper {
    margin-left: -13.5%;
}

.mySwiper {
    padding-bottom: 104px;
}

.swiper-pagination-bullet {
    width: 55px;
    height: 6.5px;
    margin: 0 5px;
    padding: 0;
    font-size: 0;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    background-color: rgba(197,203,207,.3137254902);
    -webkit-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
    opacity: 1!important;
}

.swiper-pagination {
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
    background-color: #884758/*#0c7e2a*/;
}

.questions-answers-blocks .swiper-button-prev {
    left: 18.5%;
    bottom: 39px;
    top: inherit;
    cursor: pointer;
    min-width: 38px;
    height: 38px;
    background-color: #e40c0f;
    border-radius: 100%;
    -webkit-transition: background-color .25s ease-in,-webkit-transform .15s ease-out,-webkit-box-shadow .12s ease-in-out;
    transition: background-color .25s ease-in,transform .15s ease-out,box-shadow .12s ease-in-out,-webkit-transform .15s ease-out,-webkit-box-shadow .12s ease-in-out;
    -o-transition: background-color .25s ease-in,transform .15s ease-out,box-shadow .12s ease-in-out
}

.questions-answers-blocks .swiper-button-next {
    right: 18.5%;
    bottom: 39px;
    top: inherit;
    cursor: pointer;
    min-width: 38px;
    height: 38px;
    background-color: #e40c0f;
    border-radius: 100%;
    -webkit-transition: background-color .25s ease-in,-webkit-transform .15s ease-out,-webkit-box-shadow .12s ease-in-out;
    transition: background-color .25s ease-in,transform .15s ease-out,box-shadow .12s ease-in-out,-webkit-transform .15s ease-out,-webkit-box-shadow .12s ease-in-out;
    -o-transition: background-color .25s ease-in,transform .15s ease-out,box-shadow .12s ease-in-out
}

.questions-answers-blocks .swiper-button-prev::after, .questions-answers-blocks .swiper-button-next::after,
.general-slides-navigation-left .swiper-button-prev::after, .general-slides-navigation-left .swiper-button-next::after {
    width: 9px;
    height: 100%;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: fill .25s ease-in;
    -o-transition: fill .25s ease-in;
    transition: fill .25s ease-in;
    display: flex;
    align-items: center;
}

.questions-answers-blocks .swiper-button-prev:hover, .questions-answers-blocks .swiper-button-next:hover {
    color: #fff;
    background-color: #d53f52;
    -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.14);
    box-shadow: 0 0 8px 2px rgba(0,0,0,.14);
}

/*card-slides-blocks*/
.mySwiperSecond {
    width: 70%;
    margin-top: 90px;
}

.mySwiperSecond .swiper-slide {
    height: auto;
    padding: 35px 50px;
    border-radius: 20px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.14);
    box-shadow: 0 0 8px 2px rgba(0,0,0,.14);
}

.mySwiperSecond .swiper-slide h3 {
    display: block;
    margin-right: 10px;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 14px;
    color: #62323e/*#e40c0f*/;
    letter-spacing: 0;
    white-space: normal;
}

.mySwiperSecond .swiper-slide p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
}

/*number-blocks*/
.all-number-blocks {
    display: grid;
    column-gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background: url(../images/map-stats2.svg) left bottom no-repeat;
    min-height: 540px;
}

.left-number-block span {
    font-size: 144px;
    font-weight: 600;
    color: #343434;
    position: relative;
}

.left-number-block span::after {
    content: "";
    position: absolute;
    right: -40%;
    top: 20%;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #cc4051;
    -webkit-animation: 1.7s infinite stats2Pulse;
    animation: 1.7s infinite stats2Pulse
}

.left-number-block p {
    font-size: 22px;
    line-height: 1.4;
}

@keyframes stats2Pulse {
    0% {
        -webkit-box-shadow: 0 0 4px 8px rgba(204,64,81,.1);
        box-shadow: 0 0 4px 8px rgba(204,64,81,.1)
    }

    50% {
        -webkit-box-shadow: 0 0 4px 12px rgba(204,64,81,.4);
        box-shadow: 0 0 4px 12px rgba(204,64,81,.4)
    }

    100% {
        -webkit-box-shadow: 0 0 4px 16px rgba(204,64,81,0);
        box-shadow: 0 0 4px 16px rgba(204,64,81,0)
    }
}

.right-number-block p {
    border: 9px solid #e3e3e3;
    color: #758195;
    font-size: 28px;
    line-height: 34px;
    padding: 60px 40px;
}

/*Special*/
.special-title-1 {
    color: #000;
    font-size: 22px;
    line-height: 27px;
}

.special-description-1 {
    line-height: 24px;
    color: #535661;
}

.special-icon-1 {
    background-size: 40px;
    margin-left: 0;
    margin-bottom: 32px;
    width: 65px;
    height: 65px;
    /*background-color: #e40c0f;*/
    background-color: #884758;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-position: center;
}

.special-icon-2 {
    width: 135px;
    height: 135px;
}

.special-padding-1 {
    padding: 52px 42px 52px 39px;
}

.background-white {
    background-color: #ffffff;
}

.deco-pluse-icon span {
    position: relative;
    z-index: 10;
}

.all-pluses-two-columns {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 60px;
}

/*blocks-without-gap*/
.all-blocks-without-gap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.one-without-gap {
    width: 33.33%;
    min-height: 300px;
    padding: 32px 24px;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.one-without-gap-top {
    display: flex;
    justify-content: space-between;
}

.one-without-gap-top h3 {
    color: #252b39;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.one-without-gap-top div {
    background-size: 100% 100%;
    border-radius: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
}

.one-without-gap-bottom p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #252b39;
}

/**/
.border-content {
     position: relative;
    z-index: 2;
    padding: 25px 15px;
    background: #fff;
    border: 7px solid #eaeaea;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    padding: 30px 45px 40px;
}

.border-content::before {
    content: "";
    position: absolute;
    top: 35px;
    right: -8px;
    width: 9px;
    height: 130px;
    background: #dadada;
    border-top: 60px solid #fff;
    border-bottom: 60px solid #fff;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.border-content:hover {
    border-color: #884758/*#e40c0f*/;
}

.border-content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -46px -41px;
}

.one-border-content-bottom-block {
    text-decoration: none;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #e3e3e3;
    transition: .5s;
    width: 33.33%;
    padding: 30px;
}

.one-border-content-bottom-block-icon {
    width: 52px;
    height: 52px;
    padding: 8px;
    margin-bottom: 25px;
    border-radius: 10px;
    background-color: #884758/*#e40c0f*/;
    border: 1px solid #62323e/*#cd4051*/;
    -webkit-transition: .3s;
    transition: .3s;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;
}

.one-border-content-bottom-block-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #1b1b1b;
}

.one-border-content-bottom-block-description {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 10px;
    color: #1b1b1b;
}

.one-border-content-bottom-block:hover {
    color: #fff;
    border-color: #62323e/*#06541b*/;
    background: url(../images/pattern-hover-modal.png) center/contain no-repeat #62323e/*#0c7e2a*/;
}

.one-border-content-bottom-block:hover p {
    color: #fff;
}

.one-border-content-bottom-block:hover .one-border-content-bottom-block-icon {
    border: 1px solid #fff;
    background-color: #62323e/*#0c7e2a*/;
}

/**/
.all-direction-blocks {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one-direction-block {
    position: relative;
    overflow: hidden;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: .3s;
    padding: 34px 25px;
    width: calc(33.33% - 10px);
    margin-bottom: 15px;
    background-color: #ece9e9;
    background-size: auto 25%;
    background-position: calc(100% - 15px) 20px;
    background-repeat: no-repeat;
    background-image: url(../images/sqrs.svg);
    text-decoration: none;
}

.one-direction-block::before {
    content: "";
    background-image: url(../images/block-red-pattern.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 125px;
    height: 85%;
    position: absolute;
    right: 10px;
    top: 0;
    opacity: 0;
}

.one-direction-block:hover {
    background-color: #e40c0f;
    background-image: unset
}

.one-direction-block:hover::before {
    opacity: 1
}

.one-direction-block-bottom-footer {
    color: #d2cdcd;
    font-weight: 400;
    line-height: 35px;
    margin-top: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px dashed transparent;

    width: 145px;
    height: 145px;
    margin-top: -5px;
    font-size: 82px;

    margin-bottom: calc(-20px - 1.2vw);
    line-height: 50px;
}

.one-direction-block:hover .one-direction-block-bottom-footer {
        margin-bottom: 0;
        font-size: 62px;
        font-weight: 300;
        margin-top: -65px;
        border: 1px dashed #fff
}

.one-direction-block:hover .one-direction-block-bottom-footer, 
.one-direction-block:hover .one-direction-block-top p,
.one-direction-block:hover .one-direction-block-bottom-header p,
.one-direction-block:hover .one-direction-block-bottom-header span {
    color: #ffffff;
}

.one-direction-block-top p {
    width: 75%;
    color: #000;
    height: 125px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.one-direction-block-bottom-header p {
        color: #6a6767;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 3px;
}

.one-direction-block-bottom-header span {
    font-size: 23px;
    line-height: 24px;
    color: #171616;
    font-weight: 500;
}

.one-direction-block-bottom {
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.one-direction-block-bottom-header {
    position: absolute;
    left: 25px;
    bottom: 34px;
    width: auto;
}

/**/
.one-rows-block {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
    transition: .5s;
    cursor: default;
    max-height: 257px;
}

.one-rows-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(10%,#fff),color-stop(30%,rgba(255,255,255,.8196078431)),color-stop(55%,rgba(255,255,255,.568627451)),color-stop(80%,rgba(255,255,255,.2509803922)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(bottom,#fff 10%,rgba(255,255,255,.8196078431) 30%,rgba(255,255,255,.568627451) 55%,rgba(255,255,255,.2509803922) 80%,rgba(255,255,255,0) 100%);
}

.one-rows-block:hover {
    max-height: 500px;
    background-color: #fff;
    -webkit-box-shadow: 0 35px 90px rgba(0,0,0,.15);
    box-shadow: 0 35px 90px rgba(0,0,0,.15)
}

.one-rows-block:hover::after {
    background: none;
}

.inner-one-rows-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.inner-one-rows-block > div {
    width: 50%;
    justify-content: space-between;
    flex-direction: column;
    -webkit-box-pack: justify;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #595c68;
}

.one-rows-block-left-bottom {
    margin-top: 60px;
    display: none;
}

.one-rows-block:hover .one-rows-block-left-bottom {
    display: block;
}

.one-rows-block-left-bottom a {
    margin: 0;
}

.one-rows-block-left-top {
    display: grid;
    column-gap: 25px;
    grid-template-columns: 84px 1fr;
}

.one-rows-block-left-top div {
    background-color: #884758/*#e40c0f*/;
    width: 84px;
    height: 84px;
    border-radius: 12px;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.one-rows-block-left-top h3 {
    color: #000;
    padding-left: 25px;
    font-size: 23px;
    line-height: 1.35;
    font-weight: 400;
}

.one-rows-block-right p {
    font-size: 16px;
    line-height: 1.5;
    color: #595c68;
}

/**/
.all-missions {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.one-mission {
    background: #ffffff;
    padding: 50px 40px 40px 40px;
    background-image: url(../images/wave-rtl.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: .3s;
}

.one-mission:hover {
    -webkit-box-shadow: 10px 10px 50px rgba(0,0,0,.1);
    box-shadow: 10px 10px 50px rgba(0,0,0,.1);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.one-mission-top {
    display: grid;
    grid-template-columns: 1fr 50px;
    column-gap: 15px;
}

.one-mission-top p {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    color: #000;
}

.one-mission-top div {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 7px;
    background-size: 32px 32px;
    background-color: #0c7e2a;
    background-repeat: no-repeat;
    background-position: center;
}

.one-mission-bottom {
    margin-top: 80px;
}

.one-mission-bottom p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
}

.one-group-desc-digit {
    display: grid;
    grid-template-columns: 60% 1fr;
    margin-bottom: 50px;
}

.one-group-desc-digit .one-group-digit {
    grid-template-columns: 1fr;
    margin: 0;
    align-self: center;
    justify-content: end;
}

.one-group-desc-digit .one-group-digit div {
    display: grid;
    justify-content: end;
}

.one-group-desc-digit .one-group-digit span:first-child {
    font-weight: 400;
    line-height: 21px;
    font-size: 18px;
    color: #525866;
}

.one-group-desc-digit .one-group-digit span:last-child {
    font-size: 60px;
    line-height: 1;
    color: #62323e/*#e40c0f*/;
    font-weight: 300;
    margin-left: 0;
}

.oglwtd-wrap {
    display: grid;
    grid-template-columns: 28px 1fr;
    column-gap: 17px;
    margin-bottom: 30px;
}

.oglwtd-wrap:last-child {
    margin-bottom: 0;
}

.oglwtd-wrap-icon {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background-color: #4e48ce;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.oglwtd-wrap-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #252b39;
    margin-bottom: 10px;
}

.oglwtd-wrap-description {
    color: #252b39;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

/**/
.all-tcwi {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 45px;
    row-gap: 50px;
}

.one-tcwi-top {
    display: grid;
    column-gap: 15px;
    grid-template-columns: 1fr 50px;
    margin-bottom: 30px;
}

.one-tcwi-top-left h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.one-tcwi-bottom p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.blue-icon-div {
    display: block;
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 7px;
    background-size: 32px 32px;
    background-color: #884758/*#0c7e2a*/;
    background-repeat: no-repeat;
    background-position: center;
}
/**/

.border-content-bottom-two-columns .one-border-content-bottom-block {
    width: 50%;
}

/**/
.all-block-icon-line {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.one-block-icon-line {
    display: grid;
    column-gap: 30px;
    grid-template-columns: 50px 1fr;
    background-color: #ffffff;
    padding: 25px 21px;
    border-bottom: 5px solid #884758/*#e40c0f*/;
}

.one-block-icon-line-right h3 {
    color: #000;
    font-size: 22px;
    line-height: 1.36;
    font-weight: 500;
    margin-bottom: 12px;
}

.one-block-icon-line-right p {
    color: #474b54;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}

.icon {
    display: block;
    width: 50px;
    height: 50px;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center;
}

/**/
.all-general-categories {
    max-height: 720px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -5px;
        border-bottom: 1px solid #e3e3e3;
        overflow: hidden;
        border-radius: 5px;
}

.general-categories-left {
            margin: 0;
        padding: 0;
        display: block;
        width: 330px;
        height: 692px;
        /*background-color: #e40c0f;*/
        background-color: #884758;
}

.general-categories-right {
    width: calc(100% - 330px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.one-gp-menu-icon {
    display: block;
    width: 44px;
    height: 44px;
    margin-bottom: 15px;
    padding: 9px;
    background: center center / 26px 26px no-repeat #884758/*#e40c0f*/;
    border-radius: 15px;
}

.one-gp-menu-title {
    display: block;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
        color: #333;
}

.one-gp-menu {
    -webkit-animation: .45s ease-in-out forwards opacityTrick, 2s .5s forwards borderSet;
    animation: .45s ease-in-out forwards opacityTrick, 2s .5s forwards borderSet;
    height: 173px;
        margin: 0;
        padding: 20px 23px;
        border-radius: 0;
        text-decoration: none;
        background-color: #ffffff;
        display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.one-gp-menu:hover {
    z-index: 1;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background: -o-linear-gradient(top,#fff 0,#fff 100%);
    background: linear-gradient(180deg,#fff 0,#fff 100%);
    -webkit-box-shadow: 0 0 60px rgba(0,0,0,.12);
    box-shadow: 0 0 60px rgba(0,0,0,.12);
}

[data-category-id="1"] {
    display: flex;
}

.general-categories-left li a     {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
            text-align: left;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 15px 25px;
        width: 100%;
        height: 86.5px;
        min-height: auto;
        background: #884758;
        border-radius: 0;
        color: #fff;
        font-size: 15px;
        line-height: 18px;
        font-weight: 400;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        text-decoration: none;
        outline: none;
}

.general-categories-left li.active a, .general-categories-left li a:hover {
    /*background-color: #a6090b;*/
    background-color: #62323e;
}

.general-categories-left li a::after,.general-categories-left li a::before {
        content: "";
        position: absolute;
        opacity: 0;
        -webkit-transition: opacity .25s ease-in-out;
        -o-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out
    }

.general-categories-left li a::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear,right top,left top,from(rgba(112,0,14,.25)),to(rgba(177,29,48,0)));
        background: -o-linear-gradient(right,rgba(112,0,14,.25) 0,rgba(177,29,48,0) 100%);
        background: linear-gradient(270deg,rgba(112,0,14,.25) 0,rgba(177,29,48,0) 100%)
    }

.general-categories-left li.active a::before {
        top: 50%;
        right: -1px;
        z-index: 1;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 7px solid transparent;
        border-right: 7px solid #fff;
        opacity: 1;
    }

/**/
.all-bottom-slider {
    padding: 0 1px;
}

.all-bottom-slider .swiper-slide, .pre-general-bottom-slider .swiper-slide {
    padding-top: 10px;
    padding-bottom: 100px;
}

.one-bottom-slide {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 135px;
    padding: 0px 30px;
    outline: 1px solid #e8e8e8;
}

.all-bottom-slider .swiper-pagination, .pre-general-bottom-slider .swiper-pagination {
    bottom: 50px;
    height: auto;
}

.one-product .swiper-pagination {
    bottom: 10px;
    height: auto;
}

.all-bottom-slider .swiper-pagination-bullet, .pre-general-bottom-slider .swiper-pagination-bullet, 
.one-product .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 40px auto 0;
    padding: 0;
    font-size: 0;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f0acb5;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.swiper-pagination-bullet-active {
    background-color: #62323e/*#e40c0f*/!important;
}

/**/
.pre-general-bottom-slider .swiper-slide {
    opacity: 0.5;
}

.pre-general-bottom-slider .swiper-slide-active {
    opacity: 1;
}

/**/
.all-reasons {
    display: grid;
    column-gap: 50px;
    grid-template-columns: 1fr 1fr;
}

.all-reasons-left {
    overflow: hidden;
}

.all-reasons-left-content {
    display: grid;
    align-items: center;
    height: 100%;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 7px;
    border: 12px solid #eaeaea;
}

.all-reasons-left-content .swiper {
    width: 100%;
}

.all-reasons-right-img-block {
    width: 100%;
    height: 100%;
    position: relative;
    border: 12px solid #eaeaea;
    display: block;
    border-radius: 7px
}

.all-reasons-right-img-block::after, .all-reasons-right-img-block::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    background: #884758/*#e40c0f*/;
}

.all-reasons-right-img-block::after {
    top: -12px;
    right: -12px
}

.all-reasons-right-img-block::before {
    bottom: -12px;
    left: -12px
}

.all-reasons-right-img-block-inner {
    width: 100%;
    height: 100%;
    min-height: 360px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/**/
.center-general-blocks {
    display: grid;
    column-gap: 20px;
    /*grid-template-columns: 1fr 0.5fr 0.5fr;*/
    /*grid-template-columns: 1.5fr 0.5fr;*/
    /*grid-template-columns: 0.5fr 1fr 0.5fr;*/
	grid-template-columns: 1.5fr 0.5fr;
    margin-bottom: 20px;
}

.bottom-general-blocks {
    display: grid;
    column-gap: 20px;
    /*grid-template-columns: 0.5fr 1fr 0.5fr;*/
    grid-template-columns: 0.5fr 1.5fr;
}

.one-cgb {
    background-color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #884758/*#e40c0f*/;
    overflow: hidden;
}

.one-cgb:hover {
    background-color: #62323e/*#e40c0f*/;
}

.one-cgb:hover h3, .one-cgb:hover p, .one-cgb:hover .one-cgb-info {
    color: #ffffff;
}

.top-one-cgb {
    padding: 30px;
}

.top-one-cgb h3 {
    color: #2b2f3b;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 500;
    margin-bottom: 28px;
    overflow: hidden;
}

.one-cgb-info p:not(:last-child) {
    margin-bottom: 15px;
}

.one-cgb-info, .one-cgb-info p {
    color: #585d68;
    font-size: 15px;
    line-height: 1.33;
    font-weight: 300;
}

.boc-special-column > div:last-child, .boc-two-column > div:last-child {
    color: #585d68;
}

.one-cgb:hover .boc-special-column > div:last-child, .one-cgb:hover .boc-two-column > div:last-child {
    color: #ffffff;
}

/**/
.one-general-slide {
    position: relative;
    display: grid;
    column-gap: 130px;
    grid-template-columns: 1fr 322px;
    align-items: center;
    justify-content: space-between;
    padding: 100px 10px 60px 10px;
}

.top-line-slides .swiper-slide {
    border-right: 1px solid #e3e3e3;
}

.one-top-line-slides {
    display: grid;
    column-gap: 15px;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.one-top-line-slides p {
    width: auto;
}

.one-top-line-slides p:first-child {
    width: auto;
    margin: 4px 0 0;
    font-size: 64px;
    line-height: .8;
    color: #62323e/*#e40c0f*/;
}

.general-slides {
    background: url(../images/triangle-slides.svg) no-repeat center bottom;
}

.left-general-slides h3 {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 500;
}

.left-general-slides p {
    color: #5d5a6f;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
}

.general-slides-navigation {
    display: grid;
    grid-template-columns: 1fr 322px;
    padding-bottom: 60px;
	padding-left: 10px;
}

.general-slides-navigation .swiper-pagination-bullet {
    width: 36px;
    margin: 0 4px;
}

.gs-swiper-pagination {
    justify-content: space-between;
    display: flex;
}



.general-slides-navigation-left {
    position: relative;
}

.general-slides-navigation-left .swiper-button-prev {
    position: absolute;
    left: 0px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    background-color: #62323e/*#e40c0f*/;
    border-radius: 100%;
    -webkit-transition: background-color .25s ease-in,-webkit-transform .15s ease-out,-webkit-box-shadow .12s ease-in-out;
    transition: background-color .25s ease-in,transform .15s ease-out,box-shadow .12s ease-in-out,-webkit-transform .15s ease-out,-webkit-box-shadow .12s ease-in-out;
    -o-transition: background-color .25s ease-in,transform .15s ease-out,box-shadow .12s ease-in-out
}

.general-slides-navigation-left .swiper-button-next {
    position: absolute;
    left: 52px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    background-color: #62323e/*#e40c0f*/;
    border-radius: 100%;
    -webkit-transition: background-color .25s ease-in,-webkit-transform .15s ease-out,-webkit-box-shadow .12s ease-in-out;
    transition: background-color .25s ease-in,transform .15s ease-out,box-shadow .12s ease-in-out,-webkit-transform .15s ease-out,-webkit-box-shadow .12s ease-in-out;
    -o-transition: background-color .25s ease-in,transform .15s ease-out,box-shadow .12s ease-in-out
}

.top-line-slides .swiper-slide:nth-child(4n) {
    border-right: none!important;
}

.inner-solutions {
    background-position: right top;
    background-repeat: no-repeat;
}

.inner-solutions .all-solutions {
    column-gap: 0;
}

.inner-solutions .one-solutions {
    position: relative;
    padding: 50px 30px;
    text-decoration: none;
    outline: none;
    background-color: #ffffff;
    outline: 1px solid #e8e8e8;
    background-repeat: no-repeat;
    background-position: top 20px right 20px;
}

.inner-solutions .one-solutions:hover {
    -webkit-box-shadow: 0 30px 70px rgba(0,0,0,.1);
    box-shadow: 0 30px 70px rgba(0,0,0,.1);
    z-index: 10;
}

.inner-solutions .one-solutions > h3 {
    color: #2b2f3b;
    font-size: 25px;
    line-height: 1.24;
    font-weight: 700;
    margin-bottom: 10px;
}

.inner-solutions .one-solutions > p {
    color: #696969;
    font-size: 18px;
    line-height: 1.44;
    font-weight: 300;
    margin-bottom: 20px;
}

.inner-solutions .one-solutions > div {
    width: 35px;
    height: 35px;
    padding: 0;
    position: relative;
}

.inner-solutions .one-solutions > div svg {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 19px;
    height: 19px;
    fill: #fff;
    -webkit-transition: color .3s,background .3s,text-shadow .3s;
    -o-transition: color .3s,background .3s,text-shadow .3s;
    transition: color .3s,background .3s,text-shadow .3s;
}

.inner-solutions .one-solutions > div:hover svg {
    fill: #e40c0f;
}

.one-solutions-icon {
    position: absolute!important;
    top: 10px!important;
    right: 10px!important;
    width: 123px!important;
    height: 123px!important;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.top-general-blocks {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-bottom: 46px;
}

.top-general-blocks-left h2 {
    margin-bottom: 0;
}

.top-general-blocks-right p {
    color: #62708d;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.6;
}

.boc-three-column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid #ededed;
}

.boc-three-column > div, .boc-one-column > div {
    padding: 30px;
    border-right: 1px solid #ededed;
    display: grid;
    grid-template-columns: auto auto;
}

.boc-one-column > div {
    display: flex;
    align-items: center;
}

.boc-one-column > div > span:last-child {
    margin-left: 8px;
}

.boc-three-column > div > span:first-child, .boc-one-column > div > span:first-child {
    line-height: 1;
    font-weight: 300;
    font-size: 42px;
    color: #62323e/*#e40c0f*/;
}

.boc-three-column > div > span:last-child, .boc-one-column > div > span:last-child {
    color: #333;
    font-size: 15px;
    line-height: 1.33;
}

.boc-three-column > div:last-child, .boc-one-column > div:last-child {
    border-right: none;
}

.one-cgb:hover .boc-three-column {
    border-top: 1px solid #e40c0f;
}

.one-cgb:hover .boc-three-column > div:not(:last-child) {
    border-right: 1px solid #e40c0f;
}

.boc-one-column {
    display: grid;
    grid-template-columns: 1fr;
}

.boc-two-column {
    display: grid;
    grid-template-columns: 25% 1fr;
    border-top: 1px solid #ededed;
}

.boc-two-column > div {
    padding: 30px;
}

.boc-two-column > div:first-child {
    display: flex;
    border-right: 1px solid #ededed;
}

.boc-two-column > div:first-child > span:first-child {
    line-height: 1;
    font-weight: 300;
    font-size: 42px;
    color: #62323e/*#e40c0f*/;
}

.boc-two-column > div:first-child > span:last-child {
    color: #333;
    font-size: 15px;
    line-height: 1.33;
    margin-left: 8px;
}

.boc-two-column > div:last-child > span {
    color: #585d68;
    font-size: 15px;
    line-height: 1.33;
    font-weight: 300;
}

.boc-special-column {
    display: grid;
    grid-template-columns: 25% 1fr;
}

.boc-special-column > div {
    padding: 30px 20px;
}

.boc-special-column > div:first-child {
    position: relative;
}

.boc-special-column > div:first-child > span:first-child {
    position: absolute;
    top: 7px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 3px;
    color: #d04154;
    font-weight: 300;
}

.boc-special-column > div:first-child > span:last-child {
    color: #e40c0f;
    font-size: 42px;
    line-height: 1;
    font-weight: 300;
}

.boc-special-column > div:last-child > span {
    color: #585d68;
    font-size: 15px;
    line-height: 1.33;
    font-weight: 300;
}

.boc-special-column > div:first-child > span {
    display: block;
}

.one-cgb:hover .boc-two-column, .one-cgb:hover .boc-two-column > div:first-child {
    border-color: transparent;
}

.one-cgb:hover .boc-three-column span, .one-cgb:hover .boc-one-column span, html body .one-cgb:hover span {
    color: #ffffff!important;
}

.all-two-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.one-two-block {
    padding: 50px 30px 40px;
    transition: .3s ease-in-out;
    margin-bottom: 20px;
    background-color: #f4f6fa;
    background-repeat: no-repeat;
    background-position: center 100px;
    background-size: 64%;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.one-two-block:hover {
    background-color: #0c7e2a;
    background-image: url(../images/pattern-hover-modal.png);
    background-position: center;
}

.one-two-block-title {
    color: #000;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
}

.one-two-block-content {
    margin: 20px 0 38px;
    color: #4a4e58;    
}

.one-two-block-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.one-two-block-bottom a {
    max-width: 100%;
    background-color: transparent;
}

.one-two-block:hover .one-two-block-title, .one-two-block:hover .one-two-block-content p, .one-two-block:hover .one-two-block-bottom a span {
    color: #ffffff;
}

.one-two-block:hover .one-two-block-bottom a {
    border-color: #ffffff;
}

.one-two-block:hover .one-two-block-bottom a svg {
    fill: #ffffff;
}

.all-three-special-columns {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.one-three-special-columns {
    cursor: pointer;
    padding: 33px 30px;
    background-color: #ffffff;
    background-size: 100% 110%;
    background-position: bottom;
    transition: all 0.5s;
    text-decoration: none;
}

.one-three-special-columns:nth-child(3n), .one-three-special-columns:nth-child(3n+1) {
    background-image: url(../images/icon-figure-first.svg);
}

.one-three-special-columns:nth-child(3n-1) {
    background-image: url(../images/icon-figure-second.svg);
}

.otsc-title {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.1;
    color: #232839;
    margin-bottom: 20px;
}

.otsc-subtitle {
    display: grid;
    column-gap: 30px;
    grid-template-columns: 1fr 25%;
    margin-bottom: 140px;
}

.otsc-subtitle-left p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    opacity: .4;
}

.otsc-subtitle-right-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/clock.svg);
}

.otsc-subtitle-right {
    display: grid;
    align-items: center;
    column-gap: 10px;
    grid-template-columns: 25px 1fr;
}

.otsc-subtitle-right-content {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
}

.otsc-subtitle-right-content span {
    font-weight: 700;
}

.otsc-bottom-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.17;
    margin-bottom: 20px;
    color: #232839;
}

.otsc-bottom-content p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.43;
    color: #232839;
}

.one-three-special-columns:hover {
    background: url(../images/pattern-hover-modal.png) 125% 0/90% no-repeat #0c7e2a;
    color: #ffffff;
}

.one-three-special-columns:hover .otsc-bottom-title, .one-three-special-columns:hover .otsc-bottom-content p {
    color: #ffffff;
}

.one-three-special-columns:hover .otsc-title, .one-three-special-columns:hover .otsc-subtitle-left p,
.one-three-special-columns:hover .otsc-subtitle-right-content {
    color: #ffffff;
    opacity: 1;
}

.info-block-content {
    display: grid;
    column-gap: 45px;
    grid-template-columns: 40px 1fr;
    border-radius: 7px;
    padding: 30px 29px;
    background-color: #eee;
}

.ibc-without-icon {
    grid-template-columns: 1fr;
}

.info-icon {
    width: 40px;
    height: 40px;
    background-image: url(../images/information.svg);
}

.info-text p {
    color: #59697d;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

.blue-excerpt-content {
    background-color: #0c7e2a;
    border-radius: 10px;
    position: relative;
    display: flex;
    color: #fff;
}

.blue-excerpt-content::before {
    content: "";
    position: absolute;
    top: 35px;
    right: 40px;
    width: 70px;
    height: 70px;
    background: url(../images/kav.png) no-repeat;
}

.blue-excerpt-content-left {
    width: 32%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #3d37bc;
    border-bottom: none;
    border-radius: 10px;
    padding: 37px 35px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    display: block;
    background-color: #504ad8;
}

.blue-excerpt-content-right {
    width: 70%;
    display: block;
    padding: 37px 35px;
    z-index: 6;
}

.blue-excerpt-content-right p {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
}

.blue-excerpt-content-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-image: url(../images/blue-excerpt-content-bg.svg);
}

.list-block-elements {
    margin-top: 50px;
}

.list-block-elements li {
    position: relative;
    line-height: 1.5;
    padding-left: 25px;
    margin-bottom: 25px;
    color: #252b39;
    font-weight: 300;
}

.list-block-elements li::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 10px;
    height: 10px;
    background: #62323e/*#e40c0f*/;
}

/**/
.all-flat-blocks {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.one-flat-block {
    background-color: #ffffff;
    padding: 30px 40px 30px 30px;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, .03);
    -webkit-transition: background-color .35s ease-in-out, -webkit-box-shadow .35s ease-in-out;
    transition: background-color .35s ease-in-out, box-shadow .35s ease-in-out, -webkit-box-shadow .35s ease-in-out;
}

.ofb-icon {
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background-size: 40px;
    background-color: #0c7e2a;
}

.ofb-icon-digit {
    background-color: #06541b;
    border-radius: 50%;
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 500;
    content: "";
    position: absolute;
    right: -6px;
    top: -6px;
    text-align: center;
}

.ofb-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    margin: 30px 0;
}

.ofb-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #57585e;
}

.one-flat-block:hover {
    background-color: #0c7e2a;
    -webkit-box-shadow: 0 0 20px 20px rgba(73,67,205,.1);
    box-shadow: 0 0 20px 20px rgba(73,67,205,.1)
}

.one-flat-block:hover .ofb-title, .one-flat-block:hover .ofb-description {
    color: #ffffff;
}

.border-content-bottom-two-columns {
    grid-template-columns: 1fr 1fr;
}
/**/
.tabs ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.tabs ul li a {
    display: block;
    padding-bottom: 20px;
     border: none;
    background: 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-animation: .6s appearOnScreen;
    animation: .6s appearOnScreen;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(22,22,22,.6);
    position: relative;
    z-index: 3;
    padding-right: 16px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    height: 100%;
    position: relative;
    border-bottom: 2px solid #e3e3e3;
}

.tabs ul li.active a {
    color: #62323e/*#e40c0f*/;
    border-bottom-color: #62323e/*#e40c0f*/;
}

.one-tab-content:not(:first-child) {
    display: none;
}

.title-description-with-icon {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 30%;
}

.td-icon {
    height: 240px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.services-list-text-wrap {
    background-repeat: no-repeat;
    background-position: top right;
}

.services-list-text-wrap .description-block {
    margin-bottom: 0;
    padding-bottom: 50px;
}

.swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right {
    background: none;
}

/**/
.all-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
    row-gap: 40px;
}

.one-product {
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-bottom: 4px solid #fff;
    text-decoration: none;
}

.one-product:hover {
    -webkit-box-shadow: 10px 10px 50px rgba(0,0,0,.1);
    box-shadow: 10px 10px 50px rgba(0,0,0,.1);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    border-bottom-color: #62323e/*#cd4051*/;
}

.top-one-product, .top-one-product-images, .top-one-product-image {
    position: relative;
    min-height: 300px;
    background-size: 100% 100%;
}

.top-one-product-count-icon {
    width: 20px;
    height: 18px;
    margin-right: 8px;
    background-image: url(../images/count.svg);
}

.top-one-product-count {
    padding: 6px 12px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(45, 45, 45, .6);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    z-index: 10;
    position: absolute;
    top: 20px;
}

.top-one-product-icon {
    z-index: 10;
    position: absolute;
}

.bottom-one-product {
    padding: 25px;
}

.bottom-one-product-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 15px;
}

.bottom-one-product-top-left p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
    display: grid;
}

.bottom-one-product-top-right {
    display: grid;
    justify-content: end;
}

.bottom-one-product-top-right > div > p:first-child {
    margin-bottom: 10px;
}

.bottom-one-product-top-right > div > p > span:first-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #7d879c;
}

.bottom-one-product-top-right > div > p > span:last-child {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    background-color: #884758/*#e40c0f*/;
    border-radius: 15px;
    padding: 2px 8px;
    margin-left: 10px;
}

.bottom-one-product-bottom p {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    color: #525866;
}

/**/
.all-block-icon-with-digit {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.one-block-icon-with-digit {
    background-color: #ffffff;
    background-position-x: right;
    background-repeat: no-repeat;
    -webkit-transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: transform .3s ease-in-out, box-shadow .3s ease-in-out, background .3s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    -o-transition: transform .3s ease-in-out, box-shadow .3s ease-in-out, background .3s ease-in-out;
    min-height: 180px;
    padding: 30px;
    display: grid;
    column-gap: 25px;
    grid-template-columns: 65px 1fr;
}

.one-block-icon-with-digit:hover {
    background-image: url(../images/wave.png);
    -webkit-box-shadow: 10px 10px 50px rgba(20,20,20,.1);
    box-shadow: 10px 10px 50px rgba(20,20,20,.1);
    -webkit-transform: scale(1.018);
    -ms-transform: scale(1.018);
    transform: scale(1.018)
}

.left-one-block-icon-with-digit {
    background-repeat: no-repeat;
    background-position: center;
}

.right-one-block-icon-with-digit h3 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
}

.right-one-block-icon-with-digit p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #52545c;
}
/**/
.all-block-with-red-image {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.one-block-with-red-image {
    position: relative;
    padding: 30px;
    background-color: #ffffff;
    border-bottom: 5px solid #884758/*#e40c0f*/;
}

.one-block-with-red-image-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 75px;
    padding-right: 60px;
}

.one-block-with-red-image-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.one-block-with-red-image-icon {
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: 20px;
}
/**/
.all-card-list-icon {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.one-card-list-icon {
    padding: 50px 40px 40px 40px;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;    
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.one-card-list-icon:nth-child(odd) {
    background-image: url(../images/wave-rtl.png);
}

.one-card-list-icon:nth-child(even) {
    background-image: url(../images/wave-ltr.png);
}

.one-card-list-icon:hover {
    -webkit-box-shadow: 10px 10px 50px rgba(0,0,0,.1);
    box-shadow: 10px 10px 50px rgba(0,0,0,.1);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.one-card-list-icon-top {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 65% 1fr;
    margin-bottom: 40px;
}

.one-card-list-icon-top-left p {
    line-height: 36px;
    font-size: 28px;
    font-weight: 500;
    color: #000;
}

.one-card-list-icon-center p {
    font-size: 21px;
    line-height: 28px;
    font-weight: 300;
    color: #5c6373;
    padding-bottom: 30px;
}

.one-card-list-icon-bottom li {
    position: relative;
    color: #252b39;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 25px;
    padding-left: 25px;
}

.one-card-list-icon-bottom li::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 10px;
    height: 10px;
    background: #62323e/*#e40c0f*/;
}

.one-card-list-icon-bottom li:last-child {
    margin-bottom: 0;
}

.one-card-list-icon-top-right div {
    background-size: 100% 100%;
}

.one-card-list-icon-top-right {
    display: grid;
    justify-content: end;
}
/**/
.all-block-text-image {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.all-block-text-image-left .get-consult-btn {
    margin: 0;
}

.all-block-text-image-left p {
    color: #252b39;
    font-style: italic;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    margin-bottom: 50px;
}

.all-block-text-image-left p::before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
    top: 8px;
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKlSURBVHgB7ZhPbtpAFMbfs01hV47gbmmk0hPE+VOpuziqirKjPUHTE0Bu0J4Aui1Ryb4SuCcoqtqwpSco3SUQz+sbAikRjD2TGEuR5ocsWR77zefvzbwZA2CxKEG4Iz9fvK56wtkWRD5H8RGwHMfi/VbUGUBGfA/CcskrVZHoGRFUZT/yumcSZPjyyBdX4g0SvAMBZQF089rEPwfhMWTAcP8oAEF1QgqJRJnkxSV7tURLsTClFk1FcOfU6PQjxRI1WGiQNAZSRZ/v1o5ZbINPy7Ah5DAouo9aLDbUud9LClRyi11OewAbRM4NR2CXT33dZ9aKlsOB3e2zYB82yI+9VyELboFhFldELwSD/puPeQ6O+AUHHjhjzWeWHdZlxMeAiMYrosUk7iKiD+lC2zxpzir9zjcwZG5MuuCZGaKNfFR6X34vLt8S/Wu/1kRZDxMDiQ+X4urkeXSm7epKiPRMcmxqVnqdj+sab0TP376RGEhQWOmfGju7jDSGHfRV7Zz+wURMD9mUkeqe/05zHQZlJBhdislOUiAd0oyZC95Jy6IzC8ZFPam0CZcO7yt4xpTUmWRj5g6nDrtrp4nqylgkmltfTzPZTyQZY5JJnK9GfxS9jCq9z08gA873anK1W1sxeFi0n/Y6b0EThwUHqkZEaEJG8C7wQNXGw+IEDHDYzW1V40U8uVelWIbdVJRSikzni8MLSWbBVMghyFav7QcJIzDEIVWRJ8xsM18oFHxVG2cgAkO45K3fFOFsVcoGl1zlhkgQ/AVDlFtT4nQOd2sNMOBCTD4Zj08H69zPgckzSR8BIQvX2pQvKGIhguvdmD4IxwRmOPAAsaLzworOCys6L6zovLCi88KKzgsrOi+s6Lzw5Fc3ZISr+H86xnjMX9ARWCyb5x8PQjVdIfsKfAAAAABJRU5ErkJggg==) no-repeat;
    margin-bottom: 30px;
}

.all-block-text-image-right {
    background-repeat: no-repeat;
    background-position: right center;
}
/**/
.all-pretty-block {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.one-pretty-block {
    position: relative;
    cursor: pointer;
    padding: 30px;
    background-color: #ffffff;
    background: url(../images/pretty-patern.svg) top right / contain no-repeat #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: #000000;
}

.one-pretty-block-top p {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 50px;
    padding-right: 30px;
}

.one-pretty-block-bottom p {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 300;
}

.one-pretty-block:hover {
    color: #ffffff;
    background: url(../images/pretty-patern-hover.svg) center/contain no-repeat #62323e/*#e40c0f*/;
}

.top-right-deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    right: 0;
    z-index: 4;
    background-repeat: no-repeat;
    background-color: #884758/*#e40c0f*/;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFiSURBVHgBzVMxTsNAEFxHonCKEIkCmkiGggKKpIAiHaKBgoIfwA/ID5If8AT4iUtKoDBFClzwAERjGqRjVuzBekPOcRJFGWlk3+3uzO75TLQqOOeaYB/cpgWA+h3RafK6oWJdcAs8RnCX5gDq9vA4Ep2uNXgCC3k/RPI+1YDkH8iyED2KTNIGHn2wJVvjKIrGM4r7hj7AB9R9TRioAh6vI8s3JD8HxEu5YObFpxpUdSVxntafN+MV8RerM9XgH5NPMSnkhrB45VE2lFgCpuDlr/tPUSbLGOTrxx3r75Rpca4XncR2y5seAxPrgOfgheIZ75u8gdJIrQFPkKuEkYlvgqdKvGXiI1WbT0wgSW3wMWASy18aB8S5vk0hIOFeFdzVya0UV4XDUFcybapybqkujEnuz1W+lz7KIc0LV74ZbHLiypfhhhYFRK7Bd1cGr69oWYBYT3XO4j1aNtzf357QuuAbAQLF+IR98C4AAAAASUVORK5CYII=);
    background-position: center;
}

.one-pretty-block:hover .top-right-deco {
    display: none;
}
/**/
.system-page-content p, .system-page-content ul li, .system-page-content ol li {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #252b39;
}

.system-page-content li {
    padding-left: 25px;
}

.system-page-content ul li::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 10px;
    height: 10px;
    background: #e40c0f;
}

.system-page-content h2 {
    font-size: 38px;
    line-height: 1.4;
    font-weight: 500;
    color: #252b39;
    margin-bottom: 15px;
}

.system-page-content p, .system-page-content ul, .system-page-content ol {
    margin-bottom: 20px;
}

.all-background-blocks-system-page {
    padding: 0;
}

.system-page-menu {
    background-color: #0c7e2a;
    border-top: 1px solid #06541b;
}

.system-page-menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

/*.system-page-menu ul li:not(:first-child) {
    border-top: 1px solid #3c38b8;
}*/

.system-page-menu ul li:not(:last-child) {
    border-right: 1px solid #06541b;
}

.system-page-menu ul li a {
    position: relative;
    color: #fff;
    padding: 30px;
    height: 100%;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
}

.system-page-menu ul li a:hover, .system-page-menu li.current-menu-item a {
    background-color: #e40c0f;
}

.inner-card-slides-blocks {
    padding-bottom: 30px;
}

/**/
.bg-wave {
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/bg-wave.svg);
}

.red-border-bg {
    width: 100%;
    height: 4px;
    background-image: url(../images/red-border-bg.svg);
}

.red-bg {
    background-color: #62323e/*#e40c0f*/;
}

.top-nav-list,
.top-nav-general-list {
    position: relative;
}

.mobile-menu-icon-wrapper {
    display: none;
    margin-left: 20px;
}

.menu-icon-wrapper {
    z-index: 10;
    position: absolute;
    top: -10px;
    right: 20px;
    height: 60px;
    display: grid;;
    align-items: center;
}

.menu-icon {
    display: block;
    width: 36px;
    height: 22px;
}

.menu-icon span {
    display: block;
    position: relative;
    width: 36px;
    height: 2px;
    background: #abb1bf;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-icon span:last-child {
    width: 26px;
    margin-left: 10px;
}

.menu-icon:hover span:last-child {
    width: 36px;
    margin-left: 0px;
}

/**/
.footer-row-mobile {
    display: none;
    padding: 30px 20px;
    text-align: center;
}

.footer-row-mobile .footer-logo-block > span {
    margin-left: 0;
    max-width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.footer-row-mobile .phones, .footer-row-mobile .theses {
    margin-top: 30px;
}

.footer-row-mobile .phones > a {
    text-decoration: none;
}

.footer-row-mobile .phones > a span {
    color: #333;
    font-size: 28px;
    line-height: 35px;
    margin-left: 10px;
}

.footer-row-mobile .phones > div > a {
    color: #727375;
    margin: 10px 0 5px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
}

.footer-row-mobile .phones > div > p {
    color: #727375;
    width: 100%;
    font-size: 13px;
    line-height: 15px;
    margin-left: 0px;
    white-space: nowrap;
}

.footer-row-mobile .social-items {
    margin: 30px 0;
}

.footer-row-mobile .question-btn a {
    width: 100%;
    max-width: 100%;
}

/**/
.mobile-menu {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: -100%;
    background: #2f3647;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.top-mobile-menu {
    padding: 20px;
    display: grid;
    column-gap: 20px;
    grid-template-columns: 80% 1fr;
}

.top-mobile-menu input {
    background-color: #979aa3;
    outline: none;
    border-radius: 0;
    border: none;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    color: #ffffff;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
}

.top-mobile-menu input::placeholder, .top-mobile-menu input:focus, .ya-site-form__input-text::placeholder {
    color: #ffffff!important;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
}

.bottom-mobile-menu {
    padding: 20px;
    border-top: 1px solid #1d2332;
}

.bottom-mobile-menu > div > ul > li > a {
    color: #ffffff;
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
}

.bottom-mobile-menu > div > ul > li {
    margin-bottom: 30px;
}

.bottom-mobile-menu > div > ul > li > ul.sub-menu {
    margin-left: 0;
    margin-top: 10px;
}

.bottom-mobile-menu > div > ul > li > ul.sub-menu li:not(:last-child) {
    margin-bottom: 10px;
}

.bottom-mobile-menu > div > ul > li > ul.sub-menu li a {
    color: #d8d9da;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 20px;
    text-decoration: none;
}

.bottom-mobile-menu > div > ul > li > ul.sub-menu li.current-menu-item a {
    color: #e40c0f;
}

.sn-mobile-menu, .question-mobile-menu {
    text-align: center;
    padding: 0 20px 30px 20px;
}

.sn-mobile-menu {
    padding-top: 30px;
    border-top: 1px solid #1d2332;
}

.question-mobile-menu a {
    width: 100%;
    max-width: 100%;
}

.close-btn {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    background: 0 0;
}

.close-btn::after, .close-btn::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 6px;
    width: 40px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #979aa3;
}

.close-btn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.one-block-icon-line-left .icon-color, .one-card-list-icon-top-right .icon-color {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
    width: 65px;
    height: 65px;
    background-size: 36px;
}

.one-card-list-icon-top-right .icon-color {
    width: 50px;
    height: 50px;
}
/**/
.all-experts {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.experts-fio {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.experts-position {
    color: #6c727f;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.experts-description {
    color: #252b39;
    margin-top: 25px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}

.expert-photo {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    border-radius: 50%;
    display: inline-block;
    background-size: cover;
}
/**/
.text-block-image-top-special {
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: right center;
}

.inner-text-block-image-top-special {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.left-itbits h2 {
    margin-bottom: 26px;
}

.left-itbits p {
    line-height: 1.6;
    color: #3f3f3f;
    font-weight: 400;
    font-size: 16px;
}

.right-itbits {
    display: grid;
    align-items: end;
    justify-content: end;
}

.right-itbits a {
    width: 340px;
    text-align: center;
}

.right-itbits a span {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
}
/**/
.all-loading-circles {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.one-loading-circle {
    display: grid;
    column-gap: 24px;
    grid-template-columns: 100px 1fr;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding: 25px;
}

.one-loading-circle:hover {
    -webkit-box-shadow: 10px 10px 50px rgba(20,20,20,.1);
    box-shadow: 10px 10px 50px rgba(20,20,20,.1);
    -webkit-transform: scale(1.018);
    -ms-transform: scale(1.018);
    transform: scale(1.018)
}

.one-loading-circle-left div {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}

.loading-circle-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
}

.loading-circle-description {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #474747;
    margin: 15px 0 20px;
}
/**/
.text-image-list-left {
    padding: 40px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right center;
}

.text-image-list-left h2 {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 35px;
}

.text-image-list-left li {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #6b7486;
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
}

.text-image-list-left li:last-child {
    margin-bottom: 0;
}

.text-image-list-left li::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 10px;
    height: 10px;
    background: #e40c0f;
}
/**/
.statistick-top {
    background-color: #62323e/*#0c7e2a*/;
    border-top: 1px solid rgba(0, 0, 0, .18);
}

.all-statistick-top {
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.one-statistick-top {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: auto auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.one-statistick-top:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, .18);
}

.one-statistick-top > div:first-child {
    font-size: 64px;
    line-height: .8;
    margin-right: 15px;
}
/**/
.all-special-block-with-image {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.special-block-with-image-title {
    width: 52%;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    padding-bottom: 30px;
    display: block;
}

.sbwi-subtitle {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    color: #bcc7cd;
    margin-bottom: 10px;
}

.one-special-block-with-image {
    background-size: auto;
    background-position: right 10px top 25px;
    border-radius: 5px;
    padding: 25px;
    background-color: #ffffff;
    text-decoration: none;
    background-repeat: no-repeat;
}

.special-block-with-image-deco {
    transition: .3s ease-in-out;
}

.special-block-with-image-deco::before {
    content: "âžœ";
    color: #62323e/*#e40c0f*/;
    font-size: 25px;
}

.one-special-block-with-image:hover .special-block-with-image-title {
    color: #ffffff;
}

.one-special-block-with-image:hover .special-block-with-image-deco::before {
    color: #884758/*#06541b*/;
}

.one-special-block-with-image:hover {
    background-color: #62323e/*#0c7e2a*/;
}

.inner-blue-block {
    background-color: #0c7e2a;
    border-radius: 10px;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.top-blue-block {
    display: grid;
    grid-template-columns: 1fr 280px;
    padding: 40px 50px 30px;
}

.top-blue-block-left p {
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    padding-bottom: 30px;
    color: #ffffff;
}

.top-blue-block-left div {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.top-blue-block-right {
    min-width: 280px;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 280px 280px;
}

.bottom-blue-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid #06541b;
}

.one-blue-block {
    padding: 45px 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.one-blue-block:hover {
    background-color: #06541b;
}

.one-blue-block:not(:last-child) {
    border-right: 1px solid #06541b;
}

.one-blue-block {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 15px;
    align-items: center;
    text-decoration: none;
}

.one-blue-block span:first-child {
    position: relative;
    width: 48px;
    height: 48px;
    background-color: #06541b;
    border-radius: 10px;
    display: inline-block;
}

.one-blue-block span:first-child::before {
    content: "";
    width: 20px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyNCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjU4MDUgMS41MzU0MkMxMS44MzMyIDIuMjgyNjkgMTEuODMzMiAzLjQ5OTMxIDEyLjU3NzEgNC4yNDMyN0wxNy4zNTY3IDkuMTIyNThMMS45MTczOCA5LjEyMjU4QzAuODU5OTY0IDkuMTIyNTggMCA5Ljk4MjU0IDAgMTEuMDRDMCAxMi4wOTc0IDAuODU5OTY0IDEyLjk1NzMgMS45MTczOCAxMi45NTczTDE3LjM1NzcgMTIuOTU3M0wxMi41OCAxNy44MzMzQzExLjgzMjIgMTguNTgxMSAxMS44MzIyIDE5Ljc5NzIgMTIuNTggMjAuNTQ0OUMxMy4zMjc4IDIxLjI5MjcgMTQuNTQ0NCAyMS4yOTIyIDE1LjI5MTcgMjAuNTQ0OUwxNS4yOTQxIDIwLjU0MjVMMjMuNTIzNSAxMi4yMDg1QzIzLjg0MTQgMTEuODg2OSAyNCAxMS40NjU1IDI0IDExLjA0NDJDMjQgMTAuNjIwNSAyMy44Mzk0IDEwLjE5NzIgMjMuNTE4NyA5Ljg3NjU0TDE1LjI5MjIgMS41MzU0MkMxNC45MzAyIDEuMTczMDQgMTQuNDQ4NSAwLjk3MzYyMSAxMy45MzY2IDAuOTczNjIxQzEzLjQyNDcgMC45NzM2MjEgMTIuOTQyOSAxLjE3MzA0IDEyLjU4MDUgMS41MzU0MloiIGZpbGw9IiM3MzZERTQiLz4KPC9zdmc+Cg==);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.one-blue-block span:last-child {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
}

.all-menu {
    display: grid;
    grid-template-columns: 1fr;
}

.one-menu:not(:last-child) {
    margin-bottom: 30px;
}

.one-menu-elements {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.one-menu-title {
    color: #333;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 15px;
}

.one-menu-description {
    color: #7d879c;
    font-size: 18px;
    line-height: 1.33;
    font-weight: 300;
    margin-bottom: 25px;
}

.one-menu-element {
    background-color: #ffffff;
    padding: 35px 35px 37px;
    text-decoration: none;
}

.one-menu-element:hover {
    z-index: 1;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background: -o-linear-gradient(top,#fff 0,#fff 100%);
    background: linear-gradient(180deg,#fff 0,#fff 100%);
    -webkit-box-shadow: 0 0 60px rgba(0,0,0,.12);
    box-shadow: 0 0 60px rgba(0,0,0,.12);
}

.one-menu-element p {
    color: #333;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 20px;
}

.one-menu-element div {
    color: #878787;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 20px;
}

.desktop-menu {
    display: none;
    z-index: 30000;
    position: fixed;
    top: 0;
    left: 0;
    padding: 40px 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.desktop-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #62323e/*#e40c0f*/;
    cursor: pointer;
}

.desktop-close::after, .desktop-close::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 22px;
    width: 40px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ffffff;
}

.desktop-close::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top-nav-general-list > .menu-glavnoe-menyu-container > ul > li:last-child {
    margin-right: 62px;
}

.top-nav-general .menu-icon-wrapper {
    top: -17px;
}

.gallery-slider-mobile {
    display: none;
}

.gallery-slider-mobile .swiper-slide {
    text-align: center;
}

.mySwiperSecondMobile {
    display: none;
}

.mySwiperSecondMobile h3 {
    display: block;
    margin-right: 10px;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 14px;
    color: #cb3e50;
    letter-spacing: 0;
    white-space: normal;
}

.mySwiperSecondMobile p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
}

.one-arlk-slide p {
    color: #2d2d2d;
    font-size: 16px;
    line-height: 1.62;
    font-weight: 300;
}

.one-arlk-slide p span {
    font-weight: bold;
}

.arlk-info-fio {
    font-size: 18px;
    line-height: 24px;
}

.arlk-info-position {
    color: #55516b;
    font-size: 14px;
    line-height: 1.7;
}

.all-pre-general-bottom-slider-mobile, .qa-slider-mobile {
    display: none;
}

.all-pre-general-bottom-slider-mobile .swiper-slide, .qa-slider-mobile .swiper-slide {
    text-align: center;
}

.one-contact-block {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.one-contact-block:hover {
    z-index: 1;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background: -o-linear-gradient(top,#fff 0,#fff 100%);
    background: linear-gradient(180deg,#fff 0,#fff 100%);
    -webkit-box-shadow: 0 0 60px rgba(0,0,0,.12);
    box-shadow: 0 0 60px rgba(0,0,0,.12);
}

.one-contact-block-title {
    color: #252b39;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 30px;
}

.one-contact-block-link a {
    color: #000;
    font-size: 46px;
    line-height: 1;
    display: block;
    text-decoration: none;
}

.one-contact-block-link a span {
    color: #b7c0ca;
}

.one-contact-block-after-link {
    color: #b7c0ca;
    margin-top: 10px;
}

.social-items-contacts {
    max-width: 336px;
}

.one-contact-block-text {
    font-size: 18px;
    line-height: 1.8;
    font-style: normal;
}

.one-contact-block-text a {
    color: #e40c0f;
}

.one-contact-block-text a:hover {
    text-decoration: none;
}

.ya-site-form__search-input {
    padding: 0!important;
}

.ya-site-form__search-input-layout, table.ya-site-form__wrap, table.ya-site-form__search {
    margin: 0!important;
}

.ya-site-form__search-input-layout tr td:last-child, .modal-form {
    display: none;
}

.modal-form form {
    width: 500px;
}

.btn-up {
    z-index: 100;
    position: fixed;
    background-color: #62323e/*#e40c0f*/;
    right: 0px;
    bottom: 100px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, .14);
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, .14);
}

.btn-up::before {
    content: "";
    width: 40px;
    height: 40px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
    display: none;
}

.modal-title {
    font-size: 29px;
    line-height: 1.17;
    font-weight: 500;
    margin-bottom: 25px;
    max-width: 500px;
    padding: 0 31px;
}

.modal-description {
    color: #4b5262;
    font-size: 16px;
    line-height: 1.37;
    font-weight: 300;
    max-width: 500px;
    padding: 0 31px;
}

.question-answer .video-play-btn {
    margin-top: -47.5px;
}

.footer-column-top-left > div:first-child img, .footer-column-top-left > div:first-child span {
    display: inline-block;
    vertical-align: middle;
}

.footer-column-top-left > div:first-child span {
    color: #333;
    font-size: 28px;
    line-height: 35px;
    margin-left: 6px;
}

.footer-column-top-left > div:nth-child(2) p {
    color: #727375;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
}

.footer-row-mobile .phones > div:first-child span {
    color: #333;
    font-size: 28px;
    line-height: 35px;
    margin-left: 10px;
}

.footer-row-mobile .phones > div:nth-child(2) span {
    color: #727375;
    margin: 10px 0 5px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
}

.footer-row-mobile .phones > div:nth-child(2) p {
    color: #727375;
    width: 100%;
    font-size: 13px;
    line-height: 15px;
    margin-left: 0px;
    white-space: nowrap;
}

.left-background-block {
    max-width: 60%;
}

.top-nav-inner .top-nav-list > .menu-glavnoe-menyu-container > ul > li > a {
    padding-right: 80px;
}

.one-bottom-slide img {
    max-height: 100%;
}

.header-leng-icons li {
    display: inline-block;
    vertical-align: middle;
}

#trp-floater-ls {
    display: none;
}

.tabs-with-icon-special {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.tabs-with-icon-special li {
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #e3e3e3;
    cursor: pointer;
}

.tabs-with-icon-special li.active {
    color: #884758;
    border-bottom-color: #884758;
}

.all-etaps-special {
    display: none;
}

.all-etaps-special-1 {
    display: block;
}

@media (max-width: 1361px) {
    .one-top-line-slides p:first-child {
        font-size: 50px;
    }
    .one-top-line-slides p:last-child {
        font-size: 14px;
    }
    .one-top-line-slides p:last-child br {
        display: none;
    }
}

@media (max-width: 1335px) {
    .footer-row:nth-child(2) .inner-footer-row .footer-column:last-child ul {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 20px;
    }
}

@media (max-width: 1199px) {
    .right-background-block img {
        width: 250px;
        height: 250px;
        max-width: 250px;
    }
}

@media (max-width: 1150px) {
    .inner-header {
        grid-template-columns: 20% 80%;
    }
}

@media (max-width: 1120px) {
    .one-top-line-slides p:first-child {
        font-size: 42px;
    }
    .one-top-line-slides {
        padding: 40px 20px;
    }
}

@media (max-width: 1010px) {
    .one-top-line-slides p:first-child {
        font-size: 38px;
    }
    .right-header-el a span:last-child {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .header {
        position: sticky;
    }
    .left-number-block span {
        font-size: 90px;
    }
    .left-number-block {
        margin-bottom: 30px;
    }
    .right-number-block p {
        font-size: 20px;
        padding: 30px;
    }
    .modal-form form {
        width: 100%;
    }
    .modal-title, .modal-description {
        padding-left: 18px;
        padding-right: 18px;
    }
    .all-image-block {
        padding: 20px;
    }
    .all-image-block-title {
        font-size: 24px;
    }
    .all-image-block-info p {
        padding-right: 0;
        font-size: 16px;
    }
    .all-image-block-btn {
        max-width: 100%;
        text-align: center;
        display: block;
    }

    .feedback-block .inner-feedback-block, .one-rows-block-left-top, .all-solutions, .all-block-icon-line, 
    .all-three-special-columns, .all-groups, .all-block-icon-with-digit, .all-card-list-icon, .all-block-text-image,
    .one-service-list, .top-general-blocks, .center-general-blocks, .bottom-general-blocks, .all-reasons, .bottom-one-cgb,
    .all-number-blocks, .all-services-articles, .all-digits-block, .one-deco-pluse, .all-factors,
    .all-loading-circles, .one-loading-circle, .all-experts, .inner-text-block-image-top-special, .all-special-block-with-image,
    .bottom-blue-block, .top-blue-block {
        grid-template-columns: 1fr;
    }
    .feedback-block {
        height: auto;
        padding: 30px 0;
    }
    .left-feedback-block {
        margin-bottom: 25px;
    }
    .top-nav, .left-feedback-block p br, .one-without-gap-bottom p br, .one-without-gap-top h3 br,
    .one-border-content-bottom-block-title br, .one-border-content-bottom-block-description br,
    .pluses-title br, .one-rows-block-left-top h3 br, .one-rows-block-left-bottom, .one-two-block-title br,
    .one-two-block-content p br, .title-block br, .right-one-block-icon-with-digit h3 br, .blue-excerpt-content-left br,
    .rhe-3 span, .footer-row:first-child, .footer-row:nth-child(2), .footer-row:nth-child(3),
    .mySwiperSecond, .top-line-slides, .general-slides-navigation-left, .all-general-categories,
    .general-solutions .one-solutions br, .top-general-blocks br, .center-general-blocks br, .bottom-general-blocks br,
    .gallery-slider, .all-pre-general-bottom-slider, .qa-slider, .all-deco-pluses-block-third:first-child::before, .all-deco-pluses-block-third:nth-child(2)::before,
    .one-service br, .all-image-block-icon, .one-loading-circle br, .one-block-icon-with-digit br, .all-experts br,
    .top-blue-block-right, .top-blue-block br {
        display: none!important;
    }
    .one-rows-block-left-top h3 {
        padding-left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .right-feedback-block a {
        max-width: 100%;
    }

    .otsc-subtitle {
        margin-bottom: 30px;
    }

    .all-services, .all-pluses, .consulting-items, .inner-booking-form, .all-tcwi, .all-top-columns, .all-products, 
    .all-flat-blocks, .all-articles, .all-pretty-block, .all-block-with-red-image, .all-statistick-top {
        grid-template-columns: 1fr 1fr;
    }
    .one-direction-block {
        width: calc(50% - 10px);
    }

    .video-wrapper {
        width: 100%;
        padding-bottom: 56.26%;
    }
    .left-background-block h1 {
        font-size: 36px;
    }
    .one-without-gap, .one-border-content-bottom-block, .inner-one-rows-block > div, .blue-excerpt-content-left, 
    .blue-excerpt-content-right {
        width: 100%;
    }
    .one-without-gap {
        min-height: 200px;
    }
    .one-rows-block::after {
        width: 0;
        height: 0;
    }
    .one-rows-block {
        max-height: none!important;
    }
    .one-group {
        padding: 30px 20px 30px;
    }
    .one-service-list-icon {
        margin-bottom: 20px;
    }
    .all-service-list {
        padding: 30px;
    }
    .one-article span:first-child {
        min-height: 220px;
        background-size: 80% 80%;
    }
    .blue-excerpt-content {
        display: block;
    }
    .rhe-3 a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .rhe-3 a img {
        margin-right: 0;
    }
    .mobile-menu-icon-wrapper {
        display: block;
    }
    .footer-row:last-child .inner-footer-row .footer-column:first-child li {
        display: grid;
        text-align: center;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .footer-row:last-child .inner-footer-row .footer-column:first-child li:last-child {
        margin-bottom: 0;
    }
    .footer-row-mobile {
        display: block;
    }
    .inner-system-page-menu {
        padding-left: 0;
        padding-right: 0;
    }
    .system-page-menu ul {
        grid-template-columns: 1fr;
    }
    .all-background-blocks-system-page .left-background-block h1 {
        padding-top: 30px;
    }
    .general-slides-navigation {
        grid-template-columns: 322px;
        justify-content: center;
        padding-bottom: 40px;
    }
    .one-general-slide {
        grid-template-columns: 1fr;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 40px;
    }
    .left-general-slides {
        grid-row: 2;
    }
    .right-general-slides {
        grid-row: 1;
    }
    .left-general-slides, .right-general-slides {
        text-align: center;
    }
    .one-general-slide .background-block-btn {
        width: 100%!important;
        max-width: 100%;
    }
    .right-general-slides img {
        width: 150px;
        height: 150px;
        margin: 40px auto 30px;
    }
    .left-general-slides h3 {
        font-size: 32px;
    }
    .left-general-slides p {
        font-size: 15px;
    }
    .title-block {
        font-size: 40px;
        line-height: 52px;
        font-weight: 500;
    }
    .all-reasons-left {
        margin-bottom: 30px;
    }
    .boc-two-column > div:first-child {
        border-right: none;
        align-items: center;
    }
    .inner-solutions {
        background: none;
    }
    .boc-three-column > div, .boc-one-column > div {
        padding: 15px 30px;
        align-items: center;
    }
    .general-categories {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .general-categories .title-block {
        margin-bottom: 0;
    }
    .general-solutions .one-solutions {
        background-image: none!important;
    }
    .top-general-blocks-left {
        margin-bottom: 30px;
    }
    .pre-general-bottom-slider {
        padding-bottom: 0;
    }
    .general-bottom-slider {
        padding-top: 0;
    }
    .pre-general-bottom-slider {
        padding-top: 30px;
    }
    .gallery-slider-mobile, .mySwiperSecondMobile {
        display: block;
    }
    .arlk-info {
        margin-top: 20px;
    }
    .all-pre-general-bottom-slider-mobile, .qa-slider-mobile {
        display: block;
    }
    .one-contact-block-link a {
        font-size: 28px;
    }
    .one-statistick-top:not(:last-child) {
        border-right: none;
    }
    .one-statistick-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .one-statistick-top > div:first-child {
        font-size: 40px;
        margin-right: 0;
    }
    .one-statistick-top {
        justify-content: left;
        row-gap: 10px;
        grid-template-columns: 1fr;
    }
    .one-statistick-top > div:last-child {
        font-size: 14px;
    }
    .one-block-icon-with-digit {
        grid-template-columns: 1fr;
        row-gap: 15px;
    }
    .one-loading-circle {
        row-gap: 15px;
    }
    .all-experts, .inner-text-block-image-top-special {
        row-gap: 30px;
    }
    .text-image-list-left {
        padding: 20px;
        background-image: none!important;
    }
    .text-block-image-top-special {
        padding: 30px 0;
        background-image: none!important;
    }
    .text-image-list-left h2 {
        font-size: 26px;
        margin-bottom: 19px;
    }
    .top-blue-block, .one-blue-block {
        padding: 20px;
    }
    .top-blue-block-left p {
        font-size: 28px;
        line-height: 34px;
    }
    .special-block-with-image .title-block {
        font-size: 30px!important;
        line-height: 36px!important;
    }
    .question-answer .title-block {
        margin-bottom: 0;
    }
    .question-answer .swiper-wrapper {
        height: 0;
        padding-bottom: 57%;
    }
    .question-answer .video-play-btn {
        margin-top: 13%;
    }
    .inner-solutions .one-solutions {
        padding: 16px 30px;
    }
    .inner-solutions .one-solutions > h3 {
        max-width: 70%!important;
    }
    .one-solutions-icon {
        width: 78px!important;
        height: 78px!important;
    }
}

@media (max-width: 769px) {
    .all-services, .consulting-items, .inner-booking-form, .one-etap, .all-tcwi, .all-pluses, .all-top-columns, .all-products,
    .all-deco-pluses-block, .title-description-with-icon, .all-flat-blocks, .all-two-blocks, .all-articles, .info-block-content, 
    .all-pretty-block, .all-block-with-red-image {
        grid-template-columns: 1fr;
    }
    .all-missions {
        display: block;
    }
    .title-block {
        font-size: 24px;
        line-height: 1.4;
    }
    .btbw-text {
        margin-left: 0;
    }
    .btbw-text::before, .border-text-block-wrap::after {
        width: 0;
        height: 0;
        content: "";
        border: none;
    }
    .border-text-block-wrap {
        width: 100%;
    }
    .border-text-block-wrap {
        padding: 25px 80px 25px 0;
    }

    .inner-left-booking-form::before {
        width: 0;
    }
    .left-booking-form {
        padding-right: 0;
    }
    .right-booking-form {
        padding-left: 0;
        margin-top: 60px;
    }

    .inner-left-booking-form {
        padding: 15px 20px 15px;
    }
    .excerpt-content {
        padding: 20px;
        grid-template-columns: 1fr;
    }
    .left-excerpt-content {
        margin: 0 0 30px 0;
    }
    .right-excerpt-content {
        padding-left: 0;
    }
    .etap-content {
        padding-left: 0;
        margin-top: 20px;
    }
    .one-etap:not(:last-child)::before {
        height: 0;
    }
    .all-etaps {
        padding: 20px;
    }
    .consulting-title br, .consulting-description p br, 
    .one-solution-header > p:first-child br, .one-solution-header-description br, .title-block br,
    .one-solution-header-description br, .right-background-block, .left-background-block p br, .left-background-block h1 br,
    .pluses-description br, .one-without-gap-bottom p br, .one-without-gap-top h3 br, .one-direction-block-top p br,
    .deco-pluse-title br, .deco-pluse-description br, .td-icon, .ofb-title br, .ofb-description br, .info-icon, .pluses-title br,
    .rhe-1, .rhe-2, .tlb-left {
        display: none!important;
    }
    .background-block-btn {
        width: 100%!important;
        max-width: 100%;
    }
    .one-direction-block, .tlb-right a {
        width: 100%;
    }
    .one-top-column:not(:last-child) {
        margin-bottom: 15px;
    }
    .one-pluse-block {
        display: grid;
        column-gap: 20px;
        grid-template-columns: 1fr;
    }
    .pluses-icon {
        margin-bottom: 20px;
    }
    .one-pluse-block {
        margin-bottom: 20px;
    }
    .top-all-deco-pluses {
        margin-bottom: 0;
    }
    .top-all-deco-pluses::before {
        width: 0;
        height: 0;
    }
    .deco-pluse-icon {
        width: 60px;
        height: 60px;
        background-size: 32px 32px;
    }
    .one-deco-pluse {
        display: grid;
        column-gap: 20px;
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }
    .all-deco-pluses-block {
        padding-top: 0;
    }
    .bottom-all-deco-pluses .one-deco-pluse:last-child {
        margin-bottom: 0;
    }
    .one-two-block {
        padding: 30px 20px 30px;
    }
    .one-mission {
        padding: 20px;
    }
    .top-line-blocks {
        grid-template-columns: 1fr;
    }
    .tlb-center p {
        font-size: 18px;
    }
    .tlb-right {
        justify-content: left;
    }
    .left-background-block h1 {
        font-size: 30px;
    }
    .inner-left-booking-form > h3 {
        font-size: 25px;
        line-height: 1.25;
        font-weight: 700;
        margin-bottom: 25px;
    }
    .system-page-content h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    .left-background-block {
        max-width: 100%!important;
    }
}

.company-name-licence {
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}