* { 
	box-sizing: border-box;	
	padding: 0;
	margin: 0;
}


body {
	
	color: #636e72;
	line-height: 1.7;
	font-family: 'Source Sans Pro', sans-serif;
	max-width: 100%;
	overflow-x: hidden;
}

h1{
	font-size: 55px !important;
	line-height:100% !important;
}

h2{
	font-size: 60px !important;
	font-weight:normal !important;
	font-family: 'Philosopher', sans-serif !important;
}

h3{
	font-size: 22px !important;
	font-weight:normal !important;
}

.tekst {
	font-size: 22px;
    text-align: center;
    margin: 20px 0;
	padding: 0 0 20px 0;
}

img {
	max-width: 100%;
}

ul {
	list-style-position: inside;
}

a {
	color: #636e72;
	text-decoration: none;
	transition: 0.5s all;
}

a:hover {
	color: #fab1a0;
}

section {
	padding: 40px 0;
	max-width: 100%;
	overflow-x: hidden;
}

.responsive {
	display: none;
}

.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background: #704346;
    text-align:  center;
    color:  white;
    margin:  20px 0;
    cursor:  pointer;
    transition: 0.5s all;
    border: 1px solid;
}

.button:hover {
	background: #d63031;
}


.mainTitle {
	    font-size: 50px;
    text-align: center;
    margin: 20px 0;
	padding: 0 0 20px 0;
    font-weight: 600;
}
.text_center {
	text-align: center;
	font-size: 20px !important;
	padding: 0 0 10px 0 !important;
	margin: 0 10px !important;
}

.text_right {
	text-align: right;
}

.text_left {
	text-align: left;
}

.flex_block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.flex_column {
	flex-direction: column;
}

.flex_nowrap {
	flex-wrap: nowrap;
}

.justify_center {
	justify-content: center;
}

.justify_between {
	justify-content: space-between;
}

.justify_around {
	justify-content: space-around;
}

.justify_end {
	justify-content: flex-end;
}

.align_center {
	align-items: center;
}

.flex_row_reverse {
	flex-direction: row-reverse;
}

.flex_column_reverse {
	flex-direction: column-reverse;
}


.w_20 {
	width: 20%;
}

.w_25 {
	width: 25%;
}

.w_30 {
	width: 30%;
}

.w_33 {
	width: 33.333333333%;
}

.w_40 {
	width: 40%;
}

.w_50 {
	width: 50%;
}

.w_60 {
	width: 60%;
}

.w_70 {
	width: 70%;
}

.w_75 {
	width: 75%;
}

.w_80 {
	width: 80%;
}

.w_100 {
	width: 100%;
}

.phonesList {
    list-style-type:  none;
    padding: 10px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.phonesList2 {
    list-style-type:  none;
    padding: 10px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	font-size: 30px;
}

#header {
    box-shadow: 1px 2px 6px 0px #0000008a;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background: white;
}

#header .other-phones{
    display: none;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background: rgb(255, 255, 255);
    position: absolute;
    z-index: 10;
}

#header .other-phones a {
    display:  block;
}

#header .top-contacts {
	position: relative;
	text-align: right;
}


#header  .gamburger {
    position:  relative;
    width: 34px;
    height: 30px;
    padding-top: 15px;
}

#header .gamburger span {
    width:  100%;
    background: #704346;
    height: 3px;
    display: block;
    position: absolute;
    transition: 0.5s all;
}

#header .gamburger span:nth-child(1) {
    top: 0;
    right: 0;
    left: 0;
}

#header .gamburger span:nth-child(2) {
    top: calc(50% - 1.5px);
    right: 0;
    left: 0;
}

#header .gamburger span:nth-child(3) {
    right: 0;
    left: 0;
    bottom: 0;
}

#header .top-logo a {
	line-height: 1;
	display: block;
	padding: 2px 0;
}

#header .gamburger.active_but span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
}

#header .gamburger.active_but span:nth-child(2) {
    opacity: 0;
}

#header .gamburger.active_but span:nth-child(3) {
    transform: rotate(135deg);
    top: 50%;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul a {
	display: block;
	padding: 20px 10px;
	transition: none;
}

#navigation ul a:hover {
	background: #fab1a0;
	color: white;
}

#navigation .lang-switcher {
        display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    margin-left: 20px;
    display: flex;
    justify-content: center;
}

#navigation .lang-switcher a {
       padding: 20px 10px;
    position: relative;
    text-transform: uppercase;
    color: #636e727a;
}

#navigation .lang-switcher a:first-child:after {
	  content: '';
    display: block;
    height: 30px;
    width: 1px;
    background: #70434652;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);

}

#navigation .lang-switcher a:hover {
	background: #ffffff;
    color: #636e72;
}

#navigation .en-page a:last-child {
	 color: #636e72;
}

#navigation .ru-page a:first-child {
	 color: #636e72;
}

#bigImage  {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0;
}

#bigImage  .form-overflow {
	position: absolute;
	top: 67px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 10px;
}

#bigImage img.mainImage {
	height: 90vh;
	width: 103%;
	object-fit: cover;
	opacity: 0.9;
	filter: grayscale(0.6);
}

#bigImage .bigImage-text {
    padding: 40px;
    background: #ffffff00;
    border: 1px solid;
    color: #454646;
    background: #ffffffad;
   
}



#bigImage .bigImage-text .title {
    font-size: 60px;

}


#bigImage .title_block {
    margin: 10px auto 10px;
    background:  white;
    border: 1px solid;
    color: #454646;
    background: #ffffffad;
    padding: 10px;
     font-size: 40px;
     width: 100%;
     text-align: center;
}

#bigImage .title_block span {
	display: block;
	font-size: 14px;
}


#bigImage .imageTitle {
    text-align:  center;
    padding: 20px 0;
    font-size: 50px;
    color:  white;
    text-shadow: 1px 1px black;
    background: #00000054;
    line-height: 1.2;
}

#bigImage .container {
	background: #00000054;
	    padding: 30px 0;
	        border: 1px solid #ffffff36;
}


#bigImage .imageTitle:after {
    display:  block;
    content:  '';
    height:  2px;
    width: 200px;
    margin:  0 auto;
    background: white;
}

#bigImage .imageDecriptor {
    text-align:  center;
    color:  white;
    text-shadow: 1px 1px black;
    font-size: 20px;
    background: #00000054;
    padding: 10px 0;
}

#bigImage .imageDecriptor span {
	text-transform: uppercase;
}

#bigImage .imagePhones {
    text-align: center;
    color: white;
    text-shadow: 1px 1px black;
    font-size: 20px;
    background: #00000054;
    padding-bottom: 20px;
    padding: 0;
}



#bigImage .imagePhones a {
    color:  white;
    font-weight: bold;
    white-space: nowrap;
}

#bigImage .imagePhones a:hover {
	color: #fab1a0;
}

#bigImage .imagePhones ul {
    max-width: 400px;
    margin:  0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#bigImage .imagePhones ul li {
	width: 50%;
}

#uslugi .usligiItem {
    position:  relative;
    border: 1px solid white;
    height: 300px;
    overflow: hidden;
}

#uslugi .uslugi_text {
    position:  absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    color: #ffffff;
    display:  flex;
    justify-content:  center;
    align-items:  center;
    text-align:  center;
    flex-direction:  column;
    background: #00000085;
    border: 1px solid #ffffff36;
}



#uslugi .icon img {
    height: 50px;
    
}

#uslugi .title {
   font-size: 20px;
    margin: 10px 0;
    line-height: 1.2;
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

#uslugi .uslugi_image img {
    transition: 1.5s all;
    height: 100%;
    filter: grayscale(0.6);
    object-fit: cover;
    width: 100%;
    height: 300px;
}

#uslugi .usligiItem:hover .uslugi_image img {
	transform: scale(1.1);
	 filter: grayscale(0);
}

#benefits  {
	overflow-y: hidden;
}
#benefits .benefit_item i {
    display:  block;
    font-size: 50px;
    color: #f4f4f4;
    /* text-shadow: 7px 7px 0px #e17055; */
    background: #704346;
    width:  100px;
    height: 100px;
    border-radius:  50%;
    display:  flex;
    justify-content:  center;
    align-items:  center;
    margin:  0 auto;
}

#benefits .benefit_item {
    text-align:  center;
    padding: 20px;
    transition: 0.5s all;
}

#benefits .benefit_item:hover {
	transform: translate(0, 2px);	
}

#benefits .benefit_item span {
        font-size: 20px;
    margin: 15px 0;
    display: block;
    border-bottom: 2px solid #e17055;
    line-height: 1;
    padding: 20px 0;
}

#benefits .benefit_item p {
    font-size: 13px;
}

#footer {
    background: #fafafabd;
    border-top: 2px solid #704346;
}

#footer .footer_item {
    padding: 50px 0;
}

#footer .footer_item:nth-child(2) {
    text-align:  center;
}

#footer .footer_item:nth-child(3) {
    text-align:  right;
}

#footer .footer_item ul {
    list-style-type: none;
    column-count:  2;
}

#footer .copyright {
    text-align:  center;
    padding:  5px;
    background: #3f292b;
    color: white;
}

#callTel {
	display: none;
	position: fixed;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, .7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 55;
    align-items: center;
    justify-content: center;

}

#callTel.show-modal {
	display: block;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    
}

#callTel .callTitle {
	display: block;
	max-width: 400px;
	padding: 40px;
	background: white;
	position: relative;
	    text-align: center;
}

#callTel .form_title {
	font-weight: normal;
	color: #704346;
}

#callTel .callBut_close {
    position:  absolute;
    right:  0;
    top:  0;
    padding:  0px 10px 0;
    font-size: 30px;
}

.callback_phone {
    border-radius: 50%;
    position: fixed;
    font-size: 45px;
    bottom: 20px;
    right: 25px;
    background: #9d6a6e;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
     width: 80px;
    height: 80px;
    color: white;
    transition: 1s all;
    cursor: pointer;
    animation: pulse 2s infinite;
    box-shadow: 0px 0px red;
}

.callback_phone:hover {
    transform: rotate(360deg);
}

#disqus {
    display: none;
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		-ms-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}



/* responsive styles START */
@media only screen and (max-width: 1170px) { 
	#bigImage img.mainImage {
		height: 100vh;
	}

	.container {
		padding: 0 5px;
	}

	#bigImage .bigImage-text {
		padding: 20px;
		font-size: 14px;
	}

	#uslugi .uslugi_text {
		top: 10px;
	    left: 10px;
	    right: 10px;
	    bottom: 10px;
	}

	#uslugi .usligiItem {
		height: 250px;
	}

	#uslugi .title {
		font-size: 20px;
	}

	#benefits .benefit_item {
		padding: 10px;
	}

}


@media only screen and (max-width: 900px) { 
	.w_25, .w_33{
		width: 50%;
	}

	.w_50 {
		width: 100%;
	}

	#header {
		padding: 15px 0; 
	}

	#header .w_20 {
		width: 25%;
	}

	#header .responsive {
		display: block;
	}

	#header .top-contacts {
		    width: 50%;
    text-align: center;
    font-size: 14px;
	}

	

	#header .top-contacts .icofont-simple-down:before {
		display: none;
	}


	#request-open .sender-descr {
		display: none;
	}

	#navigation {
	    position: fixed;
	    top: 70px;
	    background: white;
	    height: calc(100vh - 69px);
	    left: 0;
	    right: 0;
		display: none;
		box-shadow: 1px 2px 6px 0px #0000008a;
	}

	#bigImage .bigImage-text {
		display: none;
	}

	.justify_end {
		justify-content: center;
	}

	#header  .responsive .justify_end {
		justify-content: flex-end;
	}
	
	#footer .footer_item ul li {
		text-align: center!important;
	}
	
	#footer .flex_block {
		justify-content: space-around;
		text-align: center!important;
	}

	#footer .footer_item {
		padding: 10px;
	}

	#navigation ul li {
	    width:  100%;
	    text-align:  center;
	    border-bottom: 1px solid #7341440d;
	}

	#navigation .lang-switcher {
		margin-left: 0;
	}
}

@media only screen and (max-width: 650px) { 
		.w_25, .w_33 {
			width: 100%;
		}
	}


	@media only screen and (max-width: 450px) { 
		#bigImage .imagePhones ul {
			column-count: 1;
		}

		#bigImage img.mainImage {
			min-height: 500px;
		}

		#bigImage .imageTitle {
			font-size: 30px;
		}

		#bigImage .imageTitle:after {
			    margin: 30px auto 0;
			        width: 100px;
		}
	}