





@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700,800container_akcii&display=swap&subset=cyrillic');
/*font-family: 'Montserrat', sans-serif;*/
html {
	font-family: 'Open Sans', sans-serif;
}
body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}
a {
	outline: none!important;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}
* {
    outline: none!important;
}
.btn:focus, .btn.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
p,
.text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    /*color: #000;*/
    margin-top: 0.625rem;
}

a {
    color: #000;
}

a:hover {
    color: #594999;
}

a.razrab{
    color: #fff;
}

a:hover.razrab{
    color: #594999;
}

h1 {
    letter-spacing: 7px;
}

h1,
h2 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2em;
}

h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.subheader {
    color: #000;
}

textarea {
    resize: none;
}
header {
    min-height: 65px;
    padding: 8px 0;
    background-color: #FFF;
}
header img {
	width: 100%;
}
header .row {
	-webkit-align-items: center;
	        align-items: center;
}
#logo {
	width: 270px;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.navbar-toggler-icon
{
    background-image: url(/custom/my/images/menu.svg)!important;
}
.header_link {
	font-size: 20px;
	font-weight: 600;
}
.yellow {
	color: #F1C10E;
}
.header_link i {
	font-weight: 100;
}
.navbar-toggler-icon {
    width: 55px!important;
    height: 50px!important;
    background-size: cover!important;
}
#mp-slider {
	margin-top: 0;
}
#main_menu {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 75px;
	left: 0;
	min-height: 65px;
    transition: 0.2s;
    border-bottom: 1px solid white;
    /*background: rgba(255, 255, 255, .15);*/
    background: rgba(11, 12, 12, 0.79);
}
.academy #main_menu {
    background-color: rgba(0, 0, 0, 0.5);
}
.menu_top {
    padding: 0;
    margin: 0;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.menu_top li {
    display: inline-block;
    position: relative;
    margin: 20px 0;
    text-transform: uppercase;
}
.menu_top li a {
	color: #FFF;
	font-size: 14px;
}
main {
	padding-top: 145px;
    -ms-overflow-x: hidden;
        overflow-x: hidden;
}

@media screen and (max-width: 576px) {
    main {
        padding-top: 45px;
    }
}



.mp-slider {
	height: 690px;
}
.owl-carousel .slide {
	height: 100%;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
}
.owl-carousel.owl-drag .owl-item, .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage {
	height: 100%;
}
.wrapper_ban h1, .wrapper_ban h2{
	font-size: 60px;
	color: #F1C10E;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 3px;
	line-height: 1;
}
.wrapper_ban p {
	font-size: 40px;
	color: #FFF;
}
.wrapper_ban {
    position: absolute;
    left: 50%;
    top: 55%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.feedback_form_main {
	max-width: 630px;
	width: 100%;
	border: 1px solid rgba(255,255,255,0.4);
	padding: 3rem;
	margin: auto;
}
.feedback_form_param_main {
	width: max-content;
	margin-bottom: 24px;
}
input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], textarea {
	border: none;
	border-bottom: 0.5px solid rgba(255, 255, 255, 0.6);
	color: #FFF;
	background-color: transparent;
	font-size: 16px;
	width: 100%;
	padding-left: 0;
	padding-bottom: 3px;
}
.feedback_form_param9 {
	width: 50%;
}
.feedback_form_main input::placeholder {
	color: rgba(255,255,255,0.7);
}
.feedback_form_main .privacy_field, .feedback_form_main .required_field {
	color: rgba(255,255,255,0.5);
}
.feedback_form_main .privacy_field {
	margin-top: 2em;
}
.feedback_form_main input[type="submit"] {
	background: url(/custom/my/images/sec-1-content-1.png) no-repeat;
    transition: 0.3s;
    position: relative;
    color: #f1c10e;
    cursor: pointer;
    font-size: 16px;
    height: 60px;
    width: 230px;
    border: none;
    font-weight: 500;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    float: right;
    margin-top: -17%;
    text-align: left;
    padding-left: 40px;
}
.feedback_form_main input[type="submit"]:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
    transition: 0.3s;
    color:black;
    opacity: 1;
	background: url(/custom/my/images/sec-1-content-1-hover.png) no-repeat;
}
.feedback_form_main input[type="submit"]:active {
	background-size: 95%;
    background-position-x:center;
    transition: 0s;
}
form .captcha.js_captcha {
	display: none;
}
.bs_link {
    max-width: 450px;
    width: 100%;
    margin: auto;
    margin-top: 41px;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.bs_link a {
	text-decoration: underline;
	color: rgba(193, 192, 195, 0.8);
}
.bs_link a:hover {
	color: #FFF;
	opacity: 1;
}
.mp-slider .owl-nav button{
	position: absolute;
	bottom: 9%;
	filter: contrast(1000%);
	-moz-filter: contrast(1000%);
	-webkit-filter: contrast(1000%);
	-o-filter: contrast(1000%);
	opacity: 0.4;
}
.mp-slider .owl-nav button:hover {
	opacity: 1;
}
.mp-slider .owl-nav button.owl-prev {
	left: 20%;
}
.mp-slider .owl-nav button.owl-next {
	right: 20%;
}
.container_akcii {
    padding-top: 15px;
	min-height: 660px;
    background: url(/custom/my/images/sec-2-back.jpg) 53% no-repeat;
    background-size: cover;
}
.title {
	font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #cfcfcf;
    letter-spacing: 0.2em;
}
.logo-very-small {
	margin-top: -13px;
	padding: 0 20px;

}
.container_what_we_do {
    padding-top: 24px;
}
.container_akcii .block-1, .container_akcii .block-2, .container_akcii .block-3, .container_akcii .block-4 {
	min-height: 420px;
    overflow: hidden;
    box-shadow: 3px 3px 8px 1px #999;
    cursor: pointer;
}
.container_akcii .block-1
	{
	    background: url(/custom/my/images/akcii/sec-2-back-2.jpg);
	    background-size: cover;
	}
.container_akcii .block-2
	{
	    background: url(/custom/my/images/akcii/sec-2-back-3.jpg);
	    background-size: cover
	}
.container_akcii .block-3
	{
	    background: url(/custom/my/images/akcii/sec-2-back-4.jpg);
	    background-size: cover
	}
.container_akcii .block-4
	{
	    background: url(/custom/my/images/akcii/sec-2-back-5.jpg);
	    background-size: cover
	}
.container_akcii .block-semi
    {
        position: absolute;
        bottom: 10%;
        width: 100%;
        margin-left: 10%;
        transition: 0.3s;
        z-index: 1;
        font-size: 20px;
    }
.container_akcii .block-small-1,
.container_akcii .block-small-2,
.container_akcii .block-small-3,
.container_akcii .block-small-4
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.3s;
    }
.back-yel {
    background-color: #f1c10e;
    margin-left: auto;
    margin-right: auto;
}

.container_akcii .block-small-1:hover
    {
        background: rgba(248, 249, 250, 0.83);
    }
.container_akcii .block-small-2
    {
        background: rgba(241, 193, 14, 0.40);
    }
.container_akcii .block-small-2:hover
    {
        background: rgba(241, 193, 14, 0.9);
    }
.container_akcii .block-small-3
    {
        background: rgba(85, 71, 144, 0.4);
    }
.container_akcii .block-small-3:hover
    {
        background: rgba(85, 71, 144, 0.9);
    }
.container_akcii .block-small-4
    {
        background: rgba(0, 0, 0, 0.4);
    }
.container_akcii .block-small-4:hover
    {
        background: rgba(0, 0, 0, 0.9);
    }
.container_akcii .block-small-1:hover>.block-semi-1
    {
        display: block!important;
        transition: 0.3s;
    }
.container_akcii .block-small-2:hover>.block-semi-2
    {
        display: block!important;
        transition: 0.3s;
    }
.container_akcii .block-small-3:hover>.block-semi-3
    {
        display: block!important;
        transition: 0.3s;
    }
.container_akcii .block-small-4:hover>.block-semi-4
    {
        display: block!important;
        transition: 0.3s;
    }
.container_akcii .block-small-1 p, .container_akcii .block-small-2 p, .container_akcii .block-small-3 p, .container_akcii .block-small-4 p {
    line-height: 1.8;
}
.container_akcii .block-semi-1, .container_akcii .block-semi-2, .container_akcii .block-semi-3,
.container_akcii .block-semi-4
    {
        position: relative;
        height: 100%;
    }
.container_akcii .block-small-1 li, .container_akcii .block-small-2 li, .container_akcii .block-small-3 li,
.container_akcii .block-small-4 li {
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
    list-style-type: none;
}
.container_akcii .block-small-1 li a, .container_akcii .block-small-2 li a, .container_akcii .block-small-3 li a,
.container_akcii .block-small-4 li a {
    position: relative;
}
.container_akcii .block-small-1 li a:after, .container_akcii .block-small-2 li a:after, .container_akcii .block-small-3 li a:after,
.container_akcii .block-small-4 li a:after {
    content: "•";
    font-size: 14px;
    position: absolute;
    left: -5px;
    top: 50%;
    -webkit-transform: translate(-150%,-50%);
       -moz-transform: translate(-150%,-50%);
        -ms-transform: translate(-150%,-50%);
         -o-transform: translate(-150%,-50%);
            transform: translate(-150%,-50%);
}
.container_akcii .block-1:hover>.block-semi,
.container_akcii .block-2:hover>.block-semi,
.container_akcii .block-3:hover>.block-semi,
.container_akcii .block-4:hover>.block-semi
    {
        display: none!important;
        transition: 0.2s;
    }
.container_what_we_do .sh-dow:hover
    {
        /*box-shadow: 3px 3px 8px 1px #999;*/
        transition: 0.4s;
    }
.container_what_we_do .skos
    {
        right: -24%;
        bottom: 0;
        opacity: 0.7;
    }
.container_what_we_do .mob-back
    {
        bottom: -7%;
        width: 150%;
        z-index: 1000;
        width: 81%;
    }
.container_what_we_do .pic
    {
        cursor: pointer;
    }
.container_what_we_do svg {
        max-width: 98px;
        margin: auto;
	    display: block;
    }
.container_what_we_do .sh-dow:hover .fil0,
.container_what_we_do .sh-dow:hover
    {
        color: #594999!important;
        fill: #594999!important;
    }
.container_what_we_do .block-1 li:hover,
.container_what_we_do .block-1 li a:hover
    {
        color: #7f6bbd!important;
    }
.container_what_we_do .sh-dow
    {
        min-height: 170px!important;
        min-width: 170px!important;
        max-width: 200px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
.container_what_we_do dl {
	width: 90%;
	display: block;
	margin: auto;
}
.container_work {
    margin-top: -70px;
}
.container_because {
    margin-top: -30px;
}
.container_because .logo-very-small {
    padding: 0 10px;
}
.container_slider_what_we_do {
	padding: 35px 0 10px;
	overflow: hidden;
	position: relative;
	background-image: url("/custom/my/images/what_we_do/sec-3-back-3.png");
	background-repeat: no-repeat;
	-webkit-background-size: 70%;
	     -o-background-size: 70%;
	    background-size: 70%;
    background-position: 10% 85%;
}
.container_slider_what_we_do:after {
	content: url(/custom/my/images/what_we_do/sec-3-content-2.png);
	position: absolute;
	right: -15%;
	top: 0;
	opacity: 0.7;
	z-index: 1;
}
.title-2 {
    font-size: 36px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #594999;
}
#callback .modal-body {
    padding: 0 10rem 4rem;
}
.container_slider_what_we_do .what_we_do_slider.owl-carousel .owl-item img {
	width: 99%;
	margin-left: 35px;
}
.container_slider_what_we_do .what_we_do_slider.owl-carousel .owl-nav button{
	position: absolute;
	bottom: 25%;
	filter: contrast(1000%);
	-moz-filter: contrast(1000%);
	-webkit-filter: contrast(1000%);
	-o-filter: contrast(1000%);
	opacity: 0.7;
}
.container_slider_what_we_do .what_we_do_slider.owl-carousel .owl-nav button:hover {
	opacity: 1;
}
.container_slider_what_we_do .what_we_do_slider.owl-carousel .owl-nav button.owl-prev {
	right: calc(50% + 15px);
}
.container_slider_what_we_do .what_we_do_slider.owl-carousel .owl-nav button.owl-next {
	left: calc(50% - 22px);
}
.work_slider {
	height: 700px;
}
.work_slider .slide {
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
    background-position: center;
}
.work_slider .wrapper_ban {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 14%;
    width: max-content;
    text-align: center;
    -webkit-transform: translate(0%,-30%);
    -moz-transform: translate(0%,-30%);
    -ms-transform: translate(0%,-30%);
    -o-transform: translate(0%,-30%);
    transform: translate(0%,-30%);
}
.work_slider .wrapper_ban li {
	list-style-type: none;
	position: relative;
}
.work_slider .wrapper_ban li:before {
	content: "•";
	font-size: 14px;
	margin-right: 10px;

}
.container_because svg {
	-webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	     -o-transform: scale(0.9);
	        transform: scale(0.9);
}
.work_slider.owl-carousel .owl-nav button{
	position: absolute;
	bottom: 7%;
	opacity: 0.7;
}
.work_slider.owl-carousel .owl-nav button.disabled {
	opacity: 0.3;
}
.work_slider.owl-carousel .owl-nav button.owl-prev {
	right: 50%;
}
.work_slider.owl-carousel .owl-nav button.owl-next {
    left: calc(50% - 6px);
}
.container_because .block {
	height: 285px;
    background: rgba(255, 255, 252, 0.6);
    border: 1px solid #d2d2d2;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    margin: 0;
}
.container_because .block:hover {
    box-shadow: 3px 3px 8px 1px #999;
    transition: 0.4s;
}
.container_because .block:hover .fil0, .container_because .block:hover, .container_because object:hover {
    color: #594999!important;
    fill: #594999!important;
}
.container_because .back-black {
	background-color: #000;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}
.container_because .back-black dl{
	color: #f1c10e;
    opacity: 1;
    margin-bottom: 0;
    width: 50%;
}
.container_because .block-2 {
    min-height: 660px;
    background: url(/custom/my/images/sec-2-back.jpg) no-repeat;
    background-size: cover;
}
.container_real_price {
	margin-top: 32px;
}
.container_real_price .block {
    border-width: 0px;
    border-color: rgb( 232, 232, 232 );
    border-style: solid;
    background-color: rgb( 255, 255, 255 );
    box-shadow: 3px 3px 8px 1px #999;
    position: relative;
    min-height: 208px;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.container_real_price .block:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
.container_real_price .block-2 {
    background: #554790;
}
.c-val {
    color: #7f6bbd;
}
.container_real_price .border-light {
    border-color: #cfcfcf!important;
}
.container_real_price .predlog {
    position: relative;
    bottom: 10px;
    font-size: 18px;
}
.fs-24 {
	font-size: 24px;
}
.fs-30 {
    font-size: 30px;
}
.container_real_price .btn-rp {
	bottom: 0;
	right: 0;
	width: 230px;
    height: 60px;
    font-size: 16px;
    position: relative;
    text-align: center;
    margin-bottom: -3px;
    margin-right: -1px;
}
.container_real_price .btn-rp .btn-text {
	margin-top: 15px;
	text-align: left;
    padding-left: 40px;
}
.btn-black-transparent {
	background: url(/custom/my/images/real_price/sec-6-content-4.png) no-repeat;
	color: white;
}
.btn-black-transparent:hover {
    background: url(/custom/my/images/real_price/sec-6-content-5.png) no-repeat;
    transition: 0.3s;
    color: black;
}
.c-yel {
    color: #f1c10e;
    opacity: 1;
}
.btn-yellow-transparent {
	background: url("/custom/my/images/sec-1-content-1-hover.png") no-repeat;
    color: #554790;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;

}
.btn-yellow-transparent:hover {
	background: url("/custom/my/images/sec-1-content-1.png") no-repeat;
	color: #f1c10e;
}
.slide-one .item{
	text-transform: uppercase;
}
.l-s-75 {
    letter-spacing: 0.075em;
}
.l-s-100 {
    letter-spacing: 0.1em;
}
.slide-one .owl-nav button{
	position: absolute;
	bottom: 50%;
	opacity: 0.7;
	-webkit-transform: translate(-10%,50%);
	   -moz-transform: translate(-10%,50%);
	    -ms-transform: translate(-10%,50%);
	     -o-transform: translate(-10%,50%);
	        transform: translate(-10%,50%);
}
.slide-one.owl-carousel .owl-nav button.disabled {
	opacity: 0.3;
}
.slide-one.owl-carousel .owl-nav button.owl-prev {
	left: 0%;
}
.slide-one.owl-carousel .owl-nav button.owl-next {
    right: 0%;
}
.container_rez .block {
    background: url(/custom/my/images/sec-8-back.jpg) no-repeat;
    background-size: cover;
    min-height: 387px;
    height: 615px;
    padding-top: 40px;
}
.container_rez .block-1 .border {
    min-height: 425px;
}
.container_rez .py-4.border-bottom.border-white {
    margin-top: 25px;
    text-transform: uppercase;
}
.f-30 {
	font-size: 30px;
}
.container_quote {
	position: relative;
	border-bottom: 1px solid #f1c10e;
}
.container_quote i {
	line-height: 2;
	font-size: 18px;
	color: #939393;
}
.quote_author {
	color: #f1c10e;
	padding: 15px;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%,50%);
	   -moz-transform: translate(-50%,50%);
	    -ms-transform: translate(-50%,50%);
	     -o-transform: translate(-50%,50%);
	        transform: translate(-50%,50%);
}
.rev_slider .item {
	line-height: 30px;
    min-height: 361px;
    padding: 1rem!important;
}
.rev_slider .block-row {
	/*box-shadow: 3px 3px 13px -4px #999;*/
	/*border: 1px solid #cfcfcf;*/
	margin: 0;
}
.container_rev .title {
	text-align: left;
	padding-left: 60px;
}
.name_rev {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 8px;
}
.param_rev_org {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.text_rev {
	font-size: 16px;
	margin-bottom: 16px;
}
.adress_rev {
	display: inline-block;
    color: #f1c10e;
}
.reviews_date {
	color: #CFCFCF;
	display: inline-block;
	float: right;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
}
.title_rev {
	position: relative;
	padding-left: 40px;
}
.title_rev:before {
	content: "";
    width: 2px;
    height: 60px;
    background: #f6d661;
    position: absolute;
    left: 15px;
    margin-right: 20px;
    transform: rotate(15deg);
}
.rev_slider .owl-nav {
	padding-left: 50px;
}
.rev_slider .owl-nav .owl-next {
	margin-left: -7px;
}
.container_form_yellow {
	background-color: #F1C10E;
}
.text-black {
	color: #000!important;
}
.feedback_form_down {
	padding-right: 20px;
    position: relative;
    z-index: 2;
}
.feedback_form_down input[type='text'], .feedback_form_down input[type='password'], .feedback_form_down input[type='email'], .feedback_form_down input[type='number'],
.feedback_form_down input[type='tel'], textarea {
	color: #000;
	border-color: #000;
	margin-bottom: 3rem;
}
.feedback_form_down input[type='text']::placeholder, .feedback_form_down input[type='tel']::placeholder {
	color: #000;
}
.feedback_form_param11, .feedback_form_param21, .feedback_form_param28, .feedback_form_param33, .feedback_form_param36 {
	width: 50%;
}
.feedback_form_param12, .feedback_form_param22, .feedback_form_param29, .feedback_form_param34, .feedback_form_param37  {
	width: 35%;
}
.feedback_form_down input[type='submit'] {
    background: url(/custom/my/images/real_price/sec-6-content-4.png) no-repeat;
    color: #F1C10E;
    bottom: 0;
    right: 0;
    width: 230px;
    height: 60px;
    font-size: 16px;
    position: relative;
    text-align: center;
    font-weight: 400;
    border: none;
    float: right;
    margin-top: -130px;
    text-align: left;
    padding-left: 40px;
}
.feedback_form_param12 input[type='tel'] {
    margin-bottom: 2rem;
}
.feedback_form_down input[type='submit']:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
    opacity: 1;
    background: url(/custom/my/images/real_price/sec-6-content-5.png) no-repeat;
    color: black;
}
.purple_form {
	height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;top: 0;right: 0;bottom: 0;
    z-index: 1;
    width: 100%;
}
.left-form dl {
	letter-spacing: 4px;
	line-height: 2;
	z-index: 2;
	position: absolute;
	font-size: 28px;
}
.slide-four {
	height: 80px;
	position: absolute;
	bottom: 40px;
	width: 70%;
}
.form_item {
	position: relative;
	width: min-content;
	margin: auto;
	display: block;
}
.form_item:before {
	content: "•";
	color: #F1C10E;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-150%,-50%);
	   -moz-transform: translate(-150%,-50%);
	    -ms-transform: translate(-150%,-50%);
	     -o-transform: translate(-150%,-50%);
	        transform: translate(-150%,-50%);
}
.form_item:after {
	content: "•";
	font-size: 14px;
	color: #F1C10E;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(150%,-50%);
	   -moz-transform: translate(150%,-50%);
	    -ms-transform: translate(150%,-50%);
	     -o-transform: translate(150%,-50%);
	        transform: translate(150%,-50%);
}
.form_img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
    width: 182%;
}
.container_form {
	position: relative;
	overflow: hidden;
}
.container_form_reklam .aisberg{
	border-bottom-color: rgba(0, 0, 0, 0.6);
}
.container_form_reklam .left-form dl {
	letter-spacing: 2px;
	font-size: 26px;
	line-height: 1.88;
}
.aisberg
{
    border-left: 200px solid transparent;
    border-bottom: 700px solid rgba(86, 67, 148, 0.8);
    opacity: 0.9;
    left: calc(50% + 325px);
    height: 100%;
    width: 650px;
    z-index: 2;
     top: -25px;
}
section#sec-12
{
    height: 530px;
}
section#sec-12 [class*="ymaps-2"][class*="-ground-pane"]
{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}
section#sec-12 .block-2
{
    background: rgba(0, 0, 0, 0.7);
    color: #f1c10e;
    top: 0;
}
section#sec-12 .block-2 .col-12:hover
{
    color: white;
    cursor: pointer;
}
section#sec-12 a
{
    color: #f1c10e!important;
}
section#sec-12 a:hover
{
    color: white!important;
}
section#sec-12 img
{
    width: 25px;
}
.map_print {
    height: 100%;
}
.hl:after {
	content: "/";
	width: 10px;
	height: 10px;
	font-size: 20px;
	color: #cc9933;
	position: absolute;
	top: 20%;
	right: 0;
	-webkit-transform: translate(50%,50%);
	   -moz-transform: translate(50%,50%);
	    -ms-transform: translate(50%,50%);
	     -o-transform: translate(50%,50%);
	        transform: translate(50%,50%);

}
.google-badge__inner {
	display: flex;
	align-items: center;
	/*padding-top: 3.75em;*/
	/*padding-bottom: 3.75em;*/
	border-bottom: solid 1px #bababa;
	border-right: none;
	  border-left: none;
	  padding: 20px 0;
}
@media (max-width: 36.25em) {
  .google-badge__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.google-badge__img {
  width: 14.6875em;
}
@media (min-width: 36.3125em) {
  .google-badge__img {
    margin-right: 1.875em;
  }
}
.google-badge__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #777;
}
@media (max-width: 36.25em) {
  .google-badge__text {
    text-align: center;
    margin-top: 1.6666666667em;
  }
}
.google-badge__text p {
  margin: 0;
}
.google-badge__title {
  margin: 0 0 0.4em;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
}
.google-badge__leafs {
  fill: #e5e5e5;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 45.625em) {
  .google-badge__leafs {
    display: none;
  }
}
.google-badge__leafs--right {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.copir_block {
	background-color: #e8e8e8;
	font-size: 14px;
}
.social-footer img {
	max-width: 20px;
}
.icon-soc {
	margin-left: 15px;
}
#logo img {
	width: 100%;
}
.modal-content {
	border-color: #f1c10e;
	border-width: 2px;
}
.modal-dialog {
	max-width: 65%;
}
.modal-content .title {
	text-align: center;
    margin-bottom: 25px;
}
.feedback_form_param14 {
	width: 50%;
}
.feedback_form_param15 {
	width: 35%;
}
.feedback_form_param13 p {
    font-size: 15px;
}
/*Страница с декомпиляцией*/
.decomp-bg {
    height: 650px;
    background: url(/custom/my/images/decomp-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position-x: center;
}
.bg-black {
    position: absolute;
    background-color: rgba(0,0,0,.6);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.calc_title {
    font-size: 24px;
    padding-bottom: 45px;
    letter-spacing: 0.1em;
    font-weight: 300;
}
.z-i-1 {
    z-index: 1;
}
.z-i-2 {
    z-index: 2;
}
.f-60 {
    font-size: 60px;
}
.f-exb {
    font-weight: 900;
}
.f-li {
    font-weight: lighter;
}
.f-36 {
    font-size: 36px;
}
.l-s-100 {
    letter-spacing: 0.1em;
}
.f-w-7 {
    font-weight: 700;
}
.description {
    position: relative;
    width: 830px;
    margin-left: auto;
    margin-right: auto;
}
.description__title {
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    padding-top: 45px;
    color: #000;
    letter-spacing: 0.2em;
}
.description__text {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 1.5;
    /*width: 100%;*/
    font-weight: lighter;
}
#name_uslug, #name_uslug2 {
    width: 70%;
    height: 55px;
    display: inline-block;
    margin-right: 25px;
    border-radius: 5px;
    border: 1px solid #d3d2d2;
    outline: none;
    padding-left: 15px;
    font-size: 18px;
    background-color: #FFF;
    color: #000;
}
#name_uslug:focus, #name_uslug2:focus {
    border: 1px solid #50259f;
    box-shadow: 0px 0px 10px 0px rgba(80,37,159,0.75);
}
.description__bg-img {
    background-image: url(/custom/my/images/count.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 261px;
    left: 0%;
}
.article {
    margin-top: 35px;
    padding: 30px 65px;
    background-color: #f9d757;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-radius: 5px;
    font-size: 18px;
}
.article__form {
    width: 70%;
    height: 55px;
    display: inline-block;
    margin-right: 25px;
    border-radius: 5px;
    border: 1px solid #d3d2d2;
    outline: none;
    padding-left: 15px;
    font-size: 18px;
}
/*.article__form::-webkit-input-placeholder, .article__form::-moz-input-placeholder,
.article__form:-moz-input-placeholder, .article__form::-ms-input-placeholder
{
    color: #D3D2D2;
    font-size: 18px;
}*/
#article__button, #article__button2 {
    background-image: url(/custom/my/images/button-red.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
         -o-background-size: 100% 100%;
            background-size: 100% 100%;
    background-color: transparent;
    border: none;
    display: inline-block;
    width: 25%;
    height: 56.5px;
    color: #f8cb54;
    cursor: pointer;
    font-size: 16px;
}
#article__button:hover, #article__button:active, #article__button2:hover, #article__button2:active {
    background-image: url(/custom/my/images/sec-6-content-5.png);
    transition: 0.2s;
    color: black;
}
#deleted_firm, #deleted_firm2 {
    color: #000;
    font-size: 30px;
    cursor: pointer;
}
#firm_name, #firm_name2 {
    display: inline-block;
    width: auto;
    /* height: auto; */
}
#deleted_firm:hover, #deleted_firm:focus, #deleted_firm:active, #deleted_firm2:hover, #deleted_firm2:focus, #deleted_firm2:active {
    color: #50259f;
}

.block-calc {
    margin-top: 15px;
}
.card-calc {
    height: 98%;
    width: 100%;
    background-color: #f7f7f7;
    margin-top: 20px;
}

.card-calc--yl {
    background-color: #f9d757 !important;
}
.card-calc--little {
    height: auto;
    align-self: stretch;
}
.card-calc__title {
    color: #FFF;
    border-radius: 5px;
    padding: 15px 80px;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
    letter-spacing: 3px;
     background-color: #ed1c24;
}

.card-calc__title--p {
    background-color: #50259f!important;
}
.card-calc__title--b {
    background-color: #000;
}
.card-calc__title--y {
    border: 2px solid #ffcc00;
    background-color: #fff!important;
    color: #50259f;
}

.card-calc__entry {
    font-size: 18px;
    text-align: left;
    padding: 5px 10px 5px 60px;
}
.card-calc__entry p{
    display: inline-block;
    width: 50%;
    margin: 0;
    margin-right: 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle;
}
.card-calc__entry input{
    height: auto;
    width: 140px;
    border: none;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    outline: none;
    padding: 5px;
    margin-right: 5px;
    border: 1px solid #ddd;
    background-color: #FFF;
    color: #000;
}
.card-calc__entry input:placeholder {
    color: #000;
}
.card-calc__entry input:hover{
    border: 1px solid #000;
    color: #50259f;
    background-color: transparent;
}

.block-calc__entry {
    margin: 35px auto 40px;

}

.button__add {
    background-color: transparent;
    border: none;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    color: #BDBDBD;
    cursor: pointer;
}
.button__add p {
    margin-left: 10px;
}
input.button__print {
    display: block;
    background-image: url(/custom/my/images/button-red.png);
    background-repeat: no-repeat;
    -webkit-background-size: 93% 100%;
         -o-background-size: 93% 100%;
            background-size: 93% 100%;
    background-color: transparent;
    font-size: 18px;
    color: #FFF;
    width: 230px;
    height: 57px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    letter-spacing: 1px;
}
input.button__print:hover, input.button__print:active {
    background-image: url(/custom/my/images/sec-6-content-5.png);
    transition: 0.2s;
    color: #000;
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.block-learn__card {
    cursor: pointer;
    height: 270px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.block-learn__card:after {
    content: "";
    background-image: url(/custom/my/images/circle-calc.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    color: #fff;
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.block-learn__card:before {
    content: "1";
    position: absolute;
    color: #fff;
    top: 0;
    left: 50%;
    width: 10px;
    height: 10px;
    z-index: 1;
    font-size: 22px;

    -webkit-transform: translate(-60%,-170%);
       -moz-transform: translate(-60%,-170%);
        -ms-transform: translate(-60%,-170%);
         -o-transform: translate(-60%,-170%);
            transform: translate(-60%,-170%);
}
.block-learn__card--2:before {
    content: "2";
}
.block-learn__card--3:before {
    content: "3";
}

.block-learn__card:hover {
    box-shadow: 1px 3px 7px 0px rgba(18, 19, 25, 0.09);
}

.block-learn__card_title {
    margin-top: 45px;
    font-size: 20px;
    line-height: 1.5;
    color: #696868;
}
.block-learn__card_text {
    color: #696868;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 30px;
    margin-left: 40px;
    margin-right: 40px;
    text-align: left;
}
.block-learn--bg {
    /*content: "";
    position: absolute;
*/  background-image: url(/custom/my/images/calc-bg.png);
    background-repeat: no-repeat;
    background-position: 130% 18%;
    margin-top: 75px;
    /*background-size: 100% 85%;*/
    /*width: 550px;
    height: 550px;
    top: 0%;
    right: 0%;
    -webkit-transform: translate(60%, 10%);
       -moz-transform: translate(60%, 10%);
        -ms-transform: translate(60%, 10%);
         -o-transform: translate(60%, 10%);
            transform: translate(60%, 10%);
    z-index: -1;*/
}
.block-expect {
    display: block;
    padding-bottom: 80px;
}
.block-expect--2 {
    display: none;
}
.block-expect__title {
    margin-left: auto;
    margin-right: auto;
}
.hr_line {
    border-bottom: 1px solid rgba(80,37,159,0.5);
    margin-top: 15px;
    height: 40px;
    width: 100%;
}
/*.expect-cards {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    width: 1140px;
    margin-top: 45px;
}*/
.expect-card {
    width: 100%;
    height: 500px;
    border: 1px solid #f9d757;
    background-color: #FFF!important;
}

.expect-card__title {
    padding:30px;
    font-size: 22px;
    color: #5d3999;
    background-color: #f9d757;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.4;
}

.expect-card__list {
    padding: 0;
    margin: 0;
    text-align: left;
    padding: 20px;
    padding-left: 30px;
    padding-right: 20px;
    color: #393939;
    line-height: 1.5;
    font-size: 20px;
}

.expect-card__list-title {
    list-style-type: none;
}

.expect-card__list-title:after {
    content: "" !important;
}
.expect-card__list ul {
    margin: 0;
    padding: 0;
}

.expect-card__list li {
    list-style-type: none;
    position: relative;
    padding: 10px;
    padding-bottom: 0;
    color: #393939;
    margin: 0;
}

.expect-card__list li:after {
    content: "-";
    position: absolute;
    top: 0%;
    left: 0;
    -webkit-transform: translate(0%, 40%);
       -moz-transform: translate(0%, 40%);
        -ms-transform: translate(0%, 40%);
         -o-transform: translate(0%, 40%);
            transform: translate(0%, 40%);
}

.t-l {
    top: 0;
    left: 0;
}

.container_map_contacts .block-2{
    margin-top: 80px;

}
.container_map_contacts .block-2 .block-semi {
    background-color: #FFF;
    max-width: 340px;
    padding-left: 37px !important;
    padding-top: 39px !important;
    padding-bottom: 20px;
}
.container_map_contacts .block-2 .block-semi img {
    margin-top: 16px;
}
.container_map_contacts .block-2 .block-semi span {
    font-size: 24px;
    color: #cfcfcf;
    letter-spacing: 5px;
}
.container_map_contacts .block-2 .block-semi dl {
    line-height: 1.8;
}
.feedback_form_contacts {
    margin-top: -20px;
    background-color: rgba(240,240,240,0.5);
    z-index: 2;
    position: relative;
    padding-left: 14%;
    padding-right: 14%;
    padding-bottom: 50px;

}
.title__contacts {
    padding-top: 80px;
}
.feedback_form_param_contacts input, .feedback_form_param_contacts textarea {
    background-color: #FFF;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 16px;
    padding: 13px 8px;
    margin-bottom: 3rem;
}
.feedback_form_param_contacts input::placeholder, .feedback_form_param_contacts textarea::placeholder {
    color: #cdcdcd;
}

.feedback_form_param17, .feedback_form_param18 {
    width: 48%;
    display: inline-block;
}
.feedback_form_param17 {
    margin-right: 4%;
}

.container_form_contacts {
    padding-bottom: 50px;
    position: relative;

}
.container_form_contacts:before {
    content: url(/custom/my/images/sec-15-back-1-768x204.png);
    position: absolute;
    bottom: 0%;
    left: 0%;
    -webkit-transform: translate(65%, 0%);
    -moz-transform: translate(65%, 0%);
    -ms-transform: translate(65%, 0%);
    -o-transform: translate(65%, 0%);
    transform: translate(65%, 0%);
}
.container_form_contacts input[type="submit"] {
    background: url(/custom/my/images/sec-15-content-1-v2.png) no-repeat;
    -webkit-background-size: 100% 100%;
         -o-background-size: 100% 100%;
            background-size: 100% 100%;
    position: relative;
    color: white;
    cursor: pointer;
    margin: auto;
    display: block;
    border: none;
    width: 230px;
    height: 60px;
    font-size: 16px;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: left;
    padding-left: 40px;
    font-weight: 500;
    letter-spacing: 1px;
}
.container_form_contacts input[type="submit"]:hover {
    background: url(/custom/my/images/real_price/sec-6-content-5.png) no-repeat;
    /*transition: 0.3s;*/
    color: black;
    -webkit-background-size: 100% 100%;
         -o-background-size: 100% 100%;
            background-size: 100% 100%;
}
.c-red {
    color: #ED1B23;
}
.container_prodaj .title {
    color: #cfcfcf;
}
.container_prodaj .block-2 {
    margin-top: -45px;
}
.container_prodaj .block-3 {
    margin-top: -305px;
    background: rgba(127, 107, 189, 0.85);
}

.container_prodaj .block-3 .block-semi-1 table {
    width: 100%;
    border: 1px solid white;
    border-collapse: collapse;
}

.container_prodaj .block-3 .block-semi-1 td {
    border: 1px solid white;
    border-collapse: collapse;
    height: 35%;
}
.container_prodaj .block-3 .block-semi-1 .td-minmin {
    height: 23%;
}
.container_prodaj .border-white {
    border-color: white!important;
}
.container_prodaj .py-4.border-bottom.border-white {
    /* height: 6.0rem; */
    margin-top: 24px;
}
.container_prodaj .block-3 img {
    width: inherit;
}
.container_prodaj .owl-nav {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
    filter: brightness(100);
}
.container_prodaj .owl-nav button.owl-prev {
    margin-right: -6px;
}
.container_audit_title {
    min-height: 300px;
    background: url(/custom/my/images/sec-33-back-1.jpg) no-repeat;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    position: relative;
    /*margin-top: 80px;*/
    background-position-x: center;
}

.container_audit p{
    line-height: 31px;
    font-family: 'Open Sans', sans-serif!important;
}
.lead-content {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #554790;
}
.h3-orange {
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.2em;
    background-color: #f1c10e;
    padding: 10px 5px;
    margin-bottom: 0px;
}
.h3-card {
    border: 2px solid #f1c10e;
    padding: 15px;
    margin-bottom: 20px;
}
.ul-striped {
    list-style-position: inside;
    padding: 0px;
    font-weight: 600;
}
.ul-striped > li:nth-child(odd) {
    background-color: #f1c10e;
}
.ul-striped > li {
    padding: 20px;
    background-color: #e3e3e3;
    margin-bottom: 10px;
}
.container_quote_audit {
    background-image: url("/custom/my/images/sec-17-back-2.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center;
    border: none;
}
.container_quote_audit .quote_author {
    background-color: transparent;
    position: relative;
    margin: 15px auto 0px;
    width: max-content;
    display: block;
    -webkit-transform: translate(0%,0%);
       -moz-transform: translate(0%,0%);
        -ms-transform: translate(0%,0%);
         -o-transform: translate(0%,0%);
            transform: translate(0%,0%);
    left: 0;

}
.container_quote_audit .quote_author:before {
    content: "";
    width: 1000px;
    height: 2px;
    background-color: #F1C10E;
    position: absolute;
    bottom: 44%;
    left: 0;
    -webkit-transform: translate(-100%,0%);
       -moz-transform: translate(-100%,0%);
        -ms-transform: translate(-100%,0%);
         -o-transform: translate(-100%,0%);
            transform: translate(-100%,0%);
}
.container_quote_audit .quote_author:after {
    content: "";
    width: 1000px;
    height: 2px;
    background-color: #F1C10E;
    position: absolute;
    bottom: 44%;
    right: 0;
    -webkit-transform: translate(100%,0%);
       -moz-transform: translate(100%,0%);
        -ms-transform: translate(100%,0%);
         -o-transform: translate(100%,0%);
            transform: translate(100%,0%);
}
.container_form_audit {
    border: 4px solid #f1c10e!important;
    padding: 20px;
}
.feedback_form_audit {
    padding: 20px;
}
.feedback_form_param_audit {
    width: 25%;
}
.audit_form_left {
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 160px;
}

.feedback_form_audit input[type='submit'] {
    margin-top: 0;
    float: none;
    margin: 5px auto;
    display: block;
}
.feedback_form_audit textarea {
    width: 100%;
    height: 112px;
}
.feedback_form_audit input::placeholder, .feedback_form_audit textarea::placeholder {
    color: #000;
}
.feedback_form_audit form {
    text-align: center;
}
.ol-circle {
    display: block;
    counter-reset: wslist1;
    color: #777;
    list-style: none;
    padding: 0px;
}
.ol-circle > li {
    margin: 0 0 1em 3em;
    position: relative;
    padding-bottom: 20px;
    padding-top: 5px;
    border-bottom: 1px solid #f1c10e;
    font-weight: bold;
    margin-top: 20px;
}
.ol-circle > li:before {
    background: #f1c10e;
    border-radius: 50%;
    color: #fff;
    content: counter(wslist1);
    counter-increment: wslist1;
    display: inline-block;
    height: 40px;
    left: -50px;
    line-height: 28px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
    font-size: 22px;
}
#sec-6 {
    margin-top: 0;
}
.time-tariff {
    text-align: center;
    margin-bottom: 60px;
}
.primer_audita {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.primer_audita a {
    width: 25%;
}
.primer_audita a img {
    width: 100%;
}
.table-ed th {
    padding: 5px;
    background-color: #f1c10e;
}
.table-ed tr:nth-child(1) td {
    color: white;
    background-color: #554790;
    font-weight: bold;
}
.table-ed td {
    padding: 5px;
    text-align: center;
}
.galka, .krest {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.krest {
    background-image: url(/custom/my/images/krest.png);
}
.galka {
    background-image: url(/custom/my/images/galka.png);
}
.table-ed tr:last-child td {
    color: white;
    background-color: #554790;
    font-weight: bold;
}
.ed-card {
    border: 3px solid #f1c10e;
    border-top: 10px solid #f1c10e;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.ed-card-lead {
    color: #554790;
    font-weight: bold;
}
.container_audit_title .container {
    position: relative;
}
.container_audit_title .container .block-2 {
    position: absolute;
    width: 100%;
}
section#sec-19 {
    min-height: 650px;
    background: url(/custom/my/images/sec-18-back-1.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position-x: center;
}
section#sec-19 .circle {
    top: 7%;
    right: 7%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 0.2rem;
    background-color: #3f2499;
}
section#sec-19 .circle div {
    font-weight: 800;
    position: absolute;
    top: 25%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 50%;
    margin: auto;
}
.container_4_pizza {
    margin-top: -90px;
    z-index: 2;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
       -moz-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
         -o-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
}
.container_4_pizza .block-mini-3 {
    background-color: rgba(127, 107, 189, 0.8);
    min-height: 190px;
}
.container_4_pizza .block-mini-1 {
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 190px;
}
.box-shadow {
    box-shadow: 2px 1px 7px 1px rgba(224, 224, 224, 0.6);
}
.column_pizza {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
}
.column_pizza:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
.column_pizza .block-semi-1 {
    line-height: 60px;
    font-size: 72px;
    float: left;
}
.column_pizza .block-semi-2 {
    font-size: 20px;
}
.column_pizza .block-mini-2 {
    padding-left: 70px;
    padding-right: 70px;
    font-size: 20px;
    min-height: 190px;
}
.container_fon {
    position: relative;
    z-index: 0;
}
.serm-vert {
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(0%,-100%);
       -moz-transform: translate(0%,-100%);
        -ms-transform: translate(0%,-100%);
         -o-transform: translate(0%,-100%);
            transform: translate(0%,-100%);
}
.container_form_serm_top {
    border: 4px solid #f1c10e!important;
    padding: 0rem 5rem;
    margin-top: -290px;
    z-index: 2;
    position: relative;
}
.container_form_serm_top form {
    padding-left: 16.6%;
    padding-right: 16.6%;
}
.fail {
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}
.fail__card {
    width: 230px;
    height: 230px;
    margin: 0px;
    padding: 10px;
    flex: 0 0.5 auto;
    align-self: center;
    cursor: pointer;

}
.fail__card * {
    -webkit-transition: 0.0s;
       -moz-transition: 0.0s;
        -ms-transition: 0.0s;
         -o-transition: 0.0s;
            transition: 0.0s;
}
.fail__card:hover {
    padding: 10px;
    color: #594999!important;
    fill: #594999!important;
    box-shadow: 3px 3px 8px 1px #999;
    transition: 0.4s;
}
.fail__logo {
    padding-top: 0;
}
.fail__title {
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    margin: auto;

}
.fail__card--mob {
    display: none;
}
.fail__card--wb .fail__title{
    width: 65%;
}
.fail__logo svg {
    max-width: 98px;

}
section#sec-22 .aisberg {
    border-left: 180px solid transparent;
    border-bottom: 520px solid #f9d757;
    width: 700px;
    z-index: 0;
    right: -7%;
    top: -13%;
    height: auto;
    left: auto;
    opacity: 1;
}
section#sec-22 .block-semi-1, section#sec-22 .block-semi-2, section#sec-22 .block-semi-3, section#sec-22 .block-semi-4 {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
section#sec-22 .block-1 .col-lg-6 {
    min-height: 290px;
}
section#sec-22 .block-semi-1:hover, section#sec-22 .block-semi-2:hover, section#sec-22 .block-semi-3:hover, section#sec-22 .block-semi-4:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
section#sec-22 .flex-center {
    color: #7f6bbd;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
}
section#sec-22 .block-1 .block-semi-1 svg {
    color: #594999!important;
    fill: #594999!important;
}
section#sec-22 .block-1 .block-semi-2 {
    top: 10px;
    left: -10px;
    z-index: 0;
    background-color: #000;
}
section#sec-22 .block-1 .block-semi-2 svg {
    color: #fff!important;
    fill: #fff!important;
}
section#sec-22 .block-1 .block-semi-3 {
    left: 10px;
    top: -10px;
    z-index: 2;
    background-color: #3f2499;

}
section#sec-22 .block-1 .block-semi-3 svg {
    color: #f1c10e!important;
    fill: #f1c10e!important;
}
section#sec-22 .block-1 .block-semi-3 span {
    color: #f1c10e;
}
.f-140 {
    font-size: 140px;
}
section#sec-23 {
    background: url(/custom/my/images/sec-24-back-1-1.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position-x: center;
    overflow: hidden;
    padding-bottom: 100px;
}
section#sec-23 .block {
    border-width: 0px;
    border-color: rgb( 232, 232, 232 );
    border-style: solid;
    background-color: rgb( 255, 255, 255 );
    box-shadow: 1px 3px 8px 1px #999;
    position: relative;
    min-height: 208px;
}
.f-16 {
    font-size: 16px;
}
input[type=submit].btn-val-transparent {
    background: url(/custom/my/images/sec-23-content-3.png) no-repeat;
    transition: 0.3s;
    position: relative;
    color: white;
    cursor: pointer;
    height: 60px;
    font-size: 16px;
    border: none;
}
input[type=submit].btn-val-transparent:hover {
    background: url(/custom/my/images/sec-23-content-4.png) no-repeat;
    transition: 0.3s;
    color: black;
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
}
section#sec-23 .btn-bl {
    top: 50%;
    /*right: -35%;*/
    right: -7%;
}
section#sec-23 .btn-bl span {
	color: #cfcfcf;
	vertical-align: middle;
}
section#sec-23 ul {
    line-height: 2.3rem;
    padding-right: 10px;
    line-height: 25px;
}
section#sec-23 li {
    margin-top: 25px;
}
section#sec-23 .kaktus {
    position: absolute;
    opacity: 0.4;
    z-index: 10;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    left: 100%;
    top: 60%;
}
.wedo {
	position: absolute;
	left: 50%;
	top: 50%;
    opacity: 1;
    z-index: 0;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
section#sec-24 {
    background: url(/custom/my/images/sec-24-back-1.jpg)no-repeat;
    background-size: cover;
    position: relative;
    background-position-x: center;
}
.back_plashka {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 105%;
}
.fs-22 {
	font-size: 22px;
}
section#sec-24 .circle
{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.8);
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
    top: 50%;
    position: absolute;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);


}
section#sec-24 .container img
{
    display: none;
    top: 40%;
    left: 60%;
    max-width: 70px;
    opacity: 1;
    top: 50%;
    position: absolute;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
section#sec-25 .block {
	cursor: pointer;
}
section#sec-25 .block .box-shadow:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
section#sec-25 .block .block-semi-1 {
	color: #6868AB;
}
.container_form_choice {
	background-color: #F1C10E;
}
.form_choice {
	padding: 0 5rem 1.5rem;
}
.feedback_form_param30 {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
            align-items: center;
}
.feedback_form_param30 div {
	width: 33.3%;
	margin-bottom: 1.5rem;
}
.feedback_form_param30 label {
	font-size: 16px;
	padding-left: 50px;
	/*width: 20%;*/
	position: relative;
}
.feedback_form_param30 label:before {
	content: "";
	display: inline-block;

	width: 30px;
	height: 30px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #FFF;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.feedback_form_param30 input[type="checkbox"] {
    display: none;
}
.feedback_form_param30 input[type=checkbox]:checked + label:before {
	background: #7f6bbd!important;
    border: 9px solid white!important;
}
.feedback_form_param31 {
	width: 35%;
	margin-left: 15%;
}
.feedback_form_param32 {
	width: 25%;
	margin-left: 15%;
}
.container_form_choice .feedback_form_down input[type='submit'] {
	margin-right: 15%;
}
.kontekst-top .slide_rek {
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.pink_form {
	background-color: rgba(237, 27, 35, 0.78);
}
.f-14 {
    font-size: 14px;
}
.f-w-6 {
	font-weight: 600;
}
.block_mini_yel {
	margin-bottom: -6rem;
	position: relative;
}
.akc {
	font-size: 200px;
	color: #F1C10E;
	z-index: 0;
	font-weight: 700;
	z-index: 1;
    font-weight: 700;
    top: -85px;
}
#sec-27 {
	background-color: #000;
}
#sec-27 .block-semi {
	color: #F1C10E;
	font-weight: 600;
}
#sec-27 .block {
	color: #cfcfcf;
}
#sec-27 .slesh {
	font-size: 50px;
	color: #F1C10E;
	top: 0px;
	right: 0;
	line-height: 1;
	font-weight: 300;
}
.container_form_kont {
	margin-top: 0;
}
section#sec-29 .block-1, section#sec-29 .block-2, section#sec-29 .block-3 {
    min-height: 390px;
}
section#sec-29 .block-1 {
    background: url(/custom/my/images/sec-29-back-1.jpg)no-repeat;
}
section#sec-29 .block-2 {
    background: url(/custom/my/images/sec-29-back-2.jpg)no-repeat;
}
section#sec-29 .block-3 {
    background: url(/custom/my/images/sec-29-back-3.jpg)no-repeat;
}
section#sec-29 .block-semi {
	bottom: 0;
	left: 0;
}
section#sec-29 .block-1 .block-semi-1 {
	background-color: rgba(255, 0, 0, 0.6);
	left: 0;
	bottom: 0;
}
#sec-29 f-20 {
	font-size: 20px;
	letter-spacing: 1.5px;
}
section#sec-5 .block {
    background: rgba(255, 255, 252, 0.6);
    border: 1px solid #d2d2d2;
    font-weight: 600;
    cursor: pointer;
}
section#sec-5 .block {
	height: 285px;
}
section#sec-31 .block {
	height: 100%;
	border: none;
    box-shadow: 3px 3px 8px 1px #999;
    position: relative;
}
section#sec-31 .block:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
section#sec-5 svg {
    max-width: 100px;
}
section#sec-5 .block:hover {
    box-shadow: 3px 3px 8px 1px #999;
    transition: 0.4s;
}
section#sec-5 .block:hover .fil0, section#sec-5 .block:hover, section#sev-5 object:hover {
    color: #594999!important;
    fill: #594999!important;
    cursor: pointer;
}
section#sec-5 .block:hover .semi-block-1 {
    opacity: 1;
    transition: 0.3s;
}
section#sec-5 .block .semi-block-1 {
    opacity: 0;
    transition: 0.3s;
    top: 0;
    right: 0;
}
section#sec-31 .block ul {
	padding: 0;
}
section#sec-5 dl {
	text-transform: uppercase;
    letter-spacing: 1px;
}
section#sec-31 dl {
     text-transform: none;
     letter-spacing: 1px;
     font-weight: 500;
}
.back-gre-light {
    background-color: #f2f2f2;
}
.c-gre {
    color: #cfcfcf;
}
.c-red {
    color: #ed1b23;
}
.lh-ls {
    line-height: 1.4;
}
section#sec-31 .border-light {
    border-color: #cfcfcf!important;
    margin-bottom: 0;
}
section#sec-31 .predlog {
    position: relative;
    bottom: 10px;
}
.title_cart {
	font-size: 22px;
	font-weight: bold;
	color: #474747;
}
section#sec-31 .btn-black-transparent, section#sec-31 .btn-yellow-transparent{
	bottom: -3px!important;
    right: -2px!important;
    width: 230px;
    height: 60px;
    font-size: 16px;
}
section#sec-31 .btn-black-transparent .btn-text, section#sec-31 .btn-yellow-transparent .btn-text{
    position: absolute;
    left: 40px;
    top: 20px;
}
.back-red {
    background-color: #ed1b23!important;
}
.back-gre {
    background-color: #282828!important;
}
.back-gre-medium {
    background-color: #3f3f40;
}
section#sec-5 .block-2 dl {
	margin-bottom: 0;
}
section#sec-31 .block-2 {
    background-color: #282828;
}
section#sec-32 .block-1 {
    background: url(/custom/my/images/sec-32-back-1.jpg)no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.back-whi {
    background-color: white;
    transition: 0.2s;
    top: 50%;
    cursor: pointer;
}
section#sec-32 .back-whi:hover {
    background-color: #f1c10e;
    transition: 0.2s;
}
section#sec-16 .swiper-slide {
    opacity: 0!important;
}
section#sec-16 .swiper-slide-active {
    opacity: 1!important;
}
.volk_work {
	top: -40px;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	   -moz-transform: translate(-50%,0%);
	    -ms-transform: translate(-50%,0%);
	     -o-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
}
section#sec-16 .link h4{
	margin-bottom: 0;
	line-height: 1.4;
}
section#sec-16 .link:hover {
    background: #f6f6f6;
    transition: 0.3s;
    cursor: pointer;
}
section#sec-16 .back-2 {
    position: fixed;
    top: 5%;
    left: 20%;
    font-size: 190px;
}
section#sec-16 .line {
    width: 2px;
    height: 100px;
    background: #dddddd;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(15deg);
    opacity: 0.5;
}
section#sec-16 .block-2 p {
    font-weight: lighter;
}
section#sec-16 li {
    list-style-type: disc;
    color: #f5c141;
}
section#sec-16 .swiper-button-next, section#sec-16 .swiper-button-prev {
    background-image: none!important;
    min-width: 60px;
}
section#sec-16 .swiper-button-next, section#sec-16 .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
#sec-16 h3 {
	font-size: 16px;
}
#sec-16 .choice {
	border-bottom: 1px solid #E85E5C;
}
.container_map_contacts {
    height: 800px;
}
.accordion {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fefffa;
    overflow: hidden;
}
/*
* Формируем базовый контейнер аккордеона
*/
.accordion {
    width: 100%;
/*
ширина произвольная выбирается
*в зависимости от места размещения
*/
    max-width: 100%;
    min-height: 0;
    display: block;
/* относительное позиционирование */
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fefffa;
    overflow: hidden
}

/* заголовки панелей аккордеона при наведении
* в данном варианте не срабатывает
*/
/* .accordion h2:hover {
    display: block;
    background-color: #005049;
}
*/

/* Формируем блоки с содерханием */
.msg {
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  /*border: 1px solid #f9d757;*/
}

/* оформляем параграфы */




/* Формируем неупорядоченный список */
.accordion ul {
   padding: 0;
 }
.accordion ul li {
     margin: 0;
 }


/* устанавливаем время ожидания перед воспроизведением анимации
 * на основе нумерации в дереве элементов
*/
.accordion ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.accordion ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.accordion ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.accordion ul li:last-of-type {
  padding-bottom: 0;
}

/* Сформируем  указатель переключения состояния аккордеона */
.accordion ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    top: 45%;
    z-index: 0;
    right: 8%;
    width: 20px;
    border-top: 14px solid #50259f;
    border-right: 20px solid transparent;
    border-left: 13px solid transparent;
    transition: all 0.5s ease-out;
    display: none;
}
.msg ul {
    padding-bottom: 50px;
}

.rotate_but {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

/* "Рисуем " сам указатель */
/*.accordion ul li i:before, .accordion ul li i:after {*/
  /*content: "";*/
  /*position: absolute;*/
  /*background-color: #50259f;*/
  /*width: 3px;*/
  /*height: 9px;*/
  /*border: 20px solid transparent;   */
  /*border-top: 20px solid #50259f;*/
/*}*/
/* Добавляем элемент трансформации указателя при переключении */
/*.accordion ul li i:focus, .accordion ul li i:active {
  transform: translate(-2px, 0) rotate(180deg);
}*/
/*.accordion ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}*/

/* Делаем чекбокс скрытым*/
.accordion ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 10;
}
/* Когда у флажка установлен checked
 * блок с содержанием скрыт
*/

/* А указатель показывает вниз */
.accordion ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.accordion ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
/*  Устанавливаем эффект перехода
 * между двумя состояниями указателя
*/
div.msg, ul li i:before, ul li i:after {
    transition: all 0.5s ease-in-out;
}


/* Позаботимся о небольших экранах */
@media (max-width: 550px) {
  .accordion {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }

}

.container_ban_sozd {
    min-height: 580px;
    background-image: url("/custom/my/images/sozdanie/sozd_ban.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.container_ban_sozd ul {
    padding: 0;
    margin: 50px 0 20px;
}
.container_ban_sozd ul li {
    cursor: pointer;
    margin: 0;
    display: inline-block;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(89, 73, 153);
  font-weight: bold;
  line-height: 1.4;
  padding: 8px 30px 8px 15px;
  background-color: #FFF;
}
.container_ban_sozd ul li:nth-child(2) {
    background-color: #F4F4F4;
}
.container_ban_sozd ul li:nth-child(4) {
    background-color: #ddd;
}
.container_ban_sozd p {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(105, 105, 105);
  line-height: 1.667;
  margin-bottom: 35px;
}
.container_ban_sozd h1 {
  font-size: 48px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(1, 1, 1);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 12%;
  text-align: left;
  text-shadow: 15px 25px 1px rgba(24, 24, 26, 0.06);
}
.btn_consul {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(23, 23, 23);
  text-decoration: underline;
  line-height: 1.2;
}
.container_ban_sozd .btn-rp {
    bottom: 0;
    right: 0;
    width: 230px;
    height: 55px;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding-top: 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}
.krivo {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(0, 0, 0);
  line-height: 1.4;
  text-align: center;
  margin-top: -30px;
    margin-bottom: 40px;
  -webkit-transform: rotate(-6deg);
     -moz-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
       -o-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.krivo span {
    position: relative;
}
.krivo span:after {
    content: url(/custom/my/images/sozdanie/box.png);
    position: absolute;
    left: -1.2rem;
    top: -25%;
}
.krivo_logo {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    background-image: url("/custom/my/images/logo_very_small.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: auto;
         -o-background-size: auto;
            background-size: auto;
    height: 35px;
    width: 85px;
    -webkit-transform: rotate(-6deg);
     -moz-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
       -o-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.krivo_logo:after, .krivo_logo:before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #DDD;
    position: absolute;
    left: 0;
    top: 55%;
    -webkit-transform: translate(-100%,-50%);
       -moz-transform: translate(-100%,-50%);
        -ms-transform: translate(-100%,-50%);
         -o-transform: translate(-100%,-50%);
            transform: translate(-100%,-50%);
}
.krivo_logo:before {
    left: auto;
    right: 0;
    -webkit-transform: translate(100%,-50%);
       -moz-transform: translate(100%,-50%);
        -ms-transform: translate(100%,-50%);
         -o-transform: translate(100%,-50%);
            transform: translate(100%,-50%);
}
.container_vygoda {
}

.vygoda_item {
    cursor: pointer;
    position: relative;
    padding: 1px;
    min-height: 400px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center;
}
.vygoda_item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    background-color: #F7C60E;
    top: -5px;
}

.vygoda_item_1 {
    background-image: url("/custom/my/images/sozdanie/v1.png");
}
.vygoda_item_2 {
    background-image: url("/custom/my/images/sozdanie/v2.png");
}
.vygoda_item_3 {
    background-image: url("/custom/my/images/sozdanie/v3.png");
}
.vygoda_item_4 {
    background-image: url("/custom/my/images/sozdanie/v4.png");
}
.vygoda_number {
  font-size: 36px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: rgb(247, 197, 14);
  line-height: 1.2;
  text-align: center;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.vygoda_number:before {
    content: "";
    position: absolute;
    background-color: #f6f6f6;
  width: 1px;
  height: 60px;
  display: block;
      left: 30%;
    top: 14%;
    -webkit-transform: rotate(15deg);
       -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
         -o-transform: rotate(15deg);
            transform: rotate(15deg);
}
.vygoda_item_3 .vygoda_number:before {
    background-color: #000;
}
.vygoda_item_4 .vygoda_number:before {
    background-color: #c6c6c6;
}
.vygoda_text {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.667;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.vygoda_hover {
    opacity: 0;
    position: absolute;
    bottom: 35px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.49);
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.vygoda_item:hover .vygoda_hover{
    opacity: 1;
}

section#sec-17
{
    background: url(/custom/my/images/sec-17-back-1.jpg) no-repeat;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
section#sec-17 h4
{
    max-width: 660px;
    line-height: 36px;
}
section#sec-17 .name    {

    text-align: center!important;
    overflow: hidden;
}
section#sec-17 .name span
{
    display: inline-block;
    position: relative;
    color: white;
}
section#sec-17 .name span:before,
section#sec-17 .name span:after
{
    position: absolute;
    top: 50%;

    display: block;

    width: 1000px;
    height: 2px;

    content: ' ';

    background: white;
}
section#sec-17 .name span:before {
    left: -1013px
}
section#sec-17 .name span:after {
    left: 110px
}
@media (max-width: 767px)
{
    section#sec-17
    {
        margin-top: 15px!important;
        background-position-x: 70%;
        background-position-y: bottom;
    }
    section#sec-17 .name span:before,
    section#sec-17 .name span:after
    {
        display: none;
    }
}
.stroy_block {
    padding: 20px 30px 20px 20px ;
}
.stroy_big_title {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.433;
  margin-bottom: 45px;
  letter-spacing: 5px;
}
.stroy_block p {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(0, 0, 0);
  line-height: 1.875;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 20px;
}
.stroy_desc {
  background-color: rgb(246, 246, 246);
  position: relative;
  padding: 25px 35px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(89, 73, 153);
  font-weight: bold;
  line-height: 1.625;
}
.stroy_desc:after {
    content: "";
    position: absolute;
    background-color: #000;
  width: 1px;
  height: 95%;
    display: block;
    left: 1%;
    top: 5%;
    -webkit-transform: rotate(15deg);
       -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
         -o-transform: rotate(15deg);
            transform: rotate(15deg);
}
.sychii_title {
  font-size: 50px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.2);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    letter-spacing: 17px;
}
.sychii_title_ept:after {
    content: url(/custom/my/images/sozdanie/block_yel.png);
    position: absolute;
    left: -14vw;
    top: 1.5em;
    z-index: -1;
}
.sychii_block {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(0, 0, 0);
  line-height: 1.636;
  position: relative;
}
.sychii_block:before {
    content: "";
    position: absolute;
    background-color: #000;
  width: 1px;
  height: 30px;
    display: block;
    left: -5%;
    top: 0;
    -webkit-transform: rotate(15deg);
       -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
         -o-transform: rotate(15deg);
            transform: rotate(15deg);
}
.stroy_block_cherta {
    position: relative;
    padding-bottom: 40px;
}
.stroy_block_cherta:after {
    content: "";
    background-color: #F7C60E;
      width: 71px;
      height: 5px;
      position: absolute;
      bottom: 0;
      left: 0%;
      -webkit-transform: translate(-50%,0%);
         -moz-transform: translate(-50%,0%);
          -ms-transform: translate(-50%,0%);
           -o-transform: translate(-50%,0%);
              transform: translate(-50%,0%);
}
.sychii_block_gray:after {
    content: "";
  background-color: rgb(221, 221, 221);
  opacity: 0.651;
  position: absolute;
    width: 51vw;
    left: -25vw;
    height: 86px;
    display: block;
    z-index: -1;
    top: -7px;
}
.container_stroy_red {
    background-color: #FF361B;
    position: relative;
    padding: 20px 0;
}
.container_stroy_red:after {
    content: url(/custom/my/images/sozdanie/setka.png);
    position: absolute;
    left: -40px;
    bottom: 55px;
    z-index: 0;
}
.container_stroy_red * {
    color: #FFF!important;
}
.container_stroy_red .sychii_title {
    font-size: 60px;
}
.mac_macak {
    position: absolute;
    left: 0;
}
.sychii_title_ept2:after {
    content: url(/custom/my/images/sozdanie/block2.png);
    top: 0.5em;
    left: -26vw;
}
.a {
  font-size: 436px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(250, 218, 98);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  z-index: -1;
  right: -20%;
  top: 0;
  line-height: 1;
}
.gray_end {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    z-index: -2;
    background-color: #F6F6F6;
}
.gray_end .stroy_block {
    width: 55%;
    float: right;
}
.gray_end_img {
    top: -58%;
    z-index: -1;
}
.integration__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 26px 20px 0;
}
.slide-integration.owl-carousel .owl-nav button {
    position: absolute;
    bottom: 10%;
    opacity: 0.7;
}
.slide-integration.owl-carousel .owl-nav button.owl-prev {
    right: 50%;
}
.slide-integration.owl-carousel .owl-nav button.owl-next {
    left: calc(50% - 6px);
}
#sec-6 .plr-0 {
    padding-left: 0!important;
    padding-right: 0!important;
}
section#sec-6 .block {
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*    border-width: 0px;*/
    /*border-color: rgb( 232, 232, 232 );*/
    border-style: solid;
    background-color: rgb( 255, 255, 255 );
    /*box-shadow: 3px 3px 8px 1px #999;*/
    box-shadow: none;
    border: 1px solid #CFCFCF;
    position: relative;
    min-height: 208px;
}

.block.block--grey {
    background-color: #F5F5F5 !important;
}

section#sec-6 .block-2 {
    background: #554790;
}
section#sec-6 .price__doted {
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 100px;
    line-height: 2 !important;
    border-top: 1px solid;
    border-color: #cfcfcf!important;
}
section#sec-6 .price__doted li {
    position: relative;
}
section#sec-6 .price__doted li:before {
        content: "";
    position: absolute;
    left: -5%;
    top: 50%;
    background-color: #a2a2a2;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
section#sec-6 .price__doted .lh-ls:before {
    top: 23%;
}

section#sec-6 .block-2 .price__doted li:before {
    background-color: #f1c10e;
}
.diafan {
    border: 4px solid #f7c60e;
    margin-top: 35px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20%;
    padding-top: 7%;
    padding-bottom: 7%;
    width: 100%;
    position: relative;

}
.diafan_logo {
    display: inline-block;
    margin-right: 50px;
    vertical-align: middle;
}
.diafan_line {
    width: 2px;
    height: 100px;
    background: #f7c60e;
    transform: rotate(15deg);
    opacity: 0.7;
    display: inline-block;
    margin-right: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
}
.diafan_text {
    display: inline-block;
    margin-left: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    vertical-align: middle;
}
.slide-firms.owl-carousel .owl-nav button {
    position: absolute;
    bottom: 10%;
    opacity: 0.7;
}
.slide-firms.owl-carousel .owl-nav button.owl-prev {
    right: 50%;
}
.slide-firms.owl-carousel .owl-nav button.owl-next {
    left: calc(50% - 6px);
}
.slide-firms.owl-carousel .item {
   text-align: center;
}
.slide-firms.owl-carousel  .owl-stage {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.slide-firms.owl-carousel img {
    object-fit: contain;
    height: max-content;
}
section#sec-10 .replica {
    max-width: 685px;
    font-weight: lighter;
}
section#sec-10 .aisberg {
    height: 1000px;
    width: 450px;
    border-left: 0px solid transparent;
    border-right: 300px solid transparent;
    border-top: 900px solid #f5f5f5;
    border-bottom: none;
    top: -600px;
    left: -150px;
    opacity: 0.9;
    z-index: -1;
}
    /*SEC-18*/
section#sec-18
{
    background: black;
}
section#sec-18 p
{
    line-height: 30px;
}
section#sec-18 .block
{
    margin-top: -30px;
}
section#sec-18 .small_shilds
{
    margin-top: -20px;
    margin-right: 20px;
}
section#sec-18 .block-semi-1
{
    background: rgba(0, 0, 0, 0.6);
}
section#sec-18 .arrow-custom
{
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 1;

    margin: auto;
}
section#sec-18 .f-33 {
    font-size: 33px;
}
.service {
        background-image: url(/custom/my/images/sozdanie/service.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 60%;
        bottom: 0;
        left: -20%;
        opacity: 1;
        -webkit-transform: translate(0%,20%);
        -moz-transform: translate(0%,20%);
        -ms-transform: translate(0%,20%);
        -o-transform: translate(0%,20%);
        transform: translate(0%,20%);
    }

@media (min-width: 992px)
{
    section#sec-18 .block-1
    {
        margin-bottom: 1.5rem!important;
        cursor: pointer;
    }
    section#sec-18 .block-2
    {
        cursor: pointer;
        position: absolute;
        top: -30px;
        box-shadow: 0px 0px 25px 0px rgba(8, 8, 8, 0.68);
    }
    section#sec-18 .block-3,
    section#sec-18 .block-4
    {
        margin-top: -30px;
    }
    section#sec-18 .block-semi-1
    {
        opacity: 0;
        transition: 0.2s;
    }
    section#sec-18 .block-2:hover>.block-semi-1,
    section#sec-18 .block-3:hover>.block-semi-1,
    section#sec-18 .block-4:hover>.block-semi-1
    {
        opacity: 1;
        transition: 0.2s;
    }

}
@media (max-width: 768px)
{
    section#sec-18 .block-1 .title
    {
        display: block;
        margin: auto;
        width: 215px;
    }
    section#sec-18 .text
    {
        display: none;
    }
    section#sec-18 {
        margin-bottom: 0!important;
    }

}
.main_dvig {
    padding-top: 0;
}
.container_ban_dvig {
    min-height: 690px;
}
.container_ban_dvig h1 {
    text-shadow: none;
    margin-top: 205px;
}
.container_ban_dvig h1 span {
  font-size: 24px;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 10px;
  display: block;
  letter-spacing: normal;
}
.container_ban_dvig p {
  font-size: 18px;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.389;
  position: relative;
  background-color: #FFF;
  padding: 8px 20px;
  margin-top: 15px;
}
.container_ban_dvig p:before {
    content: "";
    position: absolute;
  border-width: 2px;
  border-color: rgb(89, 73, 153);
  border-style: solid;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  left: 0%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.container_ban_dvig p a {
    color: #594999;
    border-bottom: 1px solid #594999;
}

.container_ban_dvig .btn-rp {
    float: right;
    margin-right: -10px;
}
.container_ban_dvig img {
  max-width: 100%;
    margin-top: 11.7vw;
    width: 423px;
    height: 255px;
    margin-left: 5.05vw;
}
.small_data_list {

}
.small_data_item {
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
            align-items: center;
    border-bottom: 1px solid #e8e8e8;
}
.small_data_item_left {
    width: 35%;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 35px;
    padding-bottom: 45px;
    border-right: 5px solid #fdefbc;
    -webkit-align-self: stretch;
            align-self: stretch;
}
.small_data_item_right {
    width: 65%;
    padding: 15px 40px 40px 50px;
    -webkit-align-self: center;
            align-self: center;
}
.small_data_item_cifra {
  font-size: 30px;
  font-family: "Open Sans";
  color: rgb(247, 197, 14);
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 18px;
}
.small_data_item_cifra:before {
    content: "";
    background: #bababa;
    font-size: 60px;
    font-weight: 100;
    position: absolute;
    display: block;
    left: -30px;
    top: -20px;
    width: 1px;
    height: 59px;
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
         -o-transform: rotate(20deg);
            transform: rotate(20deg);
}
.small_data_item_title {
  font-size: 20px;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.4;
}
.small_data_item_img {
    float: left;
    margin-right: 30px;
    min-width: 195px;
    min-height: 145px;
  border-width: 1px;
  border-color: rgb(232, 232, 232);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.small_data_item_right p {
  font-size: 16px;
  font-family: "Open Sans";
  color: rgb(91, 91, 91);
  line-height: 1.625;
  letter-spacing: 1px;
}
.small_data_item:nth-child(2n) {
    background-color: #F3F3F3;
}
.small_data_item:nth-child(2n) .small_data_item_left {
    border-color: #FFF;
}
.small_data_item:nth-child(2n) .small_data_item_cifra {
    color: #000;
}
.small_data_item_title_mini {
  font-size: 16px;
  font-family: "Open Sans";
  color: rgb(246, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.625;
  margin-bottom: 10px;
}
.small_data_item_table {
    border-bottom: 2px dotted #5b5b5b;
    margin-top: 0px;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    width: 75%;
}
.small_data_item_table + .small_data_item_table {
    margin-top: 25px;
}
.small_data_item_table .small_data_item_left_span {
  text-align: left;
  width: 60%;
  margin-bottom: -6px;
}
.small_data_item_left_span span{
    font-size: 16px;
  font-family: "Open Sans";
  color: #5b5b5b;
  font-weight: bold;
  line-height: 1.625;
  padding-right: 5px;

}
.small_data_item_table span {
    background-color: #FFF;
  padding-bottom: 5px;
  margin-bottom: -11px;
}
.small_data_item:nth-child(2n) .small_data_item_table span{
    background-color: #F3F3F3;
}
.small_data_item_table .small_data_item_right_span {
  font-size: 18px;
  font-family: "Open Sans";
  color: rgb(103, 9, 209);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.444;
  text-align: right;
  width: 8%;
}
.small_data_item_dops {
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 60%;
    margin-bottom: 15px;
}
.small_data_item_dop {
    text-align: center;
    -webkit-flex-grow: 1;
            flex-grow: 1;
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: rgb(247, 198, 15);
}
.small_data_item_dop_gray {
    background-color: #E8E8E8;
}
.small_data_item_dop + .small_data_item_dop {
    margin-left: 15px;
}
.container_small_data {
    padding-bottom: 50px;

}
.banner_yellow_title {
    background-color: #F7D969;

}
.banner_yellow_title h2 {
  font-size: 28px;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  padding-left: 110px;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 3px;
}
.banner_yellow_title h2:before {
    content: "";
    width: 6px;
    background-color: #FE2145;
    height: 61px;
    left: 55px;
    top: 0;
    position: absolute;
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
         -o-transform: rotate(20deg);
            transform: rotate(20deg);
}
.banner_yellow_title h2 span {
    font-weight: 500;
    font-size: 22px;
    text-transform: lowercase;
}
.banner_yellow_title img {
    display: inline-block;
    margin-left: 40px;
    vertical-align: middle;
}
.timeline {
    background-color: #F8F8F8;
    padding: 20px 0;
}
.h3_with_img {
    padding: 20px;
  font-size: 24px;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.25;
  border-bottom: 2px solid #ddd;
  margin-bottom: 40px;
}
.h3_with_img img{
    margin-right: 15px;
}
.timeline_item {
    /*min-height: 350px;*/
    padding-top: 150px;
    padding-bottom: 160px;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.timeline_date {
  border-width: 3px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  background-image: -moz-linear-gradient( 55deg, rgb(101,10,237) 21%, rgb(143,4,232) 99%);
  background-image: -webkit-linear-gradient( 55deg, rgb(101,10,237) 21%, rgb(143,4,232) 99%);
  background-image: -ms-linear-gradient( 55deg, rgb(101,10,237) 21%, rgb(143,4,232) 99%);
  width: 100%;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  font-weight: 600;
  position: relative;
}
.timeline_date:after {
    content: "";
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 7px;
  height: 7px;
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
     -moz-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
       -o-transform: translate(0,-50%);
          transform: translate(0,-50%);
}
.timeline_item_w .timeline_date:after {
    background-color: #8F04E8;
}
.timeline .owl-item .timeline_item .timeline_text {
    top: 0;
    left: 0;
    width: 150%;
    padding: 15px 30px 30px 80px;
}
.timeline .owl-item:nth-child(2n) .timeline_item .timeline_text {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 30px 80px 0px 30px;
}
.timeline .owl-item:nth-child(2n) .timeline_date:after {
    left: auto;
    right: 50px;
}
.timeline_text b {
  font-size: 16px;
  font-family: "Open Sans";
  color: rgb(101, 10, 237);
  line-height: 1.25;
  font-weight: 600;
}
.timeline_item_w .timeline_date{
    background-image: none;
    background-color: #FFF;
    color: #FF0C34;
}
.timeline_item_w .timeline_text b{
    color: #FF0C34;
}
.timeline_text p {
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  line-height: 1.571;
  font-weight: 300;
}
.timeline_date:before {
    content: "";
    height: 150px;
    width: 2px;
    bottom: 50%;
    left: 50px;
    background-color: rgb(221, 221, 221);
    position: absolute;
    -webkit-transform: translate(125%,0);
       -moz-transform: translate(125%,0);
        -ms-transform: translate(125%,0);
         -o-transform: translate(125%,0);
            transform: translate(125%,0);
}
.timeline .owl-item:nth-child(2n) .timeline_date:before {
    bottom: auto;
    top: 50%;
    left: auto;
    right: 50px;
    height: 200px;
    -webkit-transform: translate(-125%,0);
       -moz-transform: translate(-125%,0);
        -ms-transform: translate(-125%,0);
         -o-transform: translate(-125%,0);
            transform: translate(-125%,0);
}
.timeline_list {
    /*width: 96%;*/
    padding-left: 4%;
    padding-right: 4%;
}
.timeline .owl-nav button.owl-next, .timeline .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
}
.timeline .owl-nav button.owl-prev {
    left: -2%;
}
.timeline .owl-nav button.owl-next {
    right: -2%;
}
.timeline .owl-nav button.disabled {
    opacity: 0.5;
}
.timeline .owl-item .timeline_item{
    opacity: 0;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.timeline .owl-item.active .timeline_item {
    opacity: 1;
}
.step_work_list {
}
.step_work_item {
    min-height: 375px;
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 1px;
    padding-bottom: 20px;
}
.step_work_item_cifra {
  font-size: 24px;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%,0%);
     -moz-transform: translate(-50%,0%);
      -ms-transform: translate(-50%,0%);
       -o-transform: translate(-50%,0%);
          transform: translate(-50%,0%);
  border-radius: 50%;
  background-color: rgb(247, 198, 15);
  box-shadow: 3px 4px 1px 0px rgba(24, 24, 26, 0.17);
  width: 62px;
  height: 62px;
  z-index: 2;
}
.step_work_item_text {
    padding: 50px 30px;
    background-color: #F1EFEF;
    position: relative;
    margin-top: 75px;
}
.step_work_item_text:after {
    content: "";
  position: absolute;
  left: 50%;
  top: 0;
  border: 32px solid transparent;
  border-top: 20px solid #fff;
  -webkit-transform: translate(-50%,0%);
     -moz-transform: translate(-50%,0%);
      -ms-transform: translate(-50%,0%);
       -o-transform: translate(-50%,0%);
          transform: translate(-50%,0%);
}
.step_work_item_text h4 {
  font-size: 18px;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.667;
  margin-bottom: 10px;
}
.step_work_item_text p, .step_work_item_text li {
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  line-height: 1.6;
  font-weight: 300;
}
.step_work_item_y .step_work_item_cifra {
    color: #fff;
    background-color: #FE2145;
}
.step_work_item_y .step_work_item_text {
    background-color: #F7D969;
}
.step_work_list .owl-nav button{
    position: absolute;
    bottom: -7%;
}
.step_work_list .owl-nav button.owl-prev {
    right: 50%;
}
.step_work_list .owl-nav button.owl-next {
    left: calc(50% - 6px);
}
.step_work_list .owl-nav button{
    filter: invert(0.5);
    -moz-filter: invert(0.5);
        -o-filter: invert(0.5);
        -webkit-filter: invert(0.5);
        opacity: 0.6;
}
.step_work_list .owl-nav button.disabled {
    filter: invert(0);
    -moz-filter: invert(0);
        -o-filter: invert(0);
        -webkit-filter: invert(0);
        opacity: 1;
}
.table_search {
    width: 100%;
    border-collapse: collapse; /* Убираем двойные линии между ячейками */
}

.table_search td, .table_search th {
    border: 3px solid #fff; /* Параметры рамки */
}
.table_search th {
    padding: 20px 50px;
  font-size: 18px;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  font-weight: 600;
  background-color: #F7D969;
  text-align: center;
}
.table_search td {
    font-size: 16px;
    padding: 10px 50px ;
    background-color: #F8F8F8;
    text-align: center;
    font-weight: 600;
}

.table_search tr th:first-child, .table_search tr td:first-child {
    text-align: left;
    font-weight: 500;
}
.table_search tr td:last-child {
    color: #F4062D;
}
.cart_4_block_1 {
    background-color: #7563C0;

}
.cart_4_block_2 {
     background-color: #F8F8F8;
     border-color: #e8e8e8!important;
}
.cart_4_block_2  .border-bottom {
     border-color: #e8e8e8!important;
}
.cart_4_block_3 {
  border-color: rgb(187, 187, 187)!important;
  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(0,0,0) 400%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(0,0,0) 400%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(0,0,0) 400%);

}
.cart_4_block_3 .border-bottom {
  border-color: rgb(187, 187, 187)!important;
}
.cart_4_block_4 {
    background-color: #292929;
}
.container_4_cart .border-bottom.border-white {
    margin-top: 0;
    min-height: 100px;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
}
.cart_4_block_2 .border-bottom.border-white, .cart_4_block_3 .border-bottom.border-white {
    color: #000;
}
.cart_4_block_2 .c-yel, .cart_4_block_3 .c-yel {
    color: #6868AB;
}
.container_4_cart .block-1 .border {
    min-height: auto;
}
.cart_4_w {
    color: #FFF;
}
.cart_4_title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}
.cart_4_block_2 img, .cart_4_block_3 img, .cart_4_block_4 img {
    filter: contrast(0);
    -o-filter: contrast(0);
    -moz-filter: contrast(0);
    -webkit-filter: contrast(0);
}
.block_itogi {
    border: 3px solid #f1c10e;
    padding: 60px;
    padding-left: 105px;
}
.block_itogi h4 {
  font-size: 24px;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}
.block_itogi h4:before {
	content: "";
    background: #bababa;
    font-size: 60px;
    font-weight: 100;
    position: absolute;
    display: block;
    left: -30px;
    top: -20px;
    width: 1px;
    height: 59px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}
.block_itogi p {
  font-size: 16px;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  line-height: 1.875;
}
.our_team_grey {
	margin-top: 45px;
  background-image: -moz-linear-gradient( 90deg, rgb(159,159,159) 0%, rgb(191,191,191) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(159,159,159) 0%, rgb(191,191,191) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(159,159,159) 0%, rgb(191,191,191) 100%);
}
.our_team h3 {
	margin-bottom: 0;
	border: none;
}
.our_team h3 img {
	vertical-align: baseline;
}
.our_team .under_title_team {
	padding-left: 115px;
	font-size: 18px;
}
.teammate {
	border-left: 2px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
	min-height: 600px;
	background-image: url(/custom/my/images/dvig/man.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #B5B5B5;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;

	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	padding: 55px 40px 55px 90px;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.our_team_slider .owl-item:nth-of-type(3n) .teammate{
	border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.teammate_name {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.teammate_work {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 14px;
}

.teammate_text {
	display: none;
	font-size: 16px;
	font-weight: 300;
	color: #FFF;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.teammate:hover {
	background-image: none;
}
.teammate:hover .teammate_text {
	display: block;
}
.our_team_slider .owl-nav button {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	   -moz-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	     -o-transform: translate(0,-50%);
	        transform: translate(0,-50%);
	filter: contrast(0);
	-o-filter: contrast(0);
	-moz-filter: contrast(0);
	-webkit-filter: contrast(0);
}
.our_team_slider .owl-nav button.owl-prev {
	left: 30px;
}
.our_team_slider .owl-nav button.owl-next {
	right: 30px;
}
.yellow_form {
	background-color: #FFD23A;
}
.feedback_form_param38 {
	width: 60%;
}
.feedback_form_param39 {
	width: 55%;
}
.feedback_form_down input[type='email']::placeholder {
	color: #000;
}
.yellow_form .title{
	text-align: left;
	margin-top: 40px;
}
.hren_block {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
    margin-bottom: 40px;
}
.yellow_hren {
	font-size: 24px;
	font-weight: bold;
	color: #503D8D;
	position: relative;
	margin-right: 25px;
	width: 39%;
    z-index: 0;
    letter-spacing: 0.2em;
}
.yellow_hren:after {
	content: "";
	display: block;
	background-color: rgba(255, 255, 255, 0.6);
	width: 108%;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
.yellow_under_hren {
	font-size: 15px;
	line-height: 1.8;
}
.otziv_block .title {
	text-align: left;
}
.otziv_block .block-row {
	-webkit-box-shadow: none;
	        box-shadow: none;
    border: none;
}
.otziv_block:before {
	content: url(/custom/my/images/dvig/gray_bcg.png);
	left: 0;
	top: 0;
	z-index: 0;
	position: absolute;
}
.otziv_block:after {
	content: url(/custom/my/images/dvig/yes.png);
	left: 50%;
	bottom: 0;
	z-index: 0;
	position: absolute;
}
.container_purple_form {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	margin-bottom: 50px;

	width: calc(1140px + 160px);
  background-image: -moz-linear-gradient( 63deg, rgb(100,59,186) 0%, rgb(76,58,188) 100%);
  background-image: -webkit-linear-gradient( 63deg, rgb(100,59,186) 0%, rgb(76,58,188) 100%);
  background-image: -ms-linear-gradient( 63deg, rgb(100,59,186) 0%, rgb(76,58,188) 100%);
}
.feedback_form_purple {
	max-width: 100%;
	border: none;
	padding: 0;
	padding-bottom: 65px;
	padding-top: 110px;
	position: relative;
}
.aisber_puple_form {
	height: max-content;
	overflow: hidden;
}
.aisber_puple_form:after {
	content: url(/custom/my/images/dvig/bcg_aisberg.png);
	right: 0;
	top: 50px;
	position: absolute;
	z-index: 0;
}
.purple_form_title {
  font-size: 24px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.feedback_form_purple p {
	font-size: 16px;
	color: #FFF;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}
.feedback_form_param40, .feedback_form_param41, .feedback_form_param42, .feedback_form_param43 {
	width: 280px;
	display: inline-block;
    margin-right: 110px;
    margin-top: 20px;
}
.container_purple_form .container:before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-color: #F5C419;
	top: -5px;
	position: absolute;
}
.feedback_form_param44 {
	background-image: url(/custom/my/images/dvig/bcg_purpl_form.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
    position: absolute;
    width: 43%;
    right: -95px;
    top: 0px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    padding: 120px 40px 60px;
}
.feedback_form_param44 .infofield {
  font-size: 24px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.container_purple_form input[type='text'], .container_purple_form input[type='password'],
.container_purple_form input[type='email'],.container_purple_form  input[type='number'],.container_purple_form  input[type='tel'], textarea {
	padding-bottom: 8px;
	border-color: #F5C419;
}
.container_purple_form input[type="submit"] {
	margin-top: 0;
	background-image: url(/custom/my/images/dvig/btn_purple.png);
	position: absolute;
    left: 50%;
    color: #4d3abc;
    bottom: -25px;
    -webkit-transform: translate(-50%,0%);
       -moz-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
         -o-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
}
.feedback_form_param44 label {
	position: relative;
	display: block;
  font-size: 17px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  padding: 25px;
  padding-left: 60px;
  padding-right: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.feedback_form_param44 input[type=checkbox] {
	display: none;
}
.feedback_form_param44 label:before {
	content: "";
	display: inline-block;
	border-radius: 34px;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	   -moz-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	     -o-transform: translate(0,-50%);
	        transform: translate(0,-50%);
	background-color: rgba(255, 255, 255, 0.5);
}
.feedback_form_param44 input[type=checkbox]:checked + label:after {
	content: "";
	width: 11px;
	height: 11px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	background-color: #FFE99A;
	/*color: #ffe99a;*/
	text-align: center;
    line-height: 1;
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
       -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
         -o-transform: translate(0,-50%);
            transform: translate(0,-50%);
}

.container_real_price .title {
    margin-top: 60px;
    margin-bottom: 65px;
}

.container_real_price b {
	font-size: 21px;
}
.container_vygoda .title{
    margin: 20px 0 50px;
}

.container_stroy {
    margin-top: 15px;
}

.sec-5-kontekst {
    margin-top: 90px;
    margin-bottom: 80px;
}

.integr {
    margin-top: 80px;
}


.roistat-bg {
    background-image: url("/custom/my/images/roistat/data-driven-marketin.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center;
    position: relative;
    height: 100vh;
}
.t-btn {
    padding: 15px 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #554790;
    background-color: #F1C10E;
    z-index: 1;
    position: relative;
    font-weight: 500;
    -webkit-border-radius: 50px;
            border-radius: 50px;
}
.show_roi img {
    height: 200px;
    max-width: 100%;
}
.roistat-bg {
    padding-top: 10vh;
}
.roistat-bg .f-60 {
        font-size: 52px;
    }
.container_zachem section#sec-25 .block .block-semi-1 {
    text-transform: uppercase;
}
.container_zachem section#sec-25 .block .box-shadow{
    min-height: 280px;
}
.container_roi_form .container .roi_form {
    border: 4px solid #f1c10e!important;
    padding: 20px;
}
.uder_title_roi {
    text-align: center;
    font-size: 18px;
}
.container_roi_form .audit_form_left {
    height: auto;
}
.container_roi_form .feedback_form_param_audit {
    width: 100%;
}
.container_money img{
    max-width: 100%;
}
::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:6px;
    height:0px;
}

::-webkit-scrollbar-track {
    background-color:#F3F3F3;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#554790;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

::-webkit-scrollbar-thumb:hover{
    background-color:#F7D969;
}

::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px;
}

::-webkit-scrollbar{
    width: 5px;
}

.keyses {
    display: flex;
    -webkit-flex-wrap: wrap;
         -ms-flex-wrap: wrap;
             flex-wrap: wrap;
    -webkit-justify-content: space-between;
             justify-content: space-between;
}
.keyses_item {
    width: 32%;
    min-height: 350px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
}

.keyses_item::after {
	content: '';
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #0000003b;
	position: absolute;
}
.keyses_theme {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    background-color: rgba(0,0,0,0.5);
    text-shadow: 1px 1px 3px black;
    z-index: 100;
}
.keyses_title {
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    z-index: 100;
}
.keyses_label {
    position: absolute;
    left: 20px;
    bottom: 30px;
    z-index: 100;
}
.keyses_label div{
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    width: max-content;
    z-index: 100;
    -webkit-border-radius: 60px;
            border-radius: 60px;

}
.keyses_label_clients {
    background-color: #F7C50E;
    margin-bottom: 5px;
    color: black;
    z-index: 100;
}
.keyses_label_work {
    background-color: rgb(89, 73, 153);
    color: white;
    margin-right: 10px;
    z-index: 100;
}
.keyses_link {
    position: absolute;
    right: 20px;
    bottom: 30px;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    z-index: 100;
    background: #f7c50e;
      padding: 0 5%;
      border-radius: 10px;
}

.keyses_link:hover {
	color: white;
	text-decoration: underline;
	background: #594999;
}
#price ul {
  padding: 20px 40px;
  font-size: initial;
}
.keyses_label_work_wrapper {
	display: flex;
	padding: 0 !important;
	justify-content: flex-start;
	align-items: center;
	z-index: 100;
}
.ban_project {
   background-image: url(/custom/my/images/proj/proj.png);
   background-repeat: no-repeat;
   background-position: center;
   -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
   padding-top: 205px;
   padding-bottom: 350px;
}
.ban_project h1 {
    font-weight: 900;
    font-size: 60px;
    color: #F7C60F;
}
.ban_project  p {
    font-weight: 600;
    font-size: 24px;
    color: #FFF;
    margin-top: 10px;
}
.ban_proj_list {
    padding-left: 0px;
    margin-bottom: 65px;
}
.ban_proj_list li {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #FFF;
    list-style-type: none;
    counter-increment: step-counter;
}
.ban_proj_list li:before {
    content: '0'counter(step-counter);
    font-size: 24px;
    font-weight: 900;
    color: #3917C1;
    margin-right: 15px;
}
.container_1550 {
    width: 100%;
    max-width: 1580px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
section.project_block {
    background-image: url(/custom/my/images/proj/bcg_proj.png);
    background-position: left 500px;
    /*background-repeat: no-repeat;*/
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    /*background-attachment: fixed;*/
    margin-top: -370px;
}

.flex-container {
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    padding-bottom: 45px;
}
:root {
	--main_height:476px;
    --main_margin:1.9%;
    --main_width:23.54%;
}
.pr {
  background-color: rgb(246, 246, 246);
  min-height: var(--main_height);
  width: var(--main_width);
  margin-bottom: 30px;
  background-repeat: no-repeat;
    -o-background-size: cover;
       background-size: cover;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}
.pro_hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(25, 25, 25);
	padding: 55px 30px;
	-webkit-transform: scale(1,0);
	   -moz-transform: scale(1,0);
	    -ms-transform: scale(1,0);
	     -o-transform: scale(1,0);
	        transform: scale(1,0);
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.pro_hover  p {
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
}
.pro_hover a {
    position: inherit;
    bottom: 55px;
}
.pro_hover_dots {
	color: rgb(255, 208, 0);
	font-size: 22px;
	letter-spacing: 22px;
}
.pr:hover .pro_hover {
	opacity: 1;
	display: block;
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
	    -ms-transform: scale(1,1);
	     -o-transform: scale(1,1);
	        transform: scale(1,1);
}
.pr_1, .pr_2, .pr_3, .pr_5, .pr_6, .pr_7, .pr_9, .pr_10, .pr_11,.pr_12, .pr:nth-of-type(12n+1),
.pr:nth-of-type(12n+2), .pr:nth-of-type(12n+3), .pr:nth-of-type(12n+5), .pr:nth-of-type(12n+6),
.pr:nth-of-type(12n+7), .pr:nth-of-type(12n+9), .pr:nth-of-type(12n+10), .pr:nth-of-type(12n+11),
.pr:nth-of-type(12n+12)
 {
    margin-right: var(--main_margin);
}
.pr_3, .pr:nth-of-type(12n+3) {
    margin-top: calc(var(--main_height) / 2);
}
.pr_4, .pr:nth-of-type(12n+4) {
    margin-top: calc(var(--main_height) - var(--main_margin));
}
.pr_5, .pr:nth-of-type(12n+5) {
    margin-top: calc((var(--main_height)/-2) + var(--main_margin));
}
.pr_6, .pr:nth-of-type(12n+6) {
    margin-top: calc((var(--main_height)*-1) + var(--main_margin));
}
.pr_7, .pr:nth-of-type(12n+7) {
    margin-top: calc((var(--main_height)/-2) + var(--main_margin));
}
.pr_9, .pr:nth-of-type(12n+9) {
    margin-top: calc((var(--main_height)/-2) + var(--main_margin));
}
.pr_10, .pr:nth-of-type(12n+10) {
    margin-top: calc((var(--main_height)*-1) + var(--main_margin));
}
.pr_11, .pr:nth-of-type(12n+11) {
    margin-top: calc(var(--main_margin)*2);
    margin-left: calc((var(--main_width)*-1) - var(--main_margin));
}
.pr_12, .pr:nth-of-type(12n+12) {
    margin-top: calc(var(--main_margin)*2);
}
.pr:nth-of-type(12n+1){
    margin-left: 0;
}
section.ban_project_portfolio {
    height: 875px;
}
section.id_portfolio {
    margin-top: -750px;
    background-image: url(/custom/my/images/proj/bcg_id_portfolio.png);
    background-position: left 700px;
    background-repeat: no-repeat;
    background-size: auto;
}
.id_portfolio_left {
    background-color: rgb(202, 200, 200);
    min-height: 675px;
    padding: 48px 39px;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.id_portfolio_left.fixed_cl {
	position: fixed;
	max-width: 365px;
	z-index: 2;
}
.previous_next_links {
    padding-top: 0;
    height: auto;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
}
.previous_next_links a {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    width: 58px;
    height: 44px;
}
.previous_next_links .previous_link, .previous_next_links .next_link  {
    width: 60px;
    float: left;
}
.previous_next_links .previous_link {
    margin-right: 15px;
}
.previous_next_links .previous_link a {
    background-image: url(/custom/my/images/proj/prev_id.png);
}
.previous_next_links .next_link a{
    background-image: url(/custom/my/images/proj/next_id.png);
}
.previous_next_links .previous_link a:hover {
    background-image: url(/custom/my/images/proj/prev_id_hov.png);
    opacity: 1;
}
.previous_next_links .next_link a:hover{
    background-image: url(/custom/my/images/proj/next_id_hov.png);
    opacity: 1;
}
.id_portfolio_left .id_portfolio_left_anons p {
    font-size: 15px;
    color: #FFF;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 35px;
}
.id_portfolio_left h1 {
    font-size: 44px;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 0px;
    line-height: 1.2;
}
.id_portfolio_left_dots {
	color: #F1C10E;
    font-size: 22px;
    letter-spacing: 20px;
    margin: 15px 0;
}
.id_portfolio_left p {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
}
.shop_id_img {
	width: 100%;
}
.id_portfolio_right_list {
	padding-left: 0;
	list-style-type: none;
}
.id_portfolio_right_list li {
	counter-increment: step-counter;
	border-radius: 5px;
	background-color: rgb(240, 240, 240);
	padding: 90px 50px;
	display: flex;
	margin: 40px 0;
}
.id_portfolio_right_list li::before {
	content: '/ 0'counter(step-counter);
	font-size: 30px;
	min-width: 70px;
	font-weight: 700;
	color: #FFD000;
	line-height: 1.2;
}
.id_portfolio_right_item_title {
	font-weight: bold;
	font-size: 30px;
	color: #000;
	width: 40%;
	line-height: 1.2;
}
.id_portfolio_right_item_text {
	font-weight: 600;
	font-size: 18px;
	color: #000;
	width: calc(100% - 70px - 40%);
}
.id_portfolio_right_item_text table {
	width: 100%;
}
.id_portfolio_right_item_text table tr {
	/*border-bottom: 2px dotted rgb(162, 162, 162);*/
	position: relative;
	display: flex;
	width: 100%;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}
.id_portfolio_right_item_text table tr:before {
	content: "";
	width: 99%;
	position: absolute;
	left: 1px;
	bottom: 7px;
	border-bottom: 2px dotted rgb(162, 162, 162);
	border-width: medium;
}
.id_portfolio_right_item_text table td {
	padding-top: 5px;
	vertical-align: bottom;
	position: relative;
	z-index: 2;
}
.id_portfolio_right_item_text table td p {
	margin-bottom: -10px;
	background-color: rgb(240, 240, 240);
	line-height: 1.5;
	display: inline;
}
.id_portfolio_right_item_text table tr td:first-of-type {
	width: 70%;
}
.id_portfolio_right_item_text table tr td:first-of-type p {
	padding-right: 8px;
}
.id_portfolio_right_item_text table tr td:last-of-type {
	width: 30%;
	text-align: right;
	color: #6709D1;
	font-weight: 900;
}
.id_portfolio_right_item_text table tr td:last-of-type p {
	padding-left: 8px;
}
.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}
.id_portfolio_right_item_img {
	width: 100%;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.15);
}
.id_portfolio_adapt {
	background-image: url(/custom/my/images/proj/bcg_id_portfolio_adaptive.png);
	background-repeat: no-repeat;
	padding-top: 22%;
	padding-bottom: 13%;
	margin-top: -17.5%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.id_portfolio_adapt_table, .id_portfolio_adapt_mob {
	width: 100%;
	background-repeat: no-repeat;
	background-position: top;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.id_portfolio_adapt_table {
	height: 510px;
}
.id_portfolio_adapt_mob {
	height: 451px;
}
.id_portfolio_adapt_table img {
	width: 128%;
    position: absolute;
    left: -14%;
    top: -17%;
}
.id_portfolio_adapt_mob img{
	position: absolute;
    top: -18%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.id_portfolio_form_block {
	background-image: url(/custom/my/images/proj/bcg_id_portfolio_form_block.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	position: relative;
	padding-top: 90px;
	padding-bottom: 45px;
	position: relative;
	margin-top: -65px;
	border-radius: 9px;
	margin-bottom: 65px;

}
.id_portfolio_form_block:before {
	content: "";
	position: absolute;
	width: 100%;
	display: block;
	left: 0;
	top: -30px;
	background-image: -moz-linear-gradient( 14deg, rgb(239,171,7) 0%, rgb(223,184,4) 100%);
	background-image: -webkit-linear-gradient( 14deg, rgb(239,171,7) 0%, rgb(223,184,4) 100%);
	background-image: -ms-linear-gradient( 14deg, rgb(239,171,7) 0%, rgb(223,184,4) 100%);
	height: 3px;
}
.id_portfolio_form_block_info_title {
	font-size: 29px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.6;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.id_portfolio_form_block_info_text {
	font-weight: 300;
	font-size: 16px;
	color: #FFF;
	margin-bottom: 15px;
}
.id_portfolio_form_block .privacy_field, .id_portfolio_form_block .required_field{
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
}
.id_portfolio_form_block .feedback_form_param20 {
	display: none;
}
.id_portfolio_form_block .feedback_form_param21, .id_portfolio_form_block .feedback_form_param22 {
	width: 100%;
}

.id_portfolio_form_block input[type="text"], .id_portfolio_form_block  input[type="tel"] {
	border-bottom: 1px solid #f5c419;
	padding-bottom: 8px;
}
.id_portfolio_form_block input[type="text"]::placeholder, .id_portfolio_form_block  input[type="tel"]::placeholder {
	color: #FFF;
}
.id_portfolio_form_block input[type="submit"] {
	background-image: url(/custom/my/images/proj/btn_portfolio.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	font-size: 16px;
	color: #4D3ABC;
	width: 325px;
	max-width: 100%;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 13px;
	text-align: left;
	background-color: transparent;
	border: none;
	opacity: 1!important;
	-webkit-box-shadow: none!important;
	        box-shadow: none!important;
}
.id_portfolio_form_block  form > .captcha {
	left: 0;
	top: 190px;
}

.ban_yasno .id_portfolio_form_block  form > .captcha {
    top: initial !important;
}



.wrapper_ban .captcha {
   /*isplay: block !important;*/
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/


#toTop {
    position:fixed;
    z-index: 5;
    bottom:0px;
    right:8px;
    cursor:pointer;
    display:none;
    width: auto;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
}
form>.captcha {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px;
    width: 100%;
    max-width: 320px;
    left: 0;
}
.feedback_form_main {
    position: relative;
}
.block.captcha {
    width: 100%;
}
form .captcha input[type='text'] {
    width: 100%;
    border: 1px solid #000;
    color: #000;
    margin-bottom: 5px;
}
.header_link {
    display: inline-flex;
    margin-left: 12px;
}
.header_link i {
    font-size: 12px;
    line-height: 1.2;
}
.header_link i span {
    display: block;
    font-style: normal;
    font-weight: 600;
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
}
.header_link .yellow {
    color: rgba(0, 0, 0, .3);
    font-size: 29px;
    margin: 0 0px 0 8px;
    font-weight: 300;
    line-height: 1;
}
.project_block_slider_item {
   background-color: rgb(246, 246, 246);
    min-height: var(--main_height);
    width: var(--main_width);
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}
.project_block_slider {
    margin: 45px 0;
    position: relative;
}
.project_block_slider .owl-nav {
    margin-top: 45px;
    padding-left: 28vw;
}
.project_block_slider .owl-nav button.owl-next {
    margin-left: -6px;
}
.project_block_slider:after {
    content: "";
    display: block;
    min-height: var(--main_height);
    width: 385px;
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}



@media(max-width: 800px) {
    .container_rev table tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}



.container_purple_form .captcha{
    display: block !important;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.map_print {
    outline: 1px solid red ;
}
