/*!
 * Стартовый шаблон для HTML-верстки
 * Версия: 1.1
 * Автор: Алексей Морозов
 * Сайт: https://itcity.by
 * Группа VK: https://vk.com/itcity.minsk
 * Instagram: https://instagram.com/itcityby
 *
 * Copyright Alexey Morozov 2018.
 */

*::-webkit-input-placeholder        {color: #666666;	opacity: 1;}
*:-moz-placeholder                  {color: #666666;	opacity: 1;}
*::-moz-placeholder                 {color: #666666; opacity: 1;}
*:-ms-input-placeholder             {color: #666666; opacity: 1;}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}

@font-face {

font-family: "Oranienbaum-Regular"; 
src: url("https://sodylev.ru/assets/fonts/Oranienbaum-Regular.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
} 

body{
	font-family: "Oranienbaum-Regular";
	font-size: 16px;
	line-height: 1;
}

a{
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}

.relative{position: relative;}
.absolute{position: absolute;}
.fixed{position: fixed;}
.static{position: static;}

.null{padding-left: 0; padding-right: 0;}
.null-left{padding-left: 0;}
.null-right{padding-right: 0;}

.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-responsive{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.popup{display: none;}
.popup .popup-title{
	font-size: 24px;
	line-height: 1.2;
	color: #323232;
	text-align: center;
	padding: 30px 15px;
}
.popup .logo{
	font-family: "Oranienbaum-Regular"; 
	font-size: 26px;
	letter-spacing: 2px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	margin: 6px 0;
}
.popup .logo span{
	font-family: "Oranienbaum-Regular"; 
	font-size: 12px;
	letter-spacing: 2px;
	color: #323232;
	text-transform: none;
	display: block;
	padding: 3px 0 30px;
}

/* Селекторы для стилизации форм */
.form{}
.form .form-title{
	font-size: 24px;
	line-height: 1.2;
	color: #323232;
	padding-bottom: 20px;
}
.form .form-title span{
	display: block;
	font-size: 14px;
	color: #606060;
	padding: 10px 0 30px;
}
.form input[type="text"], .form textarea{
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	background: #ffffff;
	border: 1px solid #ddd;
	outline: none;
	margin-bottom: 25px;
	font-size: 16px;
	color: #323232;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.form textarea{
	resize: none;
	height: 175px;
	padding: 15px;
}
.form input[type="text"]:focus, .form textarea:focus{border-color: #bae2da;}
.form input[type="submit"], .form input[type="reset"]{
	display: inline-block;
	height: 40px;
	width: 100%;
	background: #1abc9c url(../images/submit.png) 20px center no-repeat;
	font-size: 16px;
	color: #ffffff;
	border: none;
	outline: none;
	padding: 0 20px 0 60px;
}
.form input[type="submit"]:hover, .form input[type="reset"]:hover{background-color: #444444;}
.form label.error{
	font-size: 12px;
	line-height: 1.2;
	color: #e03c3c;
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 10;
}
.form input[type="text"].error{border-color: #e03c3c;}

#order-form{
	width: 500px;
	padding: 40px 50px;
	background: #ebebeb;
	position: relative;
}



/* Селекторы для стилизации контента */
.content h1, .content h2, .content h3{
	line-height: 1.2;
	color: #323232;
	padding: 50px 0 50px;
}
.content h1{
	font-size: 32px;
	text-transform: uppercase;
}
.content h2{
	font-size: 24px;
	text-align: center;
}
.content h3{
	font-size: 24px;
	padding: 50px 0 50px;
	text-transform: uppercase;
}
.content p{
	font-size: 18px;
	line-height: 1.6;
	color: #323232;
	padding: 0px 5% 0px 5%;
	text-align: center;
	letter-spacing: .03em;
}
.content strong{}
.content em{}
.content a{color: #323232; font-size: 32px;}
.content a:hover{border-bottom-color: #baefe4;}
.content img{margin: 5px 0;}
.content table{}
.content table tr th, .content table tr td{}
.content table tr td{}
.content ul, .content ol{padding-bottom: 50px; padding-left: 15px; padding-top: 40px; text-align: center;}
.content ul li, .content ol li{
	font-size: 16px;
	line-height: 1.5;
	color: #323232;
	padding: 7px 15px 0 15px;
	position: relative;
	letter-spacing: .04em;
}

.content .incorrect:before{
  content: "\f00d";
  color: #f73102;
}
.fancybox-close{
  background: none;
  width: 30px;
  height: 30px;
  position: fixed;
  top: 20px;
  right: 40px;
}
.fancybox-close:before{
  content: "\f00d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
  font-size: 36px;
}
.fancybox-overlay{background: #0d0d0d;}
.fancybox-nav span{visibility: visible;}
.fancybox-prev span, .fancybox-next span{
  background: none;
  font-size: 36px;
  color: #ffffff;
}
.fancybox-prev span{left: 20px;}
.fancybox-next span{right: 30px;}
.fancybox-prev span:before{
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.fancybox-next span:before{
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.fancybox-nav{position: fixed;}
.fancybox-title-float-wrap .child{
  font-family: "Oranienbaum-Regular"; 
  font-size: 20px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0;
  padding: 10px;
}
.cteam{  text-align: center;   margin-bottom: 30px;
    
}


.rteam{
  margin-right: 0.5%;
  margin-left: 0.5%;
  display: inline;
}

.rteam img{width: 20%}

.aboutus{ margin-bottom: 40px;
  
}


.content.content-spacing{padding: 10px 0;}
.content.content-spacing-lg {padding: 0px;}
.content .w100{width: 100%;}

header .middle{

	border-top: 1px solid #f3f3f3;
	padding: 12px 0 0 0;
}
header .middle p{
	font-size: 12px;
	color: #323232;
	text-transform: uppercase;
	padding: 10px 0 10px 50px;
}
header .middle p span{
	display: block;
	font-size: 16px;
	color: #29c0a2;
	text-transform: none;
	padding-top: 5px;
}
header .middle .time{background: url(../images/middle-icon-1.png) 5px center no-repeat; border-right: 1px solid #f3f3f3;}
header .middle .adres{background: url(../images/middle-icon-2.png) 5px center no-repeat; border-right: 1px solid #f3f3f3;}
header .middle .phone{background: url(../images/middle-icon-3.png) 5px center no-repeat;}

header .search-button{
	display: block;
	width: 50px;
	height: 50px;
	margin: 5px 0 5px auto;
	background: none;
	border: none;
	outline: none;
	font-size: 24px;
	color: #000000;
	text-align: center;
}

header .sticky{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: #ffffff;
}
header .bottom{
	background: #fff;
}

.main-icon-2 {
    background: url(https://sodylev.ru/assets/images/roch_8.svg);
    display: inline-block;
    width: 44px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}

.menu{text-align: right;}
	
.menu > ul{
		display: none;
		width: 100%;
	}
	.menu > ul > li{display: inline-block;}
	.menu > ul > li > a{
		font-family: "Oranienbaum-Regular"; 
	display: block;
	font-size: 32px;
	color: #323232;
	padding: 22px 20px;
	letter-spacing: .04em;
	}
.menu > ul > li.active > a, .menu > ul > li:hover > a{color: #217564;}
.menu > ul > li > ul{
        display: none;
	width: 200%;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 10;
	background: #ffffff;
	padding: 15px;
	border: 1px solid #dddddd;
	border-top: none;
	-webkit-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	transition: all ease-in .3s;
}
.menu > ul > li:hover > ul{
	display: block;
}
.menu > ul > li > ul > li > a{
	font-family: "Oranienbaum-Regular"; 
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #323232;
	text-align: left;
	padding: 10px 5px 5px 5px;
}
.menu > ul > li > ul > li.active > a, .menu > ul > li > ul > li:hover > a{color: #29c0a2;}

header .top .container{
	height: 40px;
	position: relative;
	right: 0.6%;
}

header .logo{
   font-family: "Oranienbaum-Regular"; 
    font-size: 16px;
    color: #323232;
    display: inline-block;
    padding-left: 20px;
    letter-spacing: .2em;
    text-align: center;
}
header .logo span{
    font-family: "Oranienbaum-Regular"; 
    font-size: 32px;
    letter-spacing: .04em;
    color: #323232;
    text-transform: none;
    display: block;
    padding-bottom: 7px;
    margin-left: 3px;
}

header .soc-buttons a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 45px;
	color: #323232;
	text-align: center;
	border-right: 1px solid #f3f3f3;
}
header .soc-buttons a:last-child{border-right: none;}
header .soc-buttons a:hover{color: #217564;}

.main-icon {
    background: url(https://sodylev.ru/assets/images/roch_8.svg);
    display: inline-block;
    width: 85px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}

.search-form{display: none;}
.search-form input[type="text"]{
	font-size: 20px;
	color: #606060;
	display: block;
	width: 100%;
	height: 60px;
	padding: 0 15px;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.soc-buttons{
  text-align: center;

}


.tel-buttons{
    text-align: center;
    padding: 120px 10px 15px 10px;
    font-size: 32px;
    letter-spacing: .04em;

}

.tel-buttons a{color: #323232;}
.tel-buttons a:hover{color: #217564;}

  

.sociallinks{
    font-size: 18px;
  	padding: 30px 10px 30px 10px;
  	display: inline-block;
  
}

.fab{color: #aaa;}

.fab:hover{color: #323232;}




.main-slider{
	position: relative;
}
.main-slider .owl-nav button.owl-next, .main-slider .owl-nav button.owl-prev{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	z-index: 10;
	background: rgba(0, 0, 0, .5);
	border: none;
	outline: none;
	font-size: 40px;
	color: #ced2cc;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.main-slider .owl-nav button.owl-next span, .main-slider .owl-nav button.owl-prev span{
	display: block;
	height: 50px;
	text-align: center;
}
.main-slider .owl-nav button.owl-next:hover, .main-slider .owl-nav button.owl-prev:hover{
	color: #ffffff;
	background: rgba(0, 0, 0, .8);
}
.main-slider .owl-nav button.owl-prev{
	border-radius: 0 10px 10px 0;
	left: 0;
	margin-top: -25px;
}
.main-slider .owl-nav button.owl-next{
	border-radius: 10px 0 0 10px;
	right: 0;
	margin-top: -25px;
}
.main-slider .item{
  height: 1080px;
	position: relative;
	margin: 1.15% 0.55% 0.55% 0.55%;
  filter: grayscale(70%) contrast(110%);
}

.section-title{
	font-size: 32px;
	color: #323232;
	text-align: center;
	text-transform: uppercase;
}

.section-title-gl{
	font-size: 32px;
	color: #323232;
	margin-top: 100px;
	text-align: center;
	text-transform: uppercase;
}

.advantages .section-title{
	padding: 30px 0 15px;
}
.advantages .subtitle{
	font-size: 24px;
	color: #606060;
	text-align: center;
	padding-bottom: 30px;
}
.advantages .line{
	border-bottom: 1px solid #dddddd;
}
.advantages .subtitle span, .advantages .subtitle a{
	color: #29c0a2;
	margin: 0 10px;
	border-bottom: 1px solid transparent;
}
.advantages .subtitle a:hover{
	border-bottom: 1px solid #d0f5ee;
}
.advantages .flex-container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}
.advantages .item{
	text-align: center;
	padding: 20px 0px 30px 0px;
}
.advantages .item .text{
	font-size: 24px;
	color: #323232;
	padding-top: 10px;
}
.advantages .item .text span{
	display: block;
	font-size: 16px;
	padding-top: 5px;
	color: #606060;
}
.advantages .item .img-wrapper{
  display: inline-block;
  width: 90px;
  height: 90px;
  padding: 20px 0;
  position: relative;
  border-radius: 50%;
  background-color: #f5f5f5;
  font-size: 40px;
  color: #333333;
  -webkit-transition: background-color .3s,color .3s;
  -o-transition: background-color .3s,color .3s;
  transition: background-color .3s,color .3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url(../images/iconalt.svg);
  background-position: center center;
  background-size: 100% 100%;
}
.advantages .item:hover .img-wrapper{background-color: #333333; color: #ffffff;}
.advantages .item:hover .img-wrapper:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.advantages .item .img-wrapper:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -3px;
    left: -3px;
    padding: 3px;
    box-shadow: 0 0 0 2px #333;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform .3s,opacity .3s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform .3s,opacity .3s;
    transform: scale(.8);
    opacity: 0;
}

.work{
	padding: 30px 0;
	background: #fafafa;
}
.work .section-title{text-align: left;}
.work .subtitle{
	font-size: 24px;
	line-height: 1.2;
	color: #29c0a2;
	padding: 8px 0 18px;
}
.work .text p{
	font-size: 16px;
	line-height: 1.5;
	color: #323232;
	padding-bottom: 8px;
}
.work .text ul li{
	font-size: 16px;
	line-height: 1.2;
	color: #323232;
	padding: 3px 0;
	position: relative;
}
.work .text ul li:before{
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  padding-right: 10px;
  color: #1abc9c;
}
.contacts{padding-left: 25px;}
.prices{padding-top: 0px;}
.prices .section-title{
	padding: 20px 0 60px;
}
.prices .item{
	display: block;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}
.prices .item .name{
	font-size: 26px;
	color: #323232;
	padding: 0 20px;
	line-height: 1.3;
}
.prices .item .name span{
	display: block;
  padding-bottom: 30px;
	Font-family: "Oranienbaum-Regular"; 
	font-size: 16px;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.prices .item .cost{
  font-family: "Oranienbaum-Regular"; 
	display: inline-block;
	font-size: 54px;
	color: #323232;
}
.prices .item .m{
	padding: 5px 0 30px;
	font-size: 16px;
	color: #606060;
	letter-spacing: .04em;
}
.prices .item .list{
	min-height: 250px;
	margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.prices .item .list li, .prices .item .period{
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 10px;
	color: #323232;
	letter-spacing: .04em;
}
.prices .item .more{
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	background: #323232;
	padding: 14px 34px;
	border-radius: 3px;
	-webkit-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  transition: all ease-in .2s;
}

.prices .item:hover .name{border-color: #000;}
.prices .item:hover .more{background: #000;}
.prices .itemb:hover .more{background: #000;}

.prices .itemb{
	display: block;
	text-align: center;
	margin-bottom: 90px;
	margin-top: 20px;
}

.prices .itemb .more{
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	background: #323232;
	padding: 14px 34px;
	border-radius: 3px;
	-webkit-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  transition: all ease-in .2s;
}
.prices .itemb .name{
	font-size: 26px;
	color: #323232;
	padding: 0 100px;
	line-height: 1.3;
}
.prices .itemb .name span{
	display: block;
  padding-bottom: 30px;
	Font-family: "Oranienbaum-Regular"; 
	font-size: 16px;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.prices .itemb .cost{
  font-family: "Oranienbaum-Regular"; 
	display: inline-block;
	font-size: 54px;
	color: #323232;
}
.prices .itemb .m{
	padding: 5px 0 30px;
	font-size: 16px;
	color: #606060;
	letter-spacing: .04em;
}
.prices .itemb .list{
	min-height: 30px;
	margin-bottom: 10px;
}
.prices .itemb .list li, .prices .item .period{
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 10px;
	color: #323232;
	letter-spacing: .04em;
}

.fasfa{
	font-size: 30px;
	font-weight: 600;
	font-style: normal;

}
.stock{padding-top: 10px;}
.stock .section-title{
	padding: 20px 0 30px;
}
.stock .item{
	display: block;
	text-align: center;
	border: 1px solid #dddddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.stock .item .name{
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	padding: 0 60px;
}
.stock .item .name span{
	display: block;
	padding: 30px 0 30px;
	border-bottom: 1px solid #dddddd;
}
.stock .item .cost{
  font-family: "Oranienbaum-Regular"; 
	display: inline-block;
	font-size: 56px;
	color: #000;
	margin: 20px 0 30px 0;
}
.stock .item .list{
	min-height: 200px;
	margin-bottom: 10px;
	margin: 0 15px;
}
.stock .item .list li, .stock .item{
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 15px;
	color: #323232;
}
.period{
  font-family: "Oranienbaum-Regular"; 
	padding-bottom: 15px;
	color: #323232;
}
.stock .item:hover{
	border-color: #000;
}
.stock .item:hover .name{border-color: #a4bad3;}

.our-works{
  margin-bottom: 90px;
  margin-top: 30px;
}
.our-works .section-title{
	padding: 60px 0 30px;
}

.our-works-slider .img-wrapper{
	position: relative;
	overflow: hidden;
	filter: grayscale(.25);
}
.our-works-slider .img-wrapper .cover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	transition: all ease-in .3s;
}
.our-works-slider .img-wrapper span{
	font-size: 18px;
	line-height: 50px;
	padding-left: 3px;
	color: #ffffff;
	text-align: center;
	width: 50px;
	height: 50px;
	background: #144c41;
	border-radius: 50%;
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: 15;
	opacity: 0;
	margin-top: -25px;
	margin-left: -25px;
	-webkit-transition: all ease-in .5s;
	-o-transition: all ease-in .5s;
	transition: all ease-in .5s;
}
.our-works-slider .img-wrapper span:before{
	border-color: #144c41;
	border-radius: 50%;
}
.our-works-slider .item .img-wrapper img{
	-webkit-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	transition: all ease-in .3s;

}
.our-works-slider .item:hover .img-wrapper img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.our-works-slider .item:hover .img-wrapper .cover,
.our-works-slider .item:hover .img-wrapper .cover span{
	opacity: 1;
}
.our-works-slider .item:hover .img-wrapper .cover span{
	top: 50%;
}

.our-works-slider .name{
	font-size: 24px;
	color: #323232;
	padding-top: 15px;
	text-align: center;
	font-family: "Oranienbaum-Regular"; 
  letter-spacing: .04em;
}
.our-works-slider .name span{
	display: block;
	font-size: 14px;
	line-height: 1.2;
	color: #606060;
	padding-top: 5px;
}

.tabs-content{
	margin-top: 20px;
	margin-bottom: 20px

}

.our-works-slider .item{padding-bottom: 30px;}

.owl-carousel .owl-dots{text-align: center;}
.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
	width: 6px;
	height: 6px;
	background: rgb(0 0 0 / 40%);
	border-radius: 50%;
	border: none;
	outline: none;
	margin: 0 6px;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active{
	background: #144c41;
}

.order-box{
	display: block;
	background: #1abc9c;
	font-size: 36px;
	color: #ffffff;
	text-align: center;
}
.order-box span{
	font-family: "Oranienbaum-Regular"; 
	display: inline-block;
	padding: 25px 90px 25px 90px;
	background: url(../images/order-box.png) left center no-repeat;
}
.order-box:hover{background: #444444;}

footer{
	background: #fff;
}
footer .logo-bottom{
	font-family: "Oranienbaum-Regular"; 
	font-size: 35px;
	color: #b4b4b4;
	text-transform: uppercase;
	padding-right: 15px;
	letter-spacing: 0px;
	padding: 10px 0;
}
footer .slogan{
	font-size: 16px;
	line-height: 1.2;
	color: #323232;
	margin: 15px 0px 15px 0px;
}
footer .line-right{
	border-right: 1px solid #3b3b3b;
	margin: 25px 0;
}
footer .bottom-menu{
	padding: 15px 0 20px;
}
footer .bottom-menu ul li a{
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #323232;
	padding: 5px 0 5px 20px;
	background: url(../images/bottom-menu.png) left center no-repeat;
}
footer .bottom-menu ul li:hover a{
	color: #1abc9c;
}
footer .info{
	color: #323232;
	padding: 7% 0 0px;
}
footer .info .phone{
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	padding-bottom: 15px;
}
footer .info .phone span a{
	display: block;
	font-size: 16px;
	color: #b4b4b4;
	text-transform: none;
}
footer .info .adres{
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 15px;
}
footer .messangers{
  font-size: 30px;
  padding-bottom: 15px;
}
footer .messangers i{padding-right: 5px;}
footer .bottom{
	background: #fafafa;
	border-top: 1px solid #f3f3f3;
}
footer .bottom p{
	color: #323232;
	padding: 30px 0 30px 20px;
	font-family: "Oranienbaum-Regular"; 
  font-size: 16px;
  letter-spacing: .04em;
}
footer .bc-menu{
	text-align: right;
	padding: 30px 20px 30px 0;
}
footer .bc-menu li{display: inline-block;}
footer .bc-menu li a, footer .bc-menu li span{
	display: block;
	color: #323232;
	font-family: "Oranienbaum-Regular"; 
  font-size: 16px;
  letter-spacing: .04em;
}
footer .bc-menu li:hover a{color: #217564;}

#top{
	display: none;
	cursor: pointer;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 15px;
	bottom: 100px;
	z-index: 100;
	background: #144c41;
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	opacity: .5;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
#top:hover{opacity: 1;}
#top:before{
	border-radius: 50%;
	border-color: #144c41;
}

#nav-icon{
  display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
  margin-top: 40px;
  margin-bottom: 25px;
	margin-right: 25px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon span{
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #323232;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1){top: 0px;}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3){top: 12px;}
#nav-icon span:nth-child(4){top: 24px;}
#nav-icon.open span:nth-child(1){top: 18px; width: 0%; left: 50%;}
#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}


.intro .pagetitle{
  font-family: "Oranienbaum-Regular"; 
	font-size: 32px;
	color: #323232;
  padding-bottom: 80px;
  padding-top: 30px;
  letter-spacing: .04em;
  text-align: center;
}
.intro .description{
	font-size: 32px;
	line-height: 1.2;
	color: #323232;
	width: 100%;
	text-align: center;
	letter-spacing: .04em;
}

.breadcrumbs{text-align: right; padding-bottom: 15px;}
.breadcrumbs ul li{
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	color: #606060;
}
.breadcrumbs ul li span{padding: 0 5px;}
.breadcrumbs ul li a{display: block; color: #323232;}
.breadcrumbs ul li a:hover{color: #1abc9c;}

.separator{
	text-align: center;
	background: url(../images/dot.png) left center repeat-x;
}
.separator > span{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #dddddd;
	border-radius: 50%;
	border: 7px solid #ffffff;
}

.team .section-title{padding: 50px 0 30px;}
.team .item{
	text-align: center;
	margin-bottom: 150px;
}
.team .item .name{
	font-size: 24px;
	line-height: 1.2;
	color: #323232;
	padding: 15px 0 5px;
}
.team .item .position{
	font-size: 16px;
	line-height: 1.2;
	color: #606060;
	min-height: 55px;
	padding-bottom: 15px;
}
.team .item .links a{
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #f7f7f7;
	border-radius: 50%;
	font-size: 18px;
	line-height: 28px;
	color: #323232;
	margin: 0 10px;
}
.team .item .links a:hover{
	color: #1abc9c;
	border-color: #1abc9c;
}

.partners .section-title{padding: 55px 0 30px;}
.partners .flex-container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.partners .item{
	flex-basis: 25%;
	background-image: url(../images/border-vertical.png), url(../images/border-horizontal.png);
	background-position: right top, left bottom;
	background-repeat: repeat-y, repeat-x;
	padding: 1px;
}
.partners .item:nth-child(5),
.partners .item:nth-child(6),
.partners .item:nth-child(7),
.partners .item:nth-child(8){background-image: url(../images/border-vertical.png), none;}
.partners .item:nth-child(4n){background-image: none, url(../images/border-horizontal.png);}
.partners .item:last-child{background-image: none;}

.partners .item img{
	opacity: .5;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.partners .item:hover img{
	opacity: 1;
}

.contact-info .title{
  font-family: "Oranienbaum-Regular"; 
	font-size: 32px;
	color: #333333;
	padding: 10px 0 25px;
}
.contact-info table{
	width: 100%;
}
.contact-info table tr td{vertical-align: top;}
.contact-info table tr td:nth-child(1){
	width: 45px;
	padding: 0px 15px 20px 0px;
	letter-spacing: .04em;
	font-size: 18px;
}
.contact-info table tr td:nth-child(2) p{
	font-size: 16px;
	line-height: 1.2;
	color: #333333;
	padding: 10px 10px;
	margin-bottom: 10px;
}
.contact-info table tr td a{color: #323232;}
.contact-info table tr td a:hover{color: #217564;}

#contact-form input[type="text"], #contact-form textarea{
	margin-bottom: 14px;
	border-color: #dddddd;
}
#contact-form textarea{height: 316px;}
#contact-form input[type="submit"]{width: 100%;}
#contact-form input[type="text"]:focus, #contact-form textarea:focus{border-color: #1abc9c;}
#contact-form input[type="text"].error{border-color: #e03c3c;}

.map{margin-top: 5px;}

.articles{
	padding: 30px 0 10px;
}
.articles .img-wrapper{overflow: hidden;}
.articles .img-wrapper img{
	width: 100%;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.articles .item:hover .img-wrapper img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.articles .item{
	display: block;
	margin-bottom: 30px;
}
.articles .item .title{
	font-size: 16px;
	line-height: 1.5;
	color: #323232;
	padding-top: 10px;
	min-height: 60px;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.articles .item:hover .title{color: #1abc9c;}

.article-menu .category{
	font-size: 24px;
	line-height: 1.2;
	color: #323232;
	padding-bottom: 15px;
}
.article-menu ul{padding-bottom: 25px;}
.article-menu ul li a{
	display: block;
	font-size: 14px;
	line-height: 1.2;
	color: #606060;
	padding-left: 20px;
	margin-bottom: 10px;
	background: url(../images/article-menu.png) left center no-repeat;
}
.article-menu ul li a:hover, .article-menu ul li.active a{color: #1abc9c;}

.prices .price-item:last-child{border-bottom: 1px solid transparent;}

.price-item{
  padding-bottom: 30px;
}
.price-item .title{
	font-size: 20px;
	line-height: 1.2;
	color: #323232;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.price-item .title i{padding-right: 10px;}
.price-item .text{
	font-size: 16px;
	line-height: 1.4;
	color: #606060;
	padding-bottom: 15px;
}
.files{
	padding-top: 100px;
	background: url(../images/dot.png) left 25px repeat-x;
	text-align: center;
	position: relative;
}
.files:before{
  content: "\f019";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #323232;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  font-size: 50px;
  margin-left: -55px;
  background: #ffffff;
  padding: 0 30px;
}
.files a{
  display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	color: #323232;
	padding: 10px 15px;
	border: 1px solid #dddddd;
	margin-right: 5px;
	margin-bottom: 15px;
	float: left;
}
.files a:before{
	background: #1abc9c;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}
.files a:hover{border-color: #323232; background: #323232; color: #ffffff;}

.our-works.new-shape{background: #ffffff;}
.our-works.new-shape .section-title{
	font-size: 24px;
	text-align: left;
	text-transform: none;
	padding: 20px 0 15px;
}

.reports .item{
	padding-top: 35px;
	text-align: center;
}
.reports .item .img-wrapper{
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
}
.reports .item .img-wrapper img{
	border-radius: 50%;
}
.reports .item .name{
	font-size: 36px;
	color: #323232;
	padding: 15px 0 10px;
}
.reports .item .adres{
	font-size: 16px;
	line-height: 1.2;
	color: #606060;
	padding-bottom: 10px;
}
.reports .item .adres a{
  color: #1abc9c;
  border-bottom: 1px solid #9ae1c8;
}
.reports .item .adres a:hover{
  border-bottom-color: transparent;
}
.reports .item .content{text-align: left;}
.reports .item .date{
	font-size: 16px;
	line-height: 1.2;
	color: #323232;
	text-align: right;
	padding-top: 10px;
}
.reports .item .date span{
	color: #1abc9c;
	padding-left: 20px;
}
.reports .separator{margin: 10px 0;}

.pagination{
    
    text-align: left;
    padding-left: 15px;

}
.pagination ul{padding-bottom: 30px; padding-top: 30px;}
.pagination ul li{
	display: inline-block;
	width: 24px;
	height: 30px;
	font-size: 18px;
	line-height: 28px;
	color: #323232;
	margin: 0 3px;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.pagination ul li.disabled{display: none;}
.pagination ul li a{
	display: block;
	color: #aaa;
	line-height: 30px;
  font-family: "Oranienbaum-Regular"; 
}
.pagination ul li:hover a, .pagination ul li.active a{
	color: #323232;
}
.pagination .more{
	display: inline-block;
	font-size: 26px;
	color: #323232;
	text-align: center;
	padding: 7px 15px;
	border: 1px solid #dddddd;
}
.pagination .more:hover{
	background: #1abc9c;
	border-color: #1abc9c;
	color: #ffffff;
}

.sale-project-info{padding-bottom: 20px;}
.sale-project-info .icon-1:before{
  content: "\f0eb";
  font-family: 'Font Awesome 5 Free';
  color: #1abc9c;
  padding-right: 15px;
}
.sale-project-info .icon-2:before{
  content: "\f164";
  font-family: 'Font Awesome 5 Free';
  color: #1abc9c;
  padding-right: 15px;
}

.complete-projects .item .name{
	font-size: 32px;
	color: #323232;
	padding: 20px 0 5px;
}
.complete-projects .item .location{
	font-size: 16px;
	line-height: 1.2;
	color: #606060;
	padding-bottom: 15px;
}

.slider.owl-carousel, .slider-3d.owl-carousel{position: relative;}
.slider.owl-carousel .owl-nav button, .slider-3d.owl-carousel .owl-nav button{
display: block;
font-family: "Oranienbaum-Regular"; 
position: absolute;
bottom: 48%;
font-size: 100px;
color: #fafafa;

}
.slider.owl-carousel .owl-nav button span, .slider-3d.owl-carousel .owl-nav button span{display: block; padding-bottom: 0px;}
.slider.owl-carousel .owl-nav .owl-prev, .slider-3d.owl-carousel .owl-nav .owl-prev{left: 10px;}
.slider.owl-carousel .owl-nav .owl-prev:hover, .slider-3d.owl-carousel .owl-nav .owl-prev:hover{background-position: 0 -40px;}
.slider.owl-carousel .owl-nav .owl-next, .slider-3d.owl-carousel .owl-nav .owl-next{right: 10px; background-position: 0px 0;}
.slider.owl-carousel .owl-nav .owl-next:hover, .slider-3d.owl-carousel .owl-nav .owl-next:hover{background-position: -27px -40px;}
.slider.owl-carousel .owl-dots{padding: 10px 0;}
.slider.owl-carousel .owl-nav button span:hover{color: #ccc;}

.complete-projects .specification{
    margin-bottom: 60px;
    padding: 60px 0px;
    text-align: center;
}

.fasr{
	font-family: "Oranienbaum-Regular"; 
	font-size: 16px;
	color: #323232;
	display: block;
	text-align: left;
	padding-top: 10px;
}


.complete-projects .specification .s-title{
	font-size: 32px;
  font-family: "Oranienbaum-Regular"; 
	color: #323232;
}
.complete-projects .specification .list li{
    display: inline-block;
    font-size: 20px;
    color: #323223;
    padding: 0 50px;
    padding-top: 50px;
    font-family: "Oranienbaum-Regular"; 
}
.complete-projects .info .i-title{
	font-size: 24px;
	line-height: 1.2;
	color: #323232;
	padding: 15px 0 7px;
	border-bottom: 3px solid #144c41;
	margin-left: 3%;
}
.complete-projects .info .text{
	padding: 10px 0px;
	border-bottom: 1px solid #dddddd;
	margin-left: 3%;
}
.complete-projects .info .text p{
	font-size: 16px;
	line-height: 1.5;
	color: #323232;
	padding: 1.6px 0;
}
.complete-projects .expenses .e-title{
	font-size: 24px;
	line-height: 1.2;
	color: #323232;
	padding: 15px 0 10px;
}
.complete-projects .expenses table{margin-bottom: 20px;}
.complete-projects .expenses table tr td{
	font-size: 16px;
	line-height: 1.2;
	color: #323232;
}
.complete-projects .expenses table tr td:nth-child(1){
	padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.complete-projects .expenses table tr td:nth-child(2){
	padding-right: 35px;
}

.complete-projects .expenses .date{color: #1abc9c;}

.services{padding: 30px 0;}
.services .item{
	display: block;
	margin-bottom: 30px;
}
.services .item:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.services .item img{width: 100%;}
.services .item .text{
	padding: 15px;
}
.services .item .name{
	font-size: 24px;
	line-height: 1.2;
	color: #323232;
	padding: 5px 0;
}
.services .item .desc{
	font-size: 16px;
	line-height: 1.2;
	color: #606060;
	min-height: 80px;
}
.services .item .more{
	display: inline-block;
	border-bottom: 1px solid transparent;
	padding-top: 5px;
	font-size: 16px;
	line-height: 1.2;
	color: #1abc9c;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.services .item:hover .more{border-color: #c8e4df;}

.services .list li{margin: 40px 0;}
.services .list li i{color: #1abc9c;}
.services .list .l-title{
	font-size: 24px;
	color: #323232;
	border-right: 1px solid #323232;
	text-align: center;
}
.services .list .l-text{
	font-size: 16px;
	line-height: 1.4;
	color: #323232;
	padding: 15px 0;
	text-align: center;
}

.l-title2{
  font-size: 24px;
	color: #323232;
	text-align: center;
}
.services .content h3{padding-bottom: 0;}
.services .fit{margin-top: 40px;}

.farg {
	font-size: 40px;
}

.special-title{
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.5;
	color: #323232;
	text-align: center;
	background: url(../images/dot.png) left center repeat-x;
	margin-top: 10px;
	margin-bottom: 20px;
}
.special-title span{
	background: #ffffff;
	padding: 0 15px;
}

.styles{padding-top: 0px;}
.styles .img-wrapper{
	position: relative;
	overflow: hidden;
	filter: grayscale(45%);
}



.img-wrapper:hover{
    filter: grayscale(.0); 
}

.styles .img-wrapper .cover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.styles .img-wrapper span{
	font-size: 18px;
	line-height: 50px;
	padding-left: 3px;
	color: #ffffff;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #1abc9c;
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: 15;
	opacity: 0;
	margin-top: -25px;
	margin-left: -25px;
	-webkit-transition: all ease-in .5s;
	-o-transition: all ease-in .5s;
	transition: all ease-in .5s;
}
.styles .img-wrapper span:before{
	border-color: #1abc9c;
	border-radius: 50%;
}
.styles .item .img-wrapper img{
	width: 100%;
	-webkit-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	transition: all ease-in .3s;
	filter: grayscale(35%);
}
.styles .item:hover .img-wrapper img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.styles .item:hover .img-wrapper .cover,
.styles .item:hover .img-wrapper .cover span{
	opacity: 1;
}
.styles .item:hover .img-wrapper .cover span{
	top: 50%;
}
.styles .name{
	font-size: 32px;
	color: #fafafa;
	padding-top: 26%;
	text-align: center;
  font-family: "Oranienbaum-Regular"; 
  letter-spacing: .04em;
}
.styles .name span{
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #606060;
	padding-top: 5px;
}
.styles .item{
	display: block;
	padding-bottom: 1px;
	position: relative;
}
.styles .item .label{
	font-size: 14px;
	color: #ffffff;
	background: #144c41a8;
	padding: 8px;
	position: absolute;
	top: 20px;
	right: 20px;
	letter-spacing: .04em;
}
.styles .item .label.sketch{
	background: rgba(255, 255, 255, .3);
}

.category-list{margin-bottom: 30px;}
.category-list ul{display: inline-block;}
.category-list li{display: inline-block; margin-bottom: 3px;}
.category-list li a{
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #323232;
	padding: 15px;
	border: 1px solid #dddddd;
}
.category-list li:hover a, .category-list li.active a{
	color: #ffffff;
	background: #1abc9c;
	border-color: #1abc9c;
}

.category-list .all-projects{
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	color: #323232;
	padding: 15px;
	border: 1px solid #dddddd;
	margin-bottom: 3px;
}
.category-list .all-projects.active, .category-list .all-projects:hover{
	color: #ffffff;
	background: #1abc9c;
	border-color: #1abc9c;
}

.next-prev{
	font-size: 16px;
	color: #323232;
	margin-bottom: 30px;
	text-align: right;
	letter-spacing: .2em;
	margin-right: 30px;
	text-transform: uppercase;
}
.next-prev a{color: #323232;}
.next-prev a:hover{color: #217564;}


.tabs > ul{margin: 20px 0;}
.tabs > ul > li{
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 1.4;
	color: #323232;
	padding: 10px 18.5px;
	border: 1px solid #dddddd;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.tabs > ul > li:hover, .tabs > ul > li.active{
	color: #ffffff;
	background: #144c41;
	border-color: #144c41;
}

.history-back{
  font-size: 16px;
    color: #323232;
    letter-spacing: .2em;
    margin-left: 30px;
    text-transform: uppercase;
    float: left;
}

.gallery .g-title{
	font-size: 32px;
	color: #323232;
	margin-bottom: 30px;
	text-align: center;
	font-family: "Oranienbaum-Regular"; 
}
.gallery .g-item{
	display: block;
	position: relative;
	margin-bottom: 30px;
	outline: none;
}
.gallery .g-item .cover{
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.gallery .g-item:hover .cover{}
.gallery .g-item img{padding: 5px;}
.gallery .g-item .caption{
	font-size: 16px;
	line-height: 1.2;
	color: #323232;
	padding: 10px 0;
	display: none;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.gallery .g-item:hover .caption{
  display: block;
  font-size: 24px;
  color: #323232;
  padding-top: 63%;
	padding-left: 4%;
  font-family: "Oranienbaum-Regular"; 
  
}

.panorama .p-title{
	font-size: 24px;
	line-height: 1.2;
	color: #323232;
	padding: 15px 0 10px;
}
.panorama .wrapper{
	position: relative;
	border: 1px solid #dddddd;
	padding: 15px;
	margin-bottom: 30px;
}
.panorama .wrapper .note{
	width: 100px;
	height: 60px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 10;
  background: url(../images/360.png) 0 0 no-repeat;
}

.slider-wrapper{position: relative;}
.slider-wrapper .slider-label{
	font-size: 14px;
	color: #ffffff;
	background: #144c41a8;
	padding: 8px;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 10;
}
.slider-wrapper .slider-label.sketch{background: rgba(255, 255, 255, .3);}

.buy-button{
	display: inline-block;
	font-size: 19.75px;
	color: #fff;
	background: #1abc9c;
	padding: 15px;
	border: 1px solid #1abc9c;
}
.buy-button:hover{
	color: #1abc9c;
	background: #ffffff;
}

.buy-button2{
	
	display: inline-block;
	font-size: 19.75px;
	color: #323232;
	background: #fff;
	padding: 15px;
	border: 1px solid #dddddd;
	width: 249px;

}
.buy-button2:hover{
	color: #fff;
	background: #1abc9c;
	border-color: #1abc9c;
}

.money-logos{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 15px 0;
}
.money-logos li{
	border: 1px solid #dddddd;
	padding: 0 27.2px;
	height: 60px;
	vertical-align: top;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sisea-result h3{color: #1abc9c;}
.sisea-paging{
	font-size: 16px;
	line-height: 1.2;
	color: #323232;
	padding: 10px 0;
}
.sisea-page.sisea-current-page{padding-left: 5px;}

.filter{padding-top: 0px;}
.filter .selecter-selected, .filter .selecter-options, .filter .selecter-item{
	border-color: #dddddd;
	font-size: 14px;
	line-height: 1.2;
	color: #323232;
	border-radius: 0;
}
.filter .selecter-selected:after{border-top-color: #dddddd;}
.filter .selecter-item.selected, .filter .selecter-item:hover{
	color: #1abc9c;
  background: #ffffff url(../images/select-circle-selected.png) 10px center no-repeat;
}
.filter .selecter.open .selecter-selected,
.filter .selecter.focus .selecter-selected,
.filter .selecter-options{box-shadow: none;}
.filter .selecter-options{z-index: 125;}
.filter .selecter{max-width: 100%; margin: 0;}
.filter .filter-label{
	font-family: "Oranienbaum-Regular"; 
	font-size: 18px;
	line-height: 1.2;
	color: #323232;
	display: block;
	padding-bottom: 5px;
}
.filter .selecter-item{
  padding-left: 30px;
  background: #ffffff url(../images/select-circle.png) 10px center no-repeat;
  -webkit-transition: all ease-in .2s;
  -moz-transition: all ease-in .2s;
  -ms-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  transition: all ease-in .2s;
}
.filter .flex-container{
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.filter .selecter, .filter .reset{
  margin: 0 5px;
}
.filter .selecter:last-child{margin-right: 0;}
.filter .reset{
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #232323;
  padding: 10px 15px;
  -webkit-transition: all ease-in .2s;
  -moz-transition: all ease-in .2s;
  -ms-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  transition: all ease-in .2s;
}
.filter .reset:hover {color: #217564;}
.filter .reset a:active {color: red;}

.filter .selecter-options{max-height: 300px;}
.filter .selecter-options .selecter-item:first-child{display: none;}

/* Типовые проекты */

.t-projects{padding-top: 30px;}
.t-projects .img-wrapper{
	position: relative;
	overflow: hidden;
}
.t-projects .img-wrapper .cover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	transition: all ease-in .3s;
}
.t-projects .img-wrapper img{width: 100%;}
.t-projects .item:hover .img-wrapper .cover{opacity: 1;}
.t-projects .item{
	display: block;
	margin-bottom: 50px;
	position: relative;
}
.t-projects .item .label{
	font-size: 14px;
	color: #ffffff;
	background: #1abc9ca1;
	padding: 8px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	border-radius: 8px;
}
.t-projects .item .label.sketch{
	background: rgba(255, 255, 255, .3);
}

.t-projects .info{
  display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.t-projects .info .name{
	font-size: 24px;
	line-height: 1.2;
	color: #323232;
	margin-right: 5px;
	flex-basis: 250px;
	align-self: center;
}
.t-projects .info .bedroom, .t-projects .info .material{
  border: 1px solid #dddddd;
  border-radius: 3px;
  text-align: center;
  padding: 3px;
  margin: 0 5px;
  flex-basis: 50px;
}
.t-projects .info .bedroom span:first-child,
.t-projects .info .material span:first-child{
  display: inline-block;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 3px;
  font-size: 12px;
  line-height: 1.2;
  color: #323232;
}
.t-projects .info .bedroom span:last-child{
  font-family: "Oranienbaum-Regular"; 
  font-size: 24px;
  color: #323232;
  display: block;
  padding: 5px 0 2px;
}

.t-projects .info .cost span:first-child{
  font-size: 14px;
  color: #323232;
  display: block;
  text-decoration: line-through;
 
}

.t-projects .info .material img{margin-top: 3px;}
.t-projects .info .cost{text-align: right; margin-left: 5px; flex-basis: 170px; padding-top: 3px;}
.t-projects .info .cost span:last-child{
  font-family: "Oranienbaum-Regular"; 
  font-size: 24px;
  color: #ff4338;
  display: block;
  padding-top: 5px;
}

.mini-slider{z-index: inherit;}
.mini-slider .owl-nav button.owl-next span,
.mini-slider .owl-nav button.owl-prev span{display: none;}
.mini-slider .owl-nav button.owl-next,
.mini-slider .owl-nav button.owl-prev{
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -20px;
  background: none;
  outline: none;
  border: none;
  opacity: 0;
  -webkit-transition: all ease-in .2s;
  -moz-transition: all ease-in .2s;
  -ms-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  transition: all ease-in .2s;
}

.t-projects .img-wrapper:hover .owl-nav button.owl-next{
  opacity: 1;
  right: 15px;
}
.t-projects .img-wrapper:hover .owl-nav button.owl-prev{
  opacity: 1;
  left: 15px;
}

.mini-slider .owl-nav button.owl-next:before,
.mini-slider .owl-nav button.owl-prev:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.mini-slider .owl-nav button.owl-prev:before{content: "\f053";}
.mini-slider .owl-nav button.owl-next:before{content: "\f054";}
.mini-slider .owl-nav button.owl-prev{
  left: 0;
}
.mini-slider .owl-nav button.owl-next{
  right: 0;
}

.mini-slider .owl-dots{
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}
.mini-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: none;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin: 0 3px 0 0;
}
.mini-slider .owl-dots .owl-dot:hover, .mini-slider .owl-dots .owl-dot.active{
    background: #ffffff;
}

.tags{padding: 30px 0 10px;}
.tags li{
  display: inline-block;
}
.tags ul .more{
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
  color: #1abc9c;
  margin-right: 50px;
}
.tags ul .more:hover{
  color: #606060;
}
.tags li a{
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: #606060;
  margin-right: 10px;
  border-bottom: 1px solid #b1b1b1;
}
.tags li:hover a{
  color: #1abc9c;
  border-bottom-color: transparent;
}

.flex-container .selecter-selected{
  display: flex;
  align-items: center;
  height: 100%;
}

.fotorama__arr{background: none;}
.fotorama__arr--prev{
  text-align: left;
  top: 0;
  left: 0;
  z-index: 30;
  padding-left: 15px;
  width: 100px;
  height: 80%;
  margin: 7% 0;
  display: flex;
  align-items: center;
}
.fotorama__arr--next{
  text-align: right;
  top: 0;
  right: 0;
  z-index: 30;
  padding-right: 15px;
  width: 100px;
  height: 80%;
  margin: 7% 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fotorama__arr--prev:before{
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  
  text-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
.fotorama__arr--next:before{
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  text-align: right;
  right: 15px;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.fotorama__arr--disabled{opacity: .5;}
.fotorama__fullscreen-icon{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: 0 0;
}
.fotorama__fullscreen-icon:before{
  display: none;
  content: "\f00d";
  font-family: 'Font Awesome 5 Free';
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  text-align: right;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
  margin: 15px;
}
.fotorama__dot, .fotorama__nav__frame.fotorama__active .fotorama__dot{
  width: 15px;
  height: 15px;
  background: #8adbcb;
  border-radius: 50%;
  outline: none;
  border: none;
}
.fotorama__nav__frame--dot{
  margin: 0 5px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot{background: #1abc9c;}
.fotorama__nav-wrap{margin-bottom: 15px;}
.fotorama--fullscreen .fotorama__nav-wrap{
  position: absolute;
  left: 0;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__nav{background: none;}
.fotorama--fullscreen .fotorama__fullscreen-icon:before{display: block;}
.fotorama__caption__wrap{
  display: none;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, .5);
  padding: 10px 10px 40px;
}
.fotorama--fullscreen .fotorama__caption__wrap{display: block;}

.money-icon{
  font-size: 36px;
  color: #323232;
}
.close-icon{
  position: absolute;
  top: 1px;
  right: 5px;
  z-index: 99;
  font-size: 16px;
  color: #1abc9c;
}
.close-icon:before{
  content: "\f00d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  display: block;
  padding: 10px;
}

.flex-container select{
  opacity: 0;
}

.ug-gallery-wrapper .ug-bullets{z-index: 101;}
.ug-bullets.ug-skin-default .ug-bullet{
  background: #8adbcb;
  border-radius: 50%;
}
.ug-bullets.ug-skin-default .ug-bullet.ug-bullet-active{
  background: #1abc9c;
}

.ug-arrow-left.ug-skin-default, .ug-arrow-right.ug-skin-default{}
.ug-arrow-left.ug-skin-default:before{
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
.ug-arrow-right.ug-skin-default:before{
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
.ug-arrow-left.ug-skin-default, .ug-arrow-right.ug-skin-default{
  width: 20px;
  height: 35px;
  z-index: 101;
}
.ug-button-fullscreen.ug-skin-default{
  width: 40px;
  height: 40px;
  z-index: 101;
}
.ug-button-fullscreen.ug-skin-default:before{
  content: "\f00d";
  font-family: 'Font Awesome 5 Free';
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  text-align: right;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
  margin: 15px;
}
.s-message{display:none}

.ug-size{
  width: 100%;
  position: absolute;
  margin: 0px;
  left: 0px;
  top: 31px;
  font-size: 14px;
  color: white;
  text-align: left;
  z-index: 3;
}

.ug-gallery-wrapper .ug-textpanel-description {
  opacity: 0;
}

.fullscreen-button{
  display: none;
  font-size: 30px;
  color: #ffffff;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}

.fancybox-slide--image{padding: 0;}

::selection {background: #217564; color:#fff;}
::-moz-selection {background: #217564; color:#fff;}
::-webkit-selection {background: #217564; color:#fff;}

/*Модальное окно*/
#modal_form{width:450px;padding:19px 20px;border:5px solid #00ff95;background-color:#FFF;height:330px;background:#fff;position:fixed;top:45%;left:50%;margin-top:-165px;margin-left:-225px;display:none;opacity:0;z-index:5;}
#overlay{z-index:3;position:fixed;background-color:#000;opacity:0.8;-moz-opacity:0.8;filter:alpha(opacity=80);width:100%;height:100%;top:0;left:0;cursor:pointer;display:none;}
#modal_form input[type="text"]{background-color:#fff;border:1px solid #DFDFDF;border-radius:6px;color:#555;display:block;font-size:1em;height:35px;padding:5px;margin-bottom:17px;width:95%;float:left;}
#modal_form input[type="text"].error{border:1px solid red;}
#modal_form h3{text-align:center;font-size:2em;text-transform:uppercase;color:#000; margin: 0;}
#modal_form .comment{color:#272727;padding-bottom:15px;font-size:14px;text-align:center;padding-top:10px;}
.exit{background:#d0d0d0;display:block !important;border-radius:50%;right:-30px;top:-20px;position:absolute;opacity:1;WIDTH:33PX;HEIGHT:33px;line-height:30px;font-size:36px;border:2px solid #3e5368;-webkit-transition:background 0.2s linear;-moz-transition:background 0.2s linear;-o-transition:background 0.2s linear;transition:background 0.2s linear;}
.exit:after{display:block;font-size:23px;content:"x";padding-left:9px;line-height:24px;cursor:pointer;text-decoration:none;font-weight:bold;color:#000000;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}
.exit:hover{background:#EAEAEA;text-decoration:none;}
#modal_form .button{display:block;background-color:#ffd400;border:1px solid #ccc;border-radius:3px;color:#000;cursor:pointer;font-size:17px;font-weight:bold;height:40px;margin:10px 0;padding:2px 16px;width:210px;margin:0 auto;-webkit-transition:all 0.12s ease-in;-o-transition:all 0.12s ease-in;-moz-transition:all 0.12s ease-in;transition:all 0.12s ease-in;}
#modal_form .button:hover{background-color:#44C8F5;border:1px solid #44C8F5;color:#fff;}
#modal_form .error{border:1px solid red;}