
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
* {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
html {
	font-size: 62.5%;
}
body {
	color: black;
	letter-spacing: .18em;	
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Montserrat", sans-serif;
	color: #39454d;
	background-color: #ffffff;
	line-height: 28px;
	font-weight: 400;
}
div, span, p, a,  {
	font-family: "Montserrat", sans-serif;
}
.modal-header {
    position: relative;
}
button.btn-closer {
	border: 0;
	background-color: unset;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 57px;
	height: 57px;
	background-image: url(../assets/images/closer.png);
	background-size: 100%;
	background-repeat: no-repeat;
    border: 1px solid #b5393b;
    border-radius: 10px;
}
button.btn-closer img {}
a {
	text-decoration: none;
	color: white;
}
.btn:hover {
    opacity: .8;
}
ul, li {
	list-style-type: none;
}
img, svg {
	max-width: 100%;
	height: 100%;
	vertical-align: middle;
}

.contact-four__form form .required input,
.contact-four__form form .has-warning input
{
    border: 2px solid #dc3545 !important;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.header-logo {
	padding-left: 30px;
}
.header-logo img {
    width: 75px;
    padding: 5px 0 10px 0;
}
.header-phone {padding-right: 2rem;}
.header-phone a {font-family: "Montserrat", sans-serif;color: #000;font-size: 23px;font-weight: 700;}
.btn.btn-big.btn-order {background-color: #f9464a;color: #fff;padding: 10px 30px;margin: 0 20px;font-family: "Montserrat", sans-serif;font-size: 20px;font-weight: 600;border: 1px solid #f9464a;border-radius: 15px;box-shadow: inset rgb(125 218 254 / 0%) 0 3px 8px, rgb(26 36 43 / 25%) -2px 3px 6px 0px;}
.l-left {
	float: left;
	opacity: 0;
}
.l-right {
	float: right;
}
.end {
	margin-top: 30px;
	font-size: 3em;
	font-weight: bold;
	opacity: 0;
	-webkit-transform: translateY(300px);
	transform: translateY(300px);
	transition: opacity, -webkit-transform 1s;
	transition: opacity, transform 1s;
	transition: opacity, transform 1s, -webkit-transform 1s;
	transition-delay: 1s;
}
.header-top {
	background: rgb(222 226 230 / 93%) !important;
	height: 100px;
	/* padding: 0 30px; */
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	box-shadow: inset rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(26 36 43 / 41%) 0px 6px 13px 0px;
}
h1 {
	line-height: 70px;
	height: 70px;
}
h1 a {
	display: block;
	padding: 0 10px;
}
.toggle-menu {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
	top: 0px;
	z-index: 2;
	background-color: #f9464a;
	border-radius: 10px;
	/* box-shadow: inset rgb(125 218 254 / 0%) 0 3px 8px, rgb(26 36 43 / 25%) -2px 3px 6px; */
}
.toggle-menu i {
	position: absolute;
	display: block;
	height: 3px;
	background: #ffffff;
	width: 30px;
	left: 10px;
	transition: all .3s;
	z-index: 3;
	box-shadow: inset rgb(125 218 254 / 0%) 0 3px 8px, rgb(26 36 43 / 25%) -2px 3px 6px;
}
.toggle-menu i:nth-child(1) {
	top: 16px;
}
.toggle-menu i:nth-child(2) {
	top: 24px;
	box-shadow: inset rgb(125 218 254 / 0%) 0 3px 8px, rgb(26 36 43 / 25%) -2px 3px 6px;
}
.toggle-menu i:nth-child(3) {
	top: 32px;
}
.open-menu i:nth-child(1) {
	top: 25px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.open-menu i:nth-child(2) {
	background: transparent;
}
.open-menu i:nth-child(3) {
	top: 25px;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
nav {
 	height: 0;
 	opacity: 0;
 	box-sizing: border-box;
 	background: rgba(0, 47, 77, .25);
 	position: fixed;
 	top: 0px;
 	width: 100%;
 	transition: all .3s;
 	display: none;
}
.open-menu ~ nav {
	opacity: 1;
	padding: 10px 0;
	z-index: 99;
	height: calc(100vh - 0px);
}
.header-menu {
    z-index: 100;
    padding-right: 30px;
}
nav.hide.open {
    opacity: 1;
    padding: 10px 0;
    z-index: 99;
    height: calc(100vh - 0px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav ul {
	padding: 50px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 90%;
}
nav li {
	flex: 1;
	/* width: 50%; */
	padding-bottom: 10px;
}
nav li a {
	font-size: 2em;
	display: block;
	padding: 18px;
	text-align: center;
	transition: background .3s;
}
nav li a {
	background: #f9464a;
	/* margin-left: 20px; */
	width: 50%;
	margin: 0 auto;
	/* margin-top: 1rem; */
	border-radius: 10px;
}
nav li a:hover {
	background: #212121;
}
section {
	text-align: center;
}
h2 {
	font-size: 4em;
	/* margin-bottom: 20px; */
}
h3 {
	font-weight: 300;
	font-size: 2.8em;
}
#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
	background: white;
	width: 18px;
	height: 18px;
	margin: -4px 0 0 -4px;
	opacity: .6;
}
#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
	width: 26px;
	height: 26px;
	margin: -8px 0 0 -8px;
	background: transparent;
	box-sizing: border-box;
	border: 2px solid #ec2c2e;
}
.w-25{
	width:25% !important
}
.w-30{
	width:30% !important
}
.w-40{
	width:40% !important
}
.w-45{
	width:40% !important
}
.w-50{
	width:50% !important
}
.w-55{
	width:55% !important
}
.w-60{
	width:60% !important
}
.w-65{
	width:65% !important
}
.w-70{
	width:70% !important
}
.w-75{
	width:75% !important
}
.w-80{
	width:80% !important
}
.w-85{
	width: 75% !important;
}
.w-90{
	width:90% !important
}
.w-95{
	width:95% !important
}
.w-100{
	width:100% !important
}
@media (min-width: 767px) {
	.bg-1 {
		background-image: url(../assets/images/ds/d1/bg1.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	.bg-2 {
		background-image: url(../assets/images/ds/d2/bg2.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	.bg-3 {
		background-image: url(../assets/images/ds/d3/bg3.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	.bg-4 {
		background-image: url(../assets/images/ds/d4/bg4.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	.bg-5 {
		background-image: url(../assets/images/ds/d5/bg5.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	.bg-6 {
		background-image: url(../assets/images/ds/d6/bg6.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	.bg-7 {
		background-image: url(../assets/images/ds/d7/bg7.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	.bg-8 {
		background-image: url(../assets/images/ds/d8/bg8.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	.bg-9 {
		background-image: url(../assets/images/ds/d1/bg1.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	.bg-10 {
		background-image: url(../assets/images/ds/d1/bg1.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	.bg-11 {
		background-image: url(../assets/images/ds/d4/bg4.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom left;
	}
}
.container-full {
    height: 100%;
    padding-top: 100px; 
}
.height-box {
    max-height: 100%;
    height: 89vh;
}
.bg-3 .height-box {
    max-height: 100%;
    height: 91vh;
}
.bg-3 .img-box.c-1 {
	width: 62%;
    margin-bottom: 7rem;
}
.bg-4 .height-box {
    max-height: 100%;
}
.bg-4 .img-box.c-1 {
    width: 75%;
}
.bg-5 .height-box {
    max-height: 100%;
    height: 100%;
}
.bg-5 .img-box.c-1 {
    width: 75%;
}
.bg-6 .height-box {
    max-height: 100%;
    height: 100%;
}
.bg-6 .img-box.c-1{
    width: 35%;
}
.bg-6 .img-box.c-2 {
	width: 75%;
    margin: 0 auto;
}
.bg-7 .height-box {
    max-height: 100%;
    height: 100%;
}
.bg-7 .img-box.c-1{
	width: 60%;
    margin-top: 5rem;
}
.bg-10 .height-box {
    max-height: 100%;
    height: 100%;
}
.bg-10 .img-box.c-1{
	width: 60%;
    margin-top: 5rem;
}
.bg-9 .height-box {
    max-height: 100%;
    height: 91vh;
}
.bg-11 .height-box {
    max-height: 100%;
    height: 100%;
    padding-top: 2rem;
    width: 70%;
}
.footer-box {
	position: absolute;
	bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(223 227 231 / 62%);
    height: auto;
    padding:1rem 3rem;
    border-top: 1px solid rgb(163 163 163 / 52%);
    box-shadow: inset rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(26 36 43 / 41%) -1px -3px 13px 0px;
}
.footer-box p{
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
	padding:0;
	margin:0;
}
.footer-box p a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}
.box-content {
    width: 75%;
    margin: 0 auto;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1400px;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 31.6%;
    height: 100%;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
    right: 32%;
}
.img-box.c3-1 {
    width: 70%;
}
.img-l {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.header-phone {
    display: flex;
    align-items: center;
}
.header-menu.open-menu .toggle-menu {
    z-index: 100;
}
.header-btn {
    padding-right: 2rem;
}
.open-menu ~ nav {
    opacity: 1;
    padding: 10px 0;
    z-index: 99;
    height: calc(100vh - 0px);
}
.header-whatsapp img {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    border: 1px solid #49b90061;
    /* box-shadow: inset rgb(125 218 254 / 0%) 0 3px 8px, rgb(26 36 43 / 25%) -2px 3px 6px; */
}
.choose-four__video {
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 13px 11px rgb(162 166 169);
}
.choose-four__video-btn {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}
.btn-video {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 2;
}
.btn-video.video-pulse::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.btn-video a {
    position: relative;
    color: var(--white);
    font-size: 24px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    display: block;
}
.btn-video.video-pulse::after, .btn-video.video-pulse::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 20px solid rgba(255, 255, 255, 0.7);
    opacity: 0.3;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: video-animation;
    animation-name: video-animation;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinit;
}
.choose-four__video-btn h4 {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
}
.section-text {
	padding-bottom: 2rem;
}
.section-title {
    font-size: 60px;
    font-weight: 800;
    padding-bottom: 3rem;
}
.section-subtitle {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 1rem;
    text-transform: none;
}
.video-text {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.contact-four__wrp {
    width: 100%;
    max-width: 1200px;
}
.contact-four__form {
    padding: 2rem 2rem 2rem 5rem;
    width: 100%;
    margin: 0 auto;
}
.contact-four__form form input, .contact-four__form form textarea {
    width: 100%;
    padding: 18px 20px;
    border: 1px solid #b1b6b8 !important;
    margin-bottom: 20px;
    color: #000;
    /* box-shadow: inset rgb(125 218 254 / 0%) 0 3px 8px, rgb(26 36 43 / 25%) 1px 4px 14px 0px; */
    background-color: #ffffffb3;
    font-size: 18px;
}
.contact-four__form h2 {font-size: 50px;font-weight: 800;font-family: "Montserrat", sans-serif;}
.contact-four__form p {font-size: 14px;font-weight: 400;padding-bottom: 1.5rem;text-transform: none;font-family: "Montserrat", sans-serif;line-height: 22px;}
.contact-four__form input,
.contact-four__form textarea
{text-transform: none;}
.contact-four__form input:focus,
.contact-four__form textarea:focus
{text-transform: none;}
.modal-content {
    border-radius: 30px;
    background-image: url(../assets/images/36.png);
    36.png:
    center;
    background-repeat: repeat;
    box-shadow: inset rgb(255 255 255) 3px 0px 20px, rgb(40 40 40) 1px 4px 20px 0px;
}
.contact-four__image img {
    border-radius: 30px;
}
.btn-video {
	position: relative;
	text-align: center;
	display: inline-block;
	z-index: 2;
}
.btn-video a {
	position: relative;
	color: var(--white);
	font-size: 24px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	width: 150px;
	height: 150px;
	line-height: 150px;
	border-radius: 50%;
	display: block;
}
.btn-video.video-pulse::after, .btn-video.video-pulse::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border: 20px solid rgba(255, 255, 255, 0.7);
	opacity: 0.3;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: video-animation;
	animation-name: video-animation;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes video-animation {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}
@keyframes video-animation {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}
.btn-video.video-pulse::before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.choose-four__video::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 28, 39, 0)), color-stop(70.47%, rgb(0 0 0)));
	background: linear-gradient(180deg, #0a0a0a29 0%, #6a6a6a4a 70.47%);
	z-index: 0;
}
.contacts-sect {
	padding-left: 2rem;
}
.contacts-list {
	display: flex;
	align-items: center;
	padding-right: 2rem;
	padding-bottom: 2.5rem;
}
.contacts-list a {
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 23px;
	font-weight: 700;
	text-align: left;
	padding-left: 1rem;
}
.contact-map {
	border: 1px solid #d8d8d8;
	border-radius: 15px;
	box-shadow: inset rgb(125 218 254 / 0%) 0 3px 8px, rgb(162 166 169) 1px 0px 8px 6px;
}
.ymaps-2-1-79-map ymaps, .ymaps-2-1-79-map ymaps:after, .ymaps-2-1-79-map ymaps:before {
	box-sizing: content-box;
	border-radius: 15px;
}
#fp-nav.right {
	right: 40px;
}
#fp-nav ul li, .fp-slidesNav ul li {
	display: block;
	width: 24px;
	height: 23px;
	margin: 7px;
	position: relative;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	width: 20px;
	height: 20px;
	margin: -5px 0px 0px -5px;
}
.mt-pt-5 {
    padding-top: 5rem;
}
.bg-11 .height-box {
	padding-top: 2rem;
	margin-top: 0;
}


#contact_widget_button {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.15;
}
#contact_widget_button * {
    outline: none;
}
#contact_widget_button *, #contact_widget_button *::before, #contact_widget_button *::after {
    box-sizing: border-box;
}
#contact_widget_button .text-center {
    text-align: center !important;
}
#contact_widget_button .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
#contact_widget_button .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
#contact_widget_button {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}
#contact_widget_button .d-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}
#contact_widget_button .d-none {
    display: none !important;
}
#contact_widget_button .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
#contact_widget_button .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    /* margin-bottom: 30px; */
    position: relative;
    left: -5px;
    top: -150px;
}

img.img-social {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 13px;
    left: 12px;
	}






@-webkit-keyframes pulsation {
    0%{
        -ms-transform:scale(0);
        -webkit-transform:scale(0);
        transform:scale(0);
        opacity:1 
    }
    50%{
        opacity:.5 
    }
    to{
        -ms-transform:scale(1);
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0 
    }
}
@keyframes pulsation {
    0%{
        -ms-transform:scale(0);
        -webkit-transform:scale(0);
        transform:scale(0);
        opacity:1 
    }
    50%{
        opacity:.5 
    }
    to{
        -ms-transform:scale(1);
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0 
    }
}
@-webkit-keyframes iconOpacity {
    0%{
        opacity:0 
    }
    40%{
        opacity:.96 
    }
    60%{
        opacity:1 
    }
    80%{
        opacity:.96 
    }
    100%{
        opacity:0 
    }
}
@keyframes iconOpacity {
    0%{
        opacity:0 
    }
    40%{
        opacity:.96 
    }
    60%{
        opacity:1 
    }
    80%{
        opacity:.96 
    }
    100%{
        opacity:0 
    }
}
#contact_widget_button{
    background: #dc3545;
    position:fixed;
    right:15px;
    bottom:15px;
    width:50px;
    height:50px;
    border-radius:100%;
    cursor:pointer;
    z-index:1001
}
#contact_widget_button.clicked{
    z-index:1041 
}
#contact_widget_substrate{
    position:fixed;
    top:auto;
    right:0;
    bottom:0;
    left:auto;
    background:transparent;
    z-index:0;
    display:none 
}
#contact_widget_substrate.active{
    z-index:1020;
    display:block 
}
.contact-widget-pulsation{
    background: #dc3545;
    width:80px;
    height:80px;
    border-radius:50px;
    position:absolute;
    left:-15px;
    top:-15px;
    z-index:-1;
    -ms-transform:scale(0);
    -webkit-transform:scale(0);
    transform:scale(0);
    -webkit-animation:pulsation 2s infinite;
    animation:pulsation 2s infinite
}
.contact-widget-icon{
    color:#fff;
    width:100%;
    font-size:20px;
    overflow:hidden 
}
.contact-widget-icon .fa-wiget{
    -webkit-animation:iconOpacity 3s infinite;
    animation:iconOpacity 3s infinite;
    width:20px;
    height:20px 
}
.contact-widget-text{
    font-size:7px;
    text-transform:uppercase;
    line-height:9px;
    color:#fff 
}
.contact-widget-dropdown{
    position: absolute;
    bottom: 4.9rem;
    right: 0;
    padding: .7rem;
    border-radius: 3rem;
    z-index: 1 !important;
    background: transparent;
    display: block;
    opacity: 0;
    z-index: -1;
    margin-bottom: 20px;
    -webkit-transition: margin-bottom .3s ease,opacity .3s ease;
    transition: margin-bottom .3s ease,opacity .3s ease;
    box-shadow: none;
    visibility: hidden;
}
.contact-widget-dropdown.expanded{
    margin-bottom:0;
    opacity:.98;
    z-index:1;
    visibility:visible 
}
.contact-widget-item{
    color:#333 
}
.contact-widget-item:hover {
    color:rgb(10, 120, 191);
}
.contact-widget-item:not(:last-child){
    margin-bottom:12px 
}
.contact-widget-item-icon{
    font-size: 27px;
    display: block;
    -ms-flex: 0 0 40px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 0;
    color: #fff;
}
.contact-widget-item-icon svg{
    width:20px!important;
    height:20px 
}
.contact-widget-messenger{
    background:#0084ff 
}
.contact-widget-viber{
    background:#7c529d 
}
.contact-widget-telegram{
    background:#2ca5e0 
}
.contact-widget-skype{
    background:#31c4ed 
}
.contact-widget-whatsapp{
    background:#25d366 
}
.contact-widget-email{
    background:#50a8ff 
}
.contact-widget-call{
    background:#3cba8b 
}
.contact-widget-contacts{
    background:#141e1a 
}
@media (min-width: 420px) {
    #contact_widget_button{
        right:30px;
        width:70px;
        height:70px 
    }
    .contact-widget-pulsation{
        width:100px;
        height:100px 
    }
    .contact-widget-icon{
        font-size:28px 
    }
    .contact-widget-icon .fa-wiget{
        width:28px;
        height:28px 
    }
    .contact-widget-text {
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-weight: 300;
        -webkit-animation: iconOpacity 3s infinite;
        animation: iconOpacity 3s infinite;
    }
    .contact-widget-text i {
        -webkit-animation: iconOpacity 3s infinite;
        animation: iconOpacity 3s infinite;
    }
    .contact-widget-dropdown{
        right:0 
    }
}
@media (min-width: 992px) {
    #contact_widget_button{
        bottom: 30px;
    }
    #contact_widget_button .contact-widget-viber-mobile{
        display:none!important 
    }
}
@media (max-width: 991px) {
    #contact_widget_button .contact-widget-viber-desktop{
        display:none!important 
    }
    .contact-widget-item-icon {
        font-size: 22px;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px;
        height: 40px;
    }
    .contact-widget-dropdown {
        bottom: 2rem;
        right: -6px;
        padding: .7rem;
        margin-bottom: 20px !important;
    }
    .contact-widget-item:not(:last-child) {
        margin-bottom: 9px;
    }
    .contact-widget-text {
        font-size: 1rem;
        text-transform: uppercase;
        line-height: 9px;
        color: #fff;
        opacity: .7;
    }
}
.contact-widget-dropdown a {
    text-decoration: none;
}
.contact-widget-dropdown a:hover {
    text-decoration: none;
    opacity:.8 
}
.btn-scroll-top {
    right: 2.6rem;
}

a.link-phone {
    position: relative;
    top: 5px;
}



@media screen and (max-width: 768px) {
#contact_widget_button .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    /* margin-bottom: 30px; */
    position: relative;
    left: -1px;
    top: -105px;
}

img.img-social {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 10px;
    left: 8px;
}

}




@media (max-width: 1950px) {	
	div#map {
		height: 620px !important;
	}
}
@media (max-width: 1610px) {	
	div#map {
		height: 470px !important;
	}
}
@media (max-width: 1450px) {	
	div#map {
		height: 470px !important;
	}
}
@media (max-width: 1370px) {	
	div#map {
		height: 425px !important;
	}
	.section-title {
		font-size: 50px;
	}
	.section-subtitle {
		font-size: 18px;
	}
	.contacts-list a {
		font-size: 18px;
	}
}
@media (max-width: 1290px) {	
	div#map {
		height: 380px !important;
	}
}
@media (max-width: 1400px) {
	.video-four__wrp {
		width: 85%;
	}	
	.mfp-iframe-holder .mfp-content {
		max-width: 992px !important;
	}	
	.mt-pt-5{
	    padding-top: 1rem;
	}
	.contact-four__form {
		width: 70%;
		margin: 0 auto;
	}
	.bg-11 .height-box {
		padding-top: 2rem;
		margin-top: 0px;
	}
	.contact-four__form h2 {
		font-size: 45px;
	}
	.contact-four__form.mod {
		width: 90%;
	}
	nav li a {
		font-size: 1.7em;
		padding: 10px;
	}
}
@media (max-width: 1100px) {
	.box-content {
		width: 95%;
		margin: 0 auto;
	}	
	.bg-6 {
		background-size: cover;
	}	
	.section-header {
		padding-right: 1rem;
	}	
	.contact-four__form h2 {
		font-size: 35px;
	}	
	.bg-11 .height-box {
		width: 90%;
	}
	.mt-pt-5{
	    padding-top: 0;
	}
	.b-11 .section-header {
		padding-right: 1em;
	}
	#fp-nav.right {
		right: 20px;
	}
	.btn.btn-big.btn-order {
		padding: 10px 20px;
		margin: 0 20px;
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.container-full {
		height: 100%;
		padding-top: 9vh;
	}
	.bg-1 .height-box,
	.bg-2 .height-box,
	.bg-3 .height-box {
		max-height: 100%;
		height: 92vh;
	}
	.header-top {
		height: 60px;
	}
	.header-logo img {
		width: 45px;
		padding: 5px 0 5px 0;
	}	
	.header-logo {
		padding-left: 15px;
	}	
	.header-menu {
		padding-right: 15px;
	}	
	.toggle-menu {
		width: 40px;
		height: 40px;
	}
	.toggle-menu i:nth-child(1) {
		top: 10px;
	}
	.toggle-menu i:nth-child(2) {
		top: 18px;
	}
	.toggle-menu i:nth-child(3) {
		top: 26px;
	}
	.toggle-menu i {
		height: 3px;
		background: #ffffff;
		width: 24px;
		left: 8px;
	}
	.open-menu i:nth-child(1) {
		top: 18px !important;
	}
	.open-menu i:nth-child(3) {
		top: 18px !important;
	}
	#fp-nav.right {
		right: 7px;
	}
	nav li a {
		width: 90%;
	}
	.header-phone {
		padding-right: 0;
	}
	.bg-1 .img-box.mc-1 {
		margin-top: -20%;
	}
	.bg-7 .img-box.mc-1 {
		padding-top: 15%;
	}
	.bg-8 .img-box.mc-1 {
		margin-top: -5rem !important;
		width: 85%;
	}
	.bg-10 .section-title {
		font-size: 30px;
		font-weight: 800;
		padding-bottom: 15px;
		line-height: 40px;
		padding-top: 30px;
	}
	.bg-10 .section-subtitle {
		font-size: 14px;
		line-height: 22px;
	}
	.bg-10 .choose-four__video {
		overflow: hidden;
		border-radius: 30px;
		position: relative;
		z-index: 1;
		box-shadow: 0px 0px 13px 11px rgb(162 166 169);
		width: 85% !important;
	}
	.mfp-iframe-holder .mfp-content {
        height: 90vh;
        width: 90%;
        margin: 0 auto;
	}
	.mfp-iframe-scaler iframe {
        top: 0;
        left: 50%;
        width: 100%;
        height: 90%;
	}
	.mfp-iframe-holder .mfp-close {
		top: -40px;
		right: -20px !important;
	}
	
	a.link-phone {
    position: relative;
    top: 0;
}
	
	.btn-video a {
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 16px;
	}
    .contact-four__form {
        width: 100%;
        margin: 0 auto;
        padding: 0 3rem;
        margin-top: 0;
        margin-bottom: 40px;
	}
    .contact-four__form h2 {
        font-size: 30px;
	}
	.btn.btn-big.btn-order {
		padding: 10px 20px;
        font-size: 18px;
        width: 100% !important;
	}
	.bg-11 .section-header {
        padding-right: 2rem;
        padding-left: 2rem;
	}
	.bg-11 .section-title {
		font-size: 30px;
		padding-top: 90px;
		padding-bottom: 20px;
	}
	.bg-11 .section-subtitle {
		font-size: 14px;
		padding-bottom: 0;
		line-height: 22px;
	}
	.bg-11 .contacts-list a {
        font-size: 16px;
        padding-left: 1rem;
	}
	.bg-11 .contacts-sect {
        padding-left: 0rem;
        padding-bottom: 1.5rem;
	}
	.bg-11 .contacts-list {
		padding-bottom: 1.5rem;
	}
    .mt-pt-5 {
        padding: 0rem 0rem 2rem 0rem;
	}
	.contact-map {
		width: 100%;
		margin: 0 auto;
		display: none;
	}
	div#map {
        height: 310px !important;
	}
    .footer-box {
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgb(223 227 231 / 62%);
        height: 67px;
        padding: .5rem 1rem 1rem 1rem;
	}
	.contact-four__form form input, .contact-four__form form textarea {
		padding: 10px 20px;
		margin-bottom: 20px;
		font-size: 14px;
	}	
	textarea {
		height: 150px !important;
	}
	.bg-11 .img-l {
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}
	.header-whatsapp img {
		width: 41px;
		height: 41px;
		border-radius: 10px;
	}
	.bg-1 {
		background-image: url(../assets/images/mb/m1/bg-1-2.webp);
		background-size: 100%;
        background-repeat: no-repeat;
        background-position: right bottom ;
	}
	.bg-2 {
		background-image: url(../assets/images/mb/m2/bg-2-2.webp);
		background-size: 100%;
        background-repeat: no-repeat;
        background-position: right bottom;
	}
	.bg-3 {
		background-image: url(../assets/images/mb/m3/bg-3-1.webp);
		background-size: 100%;
        background-repeat: no-repeat;
        background-position: right bottom;
	}
	.bg-4 {
		background-image: url(../assets/images/mb/m4/bg-4-1.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right bottom;
	}
	.bg-5 {
		background-image: url(../assets/images/mb/m5/bg-5.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right bottom;
	}
	.bg-6 {
		background-image: url(../assets/images/mb/m6/bg-6-1.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right bottom;
	}
	.bg-7 {
		background-image: url(../assets/images/mb/m7/bg-7.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right bottom;
	}
	.bg-8 {
		background-image: url(../assets/images/mb/m8/bg-8.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right bottom;
	}
	.bg-9 {
		background-image: url(../assets/images/mb/bg-9.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right bottom;
	}
	.bg-10 {
		background-image: url(../assets/images/mb/m10/bg-2.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right bottom;
	}
	.bg-11 {
		background-image: url(../assets/images/mb/bg-11.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right bottom;
	}
}
@media screen and (max-width: 767px) {
	nav ul {
		flex-direction: column;
	}
	nav li {
		margin-top: 1px;
	}
	nav li a {
		font-size: 1.5em;
	}
	.scroll-icon {
		display: none;
	}
}
@media screen and (max-width: 400px) {
	html {
		font-size: 50%;
	}
	.open-menu ~ nav {
		padding: 20px 0;
	}
	nav li a {
		padding: 3px;
	}
}




@-webkit-keyframes ring-animation {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
            transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes ring-animation {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
            transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.ring__animation {
  -webkit-animation: ring-animation 1.5s ease-in-out infinite;
          animation: ring-animation 1.5s ease-in-out infinite;
}


.anm {
  display: inline-block;
  margin: 0 0.5rem;

animation: bounce; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}



@media screen and (min-width: 2400px) {
.video-four__wrp{
    width: 100%;
    max-width: 1920px;
}



.contact-four__wrp {
    width: 100%;
    max-width: 1920px;
}

.contact-four__form h2 {
    font-size: 80px;
}
.section-title {
    font-size: 80px;
    font-weight: 800;
    padding-bottom: 5rem;
}

.bg-11 .height-box {
    padding-top: 10%;
    margin-top: 0;
}

}
