
/**************************** FONTS *****************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=cyrillic');

/**************************** /FONTS ****************************/
/**************************** DEFAULT STYLES ********************/

html, body {
	height: 100%;
}

body {
	position: relative;
	min-width: 320px;
	font: 15px/27px 'Open Sans', sans-serif;
	color: #222;
	background: #fff;
}

div, section, nav, ul, ol, li {
	position: relative;
}

input, textarea {
	outline: 0px none;
}

ul, ol {
	margin: 0;
	padding: 0;
}

li {
	position: relative;
	list-style: none;
}

a,
a:focus {
    outline: none;
    text-decoration: none;
	-webkit-transition: all .15s linear 0s;
		 -o-transition: all .15s linear 0s;
			transition: all .15s linear 0s;
}

a:hover {
    color: #222;
    text-decoration: none;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

table {
	width: 100%;
}

.nowrap {
	white-space: nowrap;
}

/**************************** /DEFAULT STYLES *******************/
/**************************** LOADER ****************************/



/**************************** /LOADER ***************************/
/**************************** MOBILE MENU ***********************/

.slicknav_menu {
    display: none;
    width: 100%;
    height: 60px;
}

.slicknav_btn,
.slicknav_btn:focus {
    display: block;
    height: 60px;
    font-size: 17px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 0;
    background: rgba(0,0,0,.75);
}

.slicknav_btn:hover,
.slicknav_btn.slicknav_open {
    color: #ffcc00;
    background: rgba(0,0,0,1);
}

.slicknav_btn .slicknav_menutxt {
    display: inline-block;
}

.slicknav_btn .slicknav_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 0 0 0;
    vertical-align: -9px;
}

.slicknav_btn .slicknav_icon .slicknav_icon-bar {
    display: block;
    height: 2px;
    margin-bottom: 6px;
    -webkit-transition: all 0.15s linear 0s;
       -moz-transition: all 0.15s linear 0s;
            transition: all 0.15s linear 0s;
    background: #fff;
}

.slicknav_btn:hover .slicknav_icon .slicknav_icon-bar,
.slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar {
    background: #ffcc00;
}

.slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-6px, 5px);
        -ms-transform: rotate(-45deg) translate(-6px, 5px);
         -o-transform: rotate(-45deg) translate(-6px, 5px);
            transform: rotate(-45deg) translate(-6px, 5px);
}

.slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-6px, -5px);
        -ms-transform: rotate(45deg) translate(-6px, -5px);
         -o-transform: rotate(45deg) translate(-6px, -5px);
            transform: rotate(45deg) translate(-6px, -5px);
}

.slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.slicknav_nav {
	-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.25);
			box-shadow: 0 5px 20px 0 rgba(0,0,0,.25);
	position: relative;
	z-index: 1000;
	padding: 0;
	margin: 0;
}

.slicknav_nav li {
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slicknav_nav li a {
	display: block;
	box-sizing: border-box;
	height: 50px;
	padding: 0;
	text-align: center;
    font-size: 14px;
    line-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    color: #222;
    background: #fff;
}

.slicknav_nav li:not(:last-child) > a {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.05);
}

.slicknav_nav li a:hover,
.slicknav_nav li a.current {
    color: #007abe;
    background-color: #f5f5f5;
}

.slicknav_nav li a:hover a,
.slicknav_nav li.current-menu-item > a a,
.slicknav_nav li a:hover .slicknav_arrow::after,
.slicknav_nav li.current-menu-item .slicknav_arrow::after {
    color: #007abe;
}

/**************************** /MOBILE MENU **********************/
/**************************** POPUP FORM ************************/

.fancybox-slide--current .popup,
.fancybox-slide--current .response_message {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.popup,
.response_message {
	width: 360px;
	padding: 25px 40px 40px;
	background: #f8f8f8;
	-webkit-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
		 -o-transform: translateY(-50px);
			transform: translateY(-50px);
	-webkit-transition: all .15s linear 0s;
	   -moz-transition: all .15s linear 0s;
			transition: all .15s linear 0s;
}

.popup h2,
.response_message h2 {
	margin: 10px 0 30px;
	font: bold 26px/40px 'Ubuntu', sans-serif;
	text-align: center;
}

.popup .field {
	margin-bottom: 15px;
}

.popup input[type='number'],
.popup input[type='email'],
.popup input[type='text'],
.popup input[type='tel'],
.popup textarea {
	display: block;
	width: 100%;
	height: 50px;
	padding: 15px 20px;
	font: 16px 'Ubuntu', sans-serif;
	box-sizing: border-box;
	-webkit-transition: all .15s linear 0s;
	   -moz-transition: all .15s linear 0s;
			transition: all .15s linear 0s;
}

.popup textarea {
	height: 120px;
	resize: none;
}

.popup input[type='number'].good,
.popup input[type='email'].good,
.popup input[type='text'].good,
.popup input[type='tel'].good,
.popup textarea.good {
	border: 1px solid rgba(0, 0, 0, .15);
}

.popup input[type='number'].good:hover,
.popup input[type='email'].good:hover,
.popup input[type='text'].good:hover,
.popup input[type='tel'].good:hover,
.popup textarea.good:hover {
	border: 1px solid rgba(0, 0, 0, .3);
}

.popup input[type='number'].good:focus,
.popup input[type='email'].good:focus,
.popup input[type='text'].good:focus,
.popup input[type='tel'].good:focus,
.popup textarea.good:focus {
	border: 1px solid rgba(0, 0, 0, .5);
}

.popup input[type='number']:focus,
.popup input[type='email']:focus,
.popup input[type='text']:focus,
.popup input[type='tel']:focus,
.popup textarea:focus {
	-webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .15);
			box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .15);
}

.popup input[type='number'].error,
.popup input[type='email'].error,
.popup input[type='text'].error,
.popup input[type='tel'].error {
	border: 1px solid #ff0000;
}

.popup input[type='submit'],
.popup input[type='submit']:focus {
	display: block;
	width: 100%;
	height: 50px;
	font: bold 16px/50px 'Ubuntu', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1em;
	color: #000;
	background: transparent;
	border: 0;
	outline: 0;
	-webkit-transition: all .15s linear 0s;
	   -moz-transition: all .15s linear 0s;
			transition: all .15s linear 0s;
	-webkit-box-shadow: inset 0 0 0 25px #ffcc00;
			box-shadow: inset 0 0 0 25px #ffcc00;
}

.popup input[type='submit']:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 2px #ffcc00;
			box-shadow: inset 0 0 0 2px #ffcc00;
}

.popup label {
    display: inline-block;
    margin-right: 15px;
    font: 16px/24px 'Ubuntu', sans-serif;
}

.popup .note {
	padding-top: 10px;
}

.popup .note label {
	font-size: 14px;
	line-height: 18px;
}

.popup .note input[type="checkbox"] + span::before {
    border: 1px solid rgba(0,0,0,.1);
}

.popup .note a {
	color: #007abe;
}

.popup .note a:hover {
	color: #222;
}

.popup .form_subtitle {
	margin: 15px 0 10px;
	font: bold 16px/24px 'Ubuntu', sans-serif;
}

.popup input[type="radio"] {
    display: none;
}

.popup input[type="radio"] + span {
    position: relative;
    display: block;
    padding-left: 25px;
    line-height: 20px;
}

.popup input[type="radio"] + span::before {
    content: '\f10c';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font: 21px/20px 'FontAwesome';
    text-align: center;
    color: rgba(46, 46, 46, .4);
}

.popup input[type="radio"]:checked + span::before {
    content: '\f192';
    color: rgba(46, 46, 46, 1);
}

.popup input[type="radio"] + span *:not(b) {
    color: rgba(46, 46, 46, .8);
}

.popup input[type="radio"] + span b {
    display: block;
}

.ok_btn,
.ok_btn:focus {
	display: block;
	width: 60px;
	height: 50px;
	margin: 20px auto 0;
	font: bold 14px/50px 'Ubuntu', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: .1em;
	color: #000;
	background: transparent;
	border: 0;
	outline: 0;	
	-webkit-box-shadow: inset 0 0 0 25px #ffcc00;
			box-shadow: inset 0 0 0 25px #ffcc00;
}

.ok_btn:hover {
	color: #000;
	text-decoration: none;
	-webkit-box-shadow: inset 0 0 0 2px #ffcc00;
			box-shadow: inset 0 0 0 2px #ffcc00;
}

.close_btn {
	position: absolute;
	top: -50px;
	right: -50px;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: all .15s linear 0s;
	   -moz-transition: all .15s linear 0s;
			transition: all .15s linear 0s;
}

.close_btn:hover {
	opacity: 1;
	-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		 -o-transform: rotate(90deg);
			transform: rotate(90deg);
}

.close_btn:after {
	content: '\f136';
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	font: 24px/30px 'MaterialDesignIconicFont';
	color: #fff;
	text-align: center;
	border-width: 0;
	background: transparent;
	box-sizing: border-box;
	z-index: 2;
}

.response_message .modal-content {
	font-size: 18px;
	text-align: center;
}

/**************************** /POPUP FORM ***********************/
/**************************** BUTTONS ***************************/

.btn_empty {
	display: block;
	height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	font: 400 14px/40px 'Oswald', sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 0 0 2px #ffcc00;
			box-shadow: inset 0 0 0 2px #ffcc00;
}

.btn_empty:hover {
	-webkit-box-shadow: inset 0 0 0 20px #ffcc00;
			box-shadow: inset 0 0 0 20px #ffcc00;
}

.btn_fill {
	display: block;
	height: 70px;
	padding-left: 30px;
	padding-right: 30px;
	font: 600 20px/70px 'Ubuntu', sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	-webkit-box-shadow: inset 0 0 0 35px #ffcc00;
			box-shadow: inset 0 0 0 35px #ffcc00;
}

.btn_fill:focus {
	color: #000;
}

.btn_fill:hover {
	color: #fff;
	-webkit-box-shadow: inset 0 0 0 3px #ffcc00;
			box-shadow: inset 0 0 0 3px #ffcc00;
}

/**************************** /BUTTONS **************************/
/**************************** MAIN SLIDER ***********************/



/**************************** /MAIN SLIDER **********************/
/**************************** HEADER ****************************/

.site_header {
	min-height: 100vh;
	color: #fff;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
			background-size: cover;
}
.lang {
	padding: 15px;
    text-align: center;
}
.site_header_info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 210px;
}

.site_header .nav_menu {
	width: 100%;
	background-color: rgba(0,0,0,.75);
	z-index: 1500;
}

.site_header .is-sticky .nav_menu {
	background-color: rgba(0,0,0,1);
}

.site_header .nav_menu .menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-around;
       -moz-justify-content: space-around;
        -ms-justify-content: space-around;
         -o-justify-content: space-around;
            justify-content: space-around;
	-ms-align-items: center;
		align-items: center;
	height: 60px;
}

.site_header .nav_menu .menu a {
	position: relative;
	display: inline-block;
	height: 60px;
	font: 300 15px/60px 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.05em;
	color: rgba(255,255,255,.85);
}

.site_header .nav_menu .menu a:hover,
.site_header .nav_menu .menu a.current {
	color: #ffcc00;	
}

.site_header .nav_menu .menu a::after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #ffcc00;
	-webkit-transition: all .15s linear 0s;
		 -o-transition: all .15s linear 0s;
			transition: all .15s linear 0s;
}

.site_header .nav_menu .menu a:hover::after,
.site_header .nav_menu .menu a.current::after {
	left: 0;
	width: 100%;
}

.site_header .content_block .top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
         -o-justify-content: space-between;
            justify-content: space-between;
	-ms-align-items: center;
		align-items: center;
	height: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 100;
}

.site_header .content_block .top .logo img {
	display: block;
	max-width: 370px;
	max-height: 100px;
}

.site_header .content_block .top .phones {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: flex-end;
       -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
         -o-justify-content: flex-end;
            justify-content: flex-end;
	-ms-align-items: center;
		align-items: center;
}

.site_header .content_block .top .phone {
	height: 29px;
	padding-left: 40px;
	font: bold 21px/29px 'Ubuntu', sans-serif;
	background: url('../img/phone.png') no-repeat left center;
}

.site_header .content_block .top .btn_empty {
	min-width: 170px;
	margin-left: 30px;
	color: #fff;
}

.site_header .content_block .top .btn_empty:hover {
	color: #000;
}

.site_header_slider {
	height: 100vh;
}

.site_header_slider .slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-direction: column;
	   -moz-flex-direction: column;
		-ms-flex-direction: column;
		 -o-flex-direction: column;
			flex-direction: column;
    -webkit-justify-content: center;
       -moz-justify-content: center;
        -ms-justify-content: center;
         -o-justify-content: center;
            justify-content: center;
	height: 100vh;
	padding: 280px 0 100px;
	text-align: center;
	background-color: #000;
}

.site_header_slider .slide .main_title {
	margin: 0 0 40px;
	font: 700 65px/85px 'Ubuntu', sans-serif;
	text-transform: uppercase;
}

.site_header_slider .slide .main_descr {
	margin-bottom: 60px;
	padding-left: 70px;
	padding-right: 70px;
	font: 300 24px/36px 'Open Sans', sans-serif;
}

.site_header_slider .slide video,
.site_header_slider .slide .slide_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	opacity: .25;
}

.site_header_slider .slide .slide_bg {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.site_header_slider .slide .btn_fill {
	width: 470px;
	margin: 0 auto 40px;
}

.site_header_slider .slide .scroll_downs {
	margin: 0 auto;
	width: 37px;
	height: 60px;
}

.site_header_slider .slide .scroll_downs .mouse {
	width: 3px;
	padding: 10px 15px;
	height: 35px;
	border: 2px solid #fff;
	border-radius: 25px;
	opacity: 1;
	box-sizing: content-box;
}

.site_header_slider .slide .scroll_downs .scroller {
	width: 3px;
	height: 10px;
	border-radius: 25%;
	background-color: #fff;
	animation-name: scroll;
	animation-duration: 1s;
	animation-timing-function: cubic-bezier(.15,.41,.69,.94);
	animation-iteration-count: infinite;
}

@keyframes scroll {
	0% { opacity: 0; }
	10% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(15px); opacity: 0;}
}

.site_header_slider .owl-nav {
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    width: 100%;
}

.site_header_slider .owl-nav > div {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    -webkit-transition: background-color .15s linear 0s;
         -o-transition: background-color .15s linear 0s;
            transition: background-color .15s linear 0s;
}

.site_header_slider .owl-nav .owl-prev {
    left: 30px;
}

.site_header_slider .owl-nav .owl-next {
    right: 30px;
}

.site_header_slider .owl-nav > div::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    font: 60px/60px 'FontAwesome';
    text-align: center;
    color: #fff;
    opacity: .5;
}

.site_header_slider .owl-nav .owl-next::after {
    content: '\f105';
}

.site_header_slider .owl-nav .owl-prev::after {
    content: '\f104';
}

.site_header_slider .owl-nav > div:hover::after {
	opacity: 1;
}

/**************************** /HEADER ***************************/
/**************************** BODY ******************************/

.section {
	padding-top: 60px;
	padding-bottom: 80px;
}

.section_services {
	padding-bottom: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
			background-size: cover;
}

.section_head {
	text-align: center;
	margin-bottom: 70px;
}

.section_suptitle {
	margin: 0 0 10px;
	font: 300 16px/20px 'Ubuntu';
	text-transform: uppercase;
	color: #666;
}

.section_title {
	margin: 0;
	font: bold 54px/54px 'Ubuntu';
	color: #222;
}

.services_list,
.adv_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
}

.services_list .one_service {
	width: calc((100% - 60px) / 3);
	margin-bottom: 50px;
	text-align: center;
}

.services_list .one_service:not(:nth-child(3n)) {
	margin-right: 30px;
}

.services_list .one_service img {
	display: block;
	margin: 0 auto 15px;
}

.services_list .one_service .service_title {
	margin: 0 0 15px;
	font: 600 20px/30px 'Ubuntu';
	text-transform: uppercase;
	color: #444;
}

.adv_list .one_adv {
	width: calc((100% - 90px) / 4);
	margin-bottom: 60px;
	text-align: center;
}

.adv_list .one_adv:not(:nth-child(4n)) {
	margin-right: 30px;
}

.adv_list .one_adv .number_wrp {
	width: 201px;
	height: 201px;
	margin: 0 auto 30px;
	font: bold 80px/200px 'Ubuntu';
	letter-spacing: -0.05em;
	background: url('../img/poligon.png') no-repeat center;
}

.adv_list .one_adv .adv_title {
	padding: 0 5%;
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
	color: #666;
}

.section_advantages .btn_fill {
	width: 470px;
	margin-left: auto;
	margin-right: auto;
}

.section_advantages .btn_fill:focus {
	color: #000;
}

.section_advantages .btn_fill:hover {
	color: #000;
}

.section_form {
	padding: 70px 0;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
			background-size: cover;
}

.section_form .form_frame {
	padding: 50px;
	border: 10px solid #fff;
}

.section_form .section_suptitle,
.section_form .section_title {
	color: #fff;
}

.section_form .section_head {
	margin-bottom: 40px;
}

.section_form .section_head {
	text-align: left;
}

.section_form .img_wrp {
	position: absolute;
	bottom: -70px;
	right: 70px;
}

.section_form .form_wrp {
	padding: 0 30px 0 0;
}

.section_form .form_wrp .field {
	margin-bottom: 20px;
}

.section_form .form_wrp .field input[type='text'] {
	display: block;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	font: 300 15px/40px 'Ubuntu';
	color: #222;
	background-color: #fff;
	border: 1px solid #f5f5f5;
}

.section_form .form_wrp .field input[type='text'].error {
	border-color: #ff0000;
}

.section_form .form_wrp .field button[type='submit'] {
	display: block;
	width: 100%;
	height: 70px;
	font: bold 24px/70px 'Ubuntu';
	text-transform: uppercase;
	color: #222;
	border: 0;
	background: transparent;
	-webkit-transition: all .15s linear 0s;
		 -o-transition: all .15s linear 0s;
			transition: all .15s linear 0s;
	-webkit-box-shadow: inset 0 0 0 35px #ffcc00;
			box-shadow: inset 0 0 0 35px #ffcc00;
}

.section_form .form_wrp .field button[type='submit']:hover {
	color: #fff;
	-webkit-box-shadow: inset 0 0 0 3px #ffcc00;
			box-shadow: inset 0 0 0 3px #ffcc00;	
}

.section_form .note {
	font-size: 14px;
	color: rgba(255,255,255,.85);
}

.section_form .note a {
	color: #ffcc00;
}

.section_form .note a:hover {
	color: #fff;
}

.note input[type="checkbox"] {
    display: none;
}

.note input[type="checkbox"] + span {
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 20px;
}

.note input[type="checkbox"] + span::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    padding-left: 2px;
    font: 15px/20px 'FontAwesome';
	color: rgba(46, 46, 46, .8);
    text-align: center;
    background: #fff;
    border: 0;
}

.note input[type="checkbox"]:checked + span::before {
    content: "\f00c";
}

.section_portfolio {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
			background-size: cover;
}

.portfolio_grid .grid_item {
	margin-bottom: 30px;
	overflow: hidden;
}

.portfolio_grid .grid_sizer,
.portfolio_grid .grid_item {
	width: 262px;
}

.portfolio_grid .gutter_sizer {
	width: 30px;
}

.portfolio_grid .grid_item_width2 {
	width: 554px;
}

.portfolio_grid .grid_item a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #0e8ed6;
}

.portfolio_grid .grid_item a::after {
	position: absolute;
	top: calc(50% - 22px);
	left: calc(50% - 22px);
	width: 44px;
	height: 44px;
	content: '\f002';
	font: 36px/44px 'FontAwesome';
	text-align: center;
	color: #fff;
	-webkit-transition: opacity .25s ease 0s, -webkit-transform .25s ease 0s;
	     -o-transition: opacity .25s ease 0s, -o-transform .25s ease 0s;
			transition: opacity .25s ease 0s, transform .25s ease 0s;
	-webkit-transform: scale(0);
		-ms-transform: scale(0);
		 -o-transform: scale(0);
			transform: scale(0);
	opacity: 0;
}

.portfolio_grid .grid_item a:hover::after {
	-webkit-transform: scale(1);
		-ms-transform: scale(1);
		 -o-transform: scale(1);
			transform: scale(1);
	opacity: 1;
}

.portfolio_grid .grid_item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: opacity .25s ease 0s, -webkit-transform .25s ease 0s;
	     -o-transition: opacity .25s ease 0s, -o-transform .25s ease 0s;
			transition: opacity .25s ease 0s, transform .25s ease 0s;
	opacity: 1;
}

.portfolio_grid .grid_item a:hover img {
	-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		 -o-transform: scale(1.15);
			transform: scale(1.15);
	opacity: .25;
}

.section_portfolio .btn_fill {
	width: 470px;
	margin: 30px auto 0;
}

.section_portfolio .btn_fill:focus,
.section_portfolio .btn_fill:hover {
	color: #000;
}

.section_clients {

}

.clients_list_wrp {
	padding-left: 70px;
	padding-right: 70px;
}

.clients_list .one_client {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
       -moz-justify-content: center;
        -ms-justify-content: center;
         -o-justify-content: center;
            justify-content: center;
	-ms-align-items: center;
		align-items: center;
	height: 150px;
}

.clients_list .one_client img {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	max-width: 220px;
	max-height: 150px;
	-webkit-transition: opacity .25s linear 0s;
		 -o-transition: opacity .25s linear 0s;
			transition: opacity .25s linear 0s;
	opacity: .5;
}

.clients_list .one_client:hover img {
	opacity: 1;
}

.section_clients .owl-stage-outer {
	z-index: 200;
}

.section_clients .owl-nav {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 50px;
}

.section_clients .owl-nav > div {
	position: absolute;
	top: 0;
    width: 50px;
    height: 50px;
}

.section_clients .owl-nav .owl-prev {
    left: -70px;
}

.section_clients .owl-nav .owl-next {
	right: -70px;
}

.section_clients .owl-nav > div::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    font: 50px/50px 'FontAwesome';
    text-align: center;
    color: #0e8ed6;
    -webkit-transition: color .15s linear 0s;
       -moz-transition: color .15s linear 0s;
            transition: color .15s linear 0s;
}

.section_clients .owl-nav .owl-next::after {
 	content: '\f105';
}

.section_clients .owl-nav .owl-prev::after {
    content: '\f104';
}

.section_clients .owl-nav > div:hover::after {
	color: #222;
}

.section_clients .owl-nav > div:active::after {
	top: 1px;
}

.section_clients .owl-nav > div.disabled::after,
.section_clients .owl-nav > div.disabled:hover::after,
.section_clients .owl-nav > div.disabled:active::after {
	top: 0;
	color: #033c9e;
	opacity: .25;
	-webkit-cursor: default;
	   -moz-cursor: default;
		-ms-cursor: default;
		 -o-cursor: default;
			cursor: default;
}

.section_testimonials {
	color: #fff;
	background-color: rgba(0,0,0,1);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
			background-size: cover;
}

.section_testimonials .section_suptitle,
.section_testimonials .section_title  {
	color: #fff;
}

.section_testimonials .testimonials_frame {
	padding: 70px;
	border: 5px solid #fff;
}

.section_testimonials .testimonials_frame::before {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 50px;
	height: 50px;
	content: '\f10d';
	font: 50px/55px 'FontAwesome';
	text-align: center;
	color: rgba(255,255,255,.1);
}

.section_testimonials .testimonials_frame::after {
	position: absolute;
	bottom: 10px;
	right: 15px;
	width: 50px;
	height: 50px;
	content: '\f10e';
	font: 50px/55px 'FontAwesome';
	text-align: center;
	color: rgba(255,255,255,.1);
}

.section_testimonials .one_testimonial {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.section_testimonials .one_testimonial .img img {
	display: block;
	width: 180px;
	height: auto;
}

.section_testimonials .one_testimonial .content {
	padding-left: 40px;
	font-size: 18px;
	line-height: 28px;
}

.section_testimonials .one_testimonial .content .text {
	margin-bottom: 20px;
	font-weight: 300;
	font-style: italic;
}

.section_testimonials .one_testimonial .content .person {
	font-weight: 700;
}

.section_testimonials .owl-stage-outer {
	
}

.section_testimonials .owl-nav {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 110px;
	height: 50px;
}

.section_testimonials .owl-nav > div {
	position: absolute;
	top: 0;
    width: 50px;
    height: 50px;
}

.section_testimonials .owl-nav .owl-prev {
    left: 0px;
}

.section_testimonials .owl-nav .owl-next {
	right: 0px;
}

.section_testimonials .owl-nav > div::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    font: 32px/46px 'FontAwesome';
    text-align: center;
    color: rgba(14,142,214,1);
    -webkit-transition: color .15s linear 0s;
       -moz-transition: color .15s linear 0s;
            transition: color .15s linear 0s;
	border: 2px solid rgba(14,142,214,1);
	background-color: rgba(14,142,214,0);
}

.section_testimonials .owl-nav .owl-next::after {
 	content: '\f105';
}

.section_testimonials .owl-nav .owl-prev::after {
    content: '\f104';
}

.section_testimonials .owl-nav > div:hover::after {
	color: #fff;
	background-color: rgba(14,142,214,1);
}

.section_testimonials .owl-nav > div:active::after {
	
}

.section_testimonials .owl-nav > div.disabled::after,
.section_testimonials .owl-nav > div.disabled:hover::after,
.section_testimonials .owl-nav > div.disabled:active::after {
	top: 0;
	color: rgba(0,0,0,.25);
	border-color: rgba(0,0,0,.25);
	background-color: transparent;
	-webkit-cursor: default;
	   -moz-cursor: default;
		-ms-cursor: default;
		 -o-cursor: default;
			cursor: default;
}

.section_price {
	padding-bottom: 100px;
}

.section_price .section_head {
	margin-bottom: 80px;
}

.section_price_table {

}

.section_price_table table {
	-webkit-box-shadow: 0 20px 50px 0 rgba(0,0,0,.15);
	box-shadow: 0 20px 50px 0 rgba(0,0,0,.15);
}

.section_price_table table {
	margin-bottom: 40px;
    border-spacing: 0;
    border-collapse: collapse;
}

.section_price_table table th,
.section_price_table table td {
	padding: 25px 30px;
	line-height: 28px;
	text-align: left;
}

.section_price_table table th {
	font-size: 24px;
}

.section_price_table table td p {
	margin: 0;
	padding-left: 28px;
	font-size: 15px;
	line-height: 27px;
	color: #777;
}

.section_price_table table td h3 {
	position: relative;
	margin: 0 0 10px;
	padding-left: 28px;
	font-size: 22px;
	font-weight: bold;
}

.section_price_table table td h3::before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	content: '\f00c';
	font: 15px/20px 'FontAwesome';
	text-align: center;
	color: #ffcc00;
}

.section_price_table table td:last-child {
	font-size: 22px;
	font-weight: bold;
}

.section_price_table table th {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	color: #fff;
}

.section_price_table table td {
	font-family: 'Ubuntu', sans-serif;
	color: #222;
}

.section_price_table table tr:first-child {
	background: #007abe;
	background: -moz-linear-gradient(left, #007abe 0%, #0badea 100%);
	background: -webkit-linear-gradient(left, #007abe 0%,#0badea 100%);
	background: linear-gradient(to right, #007abe 0%,#0badea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007abe', endColorstr='#0badea',GradientType=1 );
}

.section_price_table table tr:nth-child(2n+1) td {
	background-color: #f5f5f5;
}

.section_price_table table tr:nth-child(2n+2) td {
	background-color: #fff;
}

.section_price_table table th:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.section_price_table table td:first-child {
	width: 70%;
/*	border-left: 2px solid #f5f5f5; */
}

.section_price_table table td:last-child {
/*	border-right: 2px solid #f5f5f5; */
}

.section_price_table table tr:last-child:not(:nth-child(2n+1)) td {
	border-bottom: 2px solid #f5f5f5;
}

.section_price_table table td:not(:last-child) {
	border-right: 1px solid #f5f5f5;
}

.section_price_table table tr:nth-child(2n+1) td:not(:last-child) {
	border-right: 1px solid #fff;
}

.section_price .note {
	width: 75%;
	margin: 0 auto 30px;
	font-size: 22px;
	line-height: 36px;
	font-style: italic;
	text-align: center;
}

.section_price .btn_fill,
.section_price .btn_fill:focus,
.section_price .btn_fill:hover {
	color: #000;
}

.section_price .btn_fill {
	width: 470px;
	margin-left: auto;
	margin-right: auto;
}

.section_features {
	background-color: #f5f5f5;
	background-position: top left;
	background-repeat: repeat;
	background-image: url('../img/pattern1.jpg');
}

.features_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
         -o-justify-content: space-between;
            justify-content: space-between;
}

.features_list .features_box {
	width: calc(50% - 15px);
	margin-bottom: 30px;
}

.features_list .features_box_head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-ms-align-items: center;
		align-items: center;
	margin-bottom: 10px;
}

.features_list .features_box_head .img {
	width: 120px;
}

.features_list .features_box_head .title {
	margin: 0;
	padding-left: 15px;
	font: bold 26px/32px 'Ubuntu', sans-serif;
}

.features_list .features_box .list {
	padding-left: 15px;
}

.features_list .features_box .list li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
	font: 16px/24px 'Ubuntu', sans-serif;
}

.features_list .features_box .list li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 10px;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
	background-color: #007abe;
}

.section_features .btn_fill {
	width: 470px;
	margin: 30px auto 0;
}

.section_features .btn_fill:hover {
	color: #000;	
}

.section_steps {
	padding-bottom: 150px;
}

.steps_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
         -o-justify-content: space-between;
            justify-content: space-between;
}

.steps_list li {
	position: relative;
	margin-bottom: 40px;
	width: calc((100% - 100px)/3);
	text-align: center;
}

.steps_list li img {
	margin-bottom: 20px;
}

.steps_list li .title {
	margin: 0 0 10px;
	font: bold 22px/28px 'Ubuntu', sans-serif;
}

.steps_list li .text {
	margin: 0;
}

.steps_list li:not(:nth-child(3n))::after {
	position: absolute;
	top: 53px;
	right: -50px;
	width: 50px;
	height: 50px;
	content: '\f105';
	font: 50px/50px 'FontAwesome';
	text-align: center;
	color: #007abe;
}

.section_form2 .img_wrp {
	right: 40px;
}

.section_map,
#google_map {
	height: 600px;
}

.section_map_content {
	position: absolute;
	width: 470px;
	top: 100px;
	left: calc(50% - 560px);
}

.section_map_content .content {
	padding: 40px 30px 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 10px rgba(0,0,0,.2);
			box-shadow: 0 0 0 10px rgba(0,0,0,.2);
}

.section_map_content .content .title {
	margin: 0 0 35px;
	font: bold 36px/36px 'Ubuntu';
}

.section_map_content .content .contacts_list {
	margin-bottom: 20px;
}

.section_map_content .content .contacts_list li {
	position: relative;
	padding-left: 50px;
	padding-bottom: 20px;
	font: 18px/28px 'Ubuntu';
}

.section_map_content .content .contacts_list li::before {
	position: absolute;
	top: 2px;
	left: 10px;
	width: 24px;
	height: 24px;
	font: 24px/24px 'FontAwesome';
	text-align: center;
}

.section_map_content .content .contacts_list li.address::before {
	content: '\f041';
}

.section_map_content .content .contacts_list li.phone::before {
	content: '\f095';
}

.section_map_content .content .contacts_list li.worktime::before {
	content: '\f017';
}

.section_map_content .content .btn_fill:hover {
	color: #000;
}

/**************************** /BODY *****************************/
/**************************** FOOTER ****************************/

.site_footer {
	background-color: #fff;
	z-index: 500;
}

.site_footer .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
         -o-justify-content: space-between;
            justify-content: space-between;
	-ms-align-items: center;
		align-items: center;
	height: 100px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.site_footer .content .logo img {
	display: block;
	max-width: 270px;
	max-height: 70px;
}

.site_footer .content .phones {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: flex-end;
       -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
         -o-justify-content: flex-end;
            justify-content: flex-end;
	-ms-align-items: center;
		align-items: center;
}

.site_footer .content .phone {
	height: 29px;
	padding-left: 40px;
	font: bold 21px/29px 'Ubuntu', sans-serif;
	background: url('../img/phone.png') no-repeat left center;
}

.site_footer .content .btn_empty {
	min-width: 170px;
	margin-left: 30px;
	color: #000;
}

.site_footer .content .btn_empty:hover {
	color: #000;
}

.site_footer .copy {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #f5f5f5;
}

.site_footer .copy a {
	color: #007abe;
}

.site_footer .copy a:hover {
	color: #222;
}

#scrollUp {
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0s linear 0s;
       -moz-transition: all 0s linear 0s;
            transition: all 0s linear 0s;
}

#scrollUp:after {
    content: '\f106';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    font: 35px/50px 'FontAwesome';
    color: #fff;
    text-align: center;
    background: #222;
    opacity: .25;
    -webkit-transition: opacity .1s linear 0s;
       -moz-transition: opacity .1s linear 0s;
            transition: opacity .1s linear 0s;
}

#scrollUp:hover:after {
    opacity: 1;
}

.fancybox-close-small {
	width: 40px;
	height: 40px;
}

.fancybox-close-small::after {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	content: '\f00d';
	font: 20px/40px 'FontAwesome';
	text-align: center;
	color: rgba(0,0,0,.25);
	background: none;
}

.fancybox-close-small:hover::after {
	color: rgba(0,0,0,.5);
	background: none;
}

form input[type="submit"]:disabled,
form input[type="submit"]:disabled:hover,
form button[type="submit"]:disabled,
form button[type="submit"]:disabled:hover {
	color: #fff !important;
	-webkit-box-shadow: inset 0 0 0 35px #aaa !important;
			box-shadow: inset 0 0 0 35px #aaa !important;
}

.side_btn {
	position: fixed;
	right: -37px;
	top: calc(50% - 25px);
	width: 180px;
	height: 50px;
	z-index: 1000;
	-webkit-transition: all .15s linear 0s;
	   -moz-transition: all .15s linear 0s;
			transition: all .15s linear 0s;
	-webkit-transform: translateX(195px) rotate(-90deg);
	-ms-transform: translateX(195px) rotate(-90deg);
	-o-transform: translateX(195px) rotate(-90deg);
	transform: translateX(195px) rotate(-90deg);
}

.side_btn.active {
	-webkit-transform: translateX(0) rotate(-90deg);
	-ms-transform: translateX(0) rotate(-90deg);
	-o-transform: translateX(0) rotate(-90deg);
	transform: translateX(0) rotate(-90deg);
}

.side_btn a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-ms-align-items: center;
		align-items: center;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	font: bold 14px/16px 'Ubuntu';
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	background: #ffcc00;
	outline: 0;
	opacity: .5;
}

.side_btn a:hover {
	background: #ffcc00;
	opacity: 1;
}

.side_btn img {
	height: 30px;
	width: auto;
	margin-right: 10px;
}

.side_btn .text {
	text-align: left;
}

/**************************** /FOOTER ***************************/
/* ======= STEPS SECTION ======= */

.section_steps {
	
}

.section_steps .push20 {
	height: 20px;
}

.section_steps .push100 {
	height: 100px;
}

.section_steps .text-center {
	text-align: center;
}

@media only screen and (min-width: 992px){
    .steps-section{
        margin-top: -730px;
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 840px;
    }
    .steps-section:before{
        content:"";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1920px;
        border-right: 3840px solid transparent;
        border-top: 760px solid #fff;
    }
    .service-template .steps-section:before {
        border-top-color: #EBEDF5;
    }
}
.mashine-wrapper {
	line-height: 1.6;
}
.mashine-wrapper .object {
    position: absolute;
    top: 0;
    left: 140px;
    z-index: 30;
}
.mashine-wrapper .object img{
    max-width: none;
}
.mashine-wrapper .object.revers img{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.steps .element{
    margin-bottom: 80px;
    font-size: 18px;
	font-family: 'Ubuntu';
    position: relative;
}
.steps .element .num{
    font-size: 60px;
    color: #ffcc00;
    font-weight: bold;
}
.steps .element .title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.steps .element .text{
    line-height: 1.3;
    color: #666;
}
.steps .element:after{
    content:"";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    margin-left: -9px;
    background: #ffcc00;
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255,204,0,0.2);
    bottom: -100px;
}
.steps .element.el1:after,
.steps .element.el2:after{
    bottom: inherit;
    top: -72px;
}
.mashine-wrapper .top-line{
    position: absolute;
    right: 0;
    top: 55px;
    width: 865px;
    height: 2px;
    background: rgba(255,204,0,0.2);
}
.mashine-wrapper .bottom-line{
    position: absolute;
    right: 0;
    bottom: -12px;
    width: 865px;
    height: 2px;
    background: rgba(255,204,0,0.2);
}
.mashine-wrapper .right-line{
    position: absolute;
    right: 0;
    top: 57px;
    width: 2px;
    height: 633px;
    background: rgba(255,204,0,0.2);
}
@media only screen and (max-width: 1239px) {
    .mashine-wrapper .object{
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .steps .element:after,
    .price-section .section-first-level > .box:before,
    .price-section .section-first-level > .box:after{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .steps .element {
        margin-bottom: 40px;
        font-size: 16px;
    }
    .steps .element .title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 14px;
    }
}
/* ======= /. STEPS SECTION ======= */
/**************************** RESPONSIVE ************************/

@media (max-width: 1599px) {



}

@media (max-width: 1439px) {

	.site_header_slider .slide .main_title {
		margin-bottom: 30px;
		font-size: 60px;
		line-height: 80px;
	}

	.site_header_slider .slide .main_descr {
		margin-bottom: 40px;
		font-size: 20px;
		line-height: 32px;
	}

}

@media (max-width: 1279px) {

	.site_header_slider .slide .slide_content {
		padding-left: 70px;
		padding-right: 70px;
	}

}

@media (max-width: 1199px) {

	.site_header {
		min-height: 0;
	}

	.site_header_slider,
	.site_header_slider .slide {
		height: auto;
	}

	.site_header_slider .slide {
		padding-top: 220px;
		padding-bottom: 70px;
	}

	.section_form .section_title {
		font-size: 44px;
		line-height: 50px;
	}

	.section_form .img_wrp {
		right: 50px;
	}

	.section_form .img_wrp img {
		width: 360px;
	}

	.section_price_table .one_table {
		padding-top: 40px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.section_price_table .one_table .title {
		font-size: 26px;
	}

	.section_form2 .img_wrp {
		right: 30px;
	}

	.section_map_content {
		left: calc(50% - 460px);
	}

}

@media (max-width: 991px) {

	.slicknav_menu {
		display: block;
	}

	.site_header .nav_menu .menu {
		display: none;
	}

	.site_header .content_block .top .logo img {
		max-width: 270px;
	}

	.site_header .content_block .top .btn_empty,
	.site_footer .content .btn_empty {
		margin-left: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.site_header_slider .slide {
		padding-bottom: 30px;
	}

	.site_header_slider .slide .main_title {
		font-size: 50px;
		line-height: 60px;
	}

	.site_header_slider .slide .main_descr {
		padding: 0;
		font-size: 18px;
		line-height: 32px;
	}

	.site_header .content_block .bottom {
		padding-bottom: 40px;
	}

	.site_header .scroll_downs {
		display: none;
	}

	.section_title {
		font-size: 40px;
		line-height: 44px;
	}

	.services_list .one_service img {
		width: 90px;
		height: auto;
	}

	.services_list .one_service .service_title {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 26px;
	}

	.section_testimonials .testimonials_frame {
		padding: 40px;
	}

	.section_testimonials .testimonials_frame::before,
	.section_testimonials .testimonials_frame::after {
		display: none;
	}

	.section_testimonials .one_testimonial .content {
		padding-bottom: 90px;
	}

	.adv_list .one_adv {
		width: calc((100% - 30px) / 2);
	}

	.adv_list .one_adv:not(:nth-child(4n)) {
		margin-right: auto;
	}

	.adv_list .one_adv:not(:nth-child(2n)) {
		margin-right: 30px;
	}

	.adv_list .one_adv .number_wrp {
		margin-bottom: 20px;
	}

	.section_form .img_wrp {
		display: none;
	}

	.section_form .form_wrp {
		padding: 0;
	}

	.portfolio_grid {
		width: 554px;
		margin-left: auto;
		margin-right: auto;
	}

	.section_price {
		padding-bottom: 70px;
	}

	.section_price .section_head {
		margin-bottom: 60px;
	}

	.section_price .note {
		width: auto;
	}

	.features_list .features_box_head .title {
		padding-left: 10px;
		font-size: 20px;
		line-height: 28px;
	}

	.section_features .btn_fill {
		margin-top: 10px;
	}

	.section_map_content {
		left: calc(50% - 360px);
	}

	.section_map_content .content .title {
		margin-bottom: 30px;
		font-size: 32px;
		line-height: 32px;
	}

	.section_steps .section_head {
		margin-bottom: 40px;
	}

	.section_steps {
		padding-bottom: 30px;
	}
    
}

@media (max-width: 767px) {

	.site_header .content_block .top,
	.site_header .content_block .top .phones,
	.features_list,
	.site_footer .content,
	.site_footer .content .phones {
		-webkit-flex-direction: column;
		   -moz-flex-direction: column;
			-ms-flex-direction: column;
			 -o-flex-direction: column;
				flex-direction: column;
	}

	.site_header .content_block .top {
		height: auto;
		padding-top: 25px;
	}

	.site_header .content_block .top .logo,
	.site_footer .content .logo {
		margin-bottom: 15px;
	}

	.site_header .content_block .top .phone,
	.site_footer .content .phone {
		margin-bottom: 15px;
		padding-left: 0;
		background: none;
	}

	.site_header .content_block .top .btn_empty,
	.site_footer .content .btn_empty {
		margin-left: 0;
	}

	.site_header_slider .slide {
		padding-top: 280px;
	}

	.section_head {
		margin-bottom: 60px;
	}

	.section_features .section_head {
		margin-bottom: 50px;
	}

	.services_list .one_service {
		width: calc((100% - 30px) / 2);
	}

	.services_list .one_service:not(:nth-child(3n)) {
		margin-right: auto;
	}

	.services_list .one_service:not(:nth-child(2n)) {
		margin-right: 30px;
	}

	.features_list .features_box {
		width: 100%;
		padding-right: 30px;
	}

	.steps_list li {
		width: calc((100% - 50px)/2);
	}

	.steps_list li:not(:nth-child(3n))::after {
		display: none;
	}

	.section_map {
		height: auto;
	}

	.section_map_content {
		position: relative;
		width: auto;
		top: 0;
		left: 0;
	}

	.section_map_content .content {
		background-color: #f5f5f5;
		-webkit-box-shadow: none;
				box-shadow: none;
	}
	
	.section_map_content .content .btn_fill {
		width: 470px;
		margin-left: auto;
		margin-right: auto;
	}

	.site_footer {
		padding-top: 15px;
	}

	.site_footer .content {
		height: auto;
		padding-bottom: 30px;
	}

	.section_steps {
		padding-bottom: 50px;
	}

}

@media (max-width: 639px) {

	.site_header_slider .slide .slide_content {
		padding-left: 0;
		padding-right: 0;
	}

	.site_header_slider .slide .main_title {
		font-size: 40px;
		line-height: 50px;
	}

	.site_header_slider .owl-nav {
		display: none;
	}

	.site_header .content_block .bottom .btn_fill,
	.section_advantages .btn_fill,
	.section_portfolio .btn_fill,
	.section_features .btn_fill,
	.section_map_content .content .btn_fill,
	.section_price .btn_fill,
	.site_header_slider .slide .btn_fill {
		width: 100%;
	}

	.site_header_slider .slide .btn_fill {
		margin-bottom: 20px;
	}

	.section {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.section_services {
		padding-bottom: 30px;
	}

	.adv_list .one_adv .adv_title {
		font-size: 16px;
		line-height: 24px;
	}

	.adv_list .one_adv .number_wrp {
		width: 180px;
		height: 180px;
		font-size: 60px;
		line-height: 180px;
		-webkit-background-size: 180px 180px;
		background-size: 180px 180px;
	}

	.section_form .form_frame {
		padding: 30px;
	}

	.section_form .section_title {
		font-size: 40px;
		line-height: 44px;
	}

	.portfolio_grid {
		width: 440px;
	}

	.portfolio_grid .grid_sizer,
	.portfolio_grid .grid_item {
		width: 205px;
	}

	.portfolio_grid .grid_item_width2 {
		width: 440px;
	}

	.section_clients .section_head {
		margin-bottom: 40px;
	}

	.section_testimonials .one_testimonial {
		-webkit-flex-direction: column;
		   -moz-flex-direction: column;
			-ms-flex-direction: column;
			 -o-flex-direction: column;
				flex-direction: column;
	}

	.section_testimonials .testimonials_frame {
		padding: 30px;
	}

	.section_testimonials .one_testimonial .img {
		margin-bottom: 15px;
	}

	.section_testimonials .one_testimonial .img img {
		width: 150px;
	}

	.section_testimonials .one_testimonial .content {
		padding-left: 0;
		font-size: 16px;
		line-height: 24px;
	}

	.section_price_table table th {
		font-size: 20px;
	}

	.section_price_table table td h3,
	.section_price_table table td:last-child {
		font-size: 18px;
	}

	.section_price_table table td h3,
	.section_price_table table td p {
		padding-left: 0;
	}

	.section_price_table table td h3::before {
		display: none;
	}

	.section_price_table table th,
	.section_price_table table td {
		padding: 20px;
	}

	.section_price .note {
		font-size: 18px;
		line-height: 30px;
	}

	#google_map {
		height: 480px;
	}

	.side_btn {
		right: auto;
		top: auto;
		bottom: 30px;
		left: 30px;
		width: 50px;
		text-align: center;
		z-index: 1000;
		-webkit-transform: translateX(0) translateY(120px) rotate(0);
			-ms-transform: translateX(0) translateY(120px) rotate(0);
			 -o-transform: translateX(0) translateY(120px) rotate(0);
				transform: translateX(0) translateY(120px) rotate(0);
	}

	.side_btn.active {
		-webkit-transform: translateX(0) translateY(0) rotate(0);
			-ms-transform: translateX(0) translateY(0) rotate(0);
			 -o-transform: translateX(0) translateY(0) rotate(0);
				transform: translateX(0) translateY(0) rotate(0);
	}

	.side_btn a {
		padding: 0;
	}

	.side_btn .text {
		display: none;
	}

	.side_btn img {
		width: 40px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	
}

@media (max-width: 479px) {

	.site_header_slider .slide .main_title {
		margin-bottom: 20px;
		font-size: 32px;
		line-height: 44px;
	}

	.btn_fill {
		height: 55px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 15px;
		line-height: 55px;
	}

	.site_header_slider .slide .main_descr {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 24px;
	}

	.site_header .content_block .bottom {
		padding-top: 20px;
		padding-bottom: 25px;
	}

	.section_title {
		font-size: 32px;
		line-height: 36px;
	}

	.services_list .one_service {
		width: 100%;
		margin-bottom: 30px;
	}

	.services_list .one_service:not(:nth-child(2n)),
	.adv_list .one_adv:not(:nth-child(2n)) {
		margin-right: auto;
	}

	.services_list .one_service img {
		width: 80px;
		margin-bottom: 15px;
	}
	
	.adv_list .one_adv {
		width: 100%;
		margin-bottom: 40px;
	}

	.adv_list .one_adv .number_wrp {
		margin-bottom: 15px;
	}

	.section_head,
	.section_price .section_head {
		margin-bottom: 40px;
	}

	.section_form {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.section_form .form_frame {
		padding: 20px;
	}

	.section_form .section_title {
		font-size: 30px;
		line-height: 32px;
	}

	.section_form .form_wrp .field input[type="text"] {
		height: 50px;
		line-height: 50px;
	}

	.section_form .form_wrp .field button[type="submit"] {
		height: 60px;
		font-size: 16px;
		line-height: 60px;
	}

	.portfolio_grid {
		width: 280px;
	}

	.portfolio_grid .grid_sizer,
	.portfolio_grid .grid_item {
		width: 280px;
	}

	.section_testimonials .one_testimonial {
		padding-top: 2px;
		padding-left: 2px;
	}

	.clients_list .one_client {
		height: 100px;
	}

	.clients_list .one_client img {
		max-height: 100px;
	}

	.section_clients .owl-nav {
		top: 25px;
	}

	.section_testimonials .testimonials_frame {
		padding: 20px;
	}

	.section_price_table {
		margin-bottom: 20px;
		padding-bottom: 10px;
		overflow-x: scroll;
	}

	.section_price_table table {
		margin-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.features_list .features_box_head .img {
		width: 100px;
	}

	.features_list .features_box {
		padding-right: 15px;
	}

	.features_list .features_box_head .img img {
		width: 90px;
		height: auto;
	}

	.features_list .features_box_head .title {
		font-size: 18px;
		line-height: 24px;
	}

	.steps_list li {
		width: 100%;
	}

	.steps_list li img {
		width: 120px;
		height: auto;
	}

	.section_steps {
		padding-bottom: 40px;
	}

	.section_steps .section_head {
		margin-bottom: 20px;
	}

	.steps .element {
		margin-bottom: 20px;
	}

	.steps .element .num {
		font-size: 50px;
	}

	.popup, .response_message {
		width: 280px;
	}

	.popup h2, .response_message h2 {
		font-size: 22px;
		line-height: 28px;
	}

}

/**************************** /RESPONSIVE ***********************/