/* 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 */


:root {
	--black-color: #1a1a1a;
	--font-philo: 'Marcellus', serif;
	--hover-opacity: 0.7;
}

body {
	font-family: 'Lato', sans-serif;
	color: #444;
	font-weight: 300;
	font-size: 15px;
	line-height: 21px;
	overflow-x: hidden;
	margin: 0;
}

/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.philo {
	font-family: var(--font-philo);
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.full {
	position: relative;
	width: 100%;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	font-weight: 900;
	font-size: 24px;
	color: #1b1b1b;
	line-height: 28px;
}

strong,
b {
	font-weight: 900;
}

p {
	margin: 0;
}

p+p {
	margin-top: 20px;
}

a.ico_group,
ul.menu li a,
.button,
.obox,
.obox *,
.offer_boxes .obox::before,
.itab,
.itab::before,
.owl-dots .owl-dot,
.carousel_arrow,
input.wpcf7-form-control,
textarea.wpcf7-form-control,
.wpcf7-acceptance label a,
.wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::after,
.foot_cols .contact_info a,
.copyright a, .cnt_info_cols a, .wysiwyg a, .is_info_elem a, .txt_cols .sidebar  ul li a,.pagination a.page-numbers, .phone .ico_group a, input[type=submit] {
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

.button {
	font-size: 16px;
	padding: 6px 22px 9px;
	display: inline-block;
}


.button i {
	font-size: 15px;
}

.button.white {
	color: #222;
	border: 1px solid #1b1b1b;
}

.button.white:hover {
	background: #1b1b1b;
	color: #fff;
}

.container {
	margin: 0 auto;
	max-width: 1170px;
}

.top {
	height: 122px;
	-webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.21);
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.21);
	z-index: 5;
}

.top .container {
	display: flex;
	justify-content: space-between;
}

.top .logo {
	padding-top: 12px;
}

.top .logo img {
	width: 235px;
}

.top .top_right {
	width: 720px; 
}

.top .top_right .line {
	display: block;
	position: relative;

}

.top .top_right .line.line1 {
	height: 47px;
}

.top .top_right .line .phone {
	float: right;
	padding-top: 26px;
	padding-left: 15px;
	position: relative;
	width: 177px;
	height: 35px;
}

.top .top_right .line .phone::before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 18px;
	background: #c9c9c9;
	left: 0;
	top: 0;
}


.top .top_right .line .email {
	float: right;
	padding-top: 26px;
	padding-left: 15px;
	position: relative;
	margin-right: 24px;
}

.top .top_right .line .email::before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 18px;
	background: #c9c9c9;
	left: 0;
	top: 0;
}

.top .top_right .line .email .txt {
	font-size: 14px;
	letter-spacing: 0.5px;
}

.ico_group .txt {
	font-weight: 300;
}

.ico_group i {
	font-size: 13px;
	margin-right: 10px;
}

a.ico_group:hover {
	opacity: var(--hover-opacity);
}

.phone .ico_group .txt {
	font-size: 16px;
	position: relative;
	display: inline-block;
}

.phone .ico_group .txt .lab{
	display: block;
	position: absolute;
	font-size: 10px;
	top: -14px;
	left: 3px;
}


.phone .ico_group  .lab2{
	font-size: 12px;
	padding-left: 26px;
}
.phone .ico_group .txt.phone1{
	top: -13px;
}

.phone .ico_group a:hover{
	opacity: 0.7;
}

.phone .ico_group .txt.phone2{
	padding-left: 30px;
	margin-top: 1px;
}

.phone .ico_group .txt.phone2 .lab{
	left: 30px;
}


.top .top_right .line.line2 {
	height: 48px;
	margin-top: 27px;
	text-align: right;
}

.txt_cols {
	position: relative;
	overflow: hidden;
}

.txt_cols .txt {
	float: left;
	width: 50%;
	padding: 51px 30px;
}

.title_box {
	display: block;
	position: relative;
	padding-bottom: 14px;
}

.title_box .info {
	font-family: var(--font-philo);
	font-size: 18px;
	color: #71706c;
	font-weight: 400;
	line-height: 22px;
}

.txt_cols.full-txt .txt{
	width: 100%;
}

.full-txt.no-padding-top .txt{
	padding-top: 0;
}

.title_box h1,
.title_box h2,
.title_box h3,
.title_box h4,
.title_box h5 {
	font-weight: 900;
	font-size: 24px;
	color: #1b1b1b;
}

.title_box::before {
	content: "";
	display: block;
	width: 70px;
	height: 2px;
	background: #1b1b1b;
	position: absolute;
	left: 0;
	bottom: 0;
}

.title_box.to_center {
	text-align: center;
}

.title_box.to_center::before {
	left: 50%;
	margin-left: -35px;
}

.txt_cols .photo {
	position: absolute;
	width: 50%;
	height: 462px;
	right: 0;
	top: 48px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.txt_cols .photo .photo_desc{
	position: absolute;
	  bottom: -129px;
	  left: 0;
	  padding-left: 59px;
}

.txt_cols .txt .desc {
	padding-top: 37px;
	text-align: justify;
}

.text_section {
	/* overflow: hidden; */
}

.text_section .container {
	position: relative;
}

.text_section .sign {
	position: absolute;
	left: -121px;
	bottom: -40px;
}

.text_section .border {
	position: absolute;
	right: -101px;
	top: -40px;

	z-index: 1;
	width: 54%;
}

.text_section .border {
	top: initial;
}

.text_section .but {
	padding-top: 41px;
	text-align: right;
}

.text_section .txt_cols {
	z-index: 3;
}

.foot_data{
	background: url(../img/img8.jpg) no-repeat center center transparent;
	background-size: cover;
	padding-bottom: 37px;
}

.foot_data .container{
	max-width: 950px;
}

.foot_cols{
	overflow: hidden;
}

.foot_cols .logo_left{
	min-height: 50px;
	float: left;
	width: 33.33%;
	padding-right: 15px;
	padding-top: 94px;
	padding-left: 12px;
}

.foot_cols .contact_info{
	min-height: 50px;
	float: left;
	width: 33.33%;
	padding-right: 15px;
	padding-top: 22px;
	padding-left: 15px;
	font-size: 15px;
	line-height: 26px;
	color: #bbbbbb;
	text-align: center;
}


.foot_cols .contact_info span{
	font-weight: 400;
}

.foot_cols .contact_info .cnt{
	position: relative;
	padding-top: 14px;
	padding-bottom: 21px;
}

.foot_cols .contact_info .cnt::before{
	content: "";
	display: block;
	width: 55px;
	height: 1px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	left: 50%;
	margin-left: -27px;
	top: 0;
}

.foot_cols .contact_info .cnt::after{
	content: "";
	display: block;
	width: 55px;
	height: 1px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	left: 50%;
	margin-left: -27px;
	bottom: 0;
}

.foot_cols .contact_info a:hover{
	opacity: var(--hover-opacity);
}

.foot_cols .contact_info .symbol{
	padding-top: 5px;
	margin-bottom: -4px;
}

.foot_cols .contact_info .symbol img{
	width: 25px;
	opacity: 0.6;
}

.foot_cols .logo_right{
	min-height: 50px;
	float: left;
	width: 33.33%;
	padding-right: 15px;
	padding-top: 94px;
	padding-left: 12px;
	text-align: center;
}

.copyright{
	padding: 9px 0;
	text-align: center;
	font-size: 12px;
	color: #4b4b4b;
}

.copyright .copy{
	margin-right: 15px;
}

.copyright .who{
	margin-left: 15px;
}

.copyright a:hover{
	opacity: var(--hover-opacity)
}

.frow{
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.contact {
	margin-top: 43px;
	overflow: hidden;
	
}

.contact .title_box {
	position: relative;
	z-index: 2;
}

.contact .tit {
  font-size: 16px;
  color: #0e0e10;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 25px;
}

.contact .form_inn {
  margin-left: 0;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 9px;
  margin-left: 25%;
}

.home-section2_deco{
	background: url(../img/border4.jpg) no-repeat left bottom transparent;
	padding-bottom: 80px;
}

.home-section2 .txt{
	padding: 51px 30px;
}

.home-section2  .desc{
	padding-top: 40px;
}


input,
textarea {
	border: 1px solid rgba(135, 135, 135, 0.28);
	font-family: 'Lato', sans-serif;
	color: #0e0e10;
	line-height: 15px;
	font-weight: 300;
	font-size: 15px;
	background: transparent;
	width: 100%;
	padding: 7px 20px 11px;
	outline: none;
}

textarea {
	resize: none;
	height: 100px;
}

input:hover,
textarea:hover {
	border: 1px solid rgba(135, 135, 135, 0.62);
}


input::-webkit-input-placeholder {
	font-family: 'Lato', sans-serif;
	color: #0e0e10;
	line-height: 15px;
	font-weight: 300;
	font-size: 15px;
	opacity: 1;
}



input::-moz-placeholder {
	font-family: 'Lato', sans-serif;
	color: #0e0e10;
	line-height: 15px;
	font-weight: 300;
	font-size: 15px;
	opacity: 1;
}

input:-moz-placeholder {
	font-family: 'Lato', sans-serif;
	color: #0e0e10;
	line-height: 15px;
	font-weight: 300;
	font-size: 15px;
	opacity: 1;
}

input::-ms-input-placeholder {
	font-family: 'Lato', sans-serif;
	color: #0e0e10;
	line-height: 15px;
	font-weight: 300;
	font-size: 15px;
	opacity: 1;
}


textarea::-webkit-input-placeholder {
	color: #0e0e10;
}

textarea::-moz-placeholder {
	color: #0e0e10;
}
textarea:-moz-placeholder {
	color: #0e0e10;
}
textarea::-ms-input-placeholder {
	color: #0e0e10;
}

textarea.wpcf7-form-control {
	height: 100px;
	resize: none;
}


.wpcf7-acceptance label {
	font-size: 12px;
	line-height: 18px;
	color: #0e0e10;
	text-align: justify;
	padding-left: 30px;
	display: block;
	position: relative;
}

.wpcf7-acceptance .wpcf7-list-item-label::before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 5px;
	border: 1px solid #545454;
}

.wpcf7-acceptance .wpcf7-list-item-label::after{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	font-size: 9px;
	position: absolute;
	left: 6px;
	top: 6px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	opacity: 0;
}


.wpcf7-acceptance .wpcf7-list-item-label:hover::before{
	border-color: rgba(135, 135, 135, 0.56);
}

.wpcf7-acceptance label a:hover {
	color: rgba(135, 135, 135, 0.56);
}

.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
	opacity: 1;
}

.wpcf7-acceptance input[type="checkbox"]:checked + label + .wpcf7-list-item-label::after{
	opacity: 1;
}


.wpcf7-acceptance input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
}

input[type=submit]{
	width: auto;
	padding: 8px 22px 9px;
	margin-left: auto;
	margin-right: auto;
	color: #222;
  border: 1px solid #1b1b1b;
    cursor: pointer;
}

input[type=submit]:hover{
	background: #1b1b1b;
  color: #fff;
}

.frow.subm{
	text-align: center;
}

#thanks, #nothanks{
	display: none;
	color: #ff0000;
	font-size: 20px;
	line-height: 28px;
}

#thanks{
	color: #008000;
}

*:focus{
	border-color: #1b1b1b;
}

input.error, textarea.error{
	border-color: #ff0000;
}

label.error{
	color: #ff0000;
	font-size: 12px;
}

.wpcf7-acceptance label.error{
	display: none!important;
}

.wpcf7-acceptance input.error + label + .wpcf7-list-item-label::before {
	border-color: #ff0000;
}

.link-button{
	text-decoration: underline;
}

.link-button:hover{
	opacity: 0.8;
}

@media only screen and (min-width: 992px) {
	.u-hidden-on-desktop{
		display: none!important;
	}
}

@media only screen and (max-width: 1200px) {

	.container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.contact{
		background-image: none;
	}

	.text_section .sign, .text_section .border{
		display: none;
	}

}

@media only screen and (max-width: 991px) {
	.u-hidden-on-mobile{
		display: none!important;
	}

	.top .top_right .line.line1{
		display: none;
	}

	.top .top_right .line.line2{
		margin-top: 10px;
	}

	.top{
		height: auto;
	}

	.top .container{
		flex-wrap: wrap;
	}

	.top .top_right{
		width: auto;
		display: flex;
		align-items: center;
	}

	.top .logo{
		padding-bottom: 15px;
	}

	.top .logo img {
  		width: 150px;
	}

	.txt_cols .photo{
		position: relative;
		float: left;
		width: 100%;
		top: 0;
		margin-top: 40px;
		height: 500px;
	}
	
	.txt_cols .photo .photo_desc{
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 15px;
		background-color: rgba(255,255,255,0.9);
	}
	
	.txt_cols .txt{
		width: 100%;
		padding: 0;
	}

	.home-section1{
		padding-top: 50px;
	}

	.text_section .but {
  		padding-top: 15px;
	}

	.contact .form_inn{
		width: 100%;
		margin-left: 0;
	}

	.contact{
		padding-bottom: 40px;
	}

	.foot_cols .logo_left{
		width: 100%;
		padding-top: 30px;
		text-align: center;
	}

	.foot_cols .contact_info{
		width: 100%;
		padding: 50px 0 0;
	}

	.foot_cols .logo_right{
		width: 100%;
		padding-top: 44px;
	}
	
	.home-section2{
		padding-top: 40px;
	}
	
	.home-section2 .txt{
		padding: 0;
	}
	
	.home-section2_deco{
		background-image: none;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
}