/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family:'Ubuntu', sans-serif;
	color: #4F4F4F;
	font-size: 16px;
	line-height: 1.5;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:inherit;
	text-decoration:none;
	transition: all .3s ease;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin:0 auto;
	position:relative;
	overflow: hidden;
}
.container{
	width: 1140px;
	padding: 0 15px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.d-flex{
	display: flex;
}
.a-center{
	align-items: center;
}
.j-between{
	justify-content: space-between;
}
.j-center{
	justify-content: center;
}
/* header */
.header {

}
.header-flex{
	height: 107px;
}
.menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu li{
	margin-right: 14px;
	margin-left: 14px;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.09em;
	color: #FFFFFF;
}
.header-phone{
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.09em;
	color: #FFFFFF
}
.header-phone svg{
	margin-right: 21px;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer .header-flex{
	height: 147px;
}

.btn{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 69px;
	border: none;
	border-radius: 5px;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	width: 238px;
	max-width: 100%;
	transition: all .3s ease;
}
.btn.white{
	background: #F2F2F2;
}
.btn.theme-background{
	color: #F2F2F2;
}
.btn svg{
	margin-right: 10px;
}
.btn:hover{
	box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.3);
}
.btn.white:hover{
	box-shadow: 0px 16px 30px rgba(255, 255, 255, 0.3);
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.section-first{
	position: relative;
	height: 628px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}
.section-first:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
}
.section-first .sf-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -2;
}
.section-first .sf-dron{
	position: absolute;
	top: 0;
	left: 74px;
}
.section-first .sf-spay{
	position: absolute;
	right: 54px;
	bottom: 0;
	z-index: 2;
}
.section-first .text-wrap{
	position: relative;
	z-index: 1;
	padding-top: 21px;
	padding-bottom: 39px;
	width: 100%;
}
.section-first .text-wrap .bg-opacity{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	backdrop-filter: blur(10px);
}
.section-first .text-wrap .main-text{
	margin: 0;
	font-weight: 700;
	font-size: 48px;
	line-height: 55px;
	letter-spacing: 0.09em;
	color: #F2F2F2;
}
.section-about{
	padding-top: 70px;
}
.about-content p{
	margin: 0 0 15px;
}
.about-content p:first-child{
	margin: 0 0 25px;
	font-size: 18px;
}
.about-content .btn{
	margin-top: 30px;
}


.section-features{
	padding-top: 34px;
	padding-bottom: 79px;
	color: #f2f2f2;
}
.section-title{
	font-weight: 700;
	font-size: 48px;
	line-height: 150%;
	margin: 0;
}
.features .item{
	display: flex;
	align-items: center;
	font-size: 24px;
	margin-top: 58px;
}
.features .item img{
	margin-right: 30px;
}
.section-products{
	padding-top: 80px;
}
.section-products .section-title{
	height: 0;
	padding-left: 60px;
}
.products-slider .inner{
	display: flex;
	padding-top: 122px;
	padding-left: 60px;
	padding-right: 60px;
}
.products-slider .inner .thumb{
	width: 350px;
	margin-left: 8px;
	min-width: 350px;
	position: relative;
	height: 424px;
}
.products-slider .inner .thumb img{
	position: absolute;
	top: -122px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.products-slider .inner .name{
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}
.products-slider .inner .desc{
	color: #828282;
	font-size: 18px;
	margin-bottom: 45px;
}
.products-slider .slick-arrow{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	background: none;
	font-size: 0;
	cursor: pointer;
	z-index: 10;
	background-color: #333;
	border-radius: 20px;
}
.products-slider .slick-arrow.slick-prev{
	background-image: url(img/arr-left.svg);
	left: 0;
}
.products-slider .slick-arrow.slick-next{
	background-image: url(img/arr-right.svg);
	right: 0;
}



.p-nav-wrap{
	position: relative;
	padding-right: 230px;
	padding-bottom: 80px;
	padding-left: 35px;
}
.p-nav-wrap>img{
	position: absolute;
	right: -30px;
	bottom: 0;
}
.p-nav-wrap .inner{
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	min-height: 216px;
}
.p-nav-wrap .inner:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 7px;
	width: 65px;
	background: #E0E0E0;
}
.p-nav-wrap .slick-current .inner:after{
	background: #333;
}
.p-nav-wrap .thumb img{
	width: 101px;
	height: 101px;
	object-fit: contain;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
.p-nav-wrap .name{
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #828282;
}
.p-nav-wrap .slick-current .name{
	color: #333;
}


.section-reviews{
	background: #f2f2f2;
	padding-top: 80px;
	padding-bottom: 234px;
}
.section-reviews .section-title{
	margin-bottom: 70px;
}
.reviews-slider .inner{
	display: flex;
}
.reviews-slider .slick-slide>div{
	font-size: 0;
}
.reviews-slider .slick-slide>div+div{
	margin-top: 45px;
}
.reviews-slider .inner .thumb{
	width: 255px;
	height: 255px;
	margin-right: 30px;
	min-width: 255px;
}
.reviews-slider .inner .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reviews-slider .inner .name{
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 5px;
}
.reviews-slider .inner .company{
	font-size: 14px;
	color: #828282;
}
.reviews-slider .inner .text{
	font-size: 18px;
	color: #4f4f4f;
	margin-top: 14px;
}
.reviews-slider .slick-dots{
	margin: 66px 0 0;
	list-style-type: none;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reviews-slider .slick-dots button{
	font-size: 0;
	display: block;
	width: 65px;
	height: 7px;
	background: #E0E0E0;
	border: none;
	padding: 0;
	margin-right: 15px;
	margin-left: 15px;
}
.reviews-slider .slick-dots .slick-active button{
	background: #333;
}

.section-cta{
	position: relative;
	padding-top: 89px;
	padding-bottom: 89px;
}
.cta-wrap{
	max-width: 100%;
	width: 450px;
	color: #f2f2f2;
}
.cta-title{
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 20px;
}
.cta-text{
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 30px;
	color: #BDBDBD;
}
.cta-image{
	position: absolute;
	right: -314px;
	bottom: 0;
	max-width: 80%;
	z-index: 1;
}
.section-contacts{
	padding: 100px 0 80px;
}
.section-contacts .section-title{
	margin-bottom: 50px;
}
.section-contacts .col:first-child{
	width: 374px;
	min-width: 374px;
}
.section-contacts .col .btn{
	width: 100%;
	margin-top: 45px;
}
.section-contacts .emails p,
.section-contacts .phones p{
	min-width: 151px;
	font-weight: 700;
	font-size: 24px;
	margin: 0;
	color: #333;
}
.section-contacts .emails ul,
.section-contacts .phones ul{
	list-style-type: none;
	padding: 0;
	margin: 5px 0 0;
}
.section-contacts .emails ul li,
.section-contacts .phones ul li{
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 18px;
}
.section-contacts .phones{
	margin-bottom: 27px;
}
.section-contacts .phones ul li.social{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	margin-top: 32px;
}

.acf-map {
    width: 100%;
    height: 546px;
}

// Fixes potential theme css conflict.
.acf-map img {
   max-width: inherit !important;
}

.section-contacts .col:last-child{
	margin-left: 70px;
	width: 100%;
	position: relative;
}
.section-contacts .col:last-child iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(50vw + (1140px/2 - 374px - 93px));
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Ubuntu';
	src:url('fonts/Ubuntu-Regular.ttf');
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}
@font-face {
	font-family:'Ubuntu';
	src:url('fonts/Ubuntu-Bold.ttf');
    font-weight:bold;
    font-style:normal;
    font-display: swap;
}
@font-face {
	font-family:'Ubuntu';
	src:url('fonts/Ubuntu-Medium.ttf');
    font-weight:500;
    font-style:normal;
    font-display: swap;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
/*------------------------------------*\
    MODALS
\*------------------------------------*/

.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, .4);
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 600px;
  max-width: 90%;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}
.modal-body {
  	padding: 20px 30px 40px;
  	background: #F2F2F2;
	box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
.modal-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.modal-title{
	font-weight: 700;
	font-size: 48px;
}
/* Close Button */
.modal-header .close-modal {
  cursor: pointer;
  font-size: 0;
  transition: transform .5s ease;
}
.modal-header .close-modal:hover{
	transform: rotate(180deg);
}
.input-wrap{
	position: relative;
	margin-bottom: 30px;
}
.input-wrap input{
	display: block;
	width: 100%;
	border: 2px solid #BDBDBD;
	box-sizing: border-box;
	border-radius: 7px;
	padding: 0 25px;
	height: 52px;
	background: none;
	font-weight: 400;
	font-size: 24px;
	color: #4F4F4F;
}
.form-wrap{
	text-align: center;
}
.input-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4F4F4F;
}
.input-wrap input::-moz-placeholder { /* Firefox 19+ */
  color: #4F4F4F;
}
.input-wrap input:-ms-input-placeholder { /* IE 10+ */
  color: #4F4F4F;
}
.input-wrap input:-moz-placeholder { /* Firefox 18- */
  color: #4F4F4F;
}

.wpcf7-response-output{
	display: none !important;
}
.thanks-text{
	padding-top: 30px;
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	color: #333;
}
.thanks-text p{
	margin: 0 0 50px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.noscroll{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}
.mob-menu-toggle{
	display: none;
}
.mob-menu-toggle {
  width: 40px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
}

.mob-menu-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #f2f2f2;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mob-menu-toggle span:nth-child(1) {
  top: 0px;
}

.mob-menu-toggle span:nth-child(2) {
  top: 8px;
}

.mob-menu-toggle span:nth-child(3) {
  top: 16px;
}

.mob-menu-toggle.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mob-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -40px;
}

.mob-menu-toggle.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media only screen and (max-width:1441px) {
	.section-first .sf-spay{
		width: 700px
	}
	.section-first .sf-dron{
		width: 700px
	}
}
@media only screen and (max-width:1199px) {
	.menu li{
		margin-right: 10px;
		margin-left: 10px
	}
	.section-first .text-wrap .main-text{
		font-size: 36px;
		line-height: 1.3;
	}
	.section-first .sf-spay{
		right: -50px
	}
	.section-first .sf-dron{
		left: -50px;
		width: 500px
	}
	.section-first{
		height: 450px
	}
	.section-title{
		font-size: 36px
	}
	.section-reviews{
		padding-bottom: 80px
	}
	.products-slider .inner .thumb{
		height: 350px
	}
	.products-slider .inner .thumb img{
		object-fit: contain;
	}
	.p-nav-wrap{
		margin-top: 60px
	}
}
@media only screen and (max-width:1023px) {
	.footer .nav{
		display: none !important
	}
	.header .nav{
		position: fixed;
		height: calc(100% - 80px);
		width: 250px;
		top: 80px;
		right: 0;
		transform: translateX(100%);
		transition: transform .5s ease;
		z-index: 10;
	}
	.admin-bar .nav{
		margin-top: 46px
	}
	.header.open .nav{
		transform: translateX(0);
	}
	.mob-menu-toggle{
		display: block;
	}
	.header-flex{
		height: 80px
	}
	.menu{
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 15px;
	}
	.menu li{
		margin: 0 0 30px;
	}
	.section-first .sf-dron{
		width: 360px
	}
	.section-first .sf-spay{
		width: 500px
	}
	.section-first .text-wrap .main-text{
		letter-spacing: normal;
	}
	.section-first{
		height: 350px
	}
	.section-first .text-wrap{
		padding: 15px 0;
	}
	.section-cta,
	.section-reviews,
	.section-features,
	.section-about{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.about-content .alignright{
		max-width: 200px;
	}
	.features .item img{
		width: 50px;
		margin-right: 15px
	}
	.features .item{
		margin-top: 30px;
		font-size: 18px
	}
	.section-products{
		padding-top: 30px
	}
	.section-products .section-title{
		height: auto;
		margin-bottom: 30px
	}
	.products-slider .inner{
		padding-top: 0;
		align-items: flex-start
	}
	.products-slider .inner .thumb img{
		top: 0;
		position: static;
	}
	.products-slider .inner .thumb{
		width: 200px;
		min-width: 200px;
		height: auto;
	}
	.products-slider .inner .name{
		font-size: 20px
	}
	.products-slider .inner .desc{
		font-size: 14px
	}
	.btn{
		height: 50px
	}
	.p-nav-wrap{
		padding-right: 150px;
	}
	.p-nav-wrap>img{
		width: 180px
	}
	.p-nav-wrap .inner{
		padding-left: 10px;
		padding-right: 10px;
	}
	.section-reviews .section-title{
		margin-bottom: 30px
	}
	.reviews-slider .inner .thumb{
		width: 150px;
		height: 150px;
		min-width: 150px;
		margin-right: 15px
	}
	.reviews-slider .inner .text{
		font-size: 14px
	}
	.reviews-slider .inner .name{
		font-size: 18px
	}
	.reviews-slider .inner .company{
		font-size: 12px
	}
	.reviews-slider .slick-slide>div+div,
	.reviews-slider .slick-dots{
		margin-top: 30px;
	}
	.cta-text{
		font-size: 16px;
	}
	.cta-title{
		font-size: 26px
	}
	.section-contacts{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width:767px) {
	body{
		font-size: 14px;
		min-width: 320px;
	}
	.logo {
    	width: 90px;
	}
	.header-phone{
		font-size: 14px
	}
	.header-phone svg {
	    margin-right: 5px;
	}
	.mob-menu-toggle{
		width: 30px;
	}
	.section-first .text-wrap{
		z-index: 2
	}
	.section-first .text-wrap .main-text{
		font-size: 24px
	}
	.section-first{
		height: 280px;
	}
	.section-first .sf-dron{
		width: 300px
	}
	.about-content p:first-child{
		font-size: 16px
	}
	.about-content .alignright{
		max-width: 100px;
	}
	.section-title{
		font-size: 24px
	}
	.features{
		flex-direction: column;
		align-items: flex-start;
	}
	.features .item{
		font-size: 16px
	}
	.products-slider .inner{
		flex-direction: column-reverse;
		padding-right: 40px;
		padding-left: 40px;
	}
	.p-nav-wrap .slider-nav{
		display: none
	}
	.p-nav-wrap{
		padding-bottom: 140px
	}
	.products-slider .slick-arrow.slick-prev{
		left: -10px
	}
	.products-slider .slick-arrow.slick-next{
		right: -10px
	}
	
	.reviews-slider .inner{
		flex-direction: column;
	}
	.reviews-slider .inner .thumb{
		margin: 0 0 15px;
	}
	.reviews-slider .slick-dots button{
		height: 3px;
		width: 20px;
		margin-right: 5px;
		margin-left: 5px;
	}
	.section-cta{
		padding-bottom: 180px
	}
	.cta-image{
		right: -50px
	}
	.section-contacts .emails p, .section-contacts .phones p{
		font-size: 18px;
		min-width: 110px;
	}
	.section-contacts .emails ul li, .section-contacts .phones ul li{
		font-size: 16px
	}
	.section-contacts .emails ul, .section-contacts .phones ul{
		margin-top: 3px
	}
	.section-contacts .container>.d-flex{
		flex-direction: column;
	}
	.section-contacts .col:first-child{
		width: 100%;
		min-width: 0;
	}
	.section-contacts .col:last-child{
		height: 300px;
		margin-left: 0;
		margin-top: 30px;
	}
	.section-contacts .col:last-child iframe{
		width: 100%
	}
	.section-contacts .col .btn{
		margin-top: 0;
	}
	.modal-box{
		margin: 30px auto;
	}
	.modal-title{
		font-size: 24px
	}
	.input-wrap input{
		font-size: 20px
	}
	.thanks-text{
		font-size: 24px;
	}
}