@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../fonts/avenirnextcyr-medium.eot');
    src: url('../fonts/avenirnextcyr-medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/avenirnextcyr-medium.woff2') format('woff2'),
    url('../fonts/avenirnextcyr-medium.woff') format('woff'),
    url('../fonts/avenirnextcyr-medium.ttf') format('truetype'),
    url('../fonts/avenirnextcyr-medium.svg#avenirnextcyr-medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next Cyr Demi';
    src: url('../fonts/avenirnextcyr-demi.eot');
    src: url('../fonts/avenirnextcyr-demi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/avenirnextcyr-demi.woff') format('woff'),
    url('../fonts/avenirnextcyr-demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../fonts/avenirnextcyr-regular.eot');
    src: url('../fonts/avenirnextcyr-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/avenirnextcyr-regular.woff2') format('woff2'),
    url('../fonts/avenirnextcyr-regular.woff') format('woff'),
    url('../fonts/avenirnextcyr-regular.ttf') format('truetype'),
    url('../fonts/avenirnextcyr-regular.svg#AvenirNextCyr-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../fonts/avenirnextcyr-bold.eot');
    src: url('../fonts/avenirnextcyr-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/avenirnextcyr-bold.woff2') format('woff2'),
    url('../fonts/avenirnextcyr-bold.woff') format('woff'),
    url('../fonts/avenirnextcyr-bold.ttf') format('truetype'),
    url('../fonts/avenirnextcyr-bold.svg#avenirnextcyr-bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 16px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}
.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}
.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}
.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.75rem
    }
}
.h4, h4 {
    font-size: calc(1.275rem + .3vw)
}
@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.5rem
    }
}
.h5, h5 {
    font-size: 1.25rem
}
.h6, h6 {
    font-size: 1rem
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
* {
    outline: none !important;
}
a, button {
    cursor: pointer;
}
body {
    padding-bottom: 0;
	font-family: 'Avenir Next Cyr';
    background: #1d1c2d;
    color: #807f9a;
    overflow: hidden;
    overflow-y: scroll;
    font-size: 1rem;
    line-height: 1.5;
}
img {
	max-width:100%;
	height:auto;
}
.text-semibold {
	font-family: 'Avenir Next Cyr Demi';
}
.text-medium {
	font-family: 'Avenir Next Cyr';
	font-weight:500;
}
.text-bold {
	font-family: 'Avenir Next Cyr';
	font-weight:bold;
}


.visible-sm-flex,.visible-md-flex,.visible-lg-flex {
    display: none !important
}
@media (max-width: 767px) {
    .visible-xs-flex {
        display: flex !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-flex {
        display: flex !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-flex {
        display: flex !important
    }
}
@media (min-width: 1200px) {
    .visible-lg-flex {
        display: flex !important
    }
}
.row {
    margin: 0 -15px;
}
.row>* {
    padding: 0 15px;
}
header {
    position: relative;
    z-index: 3;
}
.header-top {
    display: flex;
    justify-content: space-between;
    padding: 46px 0 40px 0;
}
.container {
    width: 1470px;
    max-width: 100%;
    padding: 0 15px;
}
a.logo {
	text-decoration:none;
}
a.logo span {
	display:block;
	color: #7F818F;
    font-size: 26px;
    font-weight: 500;
	margin-top:0px;
	text-decoration:none;
}
.header-l p {
    color: #4d4f61;
    font-size: 20px;
}
.header-l p {
    color: #4d4f61;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 15px;
}
.header-l a {
     color: #54597d;
     font-size: 20px;
     line-height: 120%;
    display: table;
    font-weight: 500;
    text-decoration: none;
}
.header-l a:hover {
    text-decoration: underline;
}
.header-phone a {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0;
    line-height: normal;
}
p.work-time {
    font-size: 20px;
    color: #4d4f61;
    margin: 7px 0 0 0;
}
.header-r {
    text-align: right;
}
.header-r p {
    font-family: 'Avenir Next Cyr Demi';
    color: #4c547b;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 13px;
}
.sn + .sn {
    margin-left: 20px;
}
.sn {
    display: block;
    transition: 0.6s background;
}
.sn:hover {
    transition: 0.6s background;
}
.sn svg path {
    transition: 0.6s fill;
    fill:#444757;
}
.sn-1 svg {
    width: 28px;
    height: 28px;
}
.sn-2 svg {
    width: 27px;
    height: 27px;
}
.sn-3 svg {
    width: 26px;
    height: 29px;
}
.sn-4 svg {
    width: 37px;
    height: 21px;
}
.sn:hover path {
    transition: 0.6s fill;
    fill:#f94434;
}
.social-networks {
    display: flex;
    align-items: center;
    margin-left: auto;
    width: fit-content;
}
.header-bottom .navbar-nav {
    flex-flow: row;
    padding: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding: 0;
    font-family: 'Avenir Next Cyr Demi';
    color: #4d5061;
    font-size: 22px;
	line-height:22px;
    text-transform: uppercase;
}
.navbar-nav .nav-link:hover {
    color: #7f818f;
    text-decoration: none;
}
.navbar-nav .nav-item + .nav-item {
    margin-left: 50px;
}
.nav-item.item-538 {
	margin-left: 0px !important;
}
h1 {
    font-size: 66px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    line-height: 100%;
}
.title-int-l-blog h1 {
	font-size: 50px;
	white-space: normal;
}
.new-land-1 h1 .color-red {
    display: block;
    text-transform: uppercase;
    margin: 15px 0 0 0;
}
.color-red {
    color: #f94434;
}
.statuette {
    display: flex;
}
.statuette p {
    font-size: 36px;
    color: #7f818f;
    font-weight: 500;
    line-height: normal;
    margin: 45px 0 0 0;
}
.new-land-1 .statuette p {
	font-size: 48px;
}
.statuette img {
    display: block;
    margin: auto;
    position: relative;
    left: -35px;
    top: -17px;
}
.title-r img {
    max-width: none;
    margin: -111px -115px 0 0;
    display: block;
    z-index: 2;
}
.title-r {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -63px;
}
.title-l {
    padding-top: 70px;
    z-index: 1;
    position: relative;
}
.advantages .row {
    margin: 0 -17px;
}
.advantages .row>* {
    padding: 0 17px;
}
.advantage-block {
    background: #232136;
    padding: 45px 22px 30px 0;
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
    border-radius: 5px;
}
.advantage-block p {
    font-size: 21px;
    display: flex;
    color: #fff;
    margin-bottom: 0;
}
span.bold {
    font-weight: bold;
}
span.number {
    color: #525C86;
    font-size: 59px;
    font-family: 'Avenir Next Cyr Demi';
    line-height: 99%;
    flex-shrink: 0;
    margin-right: 37px;
    margin-left: -24px;
}
.title-section {
    position: relative;
    background: url(../images/bg-1.jpg) no-repeat bottom center;
    padding: 230px 0 0 0;
    margin-top: -230px;
}
.title-section .container {
    position: relative;
}
.title-section-bottom {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    bottom: -1px;
    z-index: 6;
}
h2 {
    font-family: 'Avenir Next Cyr Demi';
    font-size: 50px;
    color: #fff;
    margin-bottom: 25px;
}
.learn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
p.p-line {
    padding-left: 110px;
    position: relative;
    color: #7f818f;
    font-weight: 500;
    font-size: 32px;
    line-height: normal;
}
p.p-line a {
    color: #585397;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}
p.p-line a:hover {
    text-decoration: none;
}
p.p-line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 76px;
    height: 1px;
    background: #525c86;
}
.red-button {
    text-decoration: none!important;
    border: 0;
    position: relative;
    background: #f94534;
    border-radius: 5px;
    padding: 18px 47px;
    font-size: 24px;
    font-weight: bold;
    color: #e9e9e9!important;
    display: block;
    width: fit-content;
    transition: 0.6s background;
}
.red-button:after {
    content: "";
    border:2px solid #7f3135;
    border-radius: 5px;
    top:-9px;
    right: -7px;
    bottom: -9px;
    left: -7px;
    position: absolute;
}
.red-button:hover {
    text-decoration: none!important;
    transition: 0.6s background;
    background: #d72e1e;
}
.learn-r {
    padding: 45px 22px 30px 0;
    display: flex;
    height: 280px;
    align-items: center;
    position: relative;
    justify-content: flex-end;
    padding-right: 60px;
    flex-shrink: 0;
    margin-left: 36px;
}
.learn-r:after {
    border-radius: 5px;
    background: #232136;
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.learn-r:before {
    background: url(../images/img-3.png);
    width: 316px;
    height: 420px;
    display: block;
    content: '';
    z-index: 1;
    flex-shrink: 0;
    margin: -55px 0 0 -7px;
}
.learn-r .red-button {
    z-index: 1;
    flex-shrink: 0;
}
.learn-section {
    padding-top: 140px;
    padding-bottom: 150px;
}
.learn-l h2 .color-violet {
    display: block;
}
.result-section h2 {
    margin-bottom: 30px;
    text-align: center;
}
p.p-title {
    font-size: 32px;
    color: #7f818f;
    margin-bottom: 100px;
}
.result-section p.p-title {
    text-align: center;
}
.result-block {
    height: 100%;
    background: linear-gradient(to bottom, #34325E, #212033);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border-radius: 5px;
    position: relative;
    align-items: center;
    padding: 40px 20px 0 30px;
}
.result-block-2 {
    background: linear-gradient(to top, #34325E, #212033);
}
.result-block:after {
    content: "";
    background: #545092;
    height: 11px;
    width: calc(100% - 86px);
    left: 43px;
    bottom: -11px;
    border-radius: 0 0 5px 5px;
    position: absolute;
}
.result-block-2:after {
    border-radius: 5px 5px 0 0;
    bottom: auto;
    top: -11px;
}
.result-block p {
    font-size: 25px;
    color: #fff;
    margin-bottom: 0;
}
.result-block p span {
    font-weight: bold;
}
.result-section {
    padding-bottom: 180px;
}
.h2-wrapper {
    display: flex;
    margin-bottom: 100px;
}
.h2-wrapper p.p-title {
    flex-shrink: 0;
    margin-left: 30px;
    text-align: right;
}
.creature-block .row {
    margin: 0;
}
.creature-block .row>* {
    padding: 0;
}
.creature-r {
    background: #232136;
    padding: 97px 110px 40px 110px;
    height: 100%;
}
.creature-r-2 {
    padding: 74px 40px 40px 100px;
}
.creature-r h3 {
    font-family: 'Avenir Next Cyr Demi';
    margin-bottom: 40px;
    font-size: 34px;
    color: #fff;
}
.new-land-1 .creature-r p {
    font-size: 23px;
}
.new-land-1 .creature-r .color-red {
    font-family: 'Avenir Next Cyr Demi';
}
.red-ul {
    list-style: none;
    padding-left: 0;
    font-size: 23px;
    color: #807f9a;
    margin-bottom: 0;
}
.red-ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.red-ul li:after {
    width: 8px;
    height: 8px;
    background: #f94534;
    content: "";
    display: block;
    top: 13px;
    left: 0;
    position: absolute;
}
.center-button {
    margin: 120px auto 0 auto;
}
.creature-section {
    padding-bottom: 220px;
    background: url(../images/bg-2.png) no-repeat center;
}
.new-land-1 .creature-section h2 {
    margin-bottom: 125px;
    text-align: center;
}
.new-land-1 .removal-section h2 {
    text-align: center;
    margin-bottom: 35px;
}
.creature-section .h2-wrapper {
     margin-bottom: 54px;
}
.removal-section h2 {
    text-align: center;
    margin-bottom: 65px;
}
.removal-section p.p-title {
    text-align: center;
    margin-bottom: 115px;
}
p.p-title span {
    color: #fff;
    font-weight: 500;
}
.creature-l {
    position: relative;
}
.creature-l img {
    width: 100%;
}
.profile-img-hover {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: 0.9s;
}
.profile-img {
    transition: 0.9s;
}
.creature-l.active .profile-img {
    transition: 0.9s;
    opacity: 0;
}
.creature-l.active .profile-img-hover {
    transition: 0.9s;
    opacity: 1;
}
.removal-block {
    text-align: center;
    margin-bottom: 75px;
}
.removal-block-img {
    height: 225px;
}
.removal-block h3 {
    font-family: 'Avenir Next Cyr Demi';
	font-size: 33px;
    color: #fff;
    margin-bottom: 25px;
}
.removal-block p {
    font-size: 30px;
    color: #807f9a;
    line-height: normal;
}
.removal-section {
    padding-bottom: 138px;
    padding-top: 160px;
    background: url(../images/bg-4.png) no-repeat center/cover, #171625;
}
.trust-section .h2-wrapper {
    margin-bottom: 50px;
    justify-content: space-between;
}
.trust-block {
    min-height: 330px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 65px 170px 60px 65px;
}
.trust-block-top {
    clip-path: polygon(0 11%, 100% 0, 100% 100%, 0% 100%);
    padding: 90px 170px 60px 65px;
}
.trust-block h3 {
    font-size: 33px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 55px;
}
.trust-block h3:after {
    position: absolute;
    left: 0;
    content: "";
    width: 114px;
    height: 3px;
    background: #f84535;
    bottom: -20px;
}
.trust-block .red-ul li {
    margin-bottom: 15px;
    padding-left: 25px;
}
.trust-block .red-ul {
    color: #525252;
}
.trust-block-1 {
    background: url("../images/client-1.jpg") no-repeat right bottom, #f7f6ff;
}
.trust-block-2 {
    background: url("../images/client-2.jpg") no-repeat right bottom, #f7f6ff;
}
.trust-block-3 {
    background: url("../images/client-3.jpg") no-repeat right bottom, #f7f6ff;
}
.trust-block-4 {
    background: url("../images/client-4.jpg") no-repeat right bottom, #f7f6ff;
}
.trust-block-5 {
    background: url("../images/client-5.jpg") no-repeat right bottom, #f7f6ff;
}
.trust-block-6 {
    background: url("../images/client-6.jpg") no-repeat right bottom, #f7f6ff;
}
.violet-button {
    text-decoration: none!important;
    border: 0;
    position: relative;
    background: #302b57;
    border-radius: 5px;
    padding: 18px 47px;
    font-size: 24px;
    font-weight: bold;
    color: #e9e9e9!important;
    display: block;
    transition: 0.6s background;
    width: fit-content;
}
.violet-button:hover {
    transition: 0.6s background;
    background: #5a4eb4;
    text-decoration: none!important;
}
.violet-button:after {
    content: "";
    border:2px solid #444069;
    border-radius: 5px;
    top:-9px;
    right: -7px;
    bottom: -9px;
    left: -7px;
    position: absolute;
}
.trust-section .center-button {
    margin: 75px auto 0 auto;
}
.trust-section {
    padding-bottom: 190px;
    background: #1a1728;
}
.provide-l-img {
    display: flex;
    justify-content: flex-end;
}
.provide-l img {
    display: block;
    margin: -197px -111px 0 0;
    max-width: none;
}
.provide-r h2 {
    margin-bottom: 35px;
    font-family: 'Avenir Next Cyr Demi';
}
.provide-r p.p-title {
    margin-bottom: 149px;
}
.provide-block {
    display: flex;
    margin-bottom: 75px;
}
.provide-block-l {
    flex-shrink: 0;
    font-family: 'Avenir Next Cyr Demi';
    width: 124px;
    font-size: 63px;
    color: #525c86;
    line-height: 100%;
}
.provide-block-r h3 {
    font-size: 34px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 35px;
    line-height: 135%;
}
.provide-block-r h3 span {
    font-family: 'Avenir Next Cyr Demi';
}
.provide-block-r p {
    font-size: 23px;
    color: #807f9a;
    margin: 0;
}
.provide-r .provide-block {
    margin-left: 100px;
}
.provide-l .provide-block {
    margin-top: -24px;
}
.provide-section {
    padding-bottom: 135px;
    background: #1a1728;
}
.experts-section {
    padding: 170px 0 210px 0;
}
.experts-section .h2-wrapper {
    margin-bottom: 60px;
}
.experts-center .row {
    margin: 0;
}
.experts-center .row>* {
    padding: 0;
}
.expert-block {
    position: relative;
}
.hover-expert {
    position: absolute;
    top:0;
    transition: 0.5s;
    left: 0;
    opacity: 0;
}
.expert-img {
    transition: 0.5s;
	filter: grayscale(1);
}
.expert-block:hover .hover-expert {
    opacity: 1;
}
.expert-block:hover .expert-img {
    opacity: 0;
}
.expert-block:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent, #181724);
    height: 250px;
}
.expert-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 55px 44px 55px;
    z-index: 5;
}
.expert-text p {
    margin-bottom: 0;
    font-size: 20px;
    color: #d5c3c3;
}
.expert-text h3 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
.expert-text {
    opacity: 0;
}
.expert-block:hover .expert-text {
    opacity: 1;
}
.experts-center {
    margin-bottom: 88px;
}
.cup {
    position: relative;
    height: 283px;
    display: flex;
    align-items: center;
    padding-left: 78px;
    justify-content: space-between;
    margin-right: 101px;
}
.cup>* {
    z-index: 2;
    position: relative;
}
.cup:after {
    border-radius: 8px;
    background: #232136;
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cup p {
    font-family: 'Avenir Next Cyr Demi';
    color: #fff;
    font-size: 42px;
    line-height: 120%;
    margin: 0;
}
.cup img {
    margin-right: -101px;
}
.experts-r p {
    font-size: 27px;
    color: #7f818f;
    margin-bottom: 22px;
}
.experts-r p span {
    font-family: 'Avenir Next Cyr Demi';
    color: #fff;
}
.experts-r a {
    font-size: 27px;
    color: #605ba6;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
}
.experts-r a:hover {
    text-decoration: none;
}
.experts-r {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 15px;
}
.partners-section h2 {
    text-align: center;
}
.partners-section .p-title {
    text-align: center;
    margin-bottom: 100px;
}
.partner {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
}
h3.w-tm {
    width: 400px;
}
p.w-tm-2 {
    width: 405px;
}
.partners-r {
    padding: 50px 0 50px 50px;
    display: flex;
    align-items: center;
    height: 100%;
    background: #f94535;
    border-radius: 5px 0 0 5px;
    position: relative;
}
.partners-r:after {
    position: absolute;
    content: "";
    left: 100%;
    width: 50vw;
    background: #f94535;
    height: 100%;
}
.partners-r p {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-align: right;
}
.partners-section {
    overflow: hidden;
    padding-bottom:0;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: url("../images/arrow-slider-hover.png");
    width: 81px;
    height: 81px;
    padding: 0;
    margin: 0 11px;
    transition: 0.9s background!important;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background: url("../images/arrow-slider.png");
    transition: 0.9s background!important;
}
.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel .owl-nav button.owl-next {
    transform: rotate(180deg);
}
.mistakes-section p.p-title span {
    font-family: 'Avenir Next Cyr Demi';
    display: block;
    font-size: 51px;
    color: #cd3d33;
    margin-bottom: 3px;
}
.color-violet {
    color: #524e8e;
}
.mistakes-section .h2-wrapper {
    margin-bottom: 25px;
}
.mistakes-block-l {
    width: 70px;
    flex-shrink: 0;
    padding-top: 10px;
}
.mistakes-block h3 {
    font-family: 'Avenir Next Cyr Demi';
    font-size: 34px;
    color: #fff;
    margin-bottom: 25px;
}
.mistakes-block p {
    font-size: 23px;
    color: #807f9a;
    line-height: 159%;
}
.mistakes-block {
    display: flex;
    margin-bottom: 45px;
}
.mistakes-img-wrapper {
    display: flex;
    justify-content: flex-end;
}
.mistakes-img {
    display: block;
    margin: -342px -33px 0 0;
    max-width: none;
}
.mistakes-wrapper .center-button {
    margin: 40px auto 0 auto;
}
.mistakes-section {
    padding-bottom: 265px;
    background: url(../images/bg-3.png) no-repeat center top;
    padding-top: 205px;
}
footer {
    background: #181724;
    padding: 100px 0 115px 0;
}
.logo-footer {
    margin-right: 74px;
}
.footer-top-r p {
    font-size: 20px;
    font-family: 'Avenir Next Cyr Demi';
    color: #fff;
    text-align: right;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 45px;
}
.footer-bottom-l p {
    color: #fff;
    font-size: 18px;
}
.footer-bottom-c {
    display: flex;
}
.footer-bottom-c>* {
    width: 50%;
}
.footer-bottom-c p.work-time {
    color: #fff;
}
.mail a, .footer-bottom-l a {
    font-size: 20px;
    color: #fff !important;
    text-underline-offset: 5px;
    text-decoration: underline !important;
}
.mail p {
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.footer-bottom-r p, .footer-bottom-r a {
    color: #fff;
    text-underline-offset: 5px;
    font-size: 18px;
	text-decoration:none;
}
.footer-bottom-r  {
    text-align: right;
}
.footer-bottom-r p{
    margin-bottom: 0;
}
.modal-tm-1 .modal-dialog {
    max-width: 610px;
}
.modal-content .form-tm {
    padding: 75px 84px 100px 84px ;
    border-radius: 10px;
    background: #232136;
}
.btn-close {
    background: transparent;
    top: -27px;
    right: 0;
    position: absolute;
    width: auto;
    margin: 0!important;
    padding: 0!important;
    opacity: 1!important;
    z-index: 2;
    height: auto;
    border: 0!important;
}
.btn-close:hover img {
    opacity: 0;
}
.btn-close:hover {
    background: url("../images/close-modal-hover.png") no-repeat center/cover;
}
.modal-content h3 {
    font-weight: bold;
    font-size: 44px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}
.modal-content {
    background: transparent;
    border: 0;
    border-radius: 0;
}
.modal-dialog {
    margin-top: 50px;
}
.input-tm {
    color: #7f818f;
    font-size: 23px;
    width: 100%;
    padding: 18px 35px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 27px;
	height:auto;
}
.form-tm .red-button {
    margin: 12px auto 46px auto;
}
.modal-success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #232136;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    flex-flow: column;
}
.modal-success.open {
    opacity: 1;
    visibility: visible;
}
.modal-success img {
    margin: 74px auto 30px auto;
    display: block;
}
.modal-success p {
   font-size: 27px;
    color: #7f818f;
    margin-bottom: 40px;
}
.modal-successTitle {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 13px!important;
}
.modal-successTitle span{
    color: #f94434;
}
.rsform-block-soglasie label, .rsform-block-soglasie a {
    position: relative;
    font-size: 17px;
    font-weight:400;
}
.rsform-block-soglasie label {
	color: #7f818f;
}
.rsform-block-soglasie a {
	color: #585397;
	padding-left:30px;
	display: block;
	line-height: 16px;
	margin-top: -4px;
}
.checkbox-inline {
	padding-left:0;
}
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + span, [type="checkbox"]:not(:checked) + span
{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
}
[type="checkbox"]:checked + span:before, [type="checkbox"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    width: 17px;
    height: 17px;
    border: 2px solid #585397;
	border-radius:2px;
    background: transparent;
}
[type="checkbox"]:checked + span:after, [type="checkbox"]:not(:checked) + span:after {
    content: '';
	width: 6px;
	height: 6px;
	background: #585397;
	position: absolute;
	top: 8.5px;
	left: 5.5px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 1px;
}
[type="checkbox"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.row {
    display: flex;
    flex-flow: wrap;
}
.title-int-l {
    padding: 25px 25px 25px calc(50% - 720px);
    width: 50%;
    flex-shrink: 0;
}
.title-int-r {
    width: 50%;
    flex-grow: 1;
    overflow: hidden;
}
.title-int-r img {
    min-height: 100%;
    max-width: none;
    min-width: 100%;
}
.title-int-wrapper {
    display: flex;
}
.title-int-l {
    padding: 25px 25px 65px calc(50% - 720px);
    width: 50%;
    flex-shrink: 0;
    display: flex;
    flex-flow: column;
}
.breadcrumb {
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    padding: 0;
    margin: 0;
}
.faq .title-int-l {
    background: url("../images/title-bg-1.jpg") no-repeat top right/cover;
}
.cases .title-int-l {
    background: url("../images/title-bg-2.jpg") no-repeat top right/cover;
}
.about_us .title-int-l {
    background: url("../images/title-bg-3.jpg") no-repeat top right/cover;
}
.reviews .title-int-l {
    background: url("../images/title-bg-4.jpg") no-repeat top right/cover;
}
.services .title-int-l {
    background: url("../images/title-bg-5.jpg") no-repeat top right/cover;
}
.blog .title-int-l {
    background: url("../images/title-bg-6.jpg") no-repeat top right/cover;
}
.breadcrumb, .breadcrumb a {
    color: #393b49;
    font-size: 16px;
}
.breadcrumb span {
    color: #4d4f61;
}
.breadcrumb a, .breadcrumb span {
	padding:0 10px;
}
.breadcrumb > li + li:before {
    padding: 0 10px;
}
.title-int-l-text {
    display: flex;
    flex-grow: 1;
    flex-flow: column;
    justify-content: center;
}
.container-full{
    width: 100%!important;
    padding: 0!important;
}
.title-int-section {
    padding-top: 52px;
    background: #191926;
}
.faq-section {
    padding: 135px 0 255px 0;
}
header {
    background: #191926;
}
.home header, .new-land-1 header, .new-land-2 header {
	background: transparent;
}
.panel-group .panel {
    padding: 35px 45px 37px 45px;
    border: 0;
    border-top: 3px solid #232136;
    background: transparent;
}
.panel-group .panel:last-child {
    border-bottom:3px solid #232136;
}
.panel-group button {
    font-family: 'Avenir Next Cyr Demi';
    font-size: 32px;
    color: #fff;
    width: 100%;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: flex-start;
    border: 0;
    text-align: left;
    line-height: 45px;
}
.panel-group button span {
    font-size: 55px;
    color: #525c86;
    display: block;
    width: 88px;
    flex-shrink: 0;
    line-height: 100%;
}
.panel-group button:after {
    margin-left: auto;
    background: url(../images/img-spoiler.png);
    width: 44px;
    height: 44px;
    content: "";
    display: block;
    flex-shrink: 0;
    margin-top: 7px;
}
.panel-group button:hover:after {
    background: url("../images/img-spoiler-active.png");
}
.faq-section .panel-group {
    width: 1200px;
    max-width: 100%;
    margin: auto;
}
.panel-group button:not(.collapsed):after {
    background: url("../images/img-spoiler-active2.png")!important;
    
}
.panel-group button:not(.collapsed):hover:after {
    background: url("../images/img-spoiler-active3.png")!important;
    
}
.panel-body {
    padding: 29px 25px 0 88px;
}
.panel-body p {
    font-size: 23px;
    margin-bottom: 24px;
}
ol {
    color: #807f9a;
    font-size: 23px;
}
ol li {
    margin-bottom: 10px;
}
.panel-body .red-ul {
    padding-left: 44px;
}
.title-int-l-text p {
    font-size: 24px;
    color: #7f818f;
}
.cases-wrapper {
    width: 1240px;
    max-width: 100%;
}
.cases-section {
    padding: 155px 0 130px 0;
}
.blog-section {
	padding:100px 0;
}
.blog-section .item {
	font-size: 23px;
}
.blog-section .img-responsive {
	border-bottom: 0;
	margin-bottom: 70px;
}
.article-section{
	font-size: 23px;
	padding:70px 0;
}
.nav-tabs > li > a {
    font-family: 'Avenir Next Cyr Demi';
    margin-right: 0;
    border: 2px solid #2a2649;
    border-radius: 3px;
    color: #807f9a;
    font-size: 23px;
    padding: 20px 39px;
}
.nav-tabs > li > a:hover {
    border: 2px solid #2a2649!important;
    background: #2a2649!important;
    color: #fff!important;
}
.nav-tabs > li.active > a {
    color: #fff!important;
    border: 2px solid #2a2649!important;
    background: #2a2649!important;
}
.nav-tabs > li + li {
    margin-left: 29px;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs {
    border-bottom: 0;
    margin-bottom: 70px;
}
.case-block>img {
    width: 100%;
    margin-bottom: 38px;
}
.case-block h3 {
    font-family: 'Avenir Next Cyr Demi';
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}
.cost-wrapper p {
    color: #807f9a;
    font-size: 23px;
}
.cost-wrapper p span {
    font-family: 'Avenir Next Cyr Demi';
    color: #fff;
    font-size: 25px;
    display: block;
    margin-bottom: 8px;
}
.cost-wrapper {
    display: flex;
    margin-bottom: 7px;
}
.case-block p+p {
    margin-left: 31px;
}
.result h4 {
    font-family: 'Avenir Next Cyr Demi';
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
}
.result p {
    font-size: 23px;
    color: #807f9a;
    margin-bottom: 50px;
}
.case-block .violet-button {
    padding: 18px 35px;
}
.case-block {
    margin-bottom: 97px;
}
.link-youtube {
    display: flex;
    align-items: center;
    margin: 0 0 40px 0;
    color: #605ba6!important;
    font-size: 27px;
}
.case-block .link-youtube{
    z-index: 2;
    position: relative;
    margin-top: -20px;
}
.link-youtube img {
    margin-right: 14px;
}
.tab-body .row {
    margin: 0 -40px;
}
.tab-body .row>* {
    padding: 0 40px;
}
.about-section {
    padding: 215px 0 200px 0;
}
.about-top-r h2 span {
    display: block;
}
.about-top-r p {
    color: #807f9a;
    font-size: 25px;
}
.about-top-r p span {
    font-family: 'Avenir Next Cyr Demi';
    color: #fff;
}
.signature {
    display: flex;
    margin: 52px 0 0 0;
    align-items: flex-start;
}
.signature> img {
    flex-shrink: 0;
    margin-right: 40px;
}
.about-top-r {
    padding-left: 50px;
}
.about-top-r h2 {
    margin-bottom: 42px;
}
.signature-text h3 {
    font-family: 'Avenir Next Cyr Demi';
    font-size: 34px;
    color: #fff;
    margin-bottom: 20px;
}
.signature-text p {
    font-size: 26px;
}
.about-top {
    margin-bottom: 230px;
}
.about-date p {
    font-family: 'Avenir Next Cyr Demi';
    color: #525c86;
    line-height: 75px;
    font-size: 50px;
    margin-bottom: 0;
}
.about-date p span {
     color: #fff;
     font-size: 125px;
    display: block;
}
.about-date {
    border-radius: 4px;
    background: #232136;
    padding: 65px 60px 45px 65px;
    margin-right: 40px;
    width: fit-content;
}
.about-text p {
    color: #807f9a;
    font-size: 25px;
    margin-bottom: 35px;
    line-height: 39px;
}
.about-text {
    padding-left: 42px;
}
.about-center-block-tm .about-text {
    padding-left: 0;
}
.about-center-block {
    margin-bottom: 70px;
}
.about-date-r {
    margin: 0 0 0 40px;
}
.about-center {
    margin-bottom: 159px;
}
.about-bottom-img img {
    margin-left: 43px;
}
.about-bottom h2 {
    text-align: center;
}
.about-bottom .p-title {
    text-align: center;
    margin-bottom: 43px;
}
.about-bottom-block p {
    color: #807f9a;
    font-size: 25px;
    margin-bottom: 35px;
}
.about-bottom-block p span {
    font-family: 'Avenir Next Cyr Demi';
    color: #fff;
    font-size: 28px;
    margin-bottom: 55px;
}
.about-bottom-block .red-button {
    margin-top: 55px;
}
.about-bottom-block {
    width: 620px;
    max-width: 100%;
}
.about-bottom-img {
    margin-bottom: 25px;
}
.about-bottom-block-ml {
    margin-left: auto;
    width: 650px;
}
.reviews-section {
    padding: 210px 0 140px 0;
}
.reviews-wrapper {
    width: 1240px;
    max-width: 100%;
	margin:0 auto;
}
.reviews-wrapper .row {
    margin: 0 -40px;
}
.reviews-wrapper .row>* {
    padding: 0 40px;
}
.review-block img {
    margin-bottom: 46px;
}
.review-block h3 {
    font-family: 'Avenir Next Cyr Demi';
    font-size: 36px;
    color: #fff;
    margin-bottom: 14px;
}
.review-block p {
    font-size: 23px;
    color: #807f9a;
    margin-bottom: 55px;
}
.review-block {
    margin-bottom: 90px;
}
.title-int-cases h1, .title-int-reviews h1 {
    margin-bottom: 20px;
}
.about-bottom {
    background: url(../images/bg-5.png) no-repeat top center;
}
.about-top-l {
    position: relative;
}
.about-top-l:after {
    content: "";
    background: #545092;
    height: 14px;
    width: calc(100% - 210px);
    left: 105px;
    bottom: -14px;
    border-radius: 0 0 5px 5px;
    position: absolute;
}
.about-smi-block {
	padding-top:80px;
}
.smi-logo {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	margin-top:50px;
}
.smi-logo > a {
	margin:20px 15px;
	display:inline-block;
}
.smi-logo > a > img{
	opacity:0.7;
}
.smi-logo > a:hover > img{
	opacity:1;
}
.pagination > li > a {
	padding:5px;
	margin:0 2px;
}	

@media (max-width: 767px) {
    .modal-successTitle {
        font-size: 32px;
    }
}
@media screen and (max-width: 1500px) {
    .container {
        width: 1170px;
    }
    .logo {
        margin-right: 50px;
    }
	a.logo span {
		font-size: 25px;
	}
    .title-r {
        margin-top: 0;
        height: 100%;
    }
    .statuette img {
        left: 0;
    }
    .title-r img {
        max-width: 824px;
        margin: 0 -47px 0 0;
    }
    h1 {
        font-size: 48px;
        white-space: normal;
    }
    span.number {
        margin-right: 15px;
    }
    .advantage-block p {
        font-size: 18px;
    }
    .advantage-block {
        padding: 45px 20px 30px 0;
    }
    .title-l {
        padding-top: 40px;
    }
    h2 {
        font-size: 42px;
    }
    p.p-title {
        font-size: 28px;
    }
    .result-block p {
        font-size: 22px;
    }
    .creature-r {
        padding: 40px;
    }
    .creature-r h3 {
        margin-bottom: 30px;
        font-size: 28px;
    }
    .red-ul {
        font-size: 20px;
    }
    .red-ul li {
        margin-bottom: 15px;
    }
    .expert-text {
        padding: 0 30px 25px 30px;
    }
    .expert-text h3 {
        font-size: 24px;
    }
    .partners-r p {
        font-size: 30px;
        line-height: normal;
    }
    .mistakes-img {
        margin: -294px -33px 0 0;
        max-width: 700px;
    }
    .mistakes-block-l {
        width: 55px;
    }
    .mistakes-block h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .mistakes-block p {
        font-size: 22px;
    }
    .mistakes-block {
        margin-bottom: 25px;
    }
    .footer-bottom-c p.work-time {
        font-size: 18px;
    }
    .mistakes-wrapper .center-button {
        margin: 10px auto 0 auto;
    }
    .provide-l img {
        margin: -219px -86px 0 0;
        max-width: 700px;
    }
    .title-int-l {
        padding: 25px 25px 65px calc(50% - 570px);
    }
    .about-date {
        padding: 47px 40px 35px 40px;
        margin-right: 30px;
    }
    .about-date p span {
        font-size: 96px;
    }
    .about-date-r {
        margin: 0 0 0 30px;
    }
    .about-text {
        padding-left: 0;
    }
    .about-bottom-img img {
        margin-left: 0;
    }
    .about-bottom-block-ml {
        margin-left: 0;
        width: auto;
    }
    .new-land-1 .creature-r p {
        font-size: 18px;
    }
    .new-land-1 .title-section {
        padding: 180px 0 0 0;
        margin-top: -237px;
    }
}
@media screen and (max-width: 1199px) {
    .container {
        width: 970px;
    }
    .header-l p {
        font-size: 16px;
    }
    .header-r p {
        font-size: 16px;
    }
    .logo {
        margin-right: 20px;
    }
	a.logo span {
		font-size: 25px;
	}
    p.work-time {
        font-size: 18px;
        line-height: normal;
    }
    .header-phone a {
        font-size: 20px;
    }
    .mail a, .mail p {
        font-size: 18px;
    }
    .title-r {
        align-items: flex-end;
    }
    .statuette p {
        font-size: 26px;
    }
    .statuette img {
        max-width: 188px;
    }
    .advantage-block {
        padding: 35px 16px 20px 0;
    }
    .advantages .row>* {
        padding: 0 6px;
    }
    .advantages .row {
         margin: 0 -6px;
    }
    h2 {
        font-size: 36px;
    }
    .learn-r:before {
        width: 221px;
        height: 293px;
        margin: -16px 0 0 -7px;
        background-size: cover;
    }
    .violet-button, .red-button {
        font-size: 22px;
    }
    p.p-line:before {
        display: none;
    }
    p.p-line {
        padding-left: 0;
    }
    .result-block p {
        font-size: 20px;
    }
    .result-block {
        padding: 30px 15px 0 15px;
    }
    .row-lg-revers {
        flex-flow: column-reverse;
    }
    .creature-l {
        width: fit-content;
        margin: auto;
    }
    .removal-block h3 {
        font-size: 24px;
    }
    .removal-block p {
        font-size: 22px;
    }
    .trust-block {
        padding-left: 30px;
    }
    .provide-l img {
        margin: -150px -69px 0 0;
        max-width: 500px;
    }
    .provide-block-r h3 {
        font-size: 24px;
    }
    .provide-block-l {
        width: 90px;
    }
    .provide-r .provide-block {
        margin-left: 20px;
    }
    .provide-r p.p-title {
        margin-bottom: 57px;
    }
    .expert-text {
        padding: 0 10px 13px 10px;
    }
    .expert-text h3 {
        font-size: 20px;
    }
    .expert-text p {
        font-size: 16px;
    }
    .cup {
        padding-left: 40px;
    }
    .cup p {
        font-size: 27px;
    }
    .experts-r a, .experts-r p {
        font-size: 22px;
    }
    .mistakes-wrapper .row>*:nth-child(1) {
        order: 2;
    }
    .mistakes-wrapper .row>*:nth-child(2) {
        order: 1;
    }
    .mistakes-wrapper .row>*:nth-child(3) {
        order: 3;
    }
    .mistakes-img-wrapper {
        margin: auto;
    }
    .mistakes-img {
        margin: auto;
        max-width: 700px;
        margin-left: -7px;
        margin: -294px auto 0 -7px;
    }
    .footer-top .red-button {
        font-size: 18px;
        padding: 18px 25px;
    }
    .logo-footer {
        margin-right: 0;
    }
    .provide-l .provide-block {
        margin-top: 0;
    }
    .reviews-wrapper .row>*, .tab-body .row>* {
        padding: 0 15px;
    }
    .reviews-wrapper .row, .tab-body .row {
         margin: 0 -15px;
    }
    .title-int-l {
        padding: 25px 25px 28px calc(50% - 470px);
    }
    .title-int-r img {
        min-height: 0;
        height: 400px;
    }
    .title-int-l-text p {
        font-size: 19px;
    }
    .about-date p span {
        font-size: 74px;
    }
    .about-bottom-block {
        margin-bottom: 50px;
    }
    .about-section {
        padding: 215px 0 150px 0;
    }
}
@media screen and (max-width: 991px) {
    .container {
        width: 750px;
    }
    .navbar-nav .nav-item + .nav-item {
        margin-left: 20px;
    }
    a.logo {
        width: 148px;
    }
	a.logo span {
		font-size: 11px;
	}
    .header-phone {
        flex-shrink: 0;
    }
    .header-l a {
        font-size: 16px;
    }
    .title-section-bottom {
        position: static;
    }
    .title-r img {
        max-width: 721px;
    }
    .statuette img {
        max-width: 129px;
        margin-right: 56px;
    }
    .learn-section {
        padding-top: 50px;
        padding-bottom: 65px;
    }
    .learn-r:before {
        display: none;
    }
    .learn-r {
        height: auto;
        padding-right: 0;
        flex-shrink: 0;
        margin-left: 0;
    }
    .learn-wrapper {
        flex-flow: column;
    }
    .learn-l {
        text-align: center;
    }
    .learn-img {
        margin: 0 auto 30px auto;
        width: 200px;
    }
    .result-block-2:after {
        border-radius: 0 0 5px 5px;
        bottom: -11px;
        top: auto;
    }
    .result-block {
        height: calc(100% - 68px);
        padding-bottom: 68px;
        margin-bottom: 68px;
    }
    .result-section {
        padding-bottom: 0;
    }
    .h2-wrapper {
        margin-bottom: 85px;
        flex-flow: column;
        align-items: center;
        text-align: center;
    }
    .h2-wrapper p.p-title {
        text-align: center;
        margin: 0;
    }
    .creature-section {
        padding-bottom: 60px;
    }
    .removal-section {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .trust-block {
        background-size: 150px;
        padding: 40px 20px 240px 20px;
    }
    .trust-block-top {
        clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
        padding: 50px 20px 240px 20px;
    }
    .provide-section {
        padding-bottom: 50px;
    }
    .experts-section {
        padding: 50px 0;
    }
    .cup {
        flex-flow: column-reverse;
        padding: 0 20px 20px 20px;
        margin-right: 30px;
    }
    .cup img {
        width: 180px;
        margin: 0 auto 20px auto;
    }
    .partners-r:after {
        display: none;
    }
    .partners-r {
        padding: 50px;
        border-radius: 5px ;
    }
    .partners-r p {
        text-align: center;
    }
    .partners-l {
        margin-bottom: 60px;
    }
    .mistakes-img {
        margin-top: -180px;
        margin: -160px auto 0 -80px;
    }
    .mistakes-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .logo-footer {
        margin: 0 auto 42px auto;
        display: block;
    }
    .mail {
        margin-bottom: 15px;
    }
    .footer-mobil .red-button {
        margin: 20px auto 50px auto;
    }
    .footer-top-r p {
        text-align: center;
        margin-bottom: 25px;
    }
    .footer-top-r  .social-networks {
        justify-content: center;
        width: auto;
    }
    .footer-top-r {
        margin-bottom: 65px;
    }
    .footer-bottom-r {
        text-align: left;
    }
    .footer-bottom-l p {
        font-size: 18px;
        margin-bottom: 35px;
    }
    .mail a, .mail p {
        font-size: 20px;
    }
    .header-phone a {
        font-size: 21px;
    }
    .footer-mobil p.work-time {
        color: #fff;
        font-size: 20px;
        margin-bottom: 35px;
    }
    .advantage-block {
        padding: 25px 16px 15px 0;
        margin-bottom: 22px;
        height: auto;
    }
    .title-section-bottom {
        position: static;
        padding: 38px 20px 0 20px;
        width: auto;
    }
    p.w-tm-2, h3.w-tm {
        width: auto;
    }
    .title-int-wrapper {
        display: flex;
        flex-flow: column;
        background: url(../images/title-bg-mobil-1.png) no-repeat bottom center!important;
        padding-bottom: 70px;
    }
    .title-int-l {
        background: transparent!important;
    }
    .title-int-wrapper>* {
        width: 100%;
    }
    .container-full .title-int-l {
        padding: 25px 15px 28px 15px;
        margin: 0 auto;
        max-width: 100%;
    }
    .breadcrumb {
        display: none;
    }
    .title-int-l {
        text-align: center;
    }
    .panel-body .red-ul {
        padding-left: 0;
    }
    .cases-section {
        padding: 0 0 0 0;
    }
    .about-section {
        padding: 0 0 60px 0;
    }
    .about-top-r {
        padding-left: 0;
        margin-bottom: 30px;
    }
    .about-top-l {
        margin-bottom: 60px;
    }
    .about-top .row {
        flex-flow: column-reverse;
    }
    .about-top {
        margin-bottom: 150px;
    }
    .about-date-r {
        margin: 0;
    }
    .about-center-block-tm .row {
        flex-flow: column-reverse;
    }
    .about-date {
        margin-right: 0;
        width: fit-content;
        margin-bottom: 30px;
    }
    .about-bottom .row>*:nth-child(1) {
        order: 2;
    }
    .about-bottom .row>*:nth-child(2) {
        order: 1;
    }
    .about-bottom .row>*:nth-child(3) {
        order: 3;
    }
    .about-bottom .row>*:nth-child(4) {
        order: 4;
    }
    .about-bottom-img {
        margin-bottom: 50px;
        text-align: center;
    }
    .about-bottom-block {
        width: auto;
    }
    .reviews-section {
        padding: 0 0 50px 0;
    }
    .faq-section {
        padding: 60px 0;
    }
    .title-int-r img {
        height: auto;
    }
    .nav-tabs > li > a {
        font-size: 16px;
        padding: 14px 25px;
    }
}
@media screen and (max-width: 767px) {
    a.logo {
        width: 114px;
        display: block;
        margin: 3px 4px 4px 0px;
    }
    h1 {
        line-height: 120%;
        font-size: 28px;
        text-align: center;
    }
    .statuette img {
        display: none;
    }
    .statuette p {
        font-size: 20px;
        text-align: center;
        color: #7f818f;
        margin: 0;
    }
    .header-top {
        flex-flow: wrap;
        align-items: flex-start;
        padding: 16px 0 0 0;
    }
    .title-section {
        background: #181925;
        padding-bottom: 30px;
    }
    .title-section-top {
        background: url(../images/bg-1.jpg) no-repeat bottom center, #181925;
        background-size: 768px;
        margin: 0 -15px;
        padding: 0 15px;
    }
    header {
        background: #181925;
    }
    .header-l a {
        display: none;
    }
    .menu-toggler {
        order: 1;
    }
    .logo-mobil {
        order: 2;
    }
    header .header-phone {
        order: 4;
        width: 100%;
        text-align: center;
        margin: 30px 0 20px 0;
    }
    .call-mobil {
        font-size: 13px;
        color: #54597d!important;
        font-weight: 500;
    }
    .menu-toggler {
        padding: 6px 7px;
        background: #232136;
        border: 0;
    }
    .menu-toggler span {
        height: 1px;
        width: 16px;
        display: block;
        margin: 3px 0;
        background: #fff;
    }
    header .header-phone a {
        font-size: 21px;
        margin: auto;
    }
    header p.work-time {
        font-size: 16px;
        color: #7f818f;
    }
    .header-l {
        order: 3;
        width: 100%;
        margin: 0;
        max-width: calc(100% - 175px);
        margin-left: 15px;
        color: #7f818f;
    }
    .header-l p {
        font-size: 12px;
        margin: 0;
        color: #7f818f;
    }
    .header-bottom {
        position: fixed;
        top: 0;
        width: 100%;
        background: #171624;
        z-index: 100;
        padding: 25px 40px 40px 40px;
        height: 100vh;
        left: -100%;
        transition: 0.8s left;
    }
    .header-bottom.active {
        transition: 0.8s left;
        left: 0;
    }
    .close-tm {
        margin: 0 0 15px auto;
        display: block;
        background: transparent;
        border: 0;
        padding: 0;
    }
    .header-bottom .navbar-nav {
        flex-flow: column;
        margin: 0;
        margin-bottom: 35px;
    }
    .navbar-nav .nav-item + .nav-item {
        margin-left: 0;
    }
    .navbar-nav .nav-link {
        font-size: 19px;
        color: #504e61;
        text-transform: none;
    }
    .navbar-nav .nav-link.active {
        color: #f94534;
    }
    .header-bottom h3 {
        font-size: 19px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
    }
    header .header-r {
        text-align: left;
    }
    header .social-networks {
        margin-left: 0;
    }
    .header-r p {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 23px;
    }
    .title-l {
        padding-top: 0;
    }
    .learn-img {
        width: 145px;
    }
    h2 {
        font-size: 26px;
        line-height: 140%;
    }
    p.p-line {
        font-size: 19px;
    }
    .violet-button, .red-button {
        font-size: 22px;
        padding: 14px 40px;
    }
    .learn-r:after {
        display: none;
    }
    .learn-section {
        padding-bottom: 45px;
    }
    h2 br, p.p-title br {
        display: none;
    }
    p.p-title {
        margin-bottom: 55px;
        font-size: 19px;
    }
    .result-block:after {
        height: 9px;
        width: calc(100% - 64px);
        left: 32px;
        bottom: -9px;
    }
    .result-block {
        height: auto;
        margin-bottom: 68px;
        padding: 35px 30px 0 30px;
    }
    .result-section {
        padding-bottom: 47px;
    }
    .creature-section .h2-wrapper {
        margin-bottom: 50px;
    }
    .creature-l {
        margin: 0 -15px;
    }
    .creature-l img {
        width: 100%;
        max-height: none;
        height: auto;
    }
    .creature-l {
        height: auto;
    }
    .creature-r {
        padding: 60px 20px 50px 20px;
        margin: 0 -15px;
    }
    .creature-r h3 {
        font-size: 26px;
    }
    .red-ul li {
        margin-bottom: 20px;
        padding-left: 24px;
        font-size: 23px;
    }
    .creature-block {
        margin: 0 0 80px 0;
    }
    .creature-section {
        padding-bottom: 0;
    }
    .creature-block:nth-last-child(2) {
        margin-bottom: 0;
    }
    .removal-section {
        padding-top: 90px;
    }
    .removal-section p.p-title, .removal-section h2 {
        text-align: left;
    }
    .removal-section p.p-title {
        margin-bottom: 70px;
    }
    .removal-section h2 {
        margin-bottom: 35px;
    }
    .removal-block-img img {
        width: 165px;
        margin-bottom: 35px;
    }
    .removal-block-img {
        height: auto;
    }
    .removal-section {
        padding-top: 90px;
        padding-bottom: 15px;
    }
    .trust-section p.p-title, .trust-section h2 {
        text-align: left;
    }
    .trust-block-1 {
        padding-top: 90px;
    }
    .trust-block-2 {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .trust-block h3 {
        font-size: 26px;
        margin-bottom: 60px;
    }
    .trust-block .red-ul li {
        font-size: 21px;
    }
    .trust-block {
        margin-bottom: 38px;
        background: #f7f6ff!important;
        padding-bottom: 0;
        height: auto;
    }
    .trust-block img {
        margin: auto;
    }
    .trust-block-2 img {
        margin: 0 auto 0 -20px;
    }
    .trust-section .center-button {
        margin: 40px auto 0 auto;
    }
    .provide-l img {
        margin: -20px auto 14px auto;
        max-width: 351px;
    }
    .trust-section {
        padding-bottom: 95px;
    }
    .provide-l {
        text-align: center;
    }
    .provide-section p.p-title {
        margin-bottom: 0;
    }
    .provide-block {
        margin-left: 0!important;
        flex-flow: column;
    }
    .provide-block-l {
        text-align: center;
        width: auto;
        font-size: 48px;
        margin-bottom: 35px;
    }
    .provide-block-r h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .provide-block-r p {
        font-size: 21px;
    }
    .provide-block {
        margin-bottom: 55px;
    }
    .provide-section {
        padding-bottom: 45px;
        overflow: hidden;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        width: 68px;
        height: 68px;
        margin: 0 9px;
        background-size: cover!important;
    }
    .expert-text {
        opacity: 1;
        position: static;
        padding: 32px 15px 35px 15px;
        text-align: center;
    }
    .expert-text h3 {
        font-size: 24px;
        z-index: 4;
        position: relative;
    }
    .expert-text p {
        z-index: 4;
        position: relative; font-size: 21px;
        margin: 0;
    }
    .cup {
        padding: 0 18px 40px 18px;
        text-align: center;
        width: fit-content;
        margin: auto;
    }
    .cup p {
        font-size: 26px;
    }
    .cup:after {
        height: 160px;
        bottom: 0;
        top: auto;
    }
    .cup img {
        width: 129px;
        margin: 0 auto 10px auto;
    }
    .experts-center {
        margin-bottom: 45px;
    }
    .experts-r {
        padding: 25px 0 0 0;
        text-align: center;
    }
    .experts-r a {
        font-size: 26px;
    }
    .experts-r p {
        font-size: 23px;
    }
    .experts-section {
        padding: 80px 0 110px 0;
    }
    .partners-section h2 {
        margin-bottom: 35px;
    }
    .partners-section .p-title {
        margin-bottom: 15px;
    }
    .partner {
        padding: 20px;
    }
    .owl-theme .owl-nav {
        margin-top: 0;
    }
    .partners-l {
        margin-bottom: 70px;
    }
    .partners-r p {
        font-size: 26px;
        text-align: right;
    }
    .partners-r {
        border-radius: 0;
        padding: 50px 40px;
        margin: 0 -15px;
    }
    .mistakes-section p.p-title span {
        font-size: 24px;
        margin-bottom: 3px;
    }
    .mistakes-img {
        margin-top: -100px;
        margin-left: 0;
        margin-right: 48px;
        max-width: 100%;
    }
    .mistakes-block-l img {
        width: 27px;
    }
    .mistakes-block-l {
        width: 44px;
        padding: 0;
    }
    .mistakes-block h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .mistakes-block p {
        font-size: 16px;
    }
    .mistakes-block {
        margin-bottom: 17px;
    }
    .mistakes-wrapper .center-button {
        margin: 30px auto 0 auto;
        font-size: 18px;
    }
    .mistakes-section {
        padding-bottom: 160px;
    }
    footer {
        padding: 70px 0 90px 0;
    }
    .logo-footer {
        width: 225px;
    }
    .footer-mobil p.work-time {
        margin-top: 20px;
    }
    .footer-mobil .red-button {
        margin: 50px 0 45px 0;
        font-size: 17px;
        text-align: center;
        padding: 15px;
        width: 100%;
    }
    .footer-bottom-l p {
        margin-bottom: 25px;
    }
    .statuette {
        justify-content: center;
        margin: 10px 0 0 0;
    }
    .title-r img {
        max-width: none;
        width: calc(100% + 30px);
        margin: 0;
    }
    .title-r img {
        max-width: 100%;
        width: auto;
        margin: auto;
    }
    .advantage-block p {
        font-size: 16px;
        display: flex;
        align-items: center;
    }
    span.number {
        font-size: 41px;
        flex-shrink: 0;
        margin-left: -17px;
    }
    .creature-section h2 .color-red {
        display: block;
    }
    .navbar-nav .nav-link {
        display: flex;
        align-items:center;
    }
    .navbar-nav .nav-link:hover {
        color: #f94534;
    }
    .navbar-nav .nav-link:before {
        color: #f94534;
        transition: 0.5s width;
        background: #f94534;
        height: 1px;
        content: "";
        margin-right: 0;
        width: 0;
    }
    .navbar-nav .nav-link:hover:before {
        margin-right: 7px;
        width: 33px;
        transition: 0.5s width;
    }
    .btn-close {
        top: -15px;
        width: 41px;
        height: 41px;
    }
    .modal-content .form-tm {
        padding: 61px 15px;
    }
    .modal-content h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .input-tm {
        font-size: 20px;
        padding: 14px 20px;
        margin-bottom: 22px;
    }
    .form-tm .red-button {
        margin: 29px auto 32px auto;
        padding: 17px 51px;
        font-size: 24px;
    }
    .mistakes-block br {
        display: none;
    }
    .result-section h2 .color-red {
        white-space: nowrap;
    }
    .checkbox-tm {
        font-size: 15px;
        line-height: 26px;
    }
    .modal-success img {
        margin: 67px auto 12px auto;
        width: 108px;
    }
    .modal-success h3 {
        line-height: normal;
    }
    .modal-success p {
        font-size: 22px;
        line-height: 35px;
    }
    .modal-success .violet-button {
        max-width: 76%;
    }
    .container-full .title-int-l {
        max-width: 100%;
    }
    .title-int-l-text h1 {
        font-size: 30px;
    }
    .container-full .title-int-l {
        padding: 0 15px 17px 15px;
    }
    .title-int-r img {
        width: 100%;
    }
    .title-int-section {
        background: linear-gradient(to bottom, #181924, #181924 100px, transparent 100px);
        padding-top: 7px;
    }
    .faq-section {
        padding: 0 0 146px 0;
    }
    .panel-group button span {
        font-size: 24px;
        width: 40px;
    }
    .panel-group .panel {
        padding: 25px 0 25px 0;
        border-top: 2px solid #232136;
    }
    .panel-group .panel:last-child {
        border-bottom:2px solid #232136;
    }
    .panel-group button {
        font-size: 22px;
        align-items: flex-start;
        line-height: 34px;
    }
    .panel-group button:after {
        width: 34px;
        height: 34px;
        background-size: cover!important;
        margin: 0 0 0 0;
    }
    .panel-group button:not(.collapsed):after, .panel-group button:hover:not(.collapsed):after, .panel-group button:hover:after {
        background-size: cover!important;
    }
    .panel-body p {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .panel-body {
        padding: 13px 25px 0 40px;
    }
    .panel-body .red-ul li {
        padding-left: 23px;
        font-size: 17px;
        margin-bottom: 10px;
    }
    .panel-body .red-ul {
        line-height: 27px;
    }
    .panel-body .red-ul li:after {
        width: 7px;
        height: 7px;
        top: 9px;
        border-radius: 2px;
    }
    .panel-body ol {
        font-size: 18px;
        padding-left: 16px;
    }
    .title-int-l-text p {
        text-align: left;
    }
    .nav-tabs > li + li {
        margin: 18px 0 0 0;
    }
    .nav-tabs {
        margin-bottom: 50px;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .case-block>img {
        margin: 0 -15px 40px -15px;
        width: calc(100% + 30px);
        max-width: none;
    }
    .case-block h3 {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .cost-wrapper p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .cost-wrapper p span {
        font-size: 22px;
        margin-bottom: 2px;
    }
    .cost-wrapper {
        display: block;
        margin-bottom: 16px;
    }
    .case-block p+p {
        margin-left: 0;
    }
    .result h4 {
        font-size: 22px;
        margin-bottom: 6px;
    }
    .result p {
        font-size: 20px;
        margin-bottom: 47px;
        line-height: 32px;
    }
    .case-block .violet-button {
        padding: 15px 40px;
        font-size: 22px;
        margin: auto;
    }
    .case-block {
        margin-bottom: 80px;
    }
    .link-youtube {
        margin: 0 0 30px 0;
        font-size: 20px;
    }
    .link-youtube img {
        margin-right: 10px;
        width: 21px;
    }
    .case-block {
        margin-bottom: 83px;
    }
    .cases-wrapper {
        padding-bottom: 86px;
    }
    .title-int-l-about p {
        display: none;
    }
    .title-int-l-about h1 {
        margin-bottom: 33px;
    }
    .about-section {
        padding: 0 0 80px 0;   margin-top: -16px;
    }
    .about-top-r p {
        color: #807f9a;
        font-size: 22px;
        line-height: 35px;
    }
    .about-section h2 {
        margin-bottom: 20px;
    }
    .signature> img {
        width: 86px;
        margin: 0 0 25px 0;
    }
    .signature-text h3 {
        font-size: 24px;
        margin-bottom: 4px;
    }
    .signature-text p {
        font-size: 21px;
        line-height: 32px;
    }
    .signature {
        margin: 30px 0 35px 0;
        display: block;
    }
    .about-top-l:after {
        height: 7px;
        width: calc(100% - 90px);
        left: 45px;
        bottom: -7px;
    }
    .about-top-l {
        margin: 0 -15px;
    }
    .about-top {
        margin-bottom: 98px;
    }
    .about-date p span {
        font-size: 63px;
    }
    .about-date p {
        font-size: 25px;
        line-height: 41px;
    }
    .about-date {
        margin-bottom: 30px;
        padding: 30px 30px 20px 32px;
    }
    .about-text p {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 35px;
    }
    .about-bottom-img {
        margin-bottom: 7px;
    }
    .about-center-block {
        margin-bottom: 35px;
    }
    .about-center {
        margin-bottom: 35px;
    }
    .about-bottom h2 span {
        display: block;
    }
    .about-bottom {
        margin: 0 -15px;
        background-size: 768px;
        background: url(../images/bg-5-mobil.png) no-repeat top left;
    }
    .about-bottom-img img {
        width: 240px;
    }
    .about-bottom-block p {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 35px;
    }
    .about-bottom-block {
        padding: 0 15px;
    }
    .about-bottom-block p span {
        font-size: 22px;
    }
    .about-bottom-block .red-button {
        margin-top: 45px;
    }
    .about-bottom-block {
        margin-bottom: 60px;
    }
	.mb-tm {
		margin-bottom: 0;
	}
    .title-int-reviews  {
        padding-top: 15px;
    }
    .title-int-reviews h1 {
        margin-bottom: 20px;
    }
    .review-block img {
        margin-bottom: 30px;
    }
    .review-block h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .review-block p {
        font-size: 19px;
        margin-bottom: 35px;
    }
    .review-block .violet-button {
        margin: auto;
    }
    .review-block {
        margin-bottom: 67px;
    }
    .reviews-section {
        padding: 0 0 93px 0;
    }
    .title-int-services .title-int-l {
        padding: 0 15px 50px 15px;
    }
    .title-r {
        margin: 0 -15px;
        display: block;
    }
    .owl-item .hover-expert {
        transition: 0.8s opacity;
    }
    .owl-item.active .hover-expert {
        opacity: 1;
        transition: 0.8s opacity;
    }
    .owl-item .expert-img {
        transition: 0.8s opacity;
    }
    .owl-item.active .expert-img {
        opacity: 0;
        transition: 0.8s opacity;
    }
}
.fancybox-content {
	background:transparent !important;
}
.fancybox-content .fancybox-button.fancybox-close-small {
	display:none;
}

/* new-land-1 */

.new-land-1 .header-bottom .navbar-nav {
    flex-flow: row;
}
.new-land-1 .header-bottom, .new-land-2 .header-bottom {
    display: none;
}
.new-land-1 .navbar-nav .nav-link:hover {
    color: #7f818f;
}
.new-land-1 .title-l {
    padding-top: 50px;
}
.new-land-1 h2 {
    font-weight: bold;
}
.new-land-1 .h2-wrapper {
    justify-content: space-between;
}
.new-land-1 .creature-section {
    padding-bottom: 150px;
}
.new-land-1 .removal-section p.p-title {
    margin-bottom: 105px;
}
.new-land-1 .creature-l img {
    border-radius: 5px;
}
.new-land-1 .profile-img {
    width: 100%;
}
.new-land-1 .removal-block-img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 40px;
}
.new-land-1 .removal-section {
    padding-bottom: 95px;
    padding-top: 155px;
}
.new-land-1 .trust-section .h2-wrapper {
    justify-content: start;
}
.new-land-1 .provide-l img {
    margin: -150px -120px 0 0;
}
.new-land-1 .provide-r p.p-title {
    margin-bottom: 125px;
}
.new-land-1 .provide-block-r h3 {
    line-height: 100%;
}
.new-land-1 .provide-l .provide-block {
    margin-top: -80px;
}
.new-land-1 .provide-section {
    background: #151523;
}
.new-land-1 .experts-section {
    padding: 190px 0 210px 0;
}
.new-land-1 .expert-img {
    filter: none;
}
.new-land-1 .partners-section {
    padding: 155px 0 250px 0;
}
.new-land-1 .mistakes-block p {
    line-height: 100%;
}
.new-land-1 .mistakes-wrapper .center-button {
    margin: -40px auto 0 auto;
}
.new-land-1 .mistakes-section {
    padding-top: 0px;
}
.new-land-1 .tariff-section .h2-wrapper {
    display: flex;
    margin-bottom: 89px;
}
.new-land-1 .tariff-block .red-ul {
    font-size: 20px;
}
.new-land-1 .tariff-block-top {
    border-radius: 5px;
    background: #211f34;
    padding: 70px 45px 80px 55px;
    margin-bottom: 60px;
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
}
.new-land-1 .tariff-block h3 {
    color: #f2f2f4;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}
.new-land-1 p.p-tarif {
    font-size: 20px;
    color: #f2f2f4;
    text-align: center;
    line-height: normal;
}
.new-land-1 .tariff-block h3 + p.p-tarif {
    margin: -35px 0 35px 0;
}
.new-land-1 .violete-ul li:after {
    background: #605ba6;
}
.new-land-1 .violete-ul li {
    color: #9694b5;
    margin-bottom: 15px;
}
.new-land-1 .tariff-block .red-ul li {
    padding-left: 28px;
}
.new-land-1 .tariff-block .red-ul:not(.violete-ul) {
    font-family: 'Avenir Next Cyr Demi';
    color: #f2f2f4;
    font-size: 18px;
}
.new-land-1 p.result {
    color: #f2f2f4;
    padding: 5px 22px;
    margin: 60px auto 40px auto;
    width: fit-content;
    font-size: 22px;
    font-weight: bold;
    border-radius: 3px;
    background: #e44033;
    line-height: normal;
}
.new-land-1 .tariff-section {
    padding-bottom: 210px;
}
.new-land-1 .tariff-section .h2-wrapper p.p-title {
    margin-bottom: 0;
}
.new-land-1 .violet-button-border {
    color: #e9e9e9;
    padding: 24px 45px;
    font-size: 24px;
    font-weight: bold;
    background: transparent;
    border-radius: 6px;
    border: 2px solid #3a3761;
}
.new-land-1 .violet-button-border:hover {
    background: #3a3761;
}
.new-land-1 .tariff-block {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
    position: relative;
}
.new-land-1 .tariff-block:before {
    position: absolute;
    top:-10px;
    left: 62px;
    border-radius: 4px 4px 0 0;
    content: '';
    background: #2d2a45;
    height: 10px;
    width: calc(100% - 124px);
}
.new-land-1 .tariff-block-2:before {
    background: #605ba6;
}
.new-land-1 .tariff-block-3:before {
    background: #e44033;
}
.new-land-1 .tariff-block-top:after {
    content: "";
    width: 107px;
    height: 101px;
    background: url(../images/star-1.png) no-repeat;
    top: -37px;
    left: 20px;
    position: absolute;
    z-index: 1;
}
.new-land-1 .tariff-block-top * {
    z-index: 2;
    position: relative;
}
.new-land-1 .tariff-block-top:before {
    position: absolute;
    top:8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 6px;
    border:2px solid #2b2843;
    content: '';
    z-index: 1;
}
.new-land-1 .tariff-block-2 .tariff-block-top:after {
    background: url(../images/star-2.png) no-repeat;
}
.new-land-1 .tariff-block-3 .tariff-block-top:after {
    background: url(../images/star-3.png) no-repeat;
    top: -39px;
}
.new-land-1 .tariff-block-3 .tariff-block-top {
    background: #191726;
}
.new-land-1 .tariff-block .violet-button-border {
    margin: auto;
    display: block;
}
.new-land-1 p.price {
    color: #f2f2f4;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.new-land-1 .tariff-block-top-text {
    margin-bottom: 65px;
}
.new-land-1 p.extradition {
    font-family: 'Avenir Next Cyr Demi';
    font-size: 24px;
    text-align: center;
    color: #f2f2f4;
    line-height: normal;
}
.new-land-1 .checkbox-tm {
    position: relative;
    font-size: 17px;
    color: #7f818f;
    display: flex;
}
.new-land-1 .checkbox-tm input {
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
}
.new-land-1 .checkbox-span {
    width: 16px;
    height: 16px;
    background: url(../images/checkbox.png);
    display: block;
    margin-right: 13px;
    flex-shrink: 0;
    margin-top: 5px;
}
.new-land-1 .checkbox-tm input:checked ~ .checkbox-span {
    width: 16px;
    height: 16px;
    background: url("../images/checkbox-active.png");
}
.new-land-1 .checkbox-tm a {
    color: #585397;
}
@media screen and (max-width: 1500px) {
    .new-land-1 .mistakes-wrapper .center-button {
        margin: 10px auto 0 auto;
    }
}
@media screen and (max-width: 1199px) {
    .new-land-1 .mistakes-img {
        margin: 0px auto 0 -7px;
    }
    .new-land-1 .footer-top .red-button {
        font-size: 18px;
        padding: 18px 25px;
    }
    .new-land-1 .title-r img {
        max-width: 736px;
    }
    .new-land-1 .tariff-block-top {
        padding: 60px 26px 70px 26px;
    }
    .new-land-1 p.price {
        font-size: 24px;
        margin-bottom: 0;
    }
    .new-land-1 .violet-button-border {
        font-size: 22px;
    }  
}
@media screen and (max-width: 991px) {
    .new-land-1 .mistakes-section {
        padding-top: 0px;
    }
    .new-land-1 .title-section-bottom {
        padding: 38px 35px 30px 35px;
        background: #1d1c2d;
        margin: 0 -15px;
    }
    .new-land-1 .title-r img {
        max-width: 510px;
    }
    .new-land-1 h1 {
        font-size: 42px;
    }
    .new-land-1 .tariff-block {
        height: auto;
        margin-bottom: 85px;
    }
    .new-land-1 .tariff-section {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 767px) {
    .new-land-1 .title-section {
        padding: 230px 0 0 0;
        margin-top: -230px;
    }
    .new-land-1 .title-section-top {
        background: url(../images/bg-1-mobil.jpg) no-repeat bottom center, #181925;
        background-size: auto;
    }
    .new-land-1 .logo-mobil {
        text-align: right;
    }
    .new-land-1 .header-l {
        max-width: calc(100% - 134px);
    }
    .new-land-1 .header-bottom {
        display: block;
    }
    .new-land-1 .close {
        margin: 0 0 15px auto;
        display: block;
        background: transparent;
        border:0;
    }
    .new-land-1 .learn-section {
        padding-bottom: 65px;
    }
    .new-land-1 .removal-section p.p-title {
        margin-bottom: 50px;
        text-align: center;
        color: #55586b;
    }
    .new-land-1 .removal-section h2 {
        margin-bottom: 25px;
        text-align: center;
    }
    .new-land-1 .removal-block-img img {
        margin-right: 5px;
    }
    .new-land-1 .removal-section {
        padding-top: 65px;
        padding-bottom: 50px;
    }
    .new-land-1 .trust-block-2 img {
        margin: 0 -20px 0 auto;
    }
    .new-land-1 .provide-l img {
        margin: 0 -46px 0 0;
        max-width: 430px;
    }
    .new-land-1 .experts-section {
        padding: 50px 0 110px 0;
    }
    .new-land-1 .mistakes-img {
        max-width: 400px;
        margin-right: 32px;
    }
    .new-land-1 .creature-section h2 {
        margin-bottom: 65px;
    }
    .new-land-1 .creature-r p {
        font-size: 23px;
    }
    .new-land-1 .tariff-section {
        margin-top: -15px;
        padding-bottom: 40px;
    }
    .new-land-1 .tariff-section .h2-wrapper {
        margin-bottom: 70px;
    }
    .new-land-1 .tariff-block-top:after {
        content: "";
        width: 66px;
        height: 62px;
        top: -23px;
        left: 7px;
        background-size: cover!important;
    }
    .new-land-1 .tariff-block:before {
        left: 52px;
        width: calc(100% - 104px);
    }
    .new-land-1 .tariff-block h3 {
        font-size: 24px;
    }
    .new-land-1 .tariff-block h3 + p.p-tarif {
        margin: -35px 0 30px 0;
    }
    .new-land-1 p.p-tarif {
        font-size: 18px;
    }
    .new-land-1 .tariff-block .red-ul li:after {
        width: 5px;
        height: 5px;
    }
    .new-land-1 .tariff-block .red-ul li {
        padding-left: 20px;
        margin-bottom: 18px;
        line-height: 130%;
    }
    .new-land-1 .red-ul li {
        font-size: 19px;
    }
    .new-land-1 .tariff-block-top:before {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
    }
    .new-land-1 .tariff-block-top-text {
        margin-bottom: 45px;
    }
    .new-land-1 .tariff-block-top {
        margin-bottom: 35px;
    }
    .new-land-1 .tariff-block-3 .tariff-block-top:after {
        top: -24px;
    }
    .new-land-1 p.extradition {
        font-size: 22px;
    }
    .new-land-1 .partners-section {
        padding-top: 100px;
    }
    .new-land-1 h1 .color-red {
        margin: 8px 0 0 0;
    }
    .new-land-1 .w-mg {
        width: 135px!important;
    }
}
.fancybox-is-open .fancybox-bg {
  opacity: .5;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.fancybox-bg {
  background: #000000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}
@media screen and (max-width: 767px) {
	.fancybox-content {
		padding:0 !important;
	}
}
#agreement-ru.fancybox-content .modal-content {
	padding: 30px;
	background-color: #232136;
}
#agreement-ru.fancybox-content .modal-content p, #agreement-ru.fancybox-content .modal-content ol {
	font-size: 1rem;
	color:#ffffff;
}

/* new-land-2 */
.new-land-2 {
	background-color:#191430;
}
.new-land-2 .title-section {
	background:url(../images/l2-header-bg-lg.jpg) bottom center no-repeat;
	background-size:cover;
}
.new-land-2 .title-section h1 {
    font-size: 54px;
	line-height:73px;
    white-space: normal;
	text-transform:uppercase;
	margin:150px 0 25px;
}
.new-land-2 .title-section .subtitle {
	color:#D5D3ED;
	font-size:26px;
	font-family: 'Avenir Next Cyr Demi';
	line-height: 35px;
	letter-spacing: 0.02em;
	margin-bottom:210px;
}
.new-land-2 .know-section {
	background:url(../images/l2-b2-bg-lg.jpg) bottom center no-repeat;
	background-size:cover;
	padding:140px 0 100px;
}
.new-land-2 .know-section span.color-red {
	font-weight:700;
}
.new-land-2 .h2 {
	color:#ffffff;
	text-transform:uppercase;
	font-weight:700;
	font-size:44px;
}
.new-land-2 .know-section .subtitle {
	font-size:30px;
	font-family: 'Avenir Next Cyr Demi';
	margin:25px 0 55px;
}
.new-land-2 .know-section .red-button {
	width:400px;
	max-width: calc( 100% - 20px );
	text-align:center;
}
.new-land-2 .know-section img {
	width:570px;
	max-width:570px;
	float:right;
}

.new-land-2 .kalendar-section {
	background:url(../images/l2-b3-bg.jpg) bottom center no-repeat;
	background-size:cover;
	padding:195px 0 125px;
}
.new-land-2 .bg-rounded {
	background: #2F2C54;
	box-shadow: 0px 4px 42px rgba(12, 10, 16, 0.43);
	border-radius: 10px;
}
.new-land-2 .kalendar-section .col-md-7 .bg-rounded {
	padding: 46px 35px;
	position:relative;
}
.new-land-2 .kalendar-section .col-md-7 .bg-rounded:after {
	content: "";
	position:absolute;
	display:block;
	width:181px;
	height:175px;
	background:url(../images/l2-b3-star.png) center center no-repeat;
	top:-94px;
	right:-110px;
}
.new-land-2 .kalendar-section .col-md-7 .bg-rounded:before {
	content: "";
	position:absolute;
	display:block;
	width:310px;
	height:380px;
	background:url(../images/l2-b3-calendar.png) center center no-repeat;
	top:-112px;
	left:-300px;
}
.new-land-2 .kalendar-section .bg-rounded .h3 {
	font-size:34px;
	font-weight:800;
	color:#ffffff;
	text-transform:uppercase;
}
.new-land-2 .kalendar-section .col-sm-4 img {
	position:relative;
	top:-112px;
	right:-100px;
	z-index:10;
}
.new-land-2 .kalendar-section .slogan {
	font-family: 'Avenir Next Cyr Demi';
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	color:#ffffff;
	margin:175px 0 110px;
}

.new-land-2 .kalendar-section .col-lg-3 .bg-rounded {
	padding: 50px 16px;
	text-align:center;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	height:100%;
}
.new-land-2 .kalendar-section .bg-rounded .digit {
	font-weight: 700;
	font-size: 80px;
	line-height: 98px;
	text-transform: uppercase;
	color: #ED4F37;
	margin-bottom:10px;
}

.new-land-2 .why-section {
	padding:110px 0 115px;
}
.new-land-2 .why-section .h2 {
	margin-bottom:70px;
}
.new-land-2 .why-section .part {
	background: #F8F5FF;
	border-radius: 5px;
	font-family: 'Avenir Next Cyr Demi';
	font-size: 18px;
	color: #2F3642;
	padding:43px 30px;
	height: 100%;
}
.new-land-2 .why-section .part .img {
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.new-land-2 .why-section .part hr {
	display:inline-block;
	width:130px;
	height:0px;
	border: 3px solid #FE4929;
}
.new-land-2 .why-section .red-ul li {
	font-family: 'Avenir Next Cyr Demi';
    color: #2F3642;
    font-size: 18px;
}
.new-land-2 .work-section {
	background:url(../images/l2-b5-bg.jpg) bottom center no-repeat;
	background-size:cover;
	padding:110px 0 80px;
	color:#ffffff;
	font-family: 'Avenir Next Cyr Demi';
	font-size: 18px;
}
.new-land-2 .work-section .h2 {
	margin-bottom:70px;
}
.new-land-2 .work-section .col-lg-4 {
	margin-bottom:60px;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.new-land-2 .work-section .col-lg-4 p {
	width:280px;
}

.new-land-2 .etaps-section {
	padding:80px 0 160px;
}
.new-land-2 .etaps-section .star1 {
	position:absolute;
	top:48px;
	right:-110px;
	z-index:1;
}
.new-land-2 .etaps-section .star2 {
	position:absolute;
	top:379px;
	left:-65px;
	z-index:1;
}
.new-land-2 .etaps-section .bg-rounded{
	padding:90px 50px 90px 80px;
	position:relative;
	border-radius:20px;
	z-index:10;
}
.new-land-2 .etaps-section .bg-rounded:before {
    position: absolute;
    top:8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 20px;
    border:1px solid #76729D;
    content: '';
    z-index: 1;
}
.new-land-2 .etaps-section .bg-rounded .h2{
	margin-bottom:45px;
}
.new-land-2 .etaps-section .bg-rounded .line {
	display:flex;
	align-items:center;
	margin-bottom:38px;
}
.new-land-2 .etaps-section .bg-rounded .line .number {
	background: #FE4929;
	border-radius: 10px;
	padding: 0px 23px;
	font-family: 'Avenir Next Cyr Demi';
	font-size: 60px;
	line-height: 73px;
	color: #FFFFFF;
	margin-right:43px;
}
.new-land-2 .etaps-section .bg-rounded .line .text {
	font-family: 'Avenir Next Cyr Demi';
	font-size: 26px;
	color: #FFFFFF;
}

.new-land-2 .tariff-section .h2-wrapper {
    display: flex;
    margin-bottom: 89px;
}
.new-land-2 .tariff-block-top {
    border-radius: 5px;
    background: #211d36;
    padding: 45px 35px 30px 40px;
    margin-bottom: 60px;
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
}
.new-land-2 .tariff-block h3 {
    color: #f2f2f4;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}
.new-land-2 p.p-tarif {
    font-size: 20px;
    color: #f2f2f4;
    text-align: center;
    line-height: normal;
}
.new-land-2 .tariff-block h3 + p.p-tarif {
    margin: -35px 0 35px 0;
}
.new-land-2 .red-ul li {
    padding-left: 28px;
}
.new-land-2 .tariff-block .red-ul {
    color: #f2f2f4;
    font-size: 18px;
}
.new-land-2 .tariff-section {
    padding-bottom: 210px;
}
.new-land-2 .tariff-section .h2-wrapper p.p-title {
    margin-bottom: 0;
}
.new-land-2 .tariff-block {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
    position: relative;
}
.new-land-2 .tariff-block-top:after {
    content: "";
    width: 111px;
    height: 106px;
    background: url(../images/l2-b6-star-cupr.png) no-repeat;
    top: -75px;
    right: -20px;
    position: absolute;
    z-index: 1;
}
.new-land-2 .tariff-block-top * {
    z-index: 2;
    position: relative;
}
.new-land-2 .tariff-block-top:before {
    position: absolute;
    top:5px;
    left:5px;
    right:5px;
    bottom:5px;
    border-radius: 10px;
    border:1px solid #76729D;
    content: '';
    z-index: 1;
}
.new-land-2 .tariff-block-2 .tariff-block-top:after {
    background: url(../images/l2-b6-star-silv.png) no-repeat;
}
.new-land-2 .tariff-block-3 .tariff-block-top:after {
    background: url(../images/l2-b6-star-gold.png) no-repeat;
}
.new-land-2 .tariff-block .btn-services{
	font-family: 'Avenir Next Cyr Demi';
	width: 154px;
	height: 44px;
	border: 1px solid #76729D;
	border-radius: 5px;
	font-size: 18px;
	color:#ffffff;
	display:flex;
	align-items:center;
	justify-content:center;
}
.new-land-2 .tariff-block .result {
	font-family: 'Avenir Next Cyr Demi';
	width: 154px;
	height: 44px;
	background: #76729D;
	border-radius: 5px;
	font-size: 18px;
	color:#ffffff;
	display:flex;
	align-items:center;
	justify-content:center;
}
.new-land-2 .tariff-block .price {
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.new-land-2 .tariff-block .disclaimer {
	font-size: 12px;
	color: #76729D;
}
.new-land-2 .tariff-block .tariff-block-bottom {
	padding-left:10px;
}

.new-land-2 .klients-section{
	background:url(../images/l2-b7-bg.jpg) bottom center no-repeat;
	background-size:cover;
	padding:100px 0 50px;
}
.new-land-2 .klients-section .h2{
	text-align:center;
	margin-bottom:70px;
}
.new-land-2 .klients-section .d-flex {
	align-items:center;
	justify-content:center;
	margin-bottom:50px;
}

.new-land-2 .faq-section {
	padding:150px 0 110px;
}
.new-land-2 .faq-section .h2 {
	margin-bottom:50px;
	text-align:center;
}
.new-land-2 .faq-section .panel-group .panel {
    padding: 35px 50px 37px 10px;
    border-bottom: 1px solid #7C7D9A;
	border-top:none;
	border-radius:0;
	position:relative;
}
.new-land-2 .faq-section .panel-group button:after {
    position:absolute;
	right:0px;
}
@media screen and (max-width: 1199px) {
	.new-land-2 .kalendar-section .col-lg-3 {
		margin-bottom:30px;
	}
	.new-land-2 .why-section .col-lg-4 {
		margin-bottom:30px;
	}
	.new-land-2 .etaps-section .star1 {
		bottom:-140px;
		top:auto;
		right:48px;
	}
	.new-land-2 .etaps-section .star2 {
		top:-62px;
		left:10px;
	}
	.red-button {
		padding: 18px 20px;
	}
}
@media screen and (max-width: 991px) {
	.new-land-2 .title-section {
		background:url(../images/l2-header-bg-md.jpg) bottom center no-repeat;
		background-size:cover;
	}
	.new-land-2 .know-section img {
		width:410px;
		max-width:410px;
		float:right;
		position:relative;
		top:-50px;
		right:-100px;
	}
	.new-land-2 .kalendar-section .col-md-7 .bg-rounded:after {
		top:-85px;
		right:-50px;
	}
	.new-land-2 .kalendar-section .col-md-7 .bg-rounded:before {
		width:218px;
		height:268px;
		background-size:contain;
		top:-205px;
		left:-60px;
	}
	.new-land-2 .kalendar-section {
		padding: 225px 0 125px;
	}
	.new-land-2 .kalendar-section .col-md-7 .bg-rounded {
		text-align:center;
	}
	.new-land-2 .kalendar-section .slogan {
		margin: 85px 0 85px;
	}
	.new-land-2 .tariff-list .row {
		justify-content:center;
	}
	.new-land-2 .tariff-list .row .col-md-4 {
		margin-top:90px;
	}
	.new-land-2 .tariff-block {
		width:360px;
		max-width:100%;
	}
}
@media screen and (max-width: 767px) {
	.new-land-2 .title-section {
		background:url(../images/l2-header-bg-xs.jpg) bottom center no-repeat;
		background-size:cover;
	}
	.new-land-2 .title-section-top {
		background: none;
	}
	.new-land-2 .title-section h1 {
	  font-size: 26px;
	  line-height: 35px;
	  margin: 80px 0 30px;
	  text-align:left;
	}
	.new-land-2 .title-section .subtitle {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 400px;
		padding-right:40%;
	}
	.new-land-2 .h2 {
		font-size: 32px;
	}
	.new-land-2 .know-section .h2 {
		font-size: 25px;
	}
	.new-land-2 .know-section .subtitle {
		font-size: 18px;
		margin: 24px 0 20px;
	}
	.new-land-2 .know-section {
		padding:60px 0 50px;
	}
	.new-land-2 .know-section img {
		width: 231px;
		max-width: 231px;
		top: -30px;
		right: -50px;
	}
	.new-land-2 .kalendar-section .col-md-7 .bg-rounded::after {
		display:none;
	}
	.new-land-2 .kalendar-section .col-md-7 .bg-rounded::before {
		width: 166px;
		height: 203px;
		top: -177px;
		left: 60px;
	}
	.new-land-2 .kalendar-section .col-md-7 .bg-rounded {
		padding: 30px 10px;
	}
	.new-land-2 .kalendar-section .col-md-7 .bg-rounded .h3 {
		font-size: 24px;
	}
	.new-land-2 .kalendar-section .slogan {
		margin: 45px 0 45px;
		font-size:16px;
		line-height:21px;
	}
	.new-land-2 .kalendar-section {
		padding: 225px 0 60px;
	}
	.new-land-2 .why-section {
		padding: 50px 0 50px;
	}
	.new-land-2 .work-section {
		padding: 50px 0 80px;
		font-size: 18px;
	}
	.new-land-2 .etaps-section {
		padding: 80px 0 0px;
	}
	.new-land-2 .etaps-section .h2 {
		text-align:left;
		font-size: 30px;
	}
	.new-land-2 .etaps-section .bg-rounded {
		padding: 0px;
		position: relative;
		border-radius: 0px;
		background: transparent;
		box-shadow: none;
	}
	.new-land-2 .etaps-section .bg-rounded::before {
		border: 0;
	}
	.new-land-2 .etaps-section .bg-rounded .line .number {
		padding: 0px 14px;
		font-size: 30px;
		line-height: 37px;
		margin-right: 22px;
	}
	.new-land-2 .etaps-section .bg-rounded .line .text {
		font-size: 18px;
	}
	.new-land-2 .etaps-section .star2 {
		top: -130px;
		left: -50px;
	}
	.new-land-2 .etaps-section .star1 {
		display:none;
	}
	.new-land-2 .tariff-block .red-ul li {
		font-size: 16px;
	}
	.new-land-2 .tariff-block h3 {
		font-size: 26px;
	}
	.new-land-2 .tariff-section {
		padding-bottom: 40px;
	}
	.new-land-2 .klients-section {
		padding: 70px 0 80px;
	}
	.new-land-2 .etaps-section .bg-rounded .line {
		align-items: start;
		margin-bottom: 15px;
	}
	.new-land-2 .tariff-block {
		width: 310px;
		max-width: 100%;
	}
	.new-land-2 .tariff-block-top {
		padding: 45px 15px 30px 15px;
	}
	.new-land-2 .faq-section .h2 {
		text-align:left;
	}
	.new-land-2 .faq-section .panel-group .panel {
		padding: 15px 25px 15px 0px;
	}
	.new-land-2 .faq-section .panel-group button {
		font-size: 16px;
		align-items: flex-start;
		line-height: 27px;
	}
	.new-land-2 .faq-section .panel-group button::after {
		width: 30px;
		height: 30px;
	}
	.new-land-2 .faq-section .panel-body p, .new-land-2 .faq-section .panel-body ol, .new-land-2 .faq-section .panel-body ul {
		font-size: 14px;
		line-height: 17px;
	}
}

/* removing-info */
.removing-info main {
	color:#ffffff;
	font-size:20px;
	font-weight:500;
}
.removing-info .h2 {
	font-size:54px;
	font-weight:bold;
	text-align:center;
}
.removing-info .h3 {
	font-size:40px;
	font-weight:bold;
	text-align:left;
}
.removing-info header {
	background:transparent;
}
.removing-info .header-bottom {
    display: none;
}
.removing-info {
	background-color:#191430;
}
.removing-info .title-section {
	background:url(../images/l3-b1-bg.jpg) left center no-repeat;
	background-size:cover;
	color:#ffffff;
	padding-bottom:45px;
}
.removing-info .title-section h1 {
    font-size: 40px;
	font-weight: 700;
	line-height: normal;
	text-transform:uppercase;
	margin:70px 0 30px;
	white-space:nowrap;
}
.removing-info .title-section .img-man {
	display:block;
	width:589px;
	position:absolute;
	left: 20px;
	bottom:0;
	max-width: none;
}
.removing-info .title-section .subtitle {
	color: #7C7D9A;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	line-height: normal; 
	margin-bottom:30px;
}
.removing-info .title-section .title-section-top .text-semibold {
	margin-bottom:125px;
}
.round-10 {
	border-radius: 10px;
}
.round-15 {
	border-radius: 15px;
}
.round-20 {
	border-radius: 20px;
}
.text-violet {
	color:#76729D;
}
.removing-info .form-wrap {
	background: #221D36; 
	padding:10px;
}
.removing-info .title-section .form-wrap {
	position: relative;
	top: -45px;
}
.removing-info .form-wrap .round-20-in {
	border-radius: 18px;
	border: 1px solid #332E4B; 
	padding:45px 100px 25px 65px;
	background:url(../images/l3-b1-ribbon.png) right 90px bottom 28px no-repeat;
}
.removing-info .form-control {
	border-radius: 10px;
	background: #A5A6BD;
	backdrop-filter: blur(10px); 
	border: 1px solid #A5A6BD;
	padding:15px 35px;
	margin-bottom:35px;
	font-size:14px;
}
.removing-info .red-button {
	font-size: 16px;
	font-weight:700;
}
.removing-info form .red-button {
	width: calc(100% - 15px);
	position: relative;
	left: 7px;
}
.removing-info form .conditions {
	color: #C9D0D7;
	font-size: 13px;
	line-height:15px;
	font-weight: 500; 
	margin:20px 0 0;
}
.removing-info .form-wrap .form-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom:30px;
}
.removing-info .when-contact-section {
	padding:80px 0 50px;
	background:url(../images/l3-b2-bg.jpg) center center no-repeat;
	background-size:cover;
}
.removing-info .when-contact-section .h2 {
	margin-bottom:15px;
}
.removing-info .when-contact-section .reason {
	padding-top:125px;
	margin-top:50px;
	background-repeat:no-repeat;
	background-position:top left;
}
.removing-info .when-contact-section .reason.ico-1 {
	background-image:url(../images/l3-b2-ico1.png);
}
.removing-info .when-contact-section .reason.ico-2 {
	background-image:url(../images/l3-b2-ico2.png);
}
.removing-info .when-contact-section .reason.ico-3 {
	background-image:url(../images/l3-b2-ico3.png);
}
.removing-info .when-contact-section .reason.ico-4 {
	background-image:url(../images/l3-b2-ico4.png);
}
.removing-info .when-contact-section .round-10{
	background: linear-gradient(91deg, #2F2C54 0.21%, #423F74 65.9%, #2F2C54 114.02%);
	padding:10px;
	margin-top:50px;
}
.removing-info .when-contact-section .round-10-in {
	padding:20px 100px 35px;
	border-radius: 10px;
	border: 1px solid rgba(170,167,208,0.3);
	font-size: 24px;
	font-weight: 600; 
}
.removing-info .when-contact-section .round-10-in img {
	margin-bottom:25px;
}
.removing-info .what-can-delete-section {
	padding:70px 0;
	background: #101125; 
}
.removing-info .what-can-delete-section .h2 {
	margin-bottom:50px;
}
.removing-info .what-can-delete-section .round-20 {
	background: #242445;
	padding:30px;
	margin-bottom:20px;
	margin-left:0;
	margin-right:0;
}
.removing-info .what-can-delete-section .red-button .psvg {
	margin-left:10px;
}
.removing-info .guarantee-section {
	padding:80px 0 95px;
	background-color:#191430;
}
.removing-info .guarantee-section .h2 {
	margin-bottom:60px;
}
.removing-info .guarantee-section .ico {
	padding:190px 35px 30px;
	margin-bottom:30px;
}
.removing-info .guarantee-section .ico.ico-1 {
	background: url(../images/l3-b4-ico1.png) top 25px left 35px no-repeat, linear-gradient(180deg, #242445 0%, rgba(80, 77, 112, 0.00) 100%);
}
.removing-info .guarantee-section .ico.ico-2 {
	background: url(../images/l3-b4-ico2.png) top 25px left 35px no-repeat, linear-gradient(180deg, #242445 0%, rgba(80, 77, 112, 0.00) 100%);
}
.removing-info .guarantee-section .ico.ico-3 {
	background: url(../images/l3-b4-ico3.png) top 25px left 35px no-repeat, linear-gradient(180deg, #242445 0%, rgba(80, 77, 112, 0.00) 100%);
}
.removing-info .guarantee-section .ico.ico-4 {
	background: url(../images/l3-b4-ico4.png) top 25px left 35px no-repeat, linear-gradient(180deg, #242445 0%, rgba(80, 77, 112, 0.00) 100%);
}
.removing-info .how-we-work-section {
	padding:80px 0 100px;
	background:url(../images/l3-b5-bg.jpg) center center no-repeat;
	background-size:cover;
}
.removing-info .how-we-work-section .h2 {
	margin-bottom:80px;
}
.removing-info .how-we-work-section .ico {
	position:relative;
	width: 19%;
	margin-right: 1%;
	text-align: left;
}
.removing-info .how-we-work-section .ico::after {
    content: "";
    display: block;
    position: absolute;
    width: 101px;
    height: 30px;
    background: url(../images/l3-b5-arrow-g.png) center center no-repeat;
    top: 40px;
    right: -50px;
    background-size: contain;
}
.removing-info .how-we-work-section .ico.ico-5::after {
	display: none;
}
.removing-info .how-we-work-section .ico {
	padding:150px 10px 0;
	margin-top:25px;
}
.removing-info .how-we-work-section .ico-1 {
	background:url(../images/l3-b5-1.png) center top no-repeat;
}
.removing-info .how-we-work-section .ico-2 {
	background:url(../images/l3-b5-2.png) center top no-repeat;
}
.removing-info .how-we-work-section .ico-3 {
	background:url(../images/l3-b5-3.png) center top no-repeat;
}
.removing-info .how-we-work-section .ico-4 {
	background:url(../images/l3-b5-4.png) center top no-repeat;
}
.removing-info .how-we-work-section .ico-5 {
	background:url(../images/l3-b5-5.png) center top no-repeat;
}
.removing-info .how-we-work-section .form-wrap {
	z-index:10;
	position:relative;
	top:-70px;
}
.removing-info .how-we-work-section .star {
	margin-top:25px;
	position:relative;
	top: 0px;
    left: -70px;
}
.removing-info .how-we-work-section .form-wrap .round-20-in {
	background:url(../images/l3-b5-ribbon.png) right 50px bottom 35px no-repeat;
}
.removing-info .no-court-needed-section {
	background:url(../images/l3-b6-bg.jpg) bottom center no-repeat, #070513;
	padding:110px 0 50px;
	min-height:1145px;
}
.removing-info .no-court-needed-section .h3 {
	margin-bottom:40px;
}
.removing-info .deleted-material-section {
	padding:110px 0 40px;
	background:url(../images/l3-b5-bg.jpg) center center no-repeat;
	background-size:cover;
}
.removing-info .deleted-material-section .h2 {
	margin-bottom:30px;
}
.removing-info .owl-carousel .owl-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 35%;
	width: 100%;
}
.removing-info .owl-carousel .owl-nav button.owl-prev, .removing-info .owl-carousel .owl-nav button.owl-next {
	background: url("../images/l3-arrow-left-dark.png") center center no-repeat;
	width: 72px;
	height: 72px;
	padding: 0;
	margin: 0;
	border-radius:50%;
	border:2px solid #76729D;
	transition: 0.5s background !important;
}
.removing-info .owl-carousel .owl-nav button.owl-prev:hover, .removing-info .owl-carousel .owl-nav button.owl-next:hover {
    background: url("../images/l3-arrow-left-white.png")center center no-repeat, #76729D;
    transition: 0.5s background!important;
}
.removing-info .owl-carousel .owl-nav button.owl-prev {
	margin-left:-90px;
}
.removing-info .owl-carousel .owl-nav button.owl-next {
	margin-right:-90px;
}
.removing-info .owl-theme .owl-dots {
	margin-top:40px;
}
.removing-info .owl-theme .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin: 0px 7px;
	background: rgba(124,125,154,0.5);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 50%;
}
.removing-info .owl-theme .owl-dots .owl-dot.active span, .removing-info .deleted-material-section .owl-theme .owl-dots .owl-dot:hover span {
	background: #BBB5FF;
}
.removing-info .who-we-section {
	padding:70px 0 50px;
	background:url(../images/l3-b8-bg.jpg) bottom center no-repeat;
	background-size:cover;
}
.removing-info .who-we-section .h2 {
	margin-bottom:45px;
}
.removing-info .who-we-section .who-text {
	padding:60px 120px 60px 60px;
	background: linear-gradient(146deg, #242445 1.06%, rgba(80, 77, 112, 0.95) 82.27%); 
}
.removing-info .who-we-section .who-img {
	position:absolute;
	bottom:-50px;
	left:-120px;
}
.removing-info .who-we-section .who-img-text {
	position: absolute;
	background: #101125;
	left: -20px;
	bottom: 80px;
	padding: 7px;
	width: 345px;
}
.removing-info .who-we-section .who-img-text .round-20-in {
	border-radius:17px;
	border:1px solid #332E4B;
	padding:20px 25px;
}
.removing-info .why-we-section {
	background: #070513; 
	padding:80px 0 100px;
}
.removing-info .why-we-section .h2 {
	margin-bottom:70px;
}
.removing-info .why-we-section .round-15 {
	padding:11px;
	height:100%;
	background: linear-gradient(180deg, #242445 0%, rgba(80, 77, 112, 0.00) 100%); 
}
.removing-info .why-we-section .round-15-in {
	border-radius: 15px;
	height:100%;
	border: 1px solid #423F74; 
	padding:90px 50px 35px;
	background:url(../images/l3-b9-ico.png) top 10px left 50px no-repeat;
}
.removing-info .why-we-section .small-star {
	position:absolute;
	top:660px;
	left:-135px;
}
.removing-info .why-we-section .big-star {
	position:absolute;
	top:920px;
	right:-270px;
}
.removing-info .reviews-section {
	padding:70px 0 100px;
	background:url(../images/l3-b5-bg.jpg) center center no-repeat;
	background-size:cover;
}
.removing-info .reviews-section .sub-text {
	font-size:22px;
	text-align:center;
	margin:10px 0 75px;
}
.removing-info .reviews-slider .round-20 {
	background: #3A2F54; 
	padding:65px 40px 45px;
}
.removing-info .modal-title, .removing-info .reviews-slider .review-title {
	display:flex;
	align-items:end;
}
.removing-info .modal-title svg, .removing-info .reviews-slider .review-title svg {
	margin-right:20px;
}
.removing-info .modal-body, .removing-info .reviews-slider .review-text {
	margin:10px 0 25px;
	font-weight:400;
}
.removing-info .reviews-slider .review-link {
	color: #BBB5FF; 
	font-weight:400;
}
.removing-info .modal-content {
	padding: 75px 84px 100px;
	border-radius: 10px;
	background: #232136;
}

.removing-info .partners-section {
	padding:80px 0 50px;
	background: #1E1A2E; 
}
.removing-info .partners-section .owl-nav {
	position:relative;
	justify-content: center;
}
.removing-info .partners-section .owl-carousel .owl-nav button.owl-prev {
	margin-left:0px;
	margin-right:8px;
}
.removing-info .partners-section .owl-carousel .owl-nav button.owl-next {
	margin-right:0px;
	margin-left:8px;
}
.removing-info .faq-section {
	padding:70px 0 50px;
}
.removing-info .faq-section .h2 {
	margin-bottom:90px;
}
.removing-info .faq-section .panel-group button {
	font-size: 26px;
}
.removing-info .faq-section .panel-group .panel-body {
	color: #7C7D9A; 
}
.removing-info .order-form-section .form-control {
	margin-bottom:17px;
}
.removing-info .order-form-section .form-wrap .round-20-in {
	padding: 35px 50px;
	background: url(../images/l3-b13-img.png) right 20px bottom 10px no-repeat;
}
@media screen and (max-width: 1199px) {
	.removing-info .title-section .img-man {
		left: -40px;
	}
	.removing-info form .conditions {
		font-size: 12px;
		line-height: 12px;
	}
	.removing-info .order-form-section .form-wrap .round-20-in {
		background: url(../images/l3-b13-img.png) right 0px bottom 0px no-repeat;
	}
}
@media screen and (max-width: 991px) {
	.removing-info main {
		font-size: 18px;
	}
	.removing-info .h2 {
		font-size:48px;
		text-align:left;
	}
	.removing-info .h3 {
		font-size:35px;
		text-align:left;
	}
	.removing-info .title-section .subtitle {
		width:70%;
	}
	.removing-info .title-section .title-section-top .text-semibold {
		margin-bottom: 190px;
		width:42%;
	}
	.removing-info .title-section .img-man {
		width: 525px;
		left: auto;
		right:-55px;
	}
	.removing-info .form-wrap .round-20-in {
		padding: 40px 30px;
		background: url(../images/l3-b1-ribbon.png) right 30px top 60px no-repeat;
	}
	.removing-info .when-contact-section .round-10-in {
		font-size: 20px;
	}
	.removing-info .how-we-work-section .ico {
		width: 32%;
	}
	.removing-info .how-we-work-section .ico.ico-4::before {
		content: "";
		display: block;
		position: absolute;
		width: 101px;
		height: 30px;
		background: url(../images/l3-b5-arrow-g.png) center center no-repeat;
		top: 40px;
		left: -50px;
		background-size: contain;
	}
	.removing-info .how-we-work-section .ico.ico-5::after, .removing-info .how-we-work-section .ico.ico-3::after {
		display: none;
	}
	.removing-info .how-we-work-section .form-wrap .round-20-in {
		background: url(../images/l3-b1-ribbon.png) right 30px bottom 60px no-repeat;
	}
	.removing-info .no-court-needed-section {
	  background: url(../images/l3-b6-img.png) bottom center no-repeat, #070513;
	  background-size:contain;
	  padding: 110px 0 550px;
	  min-height: auto;
	}
	.removing-info .owl-carousel .owl-nav {
		justify-content: center;
		position: relative;
		top:20px;
	}
	.removing-info .owl-carousel .owl-nav button.owl-prev {
		margin-left:0px;
		margin-right:10px;
	}
	.removing-info .owl-carousel .owl-nav button.owl-next {
		margin-right:0px;
		margin-left:10px;
	}
	.removing-info .who-we-section .who-text {
		padding: 50px 35px;
	}
	.removing-info .who-we-section {
		padding: 70px 0 390px;
		overflow:hidden;
	}
	.removing-info .who-we-section .who-img {
		width:365px;
		bottom: -490px;
		left: -50px;
	}
	.removing-info .who-we-section .who-img-text {
		left: 80px;
		bottom: -200px;
		width: 340px;
	}
	.removing-info .who-we-section .who-text .who-margin {
		padding-left: 220px;
	}
	.removing-info .reviews-section .sub-text {
		text-align: left;
	}
	.removing-info .partners-section .partners-slider {
		margin-bottom:50px;
	}
	.removing-info .order-form-section .form-wrap .round-20-in {
		background: url(../images/l3-b13-img.png) right 0px bottom 300px no-repeat;
	}
}
@media screen and (max-width: 767px) {
	.removing-info main {
		font-size: 16px;
	}
	.removing-info .title-section h1 {
		font-size: 28px;
		margin:35px 0 20px;
		white-space:normal;
		text-align:left;
	}
	.removing-info .h2 {
		font-size:28px;
		text-align:left;
	}
	.removing-info .h3 {
		font-size:28px;
		text-align:left;
	}
	.removing-info .title-section .subtitle {
		width:100%;
	}
	.removing-info .title-section .title-section-top .text-semibold {
		margin-bottom: 0px;
		width:100%;
	}
	.removing-info .title-section .img-man {
		width: 330px;
		left: auto;
		right:-5px;
		position:relative;
	}
	.removing-info .form-wrap .round-20-in {
		padding: 30px 0px 155px;
		background: url(../images/l3-b1-ribbon-xs.png) left 0px bottom 10px no-repeat;
	}
	.removing-info .form-wrap .round-20-in .form-title {
		font-size: 24px;
		padding:0 10px;
	}
	.removing-info .when-contact-section .round-10-in {
		font-size: 14px;
	}
	.removing-info .form-control {
		margin-bottom: 15px;
	}
	.removing-info .title-section {
		padding-bottom: 0px;
		background-position: center center;
	}
	.removing-info .title-section-top {
		background: transparent;
	}
	.removing-info .when-contact-section {
		padding: 50px 0;
	}
	.removing-info .when-contact-section .reason {
		margin-top: 40px;
		background-position: top center;
	}
	.removing-info .when-contact-section .round-10-in {
		padding: 20px 10px 25px;
		font-size: 20px;
	}
	.removing-info .what-can-delete-section {
		padding: 30px 0;
	}
	.removing-info .what-can-delete-section .round-20 {
		padding: 15px;
		margin-bottom: 15px;
		font-size:12px;
	}
	.removing-info .what-can-delete-section .round-20 .title1 {
		margin-bottom:15px;
		font-size:15px;
	}
	.removing-info .what-can-delete-section .round-20 .price {
		margin-top:15px;
		font-size:15px;
	}
	.removing-info .what-can-delete-section .round-20 .price.text-bold {
		font-size:18px;
	}
	.removing-info .guarantee-section {
		padding: 30px 0 40px;
	}
	.removing-info .guarantee-section .ico.ico-1 {
		background-size: 235px;
		background: url(../images/l3-b4-ico1.png) top 25px center no-repeat, linear-gradient(180deg, #242445 0%, rgba(80, 77, 112, 0.00) 100%);
	}
	.removing-info .guarantee-section .ico.ico-2 {
		background: url(../images/l3-b4-ico2.png) top 25px center no-repeat, linear-gradient(180deg, #242445 0%, rgba(80, 77, 112, 0.00) 100%);
	}
	.removing-info .guarantee-section .ico.ico-3 {
		background: url(../images/l3-b4-ico3.png) top 25px center no-repeat, linear-gradient(180deg, #242445 0%, rgba(80, 77, 112, 0.00) 100%);
	}
	.removing-info .guarantee-section .ico.ico-4 {
		background: url(../images/l3-b4-ico4.png) top 25px center no-repeat, linear-gradient(180deg, #242445 0%, rgba(80, 77, 112, 0.00) 100%);
	}
	.removing-info .how-we-work-section {
		padding: 70px 0 0;
	}
	.removing-info .how-we-work-section .ico {
		width: 100%;
		margin-top:120px
	}
	.removing-info .how-we-work-section .ico.ico-1 {
		margin-top:10px
	}
	.removing-info .how-we-work-section .ico::before, .removing-info .how-we-work-section .ico.ico-4::before {
		content: "";
		display: block;
		position: absolute;
		width: 100px;
		height: 30px;
		transform:rotate(90deg);
		background: url(../images/l3-b5-arrow-g.png) center center no-repeat;
		top: -75px;
		left: 37%;
		background-size: contain;
	}
	.removing-info .how-we-work-section .ico::after, .removing-info .how-we-work-section .ico.ico-1::before {
		display:none;
	}
	.removing-info .how-we-work-section .form-wrap .round-20-in {
		background: url(../images/l3-b1-ribbon-xs.png) left 0px bottom 10px no-repeat;
	}
	.removing-info .no-court-needed-section {
		padding: 40px 0 350px;
		background-size: 600px;
	}
	.removing-info .deleted-material-section {
		padding: 50px 0 40px;
	}
	.removing-info .who-we-section .who-text {
		padding: 25px 10px;
	}
	.removing-info .who-we-section .who-text .who-margin {
		padding-left: 0;
	}
	.removing-info .who-we-section {
		padding: 70px 0 550px;
	}
	.removing-info .who-we-section .who-img {
		width: 305px;
		bottom: -650px;
		left: 0;
	}
	.removing-info .who-we-section .who-img-text {
		left: 0px;
		bottom: -550px;
		width: 100%;
	}
	.removing-info .why-we-section {
		padding: 80px 0 60px;
	}
	.removing-info .why-we-section .round-15-in {
		padding: 90px 20px 35px;
	}
	.removing-info .faq-section {
		padding: 30px 0 50px;
	}
	.removing-info .faq-section .panel-group button {
		font-size: 18px;
		line-height:25px;
	}
	.removing-info .faq-section .panel-group .panel-body p{
		font-size: 15px;
	}
	.removing-info .order-form-section .form-wrap .round-20-in {
		background: transparent;
		padding: 30px 0;
	}
}
/* services */
.services-section {
	padding-top:120px;
}
.services-section .h2 {
	color:#ffffff;
	text-transform:uppercase;
	font-size: 34px;
	font-weight: 700; 
	margin-left:50px;
}
.services-section .bottom-line {
	border-bottom:1px solid #BBB5FF;
	padding-bottom:115px;
}
.services-section .row.justify-content-around .text {
	margin-top:85px;
	margin-bottom:50px;
	font-size:22px;
	color:#ffffff;
}
.services-section.services-5-section {
	padding-bottom:115px;
}
.services-section .row.justify-content-around .position-relative img {
	position:absolute;
	left:0;
	bottom:0;
}
.services-section .red-button {
    padding: 18px 50px;
	margin-left:40px;
}
@media screen and (max-width: 991px) {
	.services-section .row.justify-content-around .text {
		margin-top:60px;
		margin-bottom:50px;
		font-size:20px;
	}
}
@media screen and (max-width: 767px) {
	.services-section .row.justify-content-around .position-relative img {
		position:relative;
	}
	.services-section {
		padding-top:40px;
	}
	.services-section .h2 {
		font-size: 24px;
		margin-left:0px;
		margin-top:20px;
	}
	.services-section .bottom-line {
		padding-bottom:50px;
	}
	.services-section .row.justify-content-around .text {
		margin-top:30px;
		margin-bottom:30px;
		font-size:18px;
	}
	.services-section .row.justify-content-around .position-relative img {
		max-height: 220px;
		width:auto;
		margin-bottom:30px;
	}
}

/* youtube */

.promotion-youtube a.logo img {
    width: 190px;
}
.promotion-youtube a.logo {
    margin-right: 50px;
}
.promotion-youtube a.logo span {
    font-size: 19px;
}
.promotion-youtube .logo-mob{
    display: flex;
    gap: 20px;
}
.promotion-youtube .logo-mob span{
    color: #49495E;
    font-size: 12px;
    font-weight: 500;
}
.promotion-youtube .header-top {
    gap: 10px;
}
.promotion-youtube .container {
    width: 1170px;
}
.promotion-youtube .header-l p{
    color: white;
}

.title-section-promotion{
    background-color: #191625;
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
}
.title-section-promotion h1{
    font-size: 44px;
    text-transform: uppercase;
    line-height: normal;
}

.promotion-youtube .footer-top .red-button{
    font-size: 20px;
}
.promotion-youtube .footer-top-r p{
    max-width: 290px;
    text-align: left;
}
.promotion-youtube .panel-body p{
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    max-width: 920px;
    color: #7C7D9A;
}

.promotion-youtube .title-r img{
    margin: 0;
    margin-top: 120px;
    z-index: 0;
    margin-right: -60px;
    max-width: 713px;
}
.promotion-youtube .title-1 h1{
   text-transform: uppercase;
}

.promotion-youtube .statuette p{
    font-size: 21px;
    padding-left: 20px;
    position: relative;
    display: block;
    border-left: 3px solid #f94434;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 55px;
}

.application {

}
.application__text {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    position: relative;
    margin-bottom: 50px;
    max-width: 340px;
    padding-left: 20px;
    color: white;
}

.application__text::after {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    top: 5px;
    background-color: #BBB5FF;
    fill: #BBB5FF;
    filter: drop-shadow(0px 0px 8px #BBB5FF);
    border-radius: 100%;
}

.application__arrow{
position: absolute;
right: 0;
top: 27px;
}
.application__button{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 430px;
    text-align: center;
}
.application__button::after {
display: none;
}
.promotion-youtube header{
    background: #191625;
}
.promotion-youtube .title-section-bottom{
    position: relative;
    z-index: 5;
    width: 100%;
    position: static;
    margin-top: -20px;
}

.promotion-youtube .title-section-top{
}
.promotion-youtube{
    color: white;
}
.promotion-youtube .checkbox-tm span a{
    color: white;
}
.promotion-youtube .advantage-block span{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 275px;
}
.promotion-youtube .advantage-block .number{
    color: #BBB5FF;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.promotion-youtube .h2{
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: white;
    text-align: center;
    margin-bottom: 80px;
}
.modal-confrim .h2{
    color: #807f9a;
    font-size: 30px;
    margin-bottom: 20px;
}

.turnkey-promotion{
    padding-top: 75px;
    overflow: hidden;
}
.promotion-youtube .turnkey-promotion__card-wrapper{
margin-bottom: 60px;
min-height: 100%;
}
.promotion-youtube .turnkey-promotion__card{
    border-radius: 10px;
    background: linear-gradient(151deg, #33315D -0.71%, #222035 100.95%);
    padding: 40px 20px 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.promotion-youtube .turnkey-promotion__card p{
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-bottom: 60px;
    color: white;
    max-width: 300px;
}
.promotion-youtube .turnkey-promotion__card img{
    border-radius: 15px;
    width: 100%;
}
.promotion-youtube .turnkey-promotion__text-title{
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.promotion-youtube .turnkey-promotion__text-desc{
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    color: #BBB5FF;
    max-width: 390px;
    position: relative;
}
.promotion-youtube .turnkey-promotion__text-desc::after{
    position: absolute;
    display: block;
    content: '';
    width: 75px;
    height: 56px;
    right: 0;
    bottom: -20px;
    background-image: url(../images/l4-autograph-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.promotion-youtube .turnkey-promotion__text-desc::before{
    position: absolute;
    display: block;
    content: '';
    width: 320px;
    height: 120px;
    left: -350px;
    top: 100%;
    background-image: url(../images/ekat-vec-arrow-desk.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.turnkey-promotion__img{
    position: relative;
}
.turnkey-promotion__img-info{
    position: absolute;
    bottom: 160px;
    right: 30px;
}
.turnkey-promotion__advantages{
    display: flex;
    flex-wrap: wrap;
    max-width: 650px;
}
.turnkey-promotion__advantages-card{
    width: 50%;
    padding: 40px;
}
.turnkey-promotion__advantages-card:first-child{
   border-right: 1px solid #bbb5ff3d;
   border-bottom: 1px solid #bbb5ff3d;
}
.turnkey-promotion__advantages-card:nth-child(2){
    border-bottom: 1px solid #bbb5ff3d;
    
 }
.turnkey-promotion__advantages-card:nth-child(3){
    border-right: 1px solid #bbb5ff3d; 
 }

.turnkey-promotion__advantages-num{
    color: #BBB5FF;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.turnkey-promotion__advantages-text{
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 218px;
    margin: 0 auto;
}
.turnkey-promotion__advantages-block--mob{
    display: none;
}
.promotion-conf{
    padding: 150px 0 170px 0;
    background-color: #191826;
    position: relative;
}
.promotion-conf::after{
   content: '';
   display: block;
   position: absolute;
   left: 0;
   bottom: -180px;
   background-image: url(../images/l4-vebinar-mic.png);
   background-size: cover;
   background-repeat: no-repeat;
   width: 400px;
   height: 350px;
}
.promotion-conf img{
    border-radius: 25px;
    margin-bottom: 60px;
}
.promotion-conf p{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 440px;
}
.promotion-conf .h2{
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 90px;
}
.promotion-conf p a{
    text-decoration: underline;
    color: white;
}
.promotion-competitor__card-text{
    display: block;
    color: #7F818F;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: flex-start;
}
.promotion-competitor__card-text{
    display: flex;
}
.promotion-competitor__card-text span:not(.promotion-competitor__card-num){
min-width: 255px;
}
.promotion-competitor__card img{
    margin-bottom: 50px;
    min-height: 300px;
   
}
.promotion-competitor__card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.promotion-competitor{
    padding-top: 170px;
    padding-bottom: 100px;
}
.promotion-competitor__card-num{
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 10px;
}
.promotion-competitor__consult{
    filter: url('#flt_tag');
    max-width: 1440px;
    margin: 0 auto;
}
.promotion-competitor__consult-wrp{
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
    padding: 100px 40px 50px 120px;
    overflow: hidden;
    position: relative;
}
.promotion-competitor__consult-wrp::after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/l4-old-bgg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.promotion-competitor__consult-img{
    position: absolute;
}
.promotion-competitor__consult-left{
    gap: 20px;
}
.promotion-competitor__consult-text{
    color: #B0B0C1;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 28px;
    max-width: 590px;
    line-height: normal;
}
.promotion-competitor__consult-img{
    position: absolute;
    left: 0;
    bottom: -20px;
}
.promotion-competitor__consult-button{
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;

}
.promotion-competitor__consult-title{
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.promotion-steps {
 padding-bottom: 200px;
}
    .promotion-steps__info {
    }

    .promotion-steps__num {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 40px;
        display: inline-block;
        border-radius: 5px;
        background: #FE4929;
        padding: 5px 50px;
    }

    .promotion-steps__title-text {
        margin-bottom: 35px;
    }

    .promotion-steps__info-block{
        gap: 30px;
    }

    .promotion-steps__info-block:not(:last-child){
        margin-bottom: 35px;
    }

    .promotion-steps__content:not(:last-child){
        margin-bottom: 120px;
    }

    .promotion-steps__main-img {
        height: 100%;
        width: 100%;
        border-radius: 10px;
        object-fit: cover;
    }

    .promotion-steps__title-info {
        color: #B0B0C1;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        max-width: 465px;
        margin: 0;
    }

        .promotion-result {
            background-image: url(../images/l4-result-bg.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            padding-bottom: 310px;
            padding-top: 70px;
            overflow: hidden;
        }

        .promotion-result .h2{
            margin-bottom: 170px;
        }

		.promotion-result__content {
            position: relative;
            max-width: 1000px;
		}

		.promotion-result__steps {
           max-width: 330px;
           position: absolute;
           text-align: start;
           width: 100%;
		}
         .promotion-result__steps:nth-child(1) {
            left: 352px;
            top: -125px;
             
          }
          .promotion-result__steps:nth-child(2) {
            left: 610px;
            top: 36px;
             
          }
          .promotion-result__steps:nth-child(3) {
            left: 747px;
            top: 220px;
            
          }
          .promotion-result__steps:nth-child(4) {
            left: 642px;
            bottom: -100px;
             max-width: 400px;
          }
          .promotion-result__steps:nth-child(5){
            left: 263px;
             bottom: -250px;
             max-width: 360px;
          }

		.promotion-result__steps-number {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #545D88;;
            width: 66px;
            height: 66px;
            border-radius: 100%;
            margin-bottom: 23px;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
		}

		.promotion-result__steps-text {
            color: #FFF;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
		}
        .promotion-form{
            padding-top: 127px;
            background-color: #191826;
        }
        .promotion-form .h2{
            max-width: 650px;
        }
        .promotion-form .application__button{
            width: 100%;
            max-width: 100%;
            padding-top: 32px;
            padding-bottom: 32px;
        }
        .promotion-form__text{
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            max-width: 320px;
            margin-bottom: 30px;
            display: block;
        }
        .promotion-form__img{
            margin-top: -200px;
        }
        .promotion-why-we{
            padding-top: 100px;
            padding-bottom: 160px;
        }
        .promotion-why-we__card-wrapper{
            filter: url('#flt_tag');
        }
    
        .flt_svg {
            visibility: hidden; 
            position: absolute;
            width: 0px;
            height: 0px;
        }
        .promotion-why-we__card{
            justify-content: space-between;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            height: 100%;
            padding: 0 20px 20px 20px;
            color: black;
            width: 100%;
            border-radius: 20px;
            background-color: white;
            clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
            height: 420px;
        }
        .promotion-why-we__card-content{
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            height: 100%;
        }
        .promotion-why-we__title{
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
        }
        .promotion-why-we__text{
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            min-height: 117px;
            margin: 0;
            max-width: 316px;
        }
        .promotion-why-we__img{
            position: absolute;
            top: -35px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
        }
        .promotion-why-we__case:nth-child(3) img{
            top: -10px;
        }
        .promotion-why-we__case:nth-child(4) img{
           top: -60px;
        }
        .promotion-why-we__case:nth-child(5) img{
            top: -30px;
         }
         .promotion-why-we__case:nth-child(6) img{
            top: -20px;
         }
         .promotion-cooperation {
            padding-bottom: 130px;
         }
        
            .promotion-cooperation__card {
                background-color: #302B58;
                padding: 50px 40px 20px 40px;
                height: 100%;
                display: flex;
                flex-direction: column;
                border-radius: 10px;
                
            }
            .promotion-cooperation__wrapper-card{
                margin-bottom: 70px;
            }
            .promotion-cooperation__wrapper-card:nth-child(2) .promotion-cooperation__card{
                background-color: #524E8E;;
            }
            .promotion-cooperation__title {
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                text-transform: uppercase;
                text-align: center;
                margin-bottom: 35px;
            }
            .promotion-cooperation__text{
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                /*text-transform: uppercase;*/
                margin-bottom: 20px;
                display: block;
            }
            .promotion-cooperation__content{
                flex: 1 1 auto;
            }
            .promotion-cooperation__list {
                list-style: none;
                margin: 0;
                padding: 0;
                margin-bottom: 35px;
            }
    
            .promotion-cooperation__item {
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                position: relative;
                padding-left: 50px;
            }
    
            .promotion-cooperation__item::after {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                background-image: url(../images/l4-compl.png);
                background-size: cover;
                background-repeat: no-repeat;
                width: 25px;
                height: 25px;
            }

            .promotion-cooperation__price {
                text-align: center;
                margin-bottom: 40px;
                font-size: 44px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
               
            }
    
            .promotion-cooperation__price span{
                display: block;
                font-size: 21px;
				font-style: normal;
				font-weight: 600;
				line-height: normal;
            }
    
            .promotion-cooperation__button {
                margin: 0 auto;
                padding: 32px 108px;
            }
    
            .promotion-cooperation__button--disbl {
                background-color: #AAA7D0;;
            }
			.personal-support {
				margin-top:100px;
			}
				.personal-support .h2 {
					margin-bottom:30px;
				}
				.text-subttl {
					font-size:24px;
				}
				.personal-support .text-subttl {
					margin-bottom:80px;
				}
				.personal-support-card .promotion-cooperation__price {
					margin-top:75px;
				}
				.personal-support-card .promotion-cooperation__card {
					background-color:#6C66CC;
				}
				.personal-support-card .promotion-cooperation__card .text-inf {
					text-align:center;
					font-size:23px;
					margin-top:55px;
					margin-bottom:35px;
				}
            .promotion-garant {
                padding-bottom: 80px;
            }
                .promotion-garant__card {
                    background-color: #232136;
                    padding: 60px;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    border-radius: 10px;
                    
                }
        
                .promotion-garant__card-content{
                    flex: 1 1 auto;
                }
                
                .promotion-garant__card-img {
                    display: block;
                    margin: 0 auto;
                    margin-bottom: 40px;
          
                    height: 300px;
                }
        
                .promotion-garant__card-title {
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: normal;
                    margin-bottom: 20px;
                }
        
                .promotion-garant__card-text {
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }
        
        
              
                .promotion-trust {
                background-image: url(../images/l4-old-black-bg-2.png);
                    padding-top: 100px;
                    padding-bottom: 100px;
                }
                .promotion-trust__cards{
                    display: grid;
                    grid-template-columns: repeat(5, 1fr);
                    gap: 20px;
                }
                        .promotion-trust__card {
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            width: 100%;
                            height: 100%;
                            justify-content: center;
                        }

                        .promotion-trust__card div{
                            display: flex;
                            flex-direction: column;
                            align-items: flex-start;
                            height: 100%;
                        }
                
                        .promotion-trust__img {
                            border-radius: 20px;
                            margin-bottom: 30px;
   
                            width: 290px;
                        }
                
                        .promotion-trust__text {
                            font-size: 16px;
                            font-style: normal;
                            font-weight: 600;
                            line-height: normal;
                            margin-bottom: 50px;
                            flex: 1 1 auto;
                            max-width: 210px;
                        }
                
                        .promotion-trust__link {
                            display: block;
                            text-align: center;
                            font-size: 14px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: normal;
                            text-transform: uppercase;
                            border-radius: 10px;
                            background: #AAA7D0;
                            text-decoration: none;
                            color: white;
                            width: 100%;
                            padding: 25px;
                        }
                        .promotion-prom{
                            padding-top: 40px;
                        }
                .promotion-prom .promotion-competitor__consult{
                    padding: 0;
                    padding-right: 80px;
                }
                .promotion-prom .promotion-competitor__consult{
                    padding: 0;
                    filter: url('#flt_tag');
                }
                .promotion-prom .promotion-competitor__consult-wrp{
                    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
                    background: #232136;
                    padding: 90px 100px 62px 100px;
                }
                .promotion-prom .promotion-competitor__consult-wrp::after{
                    display: none;
                }
                .promotion-prom .promotion-competitor__consult-button{
                    padding: 28px 100px;
                }
                .promotion-prom .promotion-competitor__consult-title{
                    font-size: 26px;
                    max-width: 250px;
                    text-transform: none;
                }
                .promotion-prom .promotion-competitor__consult-left{
                    gap: 50px;
                }

                .promotion-youtube .modal {
                    padding-top: 180px;
                    position: relative;
                    overflow-x: hidden;
                }
                .promotion-youtube .custom-modal {
                    background-color: #191625 !important;
                }
                    .promotion-youtube .modal__title {
                        text-align: center;
                        font-size: 36px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: normal;
                        margin-bottom: 50px;
                    }
            
                    .promotion-youtube .modal__left{
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        margin-bottom: 30px;
                    }

                    .promotion-youtube .modal__title-list {
                        font-size: 26px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: normal;
                        margin-bottom: 40px;
                        display: block;
                    }
            
                    .promotion-youtube .modal__list {
                        list-style: none;
                        padding: 0;
                        gap: 25px;
                        display: flex;
                        flex-direction: column;
                        max-width: 400px;
                    }
            
                    .promotion-youtube .modal__list-item {
                        color: #B0B0C1;
                        font-size: 24px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        display: block;
                        padding-left: 40px;
                        position: relative;
                    }

                    .promotion-youtube .modal__list-item::after {
                        content: '';
                        display: block;
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        width: 10px;
                        height: 10px;
                        background-color: #FE4929;
                    }
            
                    .promotion-youtube .modal__form {
                        background-color: #232136;
                        padding: 30px 90px 40px 90px;
                        border-radius: 10px;
                        position: relative;
                    }
            
                    .promotion-youtube .modal__form-text {
                        font-size: 22px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: normal;
                        max-width: 320px;
                        margin-bottom: 35px;
                        display: block;
                    }
            
                    .promotion-youtube .modal__img {
                    }
            
                    .promotion-youtube .modal .application__button{
                        width: 100%;
                        max-width: 100%;
                        padding: 27px;
                    }

                    .promotion-youtube .modal__img{
                        position: absolute;
                        top: -100px;
                        right: -100px;
                    }

                    .promotion-youtube .modal__logo{
                        position: absolute;
                        top: 50px;
                        left: 50px;
                    }

                    .promotion-youtube .modal__button-close{
                        position: absolute;
                        top: 50px;
                        right: 50px;
                        background-color: transparent;
                        border: none;
                    }

            .modal__thanks .promotion-competitor__consult-text{
                font-size: 36px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                color: white;
                margin-bottom: 24px;
                max-width: 520px;
            }

            .modal__thanks .promotion-competitor__consult-text-info{
                font-size: 24px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                max-width: 520px;
                color: #B0B0C1;
            }
            .modal__thanks .promotion-competitor__consult-thanks{
                gap: 100px;
                clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
                width: 100%;
                padding: 90px 140px 54px 100px;
                position: relative;
                overflow: hidden;
            }
            .modal__thanks .promotion-competitor__consult-thanks::after{
                display: block;
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                top: 0;
                bottom: 0;
                background-image: url(../images/l4-old-bgg.jpg);
                background-size: cover;
                background-repeat: no-repeat;
                z-index: -1;
                width: 100%;
                height: 100%;
            }
            .modal__thanks .promotion-competitor__consult{
                margin-bottom: 80px;
            }
           
                .modal__thanks-card {
                    display: flex;
                    flex-direction: column;
                }
        
                .modal__thanks-card-img {
                    border-radius: 15px;
                    margin-bottom: 25px;
                }
        
                .modal__thanks-card-text {
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: normal;
                }
                .politic{
                    text-align: center;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: normal;
                    color: #FFF;
                    text-decoration: none;
                    display: block;
                    margin: 0 auto;
                }
                .politic:hover{
                    color: white;
                }
                .promotion-prom .promotion-competitor__consult-person{
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    z-index: 1;
                }       
                .modal__thanks .promotion-competitor__consult-person{
                    width: 273px;
                }
@media (max-width: 1200px) {
    .promotion-youtube .title-r img{
        max-width: 500px;
    }
    .promotion-youtube .title-section-bottom{
        margin-top: 50px;
    }
    .promotion-youtube .turnkey-promotion__text-desc::before{
       display: none ;
    }
    .promotion-youtube .turnkey-promotion__card p{
        font-size: 18px;
    }
    .promotion-youtube .turnkey-promotion__card-wrapper{
        margin-bottom: 20px;
        }
        .turnkey-promotion__advantages-num{
            font-size: 50px;
        }
        .turnkey-promotion__advantages-text{
            font-size: 14px;
        }
        .promotion-youtube .turnkey-promotion__text-desc{
            font-size: 20px;
           
        }

        .promotion-competitor__consult-wrp{
            padding: 100px 50px 80px 15px;
        }
        .promotion-competitor__consult-text{
            max-width: 405px;
        }
        .promotion-competitor__consult-right{
            align-self: flex-end;
        }
        .promotion-competitor__consult-button{
            width: 100%;
        }
        .promotion-competitor__consult-img{
            position: absolute;
            left: 0;
            bottom: -45px;
            width: 50%;
        }
      
        .promotion-steps__main-img {
            width: 100%;
            max-width: 645px;
            max-height: 548px;
            text-align: center;
            display: block;
            margin: 0 auto;
        }
        .promotion-steps__info{
            margin-bottom: 70px;
        }
        .promotion-result__content{
            text-align: right;
        }
        .promotion-result__img{
            margin-right: -400px;
        }
        .promotion-result__steps{
            max-width: 280px;
        }
        .promotion-result__steps:nth-child(1) {
            left: unset;
            right: 100px;
            top: -125px;
             
          }
          .promotion-result__steps:nth-child(2) {
            left: unset;
            right: 300px;
            top: 36px;
             
          }
          .promotion-result__steps:nth-child(3) {
            left: unset;
            right: 400px;
            top: 200px;
             
          }
          .promotion-result__steps:nth-child(4) {
            left: unset;
            right: 300px;
            bottom: -125px;
             
          }
          .promotion-result__steps:nth-child(5){
            left: unset;
            right: 100px;
            bottom: -325px;
          }
          .promotion-result {
            padding-bottom: 410px;
        }
        .promotion-form__img{
            margin-top: 0;
        }
        .promotion-why-we__img{
            position: absolute;
            top: -50px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
        }
        .promotion-why-we__case:nth-child(3) img{
            top: 0;
         }
        .promotion-why-we__case:nth-child(4) img{
           top: -100px;
        }
        .promotion-why-we__case:nth-child(5) img{
            top: -50px;
         }
         .promotion-prom .promotion-competitor__consult-person{
            right: 0;
            left: unset;
            bottom: 0;
            width: 50%;
            transform: scale(-1, 1);
         }
         .promotion-prom .promotion-competitor__consult{
            align-items: flex-start !important;
         }
         .promotion-prom .promotion-competitor__consult-right{
            align-self: flex-start;
         }
         .promotion-prom .promotion-competitor__consult-wrp{
            padding-top: 150px;
            padding-bottom: 100px;
            padding-left: 50px;
         }
         .promotion-youtube .promotion-competitor__consult-thanks{
            gap: 70px;
        }
        .modal__thanks .promotion-competitor__consult-img{
            position: absolute;
            left: 0;
            bottom: -10px;
        }
        .modal__thanks .promotion-competitor__consult{
            margin-bottom: 80px;
        }
}
@media (max-width:767px) {
    .promotion-youtube header .header-phone {
        text-align: start;
    }
	.title-section-promotion h1{
        text-align: start;
    }
    
.promotion-youtube .statuette p{
    text-align: start;
}
.promotion-youtube .statuette{
    justify-content: start;
}
    .promotion-youtube .title-r img{
        margin: 0;
        max-width: 850px;
        width: 100%;
        margin-left: -50px;
    }
    .promotion-youtube .title-section-bottom{
        margin: 0 auto;
        max-width: 420px;
        margin-top: -150px;
      
    }
    .promotion-youtube .advantage-block{
        min-height: 190px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .application__button{
        max-width: 380px;
    }
    .turnkey-promotion__advantages-block{
        display: none;
    }
    .turnkey-promotion__advantages-block--mob{
        display: block;
        width: 100%;
    }
    .turnkey-promotion__advantages{
        width: 100%;
        max-width: 100%;
    }
    .turnkey-promotion__text-title{
        margin-top: 60px;
        margin-bottom: 55px;
        display: block;
        text-align: center;
    }
    .turnkey-promotion__advantages{
        margin-bottom: 80px;
    }
    .promotion-youtube .turnkey-promotion__text-desc::before{
        display: block ;
        width: 130px;
        height: 60px;
        background-image: url(../images/ekat-vec-arrow-min.svg);
        left: 50px;
     }
     .promotion-youtube .turnkey-promotion__text-desc::after{
        width: 130px;
        height: 100px;
        top: 100%;
     }
     .turnkey-promotion__img-info{
        left: 70%;
     }
     .turnkey-promotion__text-desc{
        margin-left: -100px;
     }
     .promotion-conf{
        padding-bottom: 500px;
     }
     .promotion-conf::after{
        bottom: 0;
        width: 540px;
        height: 450px;
     }
     .promotion-competitor__card img{
        max-height: 520px;
        min-height: unset;
    }
    .promotion-result__content{

    }
    .promotion-form form{
        max-width: 400px;
    }
    .promotion-why-we__img{
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }
    .promotion-why-we__case:nth-child(3) img{
        top: 0;
     }
    .promotion-why-we__case:nth-child(4) img{
       top: -75px;
    }
    .promotion-why-we__case:nth-child(5) img{
        top: -50px;
     }
     .promotion-why-we__case:nth-child(6) img{
        top: -20px;
     }
     .promotion-trust__cards{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 85px;
    
    }
    .promotion-trust__img {
        width: 100%;
        max-width: 216px;
    }
    .promotion-trust__card div{
        max-width: 216px;
    }
    .promotion-trust__text{
        margin-bottom: 30px;
    }
    .promotion-prom .promotion-competitor__consult-title{
        max-width: 500px;
        margin-bottom: 20px;
    }
    .promotion-prom .promotion-competitor__consult-person{
        width: 50%;
    }
    .promotion-prom{
        margin-bottom: 50px;
    }
    .promotion-youtube .modal__title{
        margin-bottom: 0;
    }
    .modal__thanks .promotion-competitor__consult-img{
        position: absolute;
        left: 0;
        bottom: 3px;
        width: 75%;
    }
    .modal__thanks .promotion-competitor__consult-thanks{
        padding: 140px 20px 180px 20px;
        gap: 30px  ;
    }
    .promotion-youtube .modal__title{
        margin-top: 120px;
    }
	.personal-support {
		margin-top:75px;
	}
	.personal-support .h2 {
		margin-bottom:30px;
	}
	.text-subttl {
		font-size:20px;
	}
	.personal-support .text-subttl {
		margin-bottom:30px;
	}
	.personal-support-card .promotion-cooperation__card .text-inf {
		font-size:20px;
	}

}

@media (max-width:575px) {
    .title-section-promotion h1{
        font-size: 26px;
    }
    .promotion-youtube .h2{
        font-size: 26px;
        text-align: start;
        margin-bottom: 45px;
    }
    .promotion-youtube .turnkey-promotion__card-wrapper:last-child{
        margin-bottom: 100px;
        }
    .promotion-youtube .advantage-block span{
        font-size: 14px;
    }
    .promotion-youtube .advantage-block .number{
        font-size: 42px;
    }
.promotion-youtube .statuette p{
    font-size: 16px;
}
.promotion-youtube .statuette{
    justify-content: start;
}
    .promotion-youtube .title-r img{
        min-width: 500px;
        width: 100%;
        margin-left: 0;
    }
    .promotion-youtube .title-section-bottom{
        margin: 0 auto;
        max-width: 500px;
        margin-top: -80px;
      
    }
    .promotion-youtube .title-section-bottom{
        padding: 0;
    }
    .promotion-youtube .advantage-block{
        min-height: 190px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .application__button{
        font-size: 14px;
    }
    .promotion-youtube .turnkey-promotion__text-title{
        text-align: start;
        font-size: 26px;
        margin-top: 30px;
        margin-bottom: 50px;
        max-width: 270px;
        text-transform: none;
    }
    .turnkey-promotion__advantages-card{
        width: 100%;
        border-bottom: 0;
        padding: 0;
        margin-bottom: 35px;
    }
    .turnkey-promotion__advantages-card:first-child{
        border-right: unset;
        border-bottom: unset;
     }
     .turnkey-promotion__advantages-card:nth-child(2){
         border-bottom: unset;
         
      }
     .turnkey-promotion__advantages-card:nth-child(3){
         border-right: unset; 
      }
      .turnkey-promotion__advantages-card:last-child{
        margin-bottom: 50px;
      }
      .turnkey-promotion__advantages-num{
        font-size: 72px;
    }
    .turnkey-promotion__advantages-text{
        font-size: 18px;
        max-width: 320px;
    }
    .turnkey-promotion__advantages{
        margin-bottom: 0;
    }
    .promotion-youtube .turnkey-promotion__text-desc{
        margin: 0;
        margin-bottom: 45px;
        align-self: center;
        max-width: 320px;
    }
    .turnkey-promotion__img-person{
        margin-left: -80px;
        width: 80%;
    }
    .promotion-youtube .turnkey-promotion__text-desc::before{
        display: block;
        width: 63px;
        height: 124px;
        background-image: url(../images/ekat-vec-arrow-mob.svg);
        left: unset;
        right: 57px;
        top: 72%;
     }
     .promotion-youtube .turnkey-promotion__text-desc::after{
        width: 107px;
        height: 80px;
        top: unset;
        bottom: -200px;
        right: 40px;
     }
     .turnkey-promotion__img-info{
        left: unset;
        right: 0;
        bottom: 0;
        width: 90%;
     }
     .promotion-conf::after{
        width: 340px;
        height: 283px;
        bottom: 50px;
     }
     .promotion-conf{
        padding-top: 60px;
        padding-bottom: 300px;
        overflow: hidden;
     }
     .promotion-conf img{
        margin-bottom: 25px;
    }
    .promotion-conf p{
        font-size: 18px;
    }
    .promotion-competitor__card-text span{
        font-size: 14px;
    }
    .promotion-competitor__card-text span:not(.promotion-competitor__card-num){
        min-width: 200px;
    }
    .promotion-competitor__consult-person{
        align-self: flex-end;
        width: 125px;
        height: 125px;
        margin-right: 40px;
    }
    .promotion-competitor__consult-text{
        font-size: 16px;
        padding: 0;
        margin-bottom: 35px;
        max-width: 280px;
    }
    .promotion-prom .promotion-competitor__consult-text{
        padding: 0 20px;
    }
    .promotion-competitor__consult-title{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .promotion-competitor__consult-left{
        gap: 10px;
    }
    .promotion-competitor__consult-wrp{
        padding: 60px 13px 85px 13px;
    }
    .promotion-competitor__consult-img{
        width: 100%;
        max-width: 270px;
        bottom: -80px;
    }
    .promotion-steps__main-img {
        max-width: 645px;
        max-height: 180px;
    }
    .promotion-steps__title-info{
        font-size: 18px;
        max-width: 350px;
    }
    .promotion-steps {
        padding-bottom: 100px;
       }
       .promotion-result{
        padding-bottom: 0;
       }
       .promotion-result__steps{
        position: static;
        margin-bottom: 30px;
        max-width: 100%;
    }
    .promotion-result__img{
        margin: 0;
        min-width: 613px;

    }
    .promotion-form .application__button{
        font-size: 14px;
        margin-top: 0;
    }
    .promotion-why-we__img{
        top: 0;
    }
    .promotion-why-we__case:nth-child(1) img{
        top: 0;
     }
    .promotion-why-we__case:nth-child(2) img{
        top: -30px;
    }
    .promotion-why-we__case:nth-child(3) img{
        top: 0;
     }
     .promotion-why-we__case:nth-child(4) img{
        top: -65px  ;
     }
     .promotion-why-we__case:nth-child(5) img{
        top: -30px;
     }
     .promotion-why-we__case:nth-child(6) img{
        top: 0;
     }
     .promotion-why-we__card{
        padding: 0 20px 20px 20px;
     }
     .promotion-cooperation__title{
        font-size: 20px;
        max-width: 275px;
        margin: 0 auto;
        margin-bottom: 35px;
     }
     .promotion-cooperation__button{
        padding: 20px;
        width: 100%;
     }
     .promotion-cooperation__price{
        font-size: 32px;
     }
     .promotion-garant__card-img {
        height: unset;
    }
    .promotion-cooperation__card{
        padding: 40px 20px;
    }
    .promotion-cooperation{
        padding-bottom: 50px;
    }
    .promotion-trust__cards{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 40px;
    
    }
    .promotion-trust {
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .promotion-garant__card-text{
            font-size: 20px;
        }
        .promotion-garant__card-title{
            font-size: 20px;
        }
        .promotion-garant__card{
            padding: 30px 15px;
        }
        .promotion-prom .promotion-competitor__consult{
            padding-right: 5px;
            padding-left: 5px;
        }
        .promotion-prom .promotion-competitor__consult-wrp{
            padding-top: 100px;
            padding-bottom: 155px;
            padding-left: 5px;
            padding-right: 5px;
        }
        .promotion-prom .promotion-competitor__consult-person{
            height: auto;
            width: 100%;
            margin: 0;
            transform: scale(-1, 1);
            max-width: 250px;
            right: 5px;
        }
        .promotion-youtube .modal__form{
            background-color: transparent;
        }
        .promotion-youtube .modal__img{
            position: static;
            margin: 0 auto;
            display: block;
        }
        .promotion-youtube .modal__form{
            padding: 0;
        }
        .promotion-youtube .modal__list-item{
            font-size: 18px;
        }
        .promotion-youtube .modal .application__button{
            font-size: 14px;
        }
        .promotion-youtube .modal__title{
            text-align: start;
            font-size: 26px;
            margin-top: 120px;
        }
        .promotion-youtube .modal__logo{
            top: 20px;
            left: 20px;
        }
        .promotion-youtube .modal__button-close{
            top: 20px;
            right: 20px;
        }
        .promotion-youtube .modal__left{
            align-items: flex-start;
        }
        .modal__thanks .promotion-competitor__consult-left{
            align-self: flex-end;
            margin-top: 30px;
        }
        .modal__thanks .promotion-competitor__consult-img{
            max-width: 100%;
            width: 400px;
            left: unset;
            right: 0;
            bottom: -44px;
        }
        .modal__thanks .promotion-competitor__consult-thanks{
            gap: 20px;
            padding: 10px 35px 180px 15px;

        }
        .modal__thanks .promotion-competitor__consult{

            margin-top: -40px;
        }
        .promotion-competitor{
            padding-top: 80px;
        }
        .promotion-why-we{
            padding-bottom: 80px;
        }
        .promotion-competitor__card img{
            margin-bottom: 25px;
            width: 400px;
        }
        .promotion-form__img{
            margin-top: 30px;
        }
        .promotion-prom .promotion-competitor__consult-button{
            padding: 25px 15px;
        }
        .promotion-prom .promotion-competitor__consult-title{
            padding: 0 20px;
            margin: 0;
        }
        .promotion-competitor__consult-right{
            align-self: stretch !important;
        }
        .modal__thanks .promotion-competitor__consult-person{
            width: 124px;
            height: 124px;
            margin: 0;
        }
        .modal__thanks .promotion-competitor__consult-text{
            padding: 0;
            font-size: 26px;
        }
        .modal__thanks .promotion-competitor__consult-text-info{
            font-size: 18px;
        }
        .promotion-youtube .panel-body p{
            font-size: 14px;
        }
        .promotion-youtube .panel-group button{
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 134.9%; /* 21.584px */
            letter-spacing: 0.32px;
        }
        
        .promotion-competitor .promotion-competitor__consult-person{
            margin-right: 40px;
        }
        .promotion-youtube .title-r{
            margin: 0 -46px 0 -111px;
        }
        .application__text{
            margin-bottom: 100px;
        }
        .application__arrow{
            right: 25px;
            top: 54px;
            transform: rotate(45deg);
        }
        .promotion-competitor .h2{
            text-align: center;
        }
        .promotion-result .h2{
            text-align: center;
        }
        .promotion-why-we .h2{
            text-align: center;
        }
        .promotion-competitor__consult-img{
            max-width: 335px;
            bottom: -103px;
        }
        .promotion-cooperation .h2{
            text-align: center;
        }
        .promotion-garant .h2{
            text-align: center;
        }
        .promotion-steps__title-text{
            font-size: 22px;
            max-width: 270px;
        }
        .promotion-youtube .turnkey-promotion__card p{
            margin-bottom: 20px;
        }
        .promotion-youtube .turnkey-promotion__card p{
            max-width: 260px;
        }
        .promotion-competitor .h2{
            font-size: 20px;
            max-width: 330px;
            margin: 0 auto;
            margin-bottom: 50px;
        }
        .promotion-form .h2{
            max-width: 265px;
        }
        .promotion-form__text{
            max-width: 217px;
        }
        .promotion-youtube .faq-section .h2{
            max-width: 250px;
        }
        .promotion-competitor__consult-information{
            width: 100%;
        }
        .promotion-youtube a.logo {
            width: 100%;
            color: #49495E;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-decoration: none;
            align-items: center;
        }
        .promotion-youtube a.logo svg{
            width: 140px !important;
        }
	.personal-support {
		margin-top:0px;
	}
	.personal-support .h2 {
		margin-bottom:30px;
	}
	.text-subttl {
		font-size:16px;
	}
	.personal-support .text-subttl {
		margin-bottom:30px;
	}
	.personal-support-card .promotion-cooperation__card .text-inf {
		font-size:16px;
		margin-top:35px;
		margin-bottom:0;
	}
	.personal-support-card .promotion-cooperation__price {
	    margin-top: 25px;
	}
}

@media (min-width: 992px) {
    .modal-content .col-lg-4 {
        flex: 0 0 auto;
        width: 100%;
    }
}
