@font-face {
    font-family: 'MyriadHebrewRegular';
    src: url('../fonts/MyriadHebrewRegular.eot');
    src: url('../fonts/MyriadHebrewRegular.eot') format('embedded-opentype'),
        url('../fonts/MyriadHebrewRegular.otf') format('opentype'),
        url('../fonts/MyriadHebrewRegular.woff2') format('woff2'),
        url('../fonts/MyriadHebrewRegular.woff') format('woff'),
        url('../fonts/MyriadHebrewRegular.svg#MyriadHebrewRegular') format('svg');
}
@font-face {
    font-family: 'SecularOneRegular';
    src: url('../fonts/SecularOneRegular.eot');
    src: url('../fonts/SecularOneRegular.eot') format('embedded-opentype'),
        url('../fonts/SecularOneRegular.ttf') format('truetype'),
        url('../fonts/SecularOneRegular.woff2') format('woff2'),
        url('../fonts/SecularOneRegular.woff') format('woff'),
        url('../fonts/SecularOneRegular.svg#SecularOneRegular') format('svg');
}
@font-face {
    font-family: 'MiriamLibreRegular';
    src: url('../fonts/MiriamLibreRegular.eot');
    src: url('../fonts/MiriamLibreRegular.eot') format('embedded-opentype'),
        url('../fonts/MiriamLibreRegular.ttf') format('truetype'),
        url('../fonts/MiriamLibreRegular.woff2') format('woff2'),
        url('../fonts/MiriamLibreRegular.woff') format('woff'),
        url('../fonts/MiriamLibreRegular.svg#MiriamLibreRegular') format('svg');
}
@font-face {
    font-family: 'MiriamLibreBold';
    src: url('../fonts/MiriamLibreBold.eot');
    src: url('../fonts/MiriamLibreBold.eot') format('embedded-opentype'),
        url('../fonts/MiriamLibreBold.ttf') format('truetype'),
        url('../fonts/MiriamLibreBold.woff2') format('woff2'),
        url('../fonts/MiriamLibreBold.woff') format('woff'),
        url('../fonts/MiriamLibreBold.svg#MiriamLibreBold') format('svg');
}

html {
    position: relative;
	background-color: #fff;
	min-width: 320px;
    min-height: 100%;
    height: 100%;
    direction: rtl;
}
body { 
	height: 100%;
    min-height: 100%;
	color: #000;
    font-family: 'MyriadHebrewRegular', sans-serif;
    min-width: 1170px;
}
body.menuopen {
	overflow: hidden;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.wrap {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 1170px;
    padding: 0 30px;
}
.btn {
    display: inline-block;
    vertical-align: top;
    background: #ffff33;
    opacity: .6;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    padding: 0 40px;
    border-radius: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn:hover {
    opacity: 1;
}

@media only screen and (max-width : 1200px) {
	 body {
        min-width: 320px;
    }
    .wrap {
        width: 100%;
        padding: 0 5px;
    }
}

/*------------------------- preloader -------------------------*/
@keyframes elastic-rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
#preloader_wrap {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #fff;
}
#preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 101;
	margin-left: -17.5px;
	margin-top: -17.5px;
	background-size: contain;
	height: 35px;
	width: 35px;
	animation: elastic-rotation 1.33s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzhfU0VMRUNUX0xvZ28iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzEuOSAxNi4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMS45IDE2LjMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0yOS41LDIuNGMxLjYsMS42LDIuNCwzLjUsMi40LDUuOHMtMC44LDQuMi0yLjQsNS44Yy0xLjYsMS42LTMuNSwyLjQtNS44LDIuNGMtMS4zLDAtMi41LTAuNC0zLjgtMS4xYy0xLjItMC43LTIuMS0xLjQtMi42LTJjLTAuNS0wLjYtMC44LTEtMC45LTEuMmMtMC40LTAuNi0wLjMtMS4xLDAuMi0xLjRjMC42LTAuNCwxLjEtMC4zLDEuNSwwLjJjMCwwLjEsMC4yLDAuNCwwLjcsMC45YzAuNCwwLjUsMS4xLDEuMSwyLjEsMS42YzAuOSwwLjYsMS45LDAuOSwyLjgsMC45YzEuNywwLDMuMS0wLjYsNC4zLTEuOGMxLjItMS4yLDEuOC0yLjYsMS44LTQuM3MtMC42LTMuMS0xLjgtNC4zYy0xLjItMS4yLTIuNi0xLjgtNC4zLTEuOGMtMC44LDAtMS43LDAuNC0yLjYsMS4yUzE5LjUsNC43LDE5LDUuNGMtMC41LDAuNy0xLjIsMS44LTIuMiwzLjNjLTAuOCwxLjItMS40LDIuMi0xLjksMi44Yy0wLjUsMC42LTEuMSwxLjQtMS44LDIuM2MtMC44LDAuOS0xLjUsMS41LTIuMywxLjljLTAuOCwwLjQtMS42LDAuNi0yLjYsMC42Yy0yLjMsMC00LjItMC44LTUuOC0yLjRTMCwxMC40LDAsOC4yQzAsNS45LDAuOCw0LDIuNCwyLjRTNS45LDAsOC4yLDBDMTEsMCwxMy4zLDEuNywxNSw1LjJjMC4yLDAuNywwLjEsMS4xLTAuNiwxLjRDMTMuOCw2LjgsMTMuMyw2LjYsMTMsNkwxMi41LDVjLTAuMy0wLjctMC45LTEuMy0xLjctMnMtMS43LTEtMi42LTFDNi42LDIuMSw1LjEsMi43LDQsMy45UzIuMiw2LjUsMi4yLDguMnMwLjYsMy4xLDEuOCw0LjNzMi42LDEuOCw0LjMsMS44YzAuOCwwLDEuNy0wLjQsMi42LTEuMnMxLjYtMS41LDIuMS0yLjFjMC41LTAuNywxLjItMS44LDIuMi0zLjNjMC44LTEuMiwxLjQtMi4yLDEuOS0yLjhzMS4xLTEuNCwxLjgtMi4zczEuNS0xLjUsMi4zLTEuOUMyMS45LDAuMiwyMi43LDAsMjMuNiwwQzI1LjksMCwyNy45LDAuOCwyOS41LDIuNHoiLz48L2c+PC9zdmc+);
}

/*------------------------- sidemenu -------------------------*/
.sidemenu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -310px;
    width: 310px;
    color: #fff;
    background: #000;
	height: 100%;
    padding: 140px 55px 20px 20px;
    z-index: 102;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.menuopen .sidemenu {
    right: 0;
}
.sidemenu .menu_close {
	position: absolute;
    top: 50px;
    right: 55px;
    cursor: pointer;
    width: 29px;
    height: 29px;
    background: url(../img/menu_close.png) no-repeat;
}
.sidemenu ul {
	
}
.sidemenu ul li {
	margin-bottom: 25px;
}
.sidemenu ul li a {
	color: #fff;
    font-size: 22px;
}
.sidemenu ul li a:hover {
    color: #ffff00;
}
@media only screen and (max-width : 768px) {
    .sidemenu {
        width: 270px;
        right: -270px;
        padding: 70px 20px 10px 10px;
    }
    .sidemenu .menu_close {
        top: 20px;
        right: 20px;
    }
    .sidemenu ul li {
        margin-bottom: 15px;
    }
    .sidemenu ul li a {
        font-size: 18px;
    }
}


/*------------------------- header -------------------------*/
.site_header {
	background: url(../img/header_bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
	/*min-height: 960px;*/
    min-height: 960px;
    height: 100%;
}
.site_header > .wrap {
	position: static;
	padding: 40px 30px 50px;
    color: #fff;
}
.site_header .header_top {
	position: static;
	top: -50px;
	left: 0;
	right: 0;
	z-index: 101;
}
.site_header .header_top_space {
	display: none;
	height: 50px;
}
.site_header .header_top.fixed {
	position: fixed;
	top: 0;
	background: rgba(12, 35, 50, 0.9);
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.site_header .header_top .wrap {
	position: static;
	padding: 13px 30px 10px;
	overflow: visible;
	height: 50px;
}
.site_header .header_top .logo {
	float: left;
}
.site_header .header_top .header_right {
	float: right;
}
.site_header .header_top .header_right .menu_open {
    float: right;
    width: 36px;
    height: 25px;
	background: url(../img/menu_open.png) no-repeat;
}
.site_header .header_top .header_right .header_menu {
	float: left;
    min-width: 180px;
    margin-right: 27px;
    margin-top: 5px;
}
.site_header .header_top .header_right .header_menu > li {
    position: relative;
    height: 35px;
    padding-right: 15px;
}
.site_header .header_top .header_right .header_menu > li > a {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #ffff33;
    font-size: 15px;
    line-height: 15px;
    color: #ffff33;
}
.site_header .header_top .header_right .header_menu > li > a:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
    background: url(../img/location.png) no-repeat;
    width: 17px;
    height: 22px;
}
.site_header .header_top .header_right .header_menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    min-width: 180px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    max-height: 0px;
    padding: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.site_header .header_top .header_right .header_menu > li:hover > .sub-menu {
    padding: 20px;
    max-height: 500px;
}
.site_header .header_top .header_right .header_menu > li > .sub-menu li {
	margin-bottom: 15px;
}
.site_header .header_top .header_right .header_menu > li > .sub-menu li:last-of-type {
    margin-bottom: 0;
}
.site_header .header_top .header_right .header_menu > li > .sub-menu li a {
    color: #333333;
    font-size: 18px;
}
.site_header .header_top .header_right .header_menu > li > .sub-menu li a:hover {
    color: #0099ff;
}
.site_header .header_top .header_center {
	display: none;
    margin: 5px 200px 0;
}
.site_header .header_top.fixed .header_center {
	display: block;
}
.header_links_small {
    text-align: center;
}
.header_links_small li {
	display: inline-block;
    vertical-align: top;
    margin: 0 19px 5px;
}
.header_links_small li a {
    display: block;
}
.header_links_small li p {
    color: #fff;
    font-size: 16px;
}

.site_header .header_content {
	clear: both;
    text-align: center;
    padding-top: 150px;
}
.site_header .header_content h1 {
    font-family: 'SecularOneRegular';
	font-size: 63px;
    line-height: 60px;
}
.site_header .header_content p {
    margin-top: 35px;
	font-size: 28px;
    line-height: 37px;
}
.site_header .header_content .btn {
    min-width: 350px;
	margin-top: 80px;
    
    height: 70px;
    line-height: 70px;
    font-size: 26px;
}
.header_links {
	margin-top: 115px;
    text-align: center;
}
.header_links li {
	display: inline-block;
    vertical-align: top;
    margin: 0 19px 5px;
}
.header_links li a {
    display: block;
}
.header_links li .img_block {
    position: relative;
    text-align: center;
    width: 81px;
    height: 80px;
    margin: 0 auto;
    background: url(../img/header_links_border.png) no-repeat;
}
.header_links li .img_block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80px;
}
.header_links li p {
	margin-top: 15px;
    color: #fff;
    font-size: 16px;
}
@media (max-height : 960px) {
.site_header .header_content {
    padding-top: 100px;
}
.site_header {
	min-height: 860px;
}
.header_links {
    margin-top: 65px;
}
}
@media (max-height : 860px) {
.site_header .header_content {
    padding-top: 50px;
}
.site_header .header_content .btn{
	margin-top: 40px;
}
.site_header {
    min-height: 770px;
}
}
@media only screen and (max-width : 1200px) {
    .site_header > .wrap {
        padding: 40px 5px;
    }
    .site_header .header_top .wrap {
    	padding: 13px 5px 10px;
    }
}
@media only screen and (max-width : 1024px) {
	.site_header .header_top .header_center {
	    display: none !important;
	    margin: 5px 80px 0 145px;
	}
	.header_links_small li {
	    margin: 0 9px 5px;
	}
    .site_header .header_content {
        padding-top: 80px;
    }
    .site_header .header_content h1 {
        font-size: 44px;
        line-height: 44px;
    }
    .site_header .header_content p {
        margin-top: 25px;
        font-size: 24px;
        line-height: 30px;
    }
    .site_header .header_content .btn {
        min-width: 300px;
        margin-top: 20px;
    }
    .header_links {
        margin-top: 50px;
    }
}
@media only screen and (max-width : 768px) {
	.site_header .header_top .header_right .header_menu {
		display: none;
	}
}
@media only screen and (max-width : 480px) {
    .site_header {
    	min-height: 300px;
    	height: auto;
    }
    .site_header .header_top .header_right .header_menu {
        margin-right: 5px;
        min-width: auto;
    }
    .site_header .header_content h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .site_header .header_content p {
        margin-top: 20px;
        font-size: 20px;
        line-height: 26px;
    }

    .site_header .header_content .btn {
        min-width: 250px;        
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .header_links {
    	display: none;
    }
}


/*------------------------- electro -------------------------*/
.electro {
    background: #e6ecf0;
}
.electro .wrap {
	padding: 78px 30px 95px;
    text-align: center;
}
.electro h3 {
    font-size: 55px;
    font-family: 'SecularOneRegular';
}
.electro .wrap > p {
    margin-top: 20px;
	font-size: 22px;
    line-height: 30px;
    color: #999;
}
.electro_blocks {
	background: #fff;
    border-radius: 10px;
    margin-top: 55px;
    background: #fff url(../img/electro_bg.png) no-repeat left center;
}
.electro_blocks .electro_block {
	text-align: right;
    min-height: 275px;
    padding: 50px 55px 50px 476px;
    border-bottom: 1px solid #eeeeee;
}
.electro_blocks .electro_block:last-of-type {
    border-bottom: none;
}
.electro_blocks .electro_block h4 {
    font-size: 36px;
    font-family: 'SecularOneRegular';
}
.electro_blocks .electro_block p {
    margin-top: 20px;
	font-size: 18px;
    line-height: 25px;
}
.electro_blocks .electro_block p:last-of-type {
    margin-bottom: 0;
}
.electro .electro_link {
    position: relative;
    display: inline-block;
    margin-top: 45px;
    color: #0099ff;
    font-size: 16px;
    padding-bottom: 20px;
    background: url(../img/arrow1.png) no-repeat bottom center;
}
@media only screen and (max-width : 1200px) {
    .electro .wrap {
        padding: 58px 5px 65px;
    }
    .electro_blocks .electro_block {
        padding: 50px 55px 50px 300px;
    }
}
@media only screen and (max-width : 1024px) {
    .electro .wrap {
        padding: 40px 5px;
    }
    .electro h3 {
        font-size: 40px;
    }
    .electro .wrap > p {
        margin-top: 10px;
        font-size: 18px;
        line-height: 26px;
    }
    .electro_blocks {
        margin-top: 30px;
        background: #fff;
    }
    .electro_blocks .electro_block {
        padding: 30px;
        min-height: auto;
    }
}
@media only screen and (max-width : 768px) {
    .electro_blocks .electro_block h4 {
        font-size: 28px;
    }
    .electro_blocks .electro_block p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .electro .electro_link {
        margin-top: 25px;
    }
}
@media only screen and (max-width : 480px) {
	
}


/*------------------------- tarifs -------------------------*/
.tarifs {
	background: url(../img/tarifs_bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.tarifs .wrap {
	padding: 80px 30px 90px;
    color: #fff;
    text-align: center;
}
.tarifs h3 {
    font-size: 56px;
    font-family: 'SecularOneRegular';
}
.tarifs .wrap > p {
    font-size: 22px;
    line-height: 30px;
}
.tarifs_list {
    margin-top: 60px;
}
.tarifs_list .tarif {
    text-align: left;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 45px 48px 35px 38px;
    overflow: hidden;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.tarifs_list .tarif:last-of-type {
    margin-bottom: 0;
}
.tarifs_list .tarif.tarif_1 {
    background: url(../img/tarif1_bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.tarifs_list .tarif.tarif_2 {
    background: url(../img/tarif2_bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.tarifs_list .left_side {
    float: left;
    margin-top: 50px;
}
.tarifs_list .left_side .price {
    font-size: 16px;
    line-height: 16px;
    padding-left: 45px;
    background: url(../img/humans_icon.png) no-repeat bottom 3px left;
}
.tarifs_list .left_side .price span {
    font-size: 40px;
    margin: 0 7px;
    font-family: 'SecularOneRegular';
}
.tarifs_list .left_side .btn {
    margin-top: 28px;
    padding: 0 40px;
}
.tarifs_list .right_side {
    margin-left: 250px;
    text-align: right;
}
.tarifs_list .right_side h4 {
    font-size: 26px;
    font-family: 'SecularOneRegular';
}
.tarifs_list .right_side p {
    font-size: 16px;
    margin-top: 5px;
}
.tarifs_list .right_side .link {
    margin-top: 80px;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #ffff33;
    font-size: 16px;
    line-height: 16px;
    color: #ffff33;
}
.tarifs_list .right_side .link:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -30px;
    background: url(../img/menu_arrow.png) no-repeat -17px -12px;
    width: 15px;
    height: 8px;
}
.tarifs_list .right_side .link:hover:before {
    background: url(../img/menu_arrow.png) no-repeat 0 0;
}
.tarifs .tarifs_link {
    position: relative;
    display: inline-block;
    margin-top: 40px;
    color: #ffff33;
    font-size: 16px;
    padding-bottom: 20px;
    background: url(../img/arrow2.png) no-repeat bottom center;
}
@media only screen and (max-width : 1200px) {
    .tarifs .wrap {
        padding: 60px 5px;
    }
}
@media only screen and (max-width : 768px) {
    .tarifs .wrap {
        padding: 40px 5px;
    }
    .tarifs h3 {
        font-size: 40px;
    }
    .tarifs .wrap > p {
        font-size: 18px;
        line-height: 26px;
    }
    .tarifs_list {
        margin-top: 20px;
    }
    .tarifs_list .tarif {
        margin-bottom: 20px;
        padding: 20px;
    }
    .tarifs_list .left_side {
        float: none;
        min-width: 200px;
        max-width: 230px;
        margin: 0 auto;
        text-align: center;
    }
    .tarifs_list .right_side {
        margin: 10px auto 0;
        text-align: right;
    }
}
@media only screen and (max-width : 480px) {
    .tarifs .wrap {
        padding: 30px 5px;
    }
    .tarifs h3 {
        font-size: 28px;
    }
    .tarifs .wrap > p {
        font-size: 17px;
        line-height: 24px;
    }
    .tarifs .tarifs_link {
        margin-top: 20px;
    }
}


/*------------------------- reviews -------------------------*/
.reviews {
    background: #e6ecf0;
}
.reviews .wrap {
    padding: 85px 30px;
    text-align: center;
}
.reviews h3 {
    font-size: 55px;
    font-family: 'SecularOneRegular';
}
.reviews_slider {
	margin-top: 40px;
}
.reviews_slider .reviews_slide {
	display: inline-block;
    vertical-align: top;
    width: 255px;
}
.reviews_slider .reviews_slide .img_block {
    position: relative;
	width: 137px;
    height: 137px;
    margin: 0 auto;
    padding: 6.5px;
    border: 3px solid #d6e1ef;
    text-align: center;
    border-radius: 50%;
    font-size: 0;
}
.reviews_slider .reviews_slide .img_block img {
    display: inline-block;
	width: 118px;
    height: 118px;
    border-radius: 50%;
}
.reviews_slider .reviews_slide .text_block {
	margin-top: 20px;
}
.reviews_slider .reviews_slide .text_block h5 {
    font-size: 26px;
    font-family: 'SecularOneRegular';
}
.reviews_slider .reviews_slide .text_block p {
	margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
}
@media only screen and (max-width : 1200px) {
    .reviews .wrap {
        padding: 65px 5px;
    }
}
@media only screen and (max-width : 768px) {
    .reviews .wrap {
        padding: 30px 5px;
    }
    .reviews h3 {
        font-size: 40px;
    }
    .reviews_slider {
        margin-top: 20px;
    }
    .reviews_slider .reviews_slide .text_block {
        margin-top: 10px;
    }
    .reviews_slider .reviews_slide .text_block p {
        margin-top: 10px;
    }
}


/*------------------------- feedback -------------------------*/
.feedback {
	background: url(../img/feedback_bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.feedback .wrap {
	padding: 85px 30px 95px;
    color: #fff;
}
.feedback h3 {
    font-size: 55px;
    font-family: 'SecularOneRegular';
    margin-bottom: 30px;
    text-align: center;
}
.feedback .feedback_form {
	margin-right: 285px;
}
.feedback .feedback_form .inputs_row {
    font-size: 0;
}
.feedback .feedback_form .inputs_row .field {
	display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 2%;
}
.feedback .feedback_form .inputs_row .field:nth-child(3) {
    margin-right: 0;
}
.field_theme{
	padding-top: 15px;
}
.wpcf7-not-valid{
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
	    box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    border-radius: 6px;
}
.feedback .feedback_form .inputs_row .field_theme .field {
    display:block;
    width: 100%;
    margin-right: 0;
}
.feedback .feedback_form .inputs_row .field label {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}
.feedback .feedback_form .inputs_row .field input {
    display: block;
    width: 100%;
    border-radius: 6px;
    height: 50px;
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
}
.feedback .feedback_form .inputs_row .field .jq-selectbox {
	width: 100%;
}
.feedback .feedback_form .inputs_row .field .jq-selectbox__select {
	display: block;
    width: 100%;
    border-radius: 6px;
    height: 50px;
    background: #fff;
    border: none;
    padding: 0 10px 0 30px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
}
.feedback .feedback_form .inputs_row .field .jq-selectbox__select-text {
    height: 50px;
	line-height: 50px;
}
.feedback .feedback_form .inputs_row .field .jq-selectbox__trigger {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	right: auto;
	margin: auto;
	width: 15px;
	height: 8px;
	background: url(../img/select_arrow.png) no-repeat;
	border: none;
}
.feedback .feedback_form .inputs_row .field .jq-selectbox__trigger-arrow {
	display: none;
}
.feedback .feedback_form .textarea_field {
	margin-top: 15px;
}
.feedback .feedback_form .textarea_field label {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}
.feedback .feedback_form .textarea_field textarea {
	display: block;
    width: 100%;
    border-radius: 6px;
    height: 147px;
    background: #fff;
    padding: 10px;
    font-size: 16px;
    color: #000;
}
.feedback .feedback_form .btn {
	margin-top: 35px;
    padding: 0 44px;
    color: #333333;
}
.feedback .feedback_text {
	float: right;
    width: 270px;
}
.feedback .feedback_text h4 {
	font-size: 26px;
}
.feedback .feedback_text p {
	font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
}
@media only screen and (max-width : 1200px) {
    .feedback .wrap {
        padding: 50px 5px;
    }
    .feedback .feedback_form {
        margin-right: 265px;
    }
    .feedback .feedback_text {
        width: 250px;
    }
}
@media only screen and (max-width : 1024px) {
	
}
@media only screen and (max-width : 768px) {
    .feedback .wrap {
        padding: 30px 5px;
    }
    .feedback h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .feedback .feedback_form {
        margin: 10px auto;
    }
    .feedback .feedback_text {
        float: none;
        width: auto;
        margin: 10px auto;
        text-align: center;
    }
    .feedback .feedback_text p {
        margin-top: 10px;
    }
}
@media only screen and (max-width : 480px) {
    .feedback .feedback_form .inputs_row .field {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
}


/*------------------------- gallery -------------------------*/
.gallery {
    background: #e6ecf0;
}
.gallery .wrap {
    text-align: center;
    padding: 80px 30px;
}
.gallery h3 {
    font-size: 55px;
    font-family: 'SecularOneRegular';
}
.gallery .wrap > p {
    margin-top: 25px;
	font-size: 22px;
    line-height: 30px;
}
.gallery_slider {
    margin-top: 52px;
}
.gallery_slider .gallery_slide {
	font-size: 0;
}
.gallery_slider .slick-prev {
    left: -30px;
}
.gallery_slider .slick-next {
    right: -30px;
}
.gallery_slider .gallery_slide .gallery_item {
    position: relative;
	display: inline-block;
    vertical-align: top;
    width: 350px;
    margin: 8px;
    border-radius: 10px;
}
.gallery_slider .gallery_slide .gallery_item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}
.gallery_slider .gallery_slide .gallery_item:hover:before {
    opacity: 1;
}
.gallery_slider .gallery_slide .gallery_item span {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 130px;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #ffff33;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 2;
}
.gallery_slider .gallery_slide .gallery_item span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto;
    width: 8px;
    height: 15px;
    background: url(../img/arrow_gallery.png) no-repeat;
}
.gallery_slider .gallery_slide .gallery_item:hover span {
    opacity: 1;
}
@media only screen and (max-width : 1200px) {
    .gallery .wrap {
        padding: 50px 5px;
    }
    .gallery h3 {
        font-size: 50px;
    }
    .gallery .wrap > p {
        margin-top: 20px;
        font-size: 22px;
        line-height: 30px;
    }
    .gallery_slider {
        margin-top: 40px;
    }
    .gallery_slider .gallery_slide .gallery_item {
        width: 300px;
        margin: 5px;
    }
    .gallery_slider .slick-prev {
        left: 0;
    }
    .gallery_slider .slick-next {
        right: 0;
    }
}
@media only screen and (max-width : 1024px) {
	.gallery_slider .gallery_slide .gallery_item {
        width: 31%;
        margin: 1.15%;
    }
    .gallery_slider .gallery_slide .gallery_item span {
        min-width: 78px;
        font-size: 13.5px;
    }
}
@media only screen and (max-width : 768px) {
    .gallery .wrap {
        padding: 30px 5px;
    }
    .gallery h3 {
        font-size: 30px;
    }
    .gallery .wrap > p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .gallery_slider {
        margin-top: 20px;
    }
}


/*------------------------- site_footer -------------------------*/
.site_footer {
	background: url(../img/footer_bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.site_footer .wrap {
    padding: 55px 30px 40px;
    color: #fff;
}
.site_footer .header_links {
    margin-top: 0;
}
.site_footer .footer_bottom {
    margin-top: 22px;	
}
.site_footer .footer_bottom .logo {
	float: left;
    width: 120px;
    margin-top: 10px;
}
.site_footer .footer_bottom .socials {
	float: right;
    width: 150px;
}
.site_footer .footer_bottom .socials .social {
	display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin-right: 9px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.site_footer .footer_bottom .socials .social:first-of-type {
    margin-right: 0;
}
.site_footer .footer_bottom .socials .social.fb {
    background: url(../img/socials.png) no-repeat -1px 0;
}
.site_footer .footer_bottom .socials .social.fb:hover {
    background: url(../img/socials.png) no-repeat 0 -56px;
}
.site_footer .footer_bottom .socials .social.yt {
    background: url(../img/socials.png) no-repeat -51px 0;
}
.site_footer .footer_bottom .socials .social.yt:hover {
    background: url(../img/socials.png) no-repeat -50px -56px;
}
.site_footer .footer_bottom .socials .social.it {
    background: url(../img/socials.png) no-repeat -100px -1px;
}
.site_footer .footer_bottom .socials .social.it:hover {
    background: url(../img/socials.png) no-repeat -99px -57px;
}
.site_footer .footer_bottom .copyright {
    font-size: 11px;
    padding-top: 20px;
	margin: 0 155px 0 125px;
    text-align: center;
}
@media only screen and (max-width : 1200px) {
    .site_footer .wrap {
        padding: 40px 5px;
    }
}
@media only screen and (max-width : 1024px) {
	
}
@media only screen and (max-width : 768px) {
    .site_footer .wrap {
        padding: 20px 5px;
    }
}
@media only screen and (max-width : 480px) {
    .site_footer .footer_bottom .copyright {
        clear: both;
        margin: 10px 0;
    }
    .site_footer .header_links {
    	display: block;
    }
    .site_footer .header_links li {
        margin: 0 3px 5px;
    }
    .site_footer .header_links li .img_block {
        width: 40px;
        height: 40px;
        background: none;
    }
    .site_footer .header_links li .img_block img {
        max-height: 40px;
    }
    .site_footer .header_links li p {
    	margin-top: 10px;
        font-size: 11px;
    }
}


/*------------------------- modal_callback -------------------------*/
.modal_callback {
    position: relative;
    background: #292929;
    width: 470px;
    color: #fff;
    padding: 50px 60px 65px;
    border-radius: 10px;
    text-align: center;
}
.modal_callback .modal_close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(../img/modal_close.png) no-repeat;
}
.modal_callback .modal_callback_form {    
    
}
.modal_callback .modal_callback_form h5 {    
    font-size: 55px;
    font-family: 'SecularOneRegular';
}
.modal_callback .modal_callback_form p {    
    font-size: 14px;
    margin-bottom: 10px;
}
.modal_callback .modal_callback_form label {  
    display: block;
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 14px;
    text-align: right;
}
.modal_callback .modal_callback_form input {    
    display: block;
    width: 100%;
    border-radius: 6px;
    height: 50px;
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
}
.modal_callback .modal_callback_form button {    
    margin-top: 42px;
    padding: 0 40px;
    color: #333;
}

/*modal_success*/
.modal_success {    
    position: relative;
    background: #ffff33;
    width: 470px;
    padding: 50px 60px 55px;
    border-radius: 10px;
    text-align: center;
}
.modal_success .modal_close {    
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(../img/modal_close_black.png) no-repeat;
}
.modal_success h5 {    
    font-size: 55px;
    font-family: 'SecularOneRegular';
}
.modal_success p {
    font-size: 14px;
}

@media only screen and (max-width : 480px) {
    .modal_callback {
        width: 320px;
        padding: 30px;
    }
    .modal_callback .modal_close {
        top: 10px;
        right: 10px;
    }
    .modal_callback .modal_callback_form h5 {    
        font-size: 40px;
    }
    .modal_callback .modal_callback_form button {    
        margin-top: 22px;
    }
    .modal_success {    
        width: 320px;
        padding: 30px;
    }
    .modal_success .modal_close {    
        top: 10px;
        right: 10px;
    }
    .modal_success h5 {    
        font-size: 40px;
    }
}
