@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

html {
	font-size:62.5%;
}


.btn {
	font-weight: 600;
	font-size: 1.8rem;
	display: inline-block;
	color: #fff;
	padding: 10px 22px;
	cursor: pointer;
}

.blue {
	-webkit-transition: .4s all;
	-o-transition: .4s all;
	transition: .4s all;
	color: #fff !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	background: #49a4ea;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 164, 234, 1)), to(rgba(44, 108, 227, 1)));
	background: -o-linear-gradient(top, rgba(73, 164, 234, 1) 0%, rgba(44, 108, 227, 1) 100%);
	background: linear-gradient(180deg, rgba(73, 164, 234, 1) 0%, rgba(44, 108, 227, 1) 100%);
}

.blue:hover {
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	background: rgb(99, 177, 237);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 177, 237, 1)), to(rgba(75, 130, 231, 1)));
	background: -o-linear-gradient(top, rgba(99, 177, 237, 1) 0%, rgba(75, 130, 231, 1) 100%);
	background: linear-gradient(180deg, rgba(99, 177, 237, 1) 0%, rgba(75, 130, 231, 1) 100%);
}

.soc {
	float: right;
}

.soc a:hover {
	opacity: 1;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.soc a {
	opacity: .7;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	display: inline-block;
	margin: 0 6px;
}

.soc a i {
	font-size: 2.8rem;
	color: #fff;
}


/* header */
.header-scrolled {
	position: fixed;
	width: 100%;
	left: 0;
	opacity: 0;
	z-index: 99;
	top: 0;
	margin: 0;
	background-color: #000;
	color: #fff;
}

.header-scrolled .col-md-12 {
	max-width: 1140px;
	margin: auto;
}

.header-scrolled .logo,
.header-scrolled nav {
	padding: 10px 0;
}

.header-scrolled .logo a .logo-big {
	display: none;
}

.header-scrolled .logo a .logo-small {
	display: inline-block;
}

.header-scrolled nav ul li .active:after,
.header-scrolled nav ul li .hover:after {
	margin-top: 32px;
}

.menu-open .history {
	display: none;
}

.menu-open .header-cont {
	opacity: .1;
}

.menu-open .header-cont span {
	display: none;
}

.menu-open .header-cont .btn {
	display: none;
}

.menu-open .header-cont .header-info {
	display: none;
}

/* .service-abs {
	position: absolute;
	top: -50%;
} */

/*Case Page*/
.case-page {
	position: relative;
	overflow-x: hidden;
}

.case-page .navactive {
	transform: scale(1.0) !important;
	margin-right: auto;
	transition: .5s all;
	margin-left: auto;
}

.case-page .case-navbar .navbtn {
	position: fixed;
	width: 40px;
	height: 100vh;
	top: 0;
	background-color: #f9f9f9;
	color: #000;
	z-index: 10;
	transition: 1s all;
}

.case-page .case-navbar .navbtn:hover {
	background-color: #e4e4e4;
}

.case-page .case-navbar .navbtn:hover .case-img {
	transform: translate(0, -50%) !important;
}

.case-page .case-navbar.hidden {
	display: none;
}

.case-page .case-navbar.hidden .navbtn.prev {
	left: -40px;
	transition: 1s all;
}

.case-page .case-navbar.hidden .navbtn.next {
	right: -40px;
	transition: 1s all;
}

.case-page .case-navbar .navbtn.active {
	width: 50px !important;
}

.case-page .case-navbar .navbtn.active .text {
	left: 25px !important;
}

.case-page .case-navbar .navbtn.passive {
	width: 30px !important;
}

.case-page .case-navbar .navbtn.passive .text {
	left: 15px !important;
}

.case-page .case-navbar .navbtn.prev {
	left: 0px;
}

.case-page .case-navbar .navbtn.next {
	right: 0px;
}

.case-page .case-navbar .navbtn.prev .text {
	transform: translate(-50%, 0) rotate(-90deg);
	left: 20px;
	transition: .5s all;
}

.case-page .case-navbar .navbtn.next .text {
	transform: translate(-50%, 0) rotate(90deg);
	left: 20px;
	transition: .5s all;
}

.case-page .case-navbar .navbtn .text {
	cursor: pointer;
	transition: .5s all;
	font-size: 0.9rem;
	letter-spacing: 1px;
	font-weight: 100;
	top: 50%;
	position: absolute;
	white-space: nowrap;
}

.case-page .case-navbar .navbtn.prev .case-img {
	transform: translate(-105%, -50%);
	transition: 1s all;
	left: 0;
}

.case-page .case-navbar .navbtn.next .case-img {
	transform: translate(105%, -50%);
	transition: 1s all;
	right: 0;
}

.case-page .case-navbar .navbtn .case-img {
	position: absolute;
	top: 50%;
	transition: .4s all;
	width: 250px;
	height: auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, .7);
	z-index: 5;
}

.case-page .case-navbar .navbtn .case-img img {
	width: 100%;
}

.case-page .case-t1 {
	transform: scale(1.05);
	position: relative;
	transition: .5s all;
}

.case-page .case-t1 video {
	width: 100%;
}

.case-page .case-t1 .wrapper {
	position: absolute;
	bottom: -225px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 50%;
	text-align: center;
	color: #fff;
}

.case-page .case-t1 .wrapper .logo-proj {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.case-page .case-t1 .wrapper .logo-proj img:hover {
	transform: scale(1.1);
}

.case-page .case-t1 .wrapper .logo-proj img {
	width: 170px;
	margin: auto;
	transition: .4s all;
}

.case-page .case-t1 .wrapper h2:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 25px;
	width: 200px;
	height: 3px;
	background-color: #fff;
}

.case-page .case-t1 .wrapper h2 {
	font-weight: 800;
	margin: 0;
	padding-bottom: 50px;
	font-size: 7.5rem;
	position: relative;
}

.case-page .case-t1 .wrapper .desc {
	width: 55%;
	margin: 0 auto 40px auto;
	font-size: 2.1rem;
}

.case-page .case-t1 .wrapper .used-tehnology {
	background-color: #fff;
	width: 85%;
	margin: 0 auto 30px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px 50px;
	color: #000;
}

.case-page .case-t1 .wrapper .used-tehnology h3 {
	font-size: 3.4rem;
	font-weight: bold;
	display: inline-block;
	margin: 0;
	text-align: left;
	width: 48%;
}

.case-page .case-t1 .wrapper .used-tehnology ul {
	display: inline-block;
	width: 52%;
}

.case-page .case-t1 .wrapper .used-tehnology ul li:last-child {
	margin-bottom: 0;
}

.case-page .case-t1 .wrapper .used-tehnology ul li {
	display: flex;
	list-style-type: none;
	align-items: center;
	margin-bottom: 20px;
}

.case-page .case-t1 .wrapper .used-tehnology ul li img {
	width: 50px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: -3px;
}

.case-page .case-t1 .wrapper .used-tehnology ul li span {
	font-size: 2rem;
	text-align: left;
	white-space: nowrap;
	margin: 0;
}

 .numbers-line {
	width: 85%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

 .numbers-line .inner {
	width: 25%;
	display: inline-block;
	text-align: center;
	color: #000;
}

 .numbers-line .inner .number {
	display: inline-block;
	text-align: center;
	font-weight: 100;
	font-size: 4.4rem;
}

 .numbers-line .inner .number span {
	display: inline-block;
	position: relative;
}

 .numbers-line .inner .number span:before {
	content: "";
	position: absolute;    
	left: -20px;
	top: 10px;
	width: 6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #10ae3c;
}

 .numbers-line .inner p {
	font-size: 1.2rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	margin-left: 5px;
	position: relative;
	top: -5px;
}

.case-page .grey-block {
	background-color: #f2f2f2;
	height: 300px;
}

.case-page .case-t2 {
	transform: scale(1.05);
	transition: .5s all;
	padding: 50px 0;
	display: inline-block;
	width: 100%;
}

.case-page .case-t2 .wrapper {
	display: flex;
	width: 65%;
	margin: auto;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.case-page .case-t2 .wrapper .case-ttl {
	display: inline-block;
	width: calc(35% - 20px);
	color: #000;
}

.case-page .case-t2 .wrapper .case-ttl h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
	width: 100%;
	display: inline-block;
	font-size: 1.4rem;
}

.case-page .case-t2 .wrapper .case-ttl p {
	font-size: 0.9rem;
	margin: 0;
	display: inline-block;
}

.case-page .case-t2 .wrapper .tehnologys-list {
	position: relative;
	width: 65%;
}

.case-page .case-t2 .wrapper .tehnologys-list .wrap {
	width: 140%;
	top: 0;
	left: 0%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.case-page .case-t2 .wrapper .tehnologys-list .wrap .inner {
	background-color: #f0f0f0;
	border-radius: 5px;
	width: calc(25% - 5px);
	margin-bottom: 7px;
	padding: 0 10px;
	display: inline-block;
}

.case-page .case-t2 .wrapper .tehnologys-list .wrap .inner img {
	width: 100%;
	display: inline-block;
}

#openned {
	height: 100vh;
}

#openned .overlay {
	background-color: rgba(0, 0, 0, 0.95);
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100vh;
}

#openned .servises-mnu {
	padding-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin: 150px auto 0 auto;
	z-index: 1000;
	width: 100%;
	position: absolute;
}

#openned .servises-mnu #none {
	display: block;
}

#openned .servises-mnu .wrapper {
	width: 90%;
	margin: auto;
	display: none;
	position: relative;
}

#openned .servises-mnu .wrapper p {
	text-align: left;
	font-size: 1.9rem;
	font-weight: 100;
	line-height: 1.6;
	color: #fff;
	margin: 20px 0 0 0;
	display: block;
}

#openned .servises-mnu .wrapper img {
	opacity: 1;
	display: block;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
	position: relative;
}

#openned .servises-mnu .close-btn:hover {
	transition: .7s all;
	transform: rotate(90deg);
}

#openned .servises-mnu .close-btn {
	transition: .7s all;
	position: absolute;
	right: 55px;
	top: 40px;
	z-index: 100;
	color: #fff;
	font-size: 2.5rem;
}

#openned .servises-mnu .close-btn img {
	width: 34px;
	opacity: 1;
}

#openned .servises-mnu .wrap:hover i {
	opacity: 1;
	transition: all .4s;
}

#openned .servises-mnu .wrap {
	transition: all .4s;
	cursor: pointer;
	width: 60%;
	margin: auto;
	color: #fff;
	padding: 14px 0;
	display: block;
}

#openned .servises-mnu .wrap h4 {
	position: relative;
	font-size: 2.8rem;
	font-weight: 600;
	margin: 0;
}

#openned .servises-mnu .wrap h4 i {
	position: absolute;
	font-size: 1rem;
	left: -22px;
	bottom: .3rem;
	transition: .4s all;
	opacity: 0;
	color: #fff;
}

#openned .bg-city {
	display: none;
}



/*  */

.services-top {
	position: absolute;
	top: -40%;
	width: 100%;
	background-color: white;
	padding: 4rem 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	justify-content: space-between;
}
.services-top_right {
	width: 55%;
}
.services-top_right .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 2.4rem;
	/* opacity: 0; */
}
.services-top_right .item:last-child {
	margin-bottom: 0;
}
.services-top_right .item img {
	width: 5rem;
	height: 5rem;
	-o-object-fit: cover;
	   object-fit: cover;
	margin-right: 2rem;
}
.services-top_right .item p {
	font-size: 2rem;
}
.services-top_left {
	width: 40%;
}
.services-top_left h2 {
	font-size: 3.2rem;
	font-weight: bold;
}

/* end header */

.section-services {
	height: 52rem;
	position: relative;
	background-color: #f2f2f2;
}

.services-bottom {
	padding: 31rem 0 7.5rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.services-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.services-item:first-child {
	margin-left: 2rem;
}
.services-item > span:first-child {
	position: relative;
	font-size: 6.3rem;
	line-height: 6.5rem;
	font-weight: 300;
}
.services-item > span:first-child::before {
	content: "";
	position: absolute;    
	left: -27px;
	top: 7px;
	width: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #10ae3c;
}
.services-item > span:last-child {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4rem;
	margin-right: 2rem;
}

.section-table {
	padding: 6rem 0;
}

.section-table_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.section-table_left .title {
	font-size: 3.6rem;
	margin-bottom: 1.5rem;
	display: block;
}
.section-table_left p {
	max-width: 80%;
	font-size: 2rem;
	display: block;
}

.table-item {
	height: 8rem;
	width: 20rem;
	background-color: #f0f0f0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 1rem;
	margin: 0.5rem;
}

.table-item img {
	width: 65%;
	background-size: 80%;
}

.section-moto {
	background: url(bg-section1.jpg) no-repeat left top;
	width: 100%;
	background-size: cover;
	padding-top: 14.5rem;
	padding-bottom: 10rem;
}
.section-moto .title {
	font-size: 3.6rem;
	color: white;
	font-weight: bold;
	margin-bottom: 2.6rem;
}
.section-moto .descr {
	font-size: 2rem;
	color: white;
	margin-bottom: 8.9rem;
}

.descr {
	font-size: 2.2rem;
}

.graph-price {
	position: relative;
	width: 50rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	/* flex-wrap: wrap; */
}
.graph-price .graph-row {
	
	width: 100%;
	/* height: 2px; */
	border-bottom: 2px dotted rgba(255,255,255,.25);
	margin-bottom: 3.2rem;
}
.graph-price .graph-row .price {
	position: absolute;
	right: -15rem;
	top: -1.8rem;
	font-size: 2.4rem;
	color: white;
}
.graph-price .graph-row .line {
	position: absolute;
	bottom: -2rem;
	width: 3.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	z-index: 1;

	
}
.animation_grapTop {
	-webkit-animation: grapTop 2s forwards;

	animation: grapTop 2s forwards;
}
@-webkit-keyframes grapTop {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}
@keyframes grapTop {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}
.graph-price .graph-row .line span{
	color: white;
	margin-top: 1.7rem;
}
.graph-price .graph-row .line .line-wrap {
	/* height: 13rem; */
	/* height: 100%; */
	width: 100%;
}

.line-1 {
	left: 4.8rem;
}
.line-1 .line-wrap {
	height: 13rem;
	background: rgb(244, 163, 111);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 163, 111, 1)), color-stop(78%, rgba(244, 160, 105, 1)), color-stop(78%, rgba(131, 64, 73, 1)), color-stop(95%, rgba(131, 64, 73, 1)), color-stop(95%, rgba(188, 90, 54, 1)), to(rgba(188, 90, 54, 1)));
	background: -o-linear-gradient(bottom, rgba(244, 163, 111, 1) 0%, rgba(244, 160, 105, 1) 78%, rgba(131, 64, 73, 1) 78%, rgba(131, 64, 73, 1) 95%, rgba(188, 90, 54, 1) 95%, rgba(188, 90, 54, 1) 100%);
	background: linear-gradient(0deg, rgba(244, 163, 111, 1) 0%, rgba(244, 160, 105, 1) 78%, rgba(131, 64, 73, 1) 78%, rgba(131, 64, 73, 1) 95%, rgba(188, 90, 54, 1) 95%, rgba(188, 90, 54, 1) 100%);
}

.line-2 {
	/* bottom: 2rem !important; */
	left: 11rem;
}
.line-2 .line-wrap {
	height: 15rem;
	background: rgb(244, 163, 111);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 163, 111, 1)), color-stop(62%, rgba(244, 160, 105, 1)), color-stop(62%, rgba(131, 64, 73, 1)), color-stop(93%, rgba(131, 64, 73, 1)), color-stop(93%, rgba(188, 90, 54, 1)), to(rgba(188, 90, 54, 1)));
	background: -o-linear-gradient(bottom, rgba(244, 163, 111, 1) 0%, rgba(244, 160, 105, 1) 62%, rgba(131, 64, 73, 1) 62%, rgba(131, 64, 73, 1) 93%, rgba(188, 90, 54, 1) 93%, rgba(188, 90, 54, 1) 100%);
	background: linear-gradient(0deg, rgba(244, 163, 111, 1) 0%, rgba(244, 160, 105, 1) 62%, rgba(131, 64, 73, 1) 62%, rgba(131, 64, 73, 1) 93%, rgba(188, 90, 54, 1) 93%, rgba(188, 90, 54, 1) 100%);
}

.line-3 {
	/* bottom: 2rem !important; */
	left: 17.2rem;
}

.line-3 .line-wrap {
	height: 18.4rem;
	background: rgb(244, 163, 111);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 163, 111, 1)), color-stop(54%, rgba(244, 160, 105, 1)), color-stop(54%, rgba(131, 64, 73, 1)), color-stop(89%, rgba(131, 64, 73, 1)), color-stop(90%, rgba(188, 90, 54, 1)), to(rgba(188, 90, 54, 1)));
	background: -o-linear-gradient(bottom, rgba(244, 163, 111, 1) 0%, rgba(244, 160, 105, 1) 54%, rgba(131, 64, 73, 1) 54%, rgba(131, 64, 73, 1) 89%, rgba(188, 90, 54, 1) 90%, rgba(188, 90, 54, 1) 100%);
	background: linear-gradient(0deg, rgba(244, 163, 111, 1) 0%, rgba(244, 160, 105, 1) 54%, rgba(131, 64, 73, 1) 54%, rgba(131, 64, 73, 1) 89%, rgba(188, 90, 54, 1) 90%, rgba(188, 90, 54, 1) 100%);
}

.line-4 {
	/* bottom: 3.4rem !important; */
	left: 23.8rem;
}

.line-4 .line-wrap {
	height: 20.4rem;
	background: rgb(244, 163, 111);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 163, 111, 1)), color-stop(35%, rgba(244, 160, 105, 1)), color-stop(35%, rgba(131, 64, 73, 1)), color-stop(83%, rgba(131, 64, 73, 1)), color-stop(84%, rgba(188, 90, 54, 1)), to(rgba(188, 90, 54, 1)));
	background: -o-linear-gradient(bottom, rgba(244, 163, 111, 1) 0%, rgba(244, 160, 105, 1) 35%, rgba(131, 64, 73, 1) 35%, rgba(131, 64, 73, 1) 83%, rgba(188, 90, 54, 1) 84%, rgba(188, 90, 54, 1) 100%);
	background: linear-gradient(0deg, rgba(244, 163, 111, 1) 0%, rgba(244, 160, 105, 1) 35%, rgba(131, 64, 73, 1) 35%, rgba(131, 64, 73, 1) 83%, rgba(188, 90, 54, 1) 84%, rgba(188, 90, 54, 1) 100%);
}

.line-5 {
	/* bottom: 3.4rem !important; */
	left: 30.4rem;
}

.line-5 .line-wrap {
	height: 23.8rem;
	background: rgb(244, 163, 111);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 163, 111, 1)), color-stop(31%, rgba(244, 160, 105, 1)), color-stop(32%, rgba(131, 64, 73, 1)), color-stop(78%, rgba(131, 64, 73, 1)), color-stop(79%, rgba(188, 90, 54, 1)), to(rgba(188, 90, 54, 1)));
	background: -o-linear-gradient(bottom, rgba(244, 163, 111, 1) 0%, rgba(244, 160, 105, 1) 31%, rgba(131, 64, 73, 1) 32%, rgba(131, 64, 73, 1) 78%, rgba(188, 90, 54, 1) 79%, rgba(188, 90, 54, 1) 100%);
	background: linear-gradient(0deg, rgba(244, 163, 111, 1) 0%, rgba(244, 160, 105, 1) 31%, rgba(131, 64, 73, 1) 32%, rgba(131, 64, 73, 1) 78%, rgba(188, 90, 54, 1) 79%, rgba(188, 90, 54, 1) 100%);
}

.line-6 {
	/* bottom: 4.4rem !important; */
	left: 36.9rem;
}

.line-6 .line-wrap {
	height: 26.3rem;
	background: rgb(244, 163, 111);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 163, 111, 1)), color-stop(25%, rgba(244, 160, 105, 1)), color-stop(26%, rgba(131, 64, 73, 1)), color-stop(78%, rgba(131, 64, 73, 1)), color-stop(79%, rgba(188, 90, 54, 1)), to(rgba(188, 90, 54, 1)));
	background: -o-linear-gradient(bottom, rgba(244, 163, 111, 1) 0%, rgba(244, 160, 105, 1) 25%, rgba(131, 64, 73, 1) 26%, rgba(131, 64, 73, 1) 78%, rgba(188, 90, 54, 1) 79%, rgba(188, 90, 54, 1) 100%);
	background: linear-gradient(0deg, rgba(244, 163, 111, 1) 0%, rgba(244, 160, 105, 1) 25%, rgba(131, 64, 73, 1) 26%, rgba(131, 64, 73, 1) 78%, rgba(188, 90, 54, 1) 79%, rgba(188, 90, 54, 1) 100%);
}

.line-7 {
	/* bottom: 1.4rem !important; */
	left: 42.9rem;
}

.line-7 .line-wrap {
	height: 32.7rem;
	background: rgb(244, 163, 111);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 163, 111, 1)), color-stop(25%, rgba(244, 160, 105, 1)), color-stop(26%, rgba(131, 64, 73, 1)), color-stop(72%, rgba(131, 64, 73, 1)), color-stop(73%, rgba(188, 90, 54, 1)), to(rgba(188, 90, 54, 1)));
	background: -o-linear-gradient(bottom, rgba(244, 163, 111, 1) 0%, rgba(244, 160, 105, 1) 25%, rgba(131, 64, 73, 1) 26%, rgba(131, 64, 73, 1) 72%, rgba(188, 90, 54, 1) 73%, rgba(188, 90, 54, 1) 100%);
	background: linear-gradient(0deg, rgba(244, 163, 111, 1) 0%, rgba(244, 160, 105, 1) 25%, rgba(131, 64, 73, 1) 26%, rgba(131, 64, 73, 1) 72%, rgba(188, 90, 54, 1) 73%, rgba(188, 90, 54, 1) 100%);
}

.section-shop {
	padding-top: 18rem;
	padding-bottom: 15rem;
	width: 100%;
}
.section-shop:nth-child(2) {
	margin-top: 10rem;
}
.section-shop .box-image img{
	margin-bottom: 4.5rem;
	max-height: 7rem;
	margin-right: 4rem;
}
.section-shop .box-image img:last-child {
	margin-right: 0;
}
.section-shop .title {
	font-size: 4.8rem;
	font-weight: bold;
	margin-bottom: 10rem;
}

.card-item {
	padding: 5rem 3.5rem 5rem 0;
	border-radius: 10px;
	background-color: #f2f2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 7.8rem;
}
.card-item_text,
.card-item_square,
.card-item_square-x2 {
	padding: 2rem 3.5rem 2rem 0;
	background-color: #f2f2f2;
	margin-top: 8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.card-item_top {
	margin-top: 6rem !important;
}
.card-item_square {
	padding: 2rem 3.5rem !important;
}
.card-item_square-x2 {
	padding: 4rem!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.card-item_text b {
	font-size: 3rem;
}
.card-item_text b span:first-child {
	font-size: 2.4rem;
}
.card-item.plus,
.card-item.equally {
	position: relative;
}
.card-item.small-item {
	padding: 2rem 3.5rem 2rem 0;
	margin-bottom: 2rem;
}
.card-item.small-item .name,
.card-item.small-item .stars {
	margin-bottom: 0.6rem;
}
.card-item.small-item .stars .star {
	width: 1.8rem;
	height: 1.8rem;
	background-size: 1.8rem;
}
.card-item.small-item img {
	top: 1rem;
	left: -13%;
}
.card-item.plus::before {
	content: "";
	position: absolute;
	bottom: -6rem;
	left: 45%;
	background: url(plus.png) no-repeat;
	background-size: 4rem;
	width: 4rem;
	height: 4rem;
}

.card-item.equally::before {
	content: "";
	position: absolute;
	bottom: -7rem;
	left: 48%;
	background: url(equally.png) no-repeat;
	background-size: 4rem;
	width: 4rem;
	height: 4rem;
}
.card-item.equally img {
	top: -4rem;
}

.card-item_left {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
}
.card-item_left img {
	position: absolute;
	top: -3rem;
	left: -120%;
	max-width: 42rem;
}
.card-item_right {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.card-item_right .name {
	font-weight: bold;
	margin-bottom: 2rem;
	font-size: 1.6rem;
}
.card-item_right .price {
	font-size: 3rem;
}
.card-item_right .discont {
	font-size: 2.4rem;
	color: rgba(0,0,0,.4);
}

.stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 2rem;
}
.stars .star {
	width: 3rem;
	height: 3rem;
	background: url(star.png) no-repeat;
	background-size: 3rem;
	margin-right: .4rem;
}
.stars .star:last-child {
	margin-right: 0;
}

.text-block {
	margin-bottom: 6rem;
}
.text-block.text-small .header {
	font-size: 3rem;
}
.text-block .header {
	font-size: 3rem;
	line-height: 3.5rem;
	margin-bottom: 2.2rem;
	display: block;
	
}

.section-shop .company-logo img {
	width: 100%;
	height: auto;
}

.item-scale {
	height: 22rem;
	width: 1.6rem;
	background-color: #e6e6e6;
	border-radius: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-left: .6rem;
	margin-right: 6.2rem;
}
.item-scale:first-child {
	margin-left: 2rem !important;
}
/* .item-scale:last-child {
	margin-right: 11rem !important;
	margin-left: 2rem;
} */
/* .item-scale:nth-child(2) {
	margin-right: 8rem;
}

.item-scale:nth-child(4) {
	margin-right: 8rem;
	margin-left: 2rem;
} */
.item-scale .line {
	position: relative;
	background-color: #1761dc;
	border-radius: 1rem;
	width: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 2px solid white;
	
}
.animation_lineTop {
	-webkit-animation: lineTop 2s forwards;
	animation: lineTop 2s forwards;
}
@-webkit-keyframes lineTop {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}
@keyframes lineTop {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}
.item-scale .line::before {
	content: "";
	position: absolute;
	top: .2rem;
	border-radius: 100%;
	background-color: white;
	width: .4rem;
	height: .4rem;
}
.item-scale .line span {
	position: absolute;
	top: 0;
	right: -6rem;
	width: 5rem;
	height: 4rem;
	font-weight: bold;
	font-size: 1.2rem;

}


.phone-wrap {
	position: relative;
	padding-left: 2rem;
}
.phone-wrap img {
	width: 52%;
}
.cart-wrap {
	position: absolute;
	right: -3rem;
	bottom: -26rem;
	width: 50rem;
	height: 39rem;
}
.cart-wrap img:first-child {
	position: absolute;
	z-index: 0;
}
.cart-wrap img:nth-child(2) {
	position: absolute;
	z-index: 1;
	top: 5rem;
	left: 5rem;
}
.cart-wrap img:last-child {
	position: absolute;
	z-index: 2;
	top: 11rem;
	right: 14rem;
}

.list-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 2rem;
}
.list-info li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}
.list-info li:last-child {
	margin-bottom: 0;
}
.list-info li span {
	font-weight: bold;
}
.list-info li span:first-child {
	color: #1761dc;
	font-size: 4.2rem;
	width: 10rem;
}
.list-info li span:last-child {
	font-size: 2rem;
}

.collect {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.collect .phone {
	position: relative;
	z-index: 1;
}
.collect .box {
	position: absolute;
	bottom: -8rem;
	left: 6%;
	background: url(box.png) no-repeat;
	width: 30rem;
	height: 31rem;
	z-index: 3;
	background-size: 30rem;
}
.collect .map {
	position: absolute;
	bottom: 11rem;
	left: -32rem;
	background: url(map.png) no-repeat;
	width: 70rem;
	height: 41.7rem;
	background-size: 70rem;
	z-index: 0;
}
.collect .map-top {
	position: absolute;
	top: -2rem;
	right: -13rem;
	background: url(map-item-2.png) no-repeat;
	width: 8.2rem;
	height: 7.7rem;
	background-size: 8.2rem;
}
.collect .phone > img {
	width: 27rem;
}
.collect .phone .phone-info {
	position: absolute;
	top: 11.5rem;
	left: -3rem;
	background: url(comment.png) no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-size: 27rem;
	width: 27rem;
	height: 18rem;
	padding-bottom: 2rem;
}
.collect .phone .phone-info b {
	font-size: 3rem;
}
.collect .phone .phone-info span {
	font-size: 1.8rem;
	color: rgba(0,0,0,.5);
}


.widget-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.widget-count .left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 9.2rem;
	        flex: 0 0 9.2rem;
}
.widget-count .left i {
	font-size: 8.7rem;
	color: #4267b2;
}

.widget-count .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.widget-count .right b {
	font-size: 5rem;
	line-height: 5rem;
}

.article-cart {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 6rem;
	width: 100%;
}
.article-cart .item {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.article-cart .item:first-child {
	top: 0;
	width: 100%;
	height: 67rem;
	z-index: 3;
}
.article-cart .item:nth-child(2) {
	height: 59rem;
	z-index: 2;
	top: 4rem;
	left: 28rem;
}
.article-cart .item:last-child {
	height: 52rem;
	z-index: 1;
	top: 7rem;
	left: 54rem;
}

.section-black {
	background-color: #080808;
	padding: 9rem 0 14rem 0;
}
.section-black .left,
.section-black .right {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20rem;
	        flex: 0 0 20rem;
	margin-top: -7rem;
}
.section-black .left a,
.section-black .right a {
	font-size: 5.2rem;
	line-height: 5rem;
	font-weight: bold;
	color: white;
	text-transform: uppercase;

}
.section-black .left a,
.section-black .right a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.section-black .left a {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.section-black .left a span,
.section-black .right a span {
	font-size: 2.2rem;
	line-height: 2rem;
	color: rgba(255,255,255,.3);
}
.section-black .center {
	position: relative;
	margin: 0 10rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100rem;
}
.section-black .center::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100rem;
	height: 90rem;
	display: block;
	background: url(border.png) no-repeat;
	background-size: 100rem;
}
.section-black .center .title {
	font-size: 7.2rem;
	color: white;
	font-weight: bold;
	margin-bottom: 1.8rem;
	text-transform: uppercase;
}
.section-black .center .subtitle {
	text-transform: uppercase;
	font-size: 1.8rem;
	color: white;
	font-weight: bold;
	margin-bottom: 7rem;
}

.section-black .center p {
	position: relative;
	font-size: 2.4rem;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	max-width: 52rem;
}
.section-black .center p::before,
.section-black .center p::after {
	content: "";
	display: block;
	width: 32rem;
	height: 4rem;
	opacity: .5;
	margin-bottom: 2rem;
	background: url(border-bef.png) no-repeat;
	background-size: 32rem;
}
.section-black .center p::after {
	margin-top: 2rem;
}
.section-black .avatar {
	margin-top: -4rem;
    margin-left: -1rem;
}
.section-black .avatar img{
	width: 70%;
}
.section-black .avatar span {
	color: white;
}

.section-search {
	position: relative;
	padding-top: 14rem;
	padding-bottom: 10rem;
}
.section-search .image {
	position: absolute;
	top: 16rem;
	margin-left: -20rem;
	/* left: -5rem; */
	max-width: 100rem;
}

.search-block {
	margin-bottom: 7rem;
	display: flex;
	flex-direction: column;
}
.search-block .form {
	position: relative;
}
.search-block .header {
	font-size: 2.4rem;
	margin-bottom: 1.2rem;
	display: block;
}
.search-block .search-field {
	width: 100%;
	border: 6px solid #e8e8e8;
	font-size: 2rem;
	font-weight: bold;
	padding: 1.2rem 5rem 1.2rem 1.7rem;
}

.search-block .form button {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: #e8e8e8;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 5rem;
}

.search-block .form button i {
	color: #333333;
}

.search-link .top {
	font-size: 1.6rem;
	color: rgba(0,0,0,.8);
}
.search-link .bottom {
	font-size: 2.8rem;
	line-height: 2rem;
	font-weight: bold;
}

.item-box {
	position: relative;
	background-color: #99cbea;
	border-radius: 1rem;
	height: 43rem;
	padding: 7rem;
	margin-bottom: 2rem;
}
.item-box.overflow-hidden {
	overflow: hidden;
}

.item-box.image-max .item-box_image {
	width: 90%;
	bottom: 2rem;
	right: -35rem;
}

.item-box_image {
	position: absolute;
	bottom: 0rem;
	right: 0rem;
	width: 42%;
	z-index: 0;
	/* height: 100%; */
	background-size: 50%;
}
.item-box_title {
	position: relative;
	z-index: 1;
	font-size: 3.6rem;
	line-height: 3.8rem;
	font-weight: bold;
	margin-bottom: 4rem;
	max-width: 42rem;
}
.item-box_text {
	position: relative;
	z-index: 1;
	font-size: 2.2rem;
	max-width: 30rem;
}

.section-box {
	margin-bottom: 12rem;
}

.section-grap {
	width: 100%;
	background-color: #1c1d20;
	padding-top: 16rem;
	padding-bottom: 12rem;
	background: url(grap-bg.jpg) no-repeat right -20rem top;
	background-size: cover;
}
.section-grap .abs-text {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1.8rem;
	color: rgba(255,255,255,.3);
	text-transform: uppercase;
}

.section-grap .text-block {
	color: white;
}

.shop-cart {
	margin-top: 6rem;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: 85%;
	height: 30rem;
	border-radius: 1rem;
	background-color: rgba(51,53,53.9);
}
.shop-cart .image {
	overflow: hidden;
	flex: 0 0 50%;
	height: 30rem;
	background-color: white;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop-cart .image img {
	width: 70%;
	height: 70%;
}

.shop-cart .info {
	flex: 0 0 50%;
	padding: 3.7rem;
}
.shop-cart .info .title {
	color: white;
	font-weight: bold;
	display: block;
	margin-bottom: 1.4rem;
}
.shop-cart .info .price {
	font-size: 3rem;
	font-weight: bold;
	color: white;
	display: block;
	margin-bottom: 2rem;
}

.btn-red {
	background-color: #da3732;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-red:hover {
	background-color: #cc302b;
}

/*Mobile menu*/
.mobile-mnu {
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1000
}
.mobile-mnu #checkbox {
    display: none
}
.mobile-mnu .mob-line{
	box-shadow: inset 0px 66px 56px 5px rgba(0,0,0,0.85);
    display: block;
    width: 100%;	
    padding: 10px 20px;
    cursor: pointer;
    position: fixed;
    z-index: 1112;
    transition: width .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-mnu .mob-line a{
	display: inline-block;
	width: 130px;
	height: auto;
}
.mobile-mnu .mob-line .phone{
	width: 35px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 75px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(0,-50%);
}
.mobile-mnu .mob-line .phone svg{
	fill: #fff;
	width: 100%;
	height: 100%;
	display: inline-block;
}
.mobile-mnu .mob-line a img{
	width: 100%;
}
.mobile-mnu .mob-line .mnu-btn{
	width: 35px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
}
.mobile-mnu .mob-line .mnu-btn span:last-child{
	margin-bottom: 0;
}
.mobile-mnu .mob-line .mnu-btn span{
	width: 100%;
	height: 2px;
	display: inline-block;
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 10px;
	transition: .4s all;
	position: relative;
}
.mobile-mnu .mob-line .hide span{
	margin-bottom: 0 !important;
}
.mobile-mnu .mob-line .hide span:nth-child(1n){
	transform: rotate(45deg);
}
.mobile-mnu .mob-line .hide span:nth-child(2n){
	transform: rotate(-45deg);
	top: -2px;
}
.mobile-mnu .mob-line .hide span:nth-child(3n){
	display: none;
}

.mobile-mnu .sidebar{
	padding-top: 26%;
    text-align: center;
    background-color: rgb(0, 0, 0);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1111;
    transition: transform .3s ease-in-out;
    transform: translateX(100%)
}
.mobile-mnu .sidebar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
}
.mobile-mnu .sidebar ul li{
	position: relative;
	margin: 14px 0px 14px 30px
}
.mobile-mnu .sidebar ul a {
    position: relative;
    text-decoration: none;
    display: block;
    background-color: transparent;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
}
.mobile-mnu .sidebar ul li ul li{
	margin: 4px 16px;
}
.mobile-mnu .sidebar ul li ul li a{
	font-size: 1.6rem;
}
.mobile-mnu .sidebar ul li i{
	bottom: 4px;
	font-size: 10px;
	left: -12px;
	position: absolute;

}
.mobile-mnu .sidebar .soc{
	position: absolute;
	bottom: 12%;
	left: 50%;
	transform: translate(-50%);
	float: none;
}
.mobile-mnu .sidebar .soc a{
	opacity: 1;
}
.mobile-mnu .sidebar.active {
    transform: translateX(0) !important;
}
.mobile-mnu #checkbox:checked + .btn {
    width: 100%;
    padding: 0 20px
}
.mobile-mnu #checkbox:checked + .btn span {
    display: inline
}


@font-face {
	font-family: "HelveticaBold";
	src: url("../fonts/HelveticaThin.woff") format("woff");
	font-style: normal;
	font-weight: 100;
}
@font-face {
	font-family: "HelveticaBold";
	src: url("../fonts/HelveticaLight.woff") format("woff");
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family: "HelveticaBold";
	src: url("../fonts/HelveticaRegular.woff") format("woff");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "HelveticaBold";
	src: url("../fonts/HelveticaMedium.woff") format("woff");
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: "HelveticaBold";
	src: url("../fonts/HelveticaBold.woff") format("woff");
	font-style: normal;
	font-weight: 700;
}


/* animation */

.animation1,
.animation2,
.animation3,
.animation4,
.animation5,
.animation6,
.animation7,
.animation8,
.animation9,
.animation10,
.animation11,
.animation12,
.animation13,
.animation14 {
	opacity: 0;
	transition: all .3s ease;
}

.a-visible {
	opacity: 1;
}

.delay-100 {
	animation-delay: 100ms;
}
.delay-200 {
	animation-delay: 200ms;
}
.delay-300 {
	animation-delay: 300ms;
}
.delay-400 {
	animation-delay: 400ms;
}
.delay-500 {
	animation-delay: 500ms;
}
.delay-600 {
	animation-delay: 600ms;
}
.delay-700 {
	animation-delay: 700ms;
}
.delay-800 {
	animation-delay: 800ms;
}
.delay-900 {
	animation-delay: 900ms;
}
.delay-1000 {
	animation-delay: 1000ms;
}
.delay-1100 {
	animation-delay: 1100ms;
}
.delay-1200 {
	animation-delay: 1200ms;
}
.mt-0 {
	margin-top: 0;
}