@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.woff2') format('woff2'),
        url('../fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Semibold.woff2') format('woff2'),
        url('../fonts/Gilroy-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-UltraLight.woff2') format('woff2'),
        url('../fonts/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Extrabold.woff2') format('woff2'),
        url('../fonts/Gilroy-Extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('../fonts/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Thin.woff2') format('woff2'),
        url('../fonts/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
body {
	font-family: 'Gilroy';
}
#popUpFormModal .form-group input[type="checkbox"] {
	height: 16px;
	width: 16px;
}
.policy-text {
	margin-left: 10px;
	font-size: 14px;
}
.container {
	max-width: 1200px;
}
.row {
    display: flex;
    align-items: center;
}
header {
	padding-bottom: 0;
	padding-top: 0;
}
a.logo {
	max-width: 200px;
}
.phone-btn .btns button {
	padding-top: 10px;
	padding-bottom: 10px;
}
.flex-header {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.logo-menu {
	display: flex;
	gap: 20px;
	align-content: center;
	align-items: center;
}
.header-menu {
	display: flex;
	list-style: none;
	padding-left: 0;
	padding-top: 5px;
	margin-bottom: 0;
}
.nav-item {
	padding: 18px 10px 21px 10px;
}
.phone-btn {
	display: flex;
	gap: 35px;
	align-content: center;
	align-items: center;
}
.btns button {
    background-color: #2b83ff;
    color: white;
    border: unset;
    border-radius: 6px;
    padding: 14px;
    font-size: 15px;
    padding-right: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;

    box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 27%);
    -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.phones {
    display: flex;
    justify-content: center;
    align-items: center;
}

.phones > div {
    padding-left: 20px;
}

.phones a {
	color: #232323;
	font-weight: 500;
	text-decoration: none;
	display: block;
	min-width: 158px;
	font-size: 19px;
}
ul.navbar-nav {
    margin: auto;
}
li.nav-item a {
	font-weight: 400;
	font-size: 17px;
}
.child-menu {
	opacity: 0;
	visibility: hidden;
	display: flex;
	position: absolute;
	transition: .3s;
	box-shadow: 0px 0px 32px 0px rgba(21, 21, 21, 0.13);
	background: #fff;
	z-index: 9;
	margin-left: -10px;
	padding: 35px 35px 35px 0;
	list-style: none;
	margin-top: 15px;
	gap: 15px;
	border-radius: 0 10px 10px 10px;
}
.has-child:hover .child-menu {
opacity: 1;
	visibility: visible;
	display: flex;
}
.has-child:hover {
	box-shadow: 0px 0px 32px 0px rgba(21, 21, 21, 0.13);
	position: relative;
	border-radius: 10px 10px 0 0;
}
.has-child {
	position: relative;
}
.has-child::after {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	border-radius: 10px 10px 0 0;
}
.has-child > a {
	position: relative;
	z-index: 999;
	background: url(../img/arr-down.svg) no-repeat right center;
	padding-right: 18px;
}
li.nav-item .child-menu-lvl2 a {
	font-size: 16px;
	color: #232323 !important;
	font-weight: 500;
	text-decoration: none;
}
.child-menu-lvl2 {
	list-style: none;
	min-width: 201px;
	padding-left: 20px;
}
.child-menu-lvl2 li {
	padding: 5px 0;
}
li.nav-item .child-menu-lvl2 li.last a {
	color: #fc7c1c !important;
	font-size: 20px;
}
li.nav-item .child-menu-lvl2 li.last {
	margin-top: 25px;
}
li.nav-item .child-menu-lvl2 li:first-child a {
	color: #fc7c1c !important;
	font-size: 20px;
}
section.top-sec.top-sec__bg {
    background-image: url("../img/top-sec-bg.png");
    padding-top: 20px;
    padding-bottom: 50px;
}
.title.title__top-sec h1 {
    color: white;
    font-size: 90px;
    font-weight: 300;
    line-height: 1;
}

.title.title__top-sec h1 span {
    font-weight: 700;
    width: 100%;
    display: block;
}
.top-sec__desc p {
    font-size: 30px;
    max-width: 43%;
	margin-bottom: 15px;
}
.btns.top-sec__btns button {
    font-size: 31px;
}

.top-sec__desc p {
    font-size: 24px;
    max-width: 43%;
}

.btns.top-sec__btns button {
    font-size: 31px;
}

.top-sec__about .item {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    /* min-height: 210px; */
    margin-bottom: 10px;
	height: 100%;
}
.top-sec__about .row {
	display: flex;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;
}
.top-sec__about .item .top-sec__about-img {
	position: absolute;
	top: -15px;
	background-color: white;
	border-radius: 50%;
	box-shadow: 0px 20px 38px 0px rgba(202, 104, 14, 0.14);
	-webkit-box-shadow: 0px 20px 38px 0px rgba(202, 104, 14, 0.14);
	-moz-box-shadow: 0px 20px 38px 0px rgba(202, 104, 14, 0.14);
	width: 110px;
	height: 110px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	right: 20px;
}

.slide.item {
    box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 27%);
    -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    margin: 20px;
}
.slick-slide > div {
    margin: 20px;
}
.reviews-slider .slick-slide > div {
    margin: 0;
}
.slick-slide > div img {
    width: 100%;
}
.top-sec__about .item .item__info {
	padding-top: 20px;
	min-height: 212px;
}

.top-sec__about .item .item__info .item__title {
    font-size: 30px;
    color: #fb871c;
    font-weight: 700;
}

.top-sec__about .item .item__info p {
    font-size: 22px;
}
.top-sec__about {
    padding-top: 30px;
}
.top-sec__btns img.no-mobile {
	margin-left: 50px;
	transition: .5s;
}
.top-sec__btns:hover img.no-mobile {
	margin-left: 0;
}
.title.title__section h2 {
    font-size: 78px;
    font-weight: 700;
    color: #fc7b1c;
}

.text p {
	font-size: 30px;
}

.text p span {
    color: #fb871c;
    font-weight: 700;
}
.slide.item .title__slide {
    font-size: 27px;
    /* padding: 10px; */
    color: #fb871c;
}
.btns.top-sec__btns button {
	padding: 16px 40px;
}
.btns.btns__cases.btns__full button {
    font-size: 31px;
}
section {
   
    padding-top: 50px;
    padding-bottom: 50px;
}
section.numbers {
    background-color: #f7f7f7;
    
}
section.numbers .title__section p {
    font-size: 23px;
}
section.top-sec.top-sec__bg {}

section.numbers .title__section p {
    font-size: 30px;
}

.numbers-list {}

.numbers-list .item .circle {
    background-color: white;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0px 7px 29px 0px rgba(91, 91, 91, 0.24);
    -webkit-box-shadow: 0px 7px 29px 0px rgba(91, 91, 91, 0.24);
    -moz-box-shadow: 0px 7px 29px 0px rgba(91, 91, 91, 0.24);
}

.numbers-list .item .circle span {
    font-size: 58px;
    color: #fc7b1c;
}

.numbers-list .item .circle.active {
    background-color: #fc7b1c;
}

.numbers-list .item .circle.active span {
    color: white;
}

.numbers-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.numbers-list .numbers-list__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    margin-left: 5px;
}

.numbers-list .numbers-list__item .numbers-list__desc {
    font-size: 21px;
    text-align: center;
    min-height: 120px;
}
.reviews h2 + p {
	font-size: 30px;
}

footer {
    background-image: url("../img/footer-bg.png");
    padding-top: 50px;
    padding-bottom: 50px;
}
.btns.btns__footer button {
    font-size: 31px;
    margin-top: 30px;
}

.title.title__footer h2 {
    color: white;
    font-weight: 300;
    font-size: 77px;
}

.title.title__footer h2 span {
    font-weight: 700;
}
.voice__list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.voice__list .voice__item {
    margin: 10px;
    width: 33.3%;
}

.item.voice__item .h3 {
    color: #fc7b1c;
    font-size: 33px;
    font-weight: 600;
}
section.voice-reviews .title p {
    font-size: 30px;
}
.border {
    border-radius: 10px;
    padding-bottom: 40px;
    padding-top: 40px;
    padding: 60px;
}


.parralax_container {
 
        position: relative;
        width: 100%;
       
        overflow: hidden;
    }
    
    .parallax {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .parallax-layer {
        position: absolute;
        top: 0;
        width: 50%; /* Каждая картинка занимает половину ширины */
        height: 100%;
        object-fit: cover;
    }
    .parallax2-layer {
        position: absolute;
        top: 0;
        width: 50%; /* Каждая картинка занимает половину ширины */
        height: 100%;
        object-fit: cover;
    }
    
    .parallax-layer.left,.parallax2-layer.left {
        left: 0;
    }
    .parallax2-layer.left {
	top: -170px;
}
    .parallax-layer.right,.parallax2-layer.right {
        right: 0;
    }
    .parallax-layer.left,.parallax2-layer.left{
       
    object-fit: contain;
    /* max-width: 280px; */
    width: 210px;
}

.parallax-layer.right,.parallax2-layer.right {
    width: 110px;
    object-fit: contain;
}



.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fc7b1c;
}
.btns button:hover {
    background-color: #fd9e1c;
}
.btns.top-sec__btns button:hover {
    color: #fc981c;
    background-color: white;
}
li.nav-item:hover a {
    color: #fb8b24;
}
li.nav-item a.nav-link.active {
    color: #ff862c !important;
}
.phones a:hover {
    color: #fc9a1c;
}
.numbers-list .item .circle:hover {
    background-color: #fc7b1b;
    
}
.numbers-list .item .circle:hover span {
   
    color: white;
}
.numbers-list .numbers-list__item .numbers-list__desc {
  
    padding-top: 20px;
}

.slick-next:before,.slick-prev:before {
    content: ' 1';
    background-image: url(../img/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #ff000000;
    font-size: 60px;
}

button.slick-prev.slick-arrow {
    transform: rotate(180deg);
}
.logo img{
  
        width: 100%;
   
}

section.voice-reviews.parralax_container > img {
    z-index: -1;
}
.top-sec__desc p br {
	display:none;
}
audio {
	max-width: 100%;
}
.rv {
	position: relative;
}
.simpleParallax {
	position: absolute;
	height: 100%;
	top: 0;
}
.voice-reviews .slick-next {
	margin-top: -30px;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
#popUpFormModal .modal-dialog {
	width: 400px;
}
.fade.in {
	opacity: 1;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
#popUpFormModal .modal-header {
	padding: 30px 40px;
	background: url(/img/modal-header-bg.png) repeat center center #008AAE;
}
#popUpFormModal .modal-header .close {
	margin-top: 4px;
	order: 2;
}
#popUpFormModal .close {
	opacity: 1;
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	order: 2;
}
#popUpFormModal .modal-header {
	justify-content: space-between;
}
.close {
	float: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}
#popUpFormModal .modal-title {
	font-size: 24px;
	font-weight: 800;
	color: #fff;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
#popUpFormModal .modal-body {
	padding: 40px;
	border-bottom: 5px solid #FF6C00;
}
#popUpFormModal p {
	margin-bottom: 20px;
}
.form-group {
	position: relative;
	margin-bottom: 15px;
}
#popUpFormModal .form-group input {
	height: 51px;
	font-size: 16px;
	padding: 0 20px;
	color: #404040;
	background: #FAFAFA;
	width: 100%;
	box-shadow: inset 0 0 6px rgba(64, 64, 64, 0.1);
	border: 1px solid #E8E8E8;
	border-radius: 3px;
	transition: all .2s;
}
.btn-custom {
	background: -webkit-linear-gradient(top, #FF8000, #FF5800);
	background: linear-gradient(to bottom, #FF8000, #FF5800);
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 800;
	border: none;
	border-radius: 3px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}
#popUpFormModal input[type="submit"] {
	height: 51px;
	width: 100%;
	margin-top: 5px;
}
.footer-hidden footer {
	display:none;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50);
}
.conuter {
	display:none;
}
@media screen and (min-width:768px) {
.modal-dialog {
	width: 600px;
	margin: 89px auto 0 auto;
}
}


@media (min-width:769px) and (max-width:1199px) {
    .btns__footer .hover-move {
        
        right: 10% !important;
    }
    .hover-move {
       
        right: 10% !important;
    }
    .btns.btns__cases.btns__full button {
        font-size: 19px;
        max-width: 400px;
    }
}

@media screen and (max-width:1366px) {

    ul.navbar-nav {
        display: flex;
        flex-wrap: wrap;
    }

    header .col-4 img {
        width: 100%;
    }
    
    .nav_order  li a {
        font-size: 12pt;
    }
    
    
    header .btns button {
        font-size: 12px;
    }
    .title.title__top-sec h1 {
        color: white;
        font-size: 90px;
        font-weight: 300;
        line-height: 1;
    }
    .btns.top-sec__btns button {
        font-size: 24px;
    }
    .top-sec__about .item .item__info .item__title {
        font-size: 25px;
        color: #fb871c;
        font-weight: 700;
    }
    .top-sec__about .item .item__info p {
        font-size: 21px;
    }
    .title.title__section h2 {
        font-size: 60px;
        font-weight: 700;
        color: #fc7b1c;
    }
    .hover-move {
        position: absolute;
        transition: transform 0.2s ease-out;
        width: 181px;
        height: auto;
        float: right;
        right: 40px;
    }
    .numbers-list .item .circle span {
        font-size: 44px;
        color: #fc7b1c;
    }
    .parallax-layer.left {
        object-fit: contain;
        /* max-width: 280px; */
        width: 168px;
    }
    .parallax-layer.right {
        width: 78px;
        object-fit: contain;
    }
    .item.voice__item .h3 {
        color: #fc7b1c;
        font-size: 33px;
        font-weight: 600;
    }
    .title.title__section h2 {
        font-size: 52px;
        font-weight: 700;
        color: #fc7b1c;
    }
    .title.title__footer h2 {
        color: white;
        font-weight: 300;
        font-size: 55px;
    }
    .btns.btns__footer button {
        font-size: 28px;
        margin-top: 30px;
    }
    .title.title__footer h2 {
      
        font-size: 75px;
    }
}
.btns {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.hover-move {
    position: absolute;
    transition: transform 0.2s ease-out;
    width: 180px;
    height: auto;
    float: right;
    right: 110px;
}


.top-sec img.parallax2-layer.right {
    width: 230px;
    right: 0;
}
.top-sec img.parallax2-layer.right.right2 {
    right: 150px;
    width: 29%;
    top: -150px;
    position: absolute;
}
.top-sec__about {
    z-index: 999;
    position: relative;
}
.btns.top-sec__btns {
    z-index: 2;
}
.parralax2_container {
    position: relative;
    width: 100%;
    
    overflow: hidden;
}


.spoiler details {
    width: 100%;
}
details {
    box-shadow: unset !important;
}
details {
    display: block;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    margin-bottom: 1.5rem;
}
summary {
    display: block;
    font-size: 1.4em;
    cursor: pointer;
    position: relative;
    padding: .3em .3em .3em 1.4em;
    border-bottom: 1px solid #e2e8f0;
}
summary ~ * {
    padding: 0 2em 10px 2em;
}
details[open] >  summary {
    color: #fc7b1b;
}
details[open] > summary:after {
    transform: rotateZ(135deg);
    
}
details > div {
    padding-left: 33px;
}
summary::after {
	top: calc(50% - 20px);
	right: 0;
	color: transparent;
	background: url("../img/faq-close.png") no-repeat center center;
	width: 39px;
	height: 39px;
	content: "";
	position: absolute;
	transition: transform .5s;
}

.btns.top-sec__btns {
  
    display: flex;
    justify-content: flex-start;
}

.slide.item {
    box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 27%);
    -webkit-box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 27%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    margin: 9px;
    border-radius: 10px;
}
.reviews-slider .slide.item {
	box-shadow: 0px 7px 13px 0px rgba(91, 91, 91, 0.24);
	-webkit-box-shadow: 0px 7px 13px 0px rgba(91, 91, 91, 0.24);
	-moz-box-shadow: 0px 7px 13px 0px rgba(91, 91, 91, 0.24);
	margin: 0;
	border-radius: 20px;
}
.reviews-slider .slick-slide {
	margin: 13px;
}
.reviews-slider {
	margin-top: 30px;
}
.preview {
    border-radius: 20px;
    padding: 10px;
}
.slide.item .title__slide {
   
    padding-left: 6px;
}
.slide.item .spec {
    padding-left: 10px;
}
.slide.item .title__slide {
    font-size: 27px;
    padding: 10px;
    color: #fb871c;
    text-align: center;
    position: relative;
    display: block;
    text-align: left;
}


section.faq {
    background-color: #f7f7f7;
}

summary {
	border-bottom: unset;
	border-top: unset;
	font-size: 30px;
	font-weight: 600;
	padding: 0;
}
details {
    padding: 35px 0;
    margin-bottom: 0;
	border-bottom: unset;
	border-top: 1px solid #e1e1e1;
}
details:last-child {
border-bottom: 1px solid #e1e1e1;
}
details > div {
	padding-left: 0;
	padding-bottom: 0;
	margin-top: 15px;
	font-size: 30px;
}
.title.title__footer h2 {
    display: grid;
}

.btns.btns__footer {
    display: flex;
    justify-content: flex-start;
}
.btns__footer .hover-move {
    position: absolute;
    transition: transform 0.2s ease-out;
    width: 180px;
    height: auto;
    float: right;
    right: 30%;
}
.btns.top-sec__btns img {
    padding-left: 20px;
}
.btns.btns__footer button:hover {
    background-color: white;
    color: #fc8c1d;
}


.reviews img {
    border-radius: 20px;
}
.numbers-list .numbers-list__item .numbers-list__desc {
    font-size: 16px;
    text-align: center;
    min-height: 120px;
}

.numbers-list .numbers-list__item {
	max-width: 180px;
	width: 100%;
}
.faq .title.title__section {
    padding-bottom: 30px;
}
.title.title__footer h2 {
  
    font-size: 75px;
}
.mobile {
	display:none !important;
}
.btns button {
	background-color: #2b83ff;
	color: white;
	border: unset;
	border-radius: 6px;
	padding: 14px;
	font-size: 15px;
	padding-right: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 20px;
	box-shadow: 0px 7px 13px 0px rgba(75, 75, 75, 0.45);
	-webkit-box-shadow: 0px 7px 13px 0px rgba(75, 75, 75, 0.45);
	-moz-box-shadow: 0px 7px 13px 0px rgba(75, 75, 75, 0.45);
}
.numbers-list .numbers-list__item .circle, .numbers-list .numbers-list__item .circle span {
	transition: 0.4s;
}
.numbers-list .numbers-list__item:hover .circle {
	background-color: #fc7b1c;
	width: 110px;
	height: 110px;
	margin-top: -10px;
}
.numbers-list .item:hover .circle span {
	font-size: 78px !important;
	color: #fff;
}
.top-menu {
	visibility:hidden;
	opacity:0;
	height: 0;
	transition: .3s;
}
img.mfp-img {
	padding: 30px 0 10px;
}
.slide.item .spec {
	padding: 10px 0 0 0;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ebebeb;
	margin: 0 20px;
	font-size: 18px;
	gap: 20px;
	align-items: center;
}
.slide.item .spec span {
	max-width: calc(50% - 10px);
}
.slide.item .spec span:last-child {
	text-align: right;
}
@media (max-width: 1380px) {
.child-menu {
	gap: 0;
}
.top-sec .container, .rv .container {
	position: relative;
	z-index: 8;
}
}
@media (min-width: 1230px) {
.burger {
	display:none;
}
header {
	position: fixed;
	z-index: 9999;
	background: #fff;
	width: 100%;
}
section.top-sec.top-sec__bg {
	margin-top: 69px;
}
}
@media (max-width:1230px) {
.container, .container-lg, .container-md, .container-sm {
	max-width: 960px;
}
.title.title__top-sec h1 {
	font-size: 55px;
}
.top-sec__desc p {
	font-size: 20px;
	max-width: 43%;
}
.btns.top-sec__btns button {
	font-size: 20px;
}
.top-sec__btns img.no-mobile {
	max-width: 170px;
}
.phones img {
	display: none;
}
.header-menu {
	display: none !important;
}
.header-menu {
	display:none !important;
}
.burger {
	
}
.burger span {
	width: 25px;
	height: 3px;
	display: block;
	background: #ff6c00;
	margin-bottom: 3px;
	transition: .3s;
}
.burger span:last-child {
	margin-bottom: 0;
}
.top-menu.active {
visibility:visible;
	opacity:1;
	height: auto;
}
.burger.active span:nth-child(2) {
	display: none;
}
.burger.active span:nth-child(1) {
	transform: rotate(45deg);
}
.burger.active span:nth-child(3) {
	transform: rotate(-45deg);
	margin-top: -6px;
}
.top-menu-lvl1, .top-menu-lvl2 {
	list-style: none;
}
.top-menu ul {
padding-left:0;
text-align: center;
}
.top-menu-lvl1 > li > a {
	font-size: 20px;
	font-weight: 500;
	color: #232323;
}
.top-menu-lvl2 > li > a {
	font-size: 16px;
	font-weight: 500;
	color: #232323;
}
.top-menu-lvl1 > li:first-child {
	background-color: rgb(232, 232, 232);
	padding: 28px 0;
	-webkit-box-shadow: 0px 6px 8px -1px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0px 6px 8px -1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 6px 8px -1px rgba(0, 0, 0, 0.1) inset;
}
.top-menu ul a {
	text-decoration: none !important;
}
.top-menu ul li {
	margin: 7px 0;
}
header {
	padding-top: 15px;
	padding-bottom: 10px;
}
.top-sec__about > .row {
	align-items: stretch;
}
.top-sec__about .item {
	height: 100%;
}
.title.title__footer h2 {
	font-size: 55px;
}
.btns.btns__cases.btns__full button {
	font-size: 19px;
	max-width: 400px;
}
.btns.btns__footer button {
	font-size: 19px;
	margin-top: 30px;
}
}
@media (max-width: 1010px) {
.container, .container-md, .container-sm {
	max-width: 720px;
}
.hover-move {
	right: 0 !important;
	width: 120px !important;
}
section.numbers {
	background-image: unset !important;
}
.numbers-list {
	flex-wrap: wrap;
}
}
@media screen and (max-width:768px) {
.parallax2-layer {
	display:none;
}
#popUpFormModal.modal.fade.in {
display: flex !important;
  align-content: center;
  align-items: center;
}
#popUpFormModal .modal-dialog {
	width: 300px;
	margin: 0 auto;
}

    .title.title__top-sec {
        z-index: 9;
        position: relative;
    }
    .btns.top-sec__btns button {
        font-size: 13px;
    }
    .numbers-list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .voice__list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    section.voice-reviews {
        max-height: unset;
    }
    .voice__list .voice__item {
        margin: 10px;
        width: 100%;
    }
    header .btns {
        display: none;
    }
    header a img {
        width: 100%;
    }
    .nav_order {
        order: +1;
    }
button.navbar-toggler {
	margin-left: 0;
	border: 0 none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.navbar-toggler-icon2 {
  background-color: rgb(255, 108, 0);
  width: 23px;
  height: 3px;
}

    div#navbarSupportedContent {
        position: fixed;
        top: 90px;
        left: 0px;
        background-color: #fc801c;
        width: 100%;
        padding: 10px;
        border-bottom: solid;
    }
    .top-sec__desc p {
        text-align: center;
        width: 100%;
        display: block;
        text-align: center;
        max-width: 100%;
    }
    .btns.top-sec__btns img {
        float: right;
        /* offset-rotate: reverse; */
        transform: rotate(21deg);
        width: 180px;
    }
    .top-sec__about .item img {
      
       
        left: calc(50% - 50px);
       
    }
    .top-sec__about .item {
        
        margin-bottom: 90px;
    }
    section.top-sec.top-sec__bg {
      
        padding-bottom: 0px;
    }
    .title.title__section {
        text-align: center;
    }
    section.cases.cases__bg .text {
        text-align: center;
    }
    .btns.btns__cases.btns__full button {
        font-size: 27px;
    }
    .btns.btns__cases.btns__full img {
        width: 170px;
        float: right;
        transform: rotate(15deg);
    }
    .slick-dots li button:before {
      
        font-size: 16px;
       
    }
    .numbers-list .item .circle {
        
        width: 180px;
        height: 180px;
        
    }
    .numbers-list .numbers-list__item .numbers-list__desc {
        font-size: 30px;
        text-align: center;
        min-height: 120px;
    }
    section.reviews .title h2 {
        font-size: 60px;
    }
    img.parallax-layer.left {
        z-index: -1;
        top: -180px;
    }
    .parallax-layer.right {
        width: 110px;
        object-fit: contain;
        z-index: -1;
        top: 210px;
    }
    .title.title__section h2 {
        font-size: 49px;
        font-weight: 700;
        color: #fc7b1c;
    }
    .title.title__footer h2 {
        color: white;
        font-weight: 300;
        font-size: 58px;
        text-align: center;
    }
    .btns.btns__footer img {
        float: right;
        width: 180px;
        transform: rotate(18deg);
    }
    .parralax_container {
        position: relative;
        width: 100%;
       
        overflow: hidden;
    }
    .parralax2_container {
        position: relative;
        width: 100%;
      
        overflow: hidden;
    }
    .btns.top-sec__btns button {
        font-size: 13px;
    }
    section.top-sec.parralax2_container {
        min-height: 1690px !important;
    }
    .btns.top-sec__btns button {
        font-size: 13px !important;
    }
    .slick-next {
        right: 5px !important;
    }
    .phones a span {
        font-size: 13px !important;
    }
    .btns.btns__cases.btns__full button {
        font-size: 15px;
        width: 60%;
        float: left;
    }
    .btns.btns__cases.btns__full img {
        width: 40%;
        float: right;
        transform: rotate(15deg);
        position: relative;
        right: 0px;
    }
    .title.title__footer h2 {
        font-size: 55px;
    }
    .btns.btns__footer img {
        float: right;
        width: 180px;
        transform: rotate(18deg);
        top: 150px;
    }
    .btns.btns__footer {
        display: flex;
        justify-content: flex-start;
        padding-bottom: 110px;
    }
    .numbers-list .item .circle span {
        font-size: 55px !important;
        color: #fc7b1c;
    }

    .numbers-list .numbers-list__item .numbers-list__desc {
        font-size: 30px !important;
        text-align: center;
        min-height: 120px;
    }
    section.numbers {
        background-image: unset !important;
    }
    .title.title__footer h2 {
        font-size: 55px !important;
    }
    .numbers-list .numbers-list__item {
        max-width: unset !important;
     
    }
    .numbers-list .item .circle {
        width: 110px !important;
        height: 110px !important;
    }
    div#navbarSupportedContent {
       
        z-index: 10;
    }
    .numbers-list .numbers-list__item .numbers-list__desc {
        font-size: 20px !important;
        text-align: center;
        min-height: 80px !important;
    }
    .voice__list {
        display: unset;
        align-items: stretch;
        justify-content: center;
        flex-direction: column;
        align-content: flex-start;
    }
    .border {
        border-radius: 10px;
        padding-bottom: 40px;
        padding-top: 40px;
        padding: 0px;
    }
    summary {
        border-bottom: unset;
        padding-right: 50px !important;
    }
    section.voice-reviews {
        max-height: unset;
    }
    .btns.top-sec__btns {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .btns.top-sec__btns button {
        font-size: 23px !important;
    }
    .btns.top-sec__btns img {
        float: right;
        text-align: right;
        width: 50%;
        padding: 20px;
        position: relative;
        right: -100px;
    }
    .parallax-layer.left, .parallax2-layer.left {
        object-fit: contain;
        /* max-width: 280px; */
        width: 80px;
    }
    .top-sec img.parallax2-layer.right {
        width: 110px;
        right: 0px;
    }
    img.parallax2-layer.right.right2 {
        display: none;
    }
    .top-sec img.parallax2-layer.right {
        width: 110px;
        right: 0px;
        top: -100px;
    }
    .top-sec__about .item .item__info {
        
        text-align: center;
    }
    .slide.item .title__slide {
        font-size: 22px;
        
        text-align: center;
    }
    .slide.item .spec {
        padding-left: 10px;
        font-size: 26px;
    }
    .btns.btns_move.btns__cases.btns__full {
        display: flex;
        align-content: flex-end;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-end;
    }
    .btns.btns__cases.btns__full button {
        font-size: 15px;
        width: 100%;
        float: left;
    }
    .btns.btns__cases.btns__full button span {
        font-size: 19px;
    }
    .btns.btns__cases.btns__full button {
       
        margin-top: 30px;
    }
    .btns.btns__cases.btns__full img {
       
        padding: 10px;
    }
    section.reviews .title h2 {
        font-size: 47px;
    }
    button.slick-next, button.slick-prev {
        display: none !important;
    }
    .slick-slide > div {
       
        margin-right: 30px;
    }
    .slick-dots li {
       
        width: 10px;
        height: 10px;
       
    }
    .slick-dots li button:before {
        font-size: 32px;
    }
    .border {
        background-color: #ffffffbf;
    }
    .title.title__section h2 {
        font-size: 45px;
        font-weight: 700;
        color: #fc7b1c;
    }
    .btns.btns__footer button {
        font-size: 22px;
        margin-top: 30px;
    }
    .btns.btns__footer {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-end;
        align-content: flex-end;
    }
.btns.btns__footer img {
	float: right;
	transform: rotate(0deg);
	top: 10px;
	position: relative;
	text-align: right;
	display: block;
	right: 30px !important;
	width: 99px;
}
    .btns__footer .hover-move {
        
        right: unset;
    }
    .btns.btns__footer button {
        font-size: 20px !important;
        margin-top: 30px;
    }
    .btns.btns__footer {
        display: flex;
        justify-content: flex-start;
        padding-bottom: 10px;
    }
    .slide.item .title__slide {
        font-size: 22px !important;
       
    }
    .slide.item .spec {
       
        font-size: 25p !important;
    }
section.top-sec.top-sec__bg {
    background-image: url("../img/top_sec-bg-m.png");
    background-size: cover;
    background-repeat: no-repeat;
}
section.top-sec.top-sec__bg::before {
	content: "";
	background-image: url("../img/ya-left.png");
	position: absolute;
	width: 61px;
	height: 66px;
	top: 150px;
	left: 0;
}
section.top-sec.top-sec__bg::after {
	content: "";
	background-image: url("../img/ya-right.png");
	position: absolute;
	width: 96px;
	height: 134px;
	top: 100px;
	right: 0;
}
    .parallax-layer.left, .parallax2-layer.left {
        object-fit: contain;
        /* max-width: 280px; */
        width: 80px;
        top: 218px;
        height: 180px;
    }
    .top-sec img.parallax2-layer.right {
        width: 200px;
        width: 105px !important;
        right: 0px;
        top: 120px;
        height: 200px;
        right: 0px;
    }
}
@media (max-width: 768px) {
header {
	padding-top: 15px;
	position: fixed;
	z-index: 9999;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	padding-bottom: 10px;
}
.top-sec__about > .row {
	align-items: stretch;
	gap: 50px;
	margin-bottom: 50px;
}
body {
	padding-top: 43px;
}
.logo img {
	max-width: 140px;
}

.btns.top-sec__btns button {
	padding: 20px 0;
	width: 100%;
	text-align: center;
}
.title.title__top-sec h1 {
    font-size: 40px !important;
    text-align: center;
}
.top-sec__desc p {
	font-size: 18px;
	font-weight: 600;
	margin: 20px auto 20px auto;
}
.top-sec__desc p br {
	display:block;
}
.btns.top-sec__btns button {
	font-size: 18px !important;
}
.no-mobile {
	display: none !important;
}
.mobile {
	display:block !important;
}
.btns.top-sec__btns img {
	width: auto;
	padding: 20px;
	position: relative;
	right: 0;
	margin-left: calc(100% - 170px);
	transform: rotate(0deg);
}
.top-sec__about {
	padding-top: 0;
}

.top-sec__about .item .top-sec__about-img {
	position: absolute;
	top: -35px;
	background-color: white;
	border-radius: 50%;
	left: calc(50% - 35px);
	box-shadow: 0px 20px 38px 0px rgba(202, 104, 14, 0.14);
	-webkit-box-shadow: 0px 20px 38px 0px rgba(202, 104, 14, 0.14);
	-moz-box-shadow: 0px 20px 38px 0px rgba(202, 104, 14, 0.14);
	width: 70px;
	height: 70px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}
.top-sec__about .item img {
	width: 40px;
	height: auto;
}
.top-sec__about .item .item__info .item__title {
	font-size: 20px;
	font-weight: 600;
}
.top-sec__about .item .item__info p {
	font-size: 19px;
	margin-bottom: 0;
}
.top-sec__about .item .item__info {
	padding-top: 20px;
	min-height: unset;
}
section.top-sec.parralax2_container {
	min-height: unset !important;
}
.top-sec__about .item {
	margin-bottom: 50px;
}
.top-sec__about .col-md-4:last-child .item {
	margin-bottom: 30px;
}
.text p span {
	font-weight: 800;
}
.title.title__section h2 {
	font-size: 40px;
	font-weight: 800;
}
section {
	padding-top: 40px;
	padding-bottom: 40px;
}
.slide.item {
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    border-radius: 20px;
}
.case-slider {
	box-shadow: 0px 7px 59px 0px rgba(91, 91, 91, 0.24);
	-webkit-box-shadow: 0px 7px 59px 0px rgba(91, 91, 91, 0.24);
	-moz-box-shadow: 0px 7px 59px 0px rgba(91, 91, 91, 0.24);
	border-radius: 20px;
}
.slick-slide > div {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.slide.item {
	margin: 0;
}
.preview {
	padding: 0;
}
.preview img {
	-webkit-box-shadow: 0px -35px 59px -20px rgba(91, 91, 91, 0.24);
	-moz-box-shadow: 0px -35px 59px -20px rgba(91, 91, 91, 0.24);
	box-shadow: 0px -35px 59px -20px rgba(91, 91, 91, 0.24);
	border-radius: 20px;
	margin-top:25px;
}
.slide.item .title__slide {
	font-size: 18px !important;
	font-weight: 600;
	text-align: center;
}
.slide.item .spec {
	padding: 10px 0 0 0;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ebebeb;
	margin: 0 20px;
	font-size: 18px;
}
.slick-dots {
	bottom: -35px;
}
.numbers {
	padding-bottom: 0;
}
.reviews {
	padding-top: 25px;
}
section.reviews .title h2 {
	font-size: 40px;
}
.reviews h2 + p {
	font-size: 18px;
}
.reviews-slider {
	box-shadow: 0px 7px 39px 0px rgba(91, 91, 91, 0.24);
	-webkit-box-shadow: 0px 7px 39px 0px rgba(91, 91, 91, 0.24);
	-moz-box-shadow: 0px 7px 39px 0px rgba(91, 91, 91, 0.24);
	margin: 0;
		margin-top: 40px;
		border-radius: 20px;
}
.reviews-slider .slide.item {
	box-shadow: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	margin: 0;
	border-radius: 20px;
}
.reviews-slider .slick-slide {
	margin: 0;
}
.border {
	background-color: #ffffff;
	padding: 35px 20px 15px 20px;
	border-radius: 20px;
}
section.voice-reviews .title p {
	font-size: 18px;
}
.item.voice__item .h3 {
	color: #fc7b1c;
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0;
}
.item.voice__item .h3 + p {
	font-size: 18px;
}
.voice__list {
	display: block;
}
.voice-reviews .slick-dots {
	bottom: -10px;
}
summary {
	font-size: 18px;
}
details > div {
	font-size: 18px;
}
details {
	padding: 15px 0;
}
summary span {
	max-width: calc(100% - 66px);
	display: block;
}
footer {
	background-image: url("../img/bg-bottom.png");
	padding-top: 40px;
	padding-bottom: 40px;
	background-size: cover;
}
.title.title__footer h2 {
	font-size: 40px !important;
}
.btns.btns__footer button span {
	font-size: 18px !important;
	max-width: 240px;
	display: block;
	margin: 0 auto;
	line-height: 1.1;
}
.btns.btns__footer button {
	width: calc(100% - 20px);
	margin: 30px auto 0 auto;
}
.text p {
	font-size: 18px;
}

.phone-btn {
	gap: 10px;
	justify-content: flex-end;
}
.phones {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.phones img {
	display:none;
}
.phones a {
	min-width: 110px;
	line-height: 1;
}
header {
	padding-top: 10px;
}
}
.popup, .popup2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.8s ease 0s;
    z-index: 100;
    cursor: default;
}
.popup.open, .popup2.open {
    opacity: 1;
    visibility: visible;
}
.popup.open .popup-content, .popup2.open .popup-content {
    transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
    opacity: 1;
}
.popup-body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 40px;
    transition: all 0.8s ease 0s;
}
.popup-content {
    transition: all 0.8s ease 0s;
    opacity: 0;
    transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
    width: 100%;
    background: white;
    padding: 50px 20px 30px 20px;
    text-align: center;
	max-width: 460px;
}
.popup-close, .popup-close2 {
    position: absolute;
    right: 27px;
    top: 27px;
    cursor: pointer;
}
.popup-title {
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    color: #3a180e;
    margin-top: 30px;
}
.popup-text {
    font-size: 14px;
    line-height: 22px;
    color: #524233;
    margin-top: 10px;
    max-width: 280px;
    margin: 0 auto;
}
.popup-btn {
    width: 100%;
    margin-top: 32px;
}
.grecaptcha-badge { visibility: hidden; }