html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	margin: 0; padding: 0; min-height: 100%;
}
body {
	position: relative; font-size: 14px; color: #282828; font-family: 'DINPro';
	-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
}
* {
	outline: none; box-sizing: border-box;
}
img {
	border: none; vertical-align: top;
}
.responsive-image {
	max-width: 100%;
}
form {
	margin: 0; padding: 0;
}
input, textarea, select, button {
	margin: 0; padding: 0; border: none; resize: none; display: block; width: 100%; font-family: 'DINPro';
}
input[type="text"] {
	background: #fff; display: flex; -ms-align-items: center; align-items: center;
}
button[type="submit"] {
	cursor: pointer;
}
::-moz-placeholder {
  opacity: 1;
}
label {
	cursor: pointer;
}
H1, H2, H3, H4, H5 {
	margin: 0; padding: 0;
}
H2 {
	font-size: 60px; line-height: 100%;
}
.hidden {
	display: none;
}
.container {
	margin: 0 auto; min-width: 300px; max-width: 1230px; padding: 0 15px;
}
.flex-row {
	display: flex; flex-wrap: wrap;
}
.justify-space {
	justify-content: space-between;
}
.justify-center {
	justify-content: center;
}
.justify-end {
	justify-content: flex-end;
}
.align-start {
	align-items: flex-start;
}
.align-center {
	align-items: center;
}
.align-end {
	align-items: flex-end;
}
ul, ul li {
	margin: 0; padding: 0; list-style: none;
}
a {
	color: #0062d1; text-decoration: none; transition: .3s;
}
p {
	margin: 0;
}
.overflow-overlay {
	overflow: hidden;
}
.overflow-overlay:before {
	content: ''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%; background: #0e0e0e; opacity: .8; z-index: 40;
}
.pre-title {
	letter-spacing: 1px; display: flex; -ms-align-items: center;
	align-items: center; font-weight: 300; text-transform: uppercase;
}
.pre-title:after {
	content: ''; display: block; width: 95px; height: 1px; background: #3ac78a; margin-left: 25px;
}
.bt {
	display: flex; justify-content: center; -ms-align-items: center; align-items: center; text-align: center;
	transition: .3s; background: #1cbe78; height: 60px; font-size: 17px; color: #fff;
}
.bt:hover {
	background: #12a264;
}

.bt-menu {
	position: relative; width: 48px; height: 48px; background: #fff; z-index: 10; border-radius: 50%;
	cursor: pointer; display: none; -ms-align-items: center;
	align-items: center; justify-content: center; flex-wrap: wrap; padding: 5px 14px;
}
.bt-menu span {
	display: block; width: 100%; height: 2px; background: #000;
}
.bt-menu span:first-child {
	margin-top: auto;
}
.bt-menu span:last-child {
	margin-bottom: auto;
}


/* header
------------------------------------------------ */
.site-header {
	position: fixed; left: 0; top: 0; right: 0; width: 100%; z-index: 100; color: #fff;
}
.site-header .container {
	max-width: 1850px; padding: 0 40px;
}
.site-header a {
	color: #fff;
}
.header-innner {
	position: relative; padding: 36px 0 15px 180px;
}
.site-header .logo {
	position: absolute; left: 0; top: 27px;
}
.site-header .menu li {
	margin-left: 30px;
}
.site-header .menu li a {
	font-size: 18px; position: relative;
}
.site-header .menu li a:after {
	content: ''; display: block; background: #fff; height: 2px; position: absolute; left: 0;
	top: calc(100% + 18px); transition: .3s; width: 0;
}
.site-header .menu li a:hover:after {
	width: 100%;
}
.site-header .phone-no {
	margin: 0 24px 0 auto; font-size: 18px;
}
.header-content .bt-whatsapp,
.header-content .phone-no {
	display: none;
}
.bt-whatsapp {
	width: 226px; height: 48px; font-size: 16px;
}
.bt-whatsapp:before {
	content: ''; display: block; background: url(../i/sprite.png) -76px 0; width: 21px; height: 21px;
	margin-right: 10px;
}
.header-fixed {
	background: #fff;
}
.header-fixed .header-innner {
	padding-top: 16px;
}
.header-fixed .menu li a {
	color: #000;
}
.header-fixed .menu li a:after {
	background: #1cbe78;
}
.header-fixed .menu li a:hover {
	color: #1cbe78;
}
.header-fixed .logo {
	top: 10px;
}
.header-fixed .phone-no {
	color: #000;
}
/* end header */


.promo-slider {
	position: relative; z-index: 2; color: #fff; overflow: hidden; min-width: 300px;
}
.slick-track:after,
.promo-slider .list:after {
	position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.promo-slider .item {
	float: left; width: 100%; background-position: 50% 0; background-repeat: no-repeat;
	background-size: cover; padding: 200px 0 0; min-height: 1020px; position: relative;
}
.promo-slider .myVideo {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
	background-color: #29282e;
}
.promo-slider .item .container {
	position: relative; z-index: 2;
}
.promo-slider .item .title {
	font-size: 72px; font-weight: 700; max-width: 690px; line-height: 90%;
}
.promo-slider .item p {
	font-size: 21px; max-width: 590px; line-height: 1.5; margin-top: 25px;
}
.promo-slider .item .bt {
	max-width: 282px; margin-top: 46px;
}
.promo-slider .control {
	position: absolute; bottom: 284px; z-index: 10; display: flex; -ms-align-items: center;
	align-items: center; right: 10%;
}
.promo-slider .slick-arrow {
	font-size: 0; color: transparent; text-indent: -9999px; background: url(../i/sprite.png);
	width: 71px; height: 20px; cursor: pointer; margin: 0 11px;
}
.promo-slider .arr-r {
	transform: rotate(180deg);
}
.promo-slider .slick-arrow:hover {
	background-position: 0 -21px;
}
.promo-slider .slick-arrow:before {
	content: ''; width: 66px; height: 66px; border: solid 2px #fff; display: none;
	border-radius: 50%; position: absolute; top: 50%; margin-top: -33px; left: -20px; box-sizing: border-box;
}
.promo-slider .slick-next:before {
	left: auto; right: -20px;
}
.promo-slider .slick-arrow:hover:before {
	display: block;
}
/*.slider-progress {
  width: 100%;
  height: 8px;
  background: rgba(255,255,255,0.5);
  position: absolute;
  bottom: 0;
}
.slider-progress .progress {
  width: 0%;
  height: 8px;
  background: #1cbe78;
}*/


.slider-progress {
	position: absolute; left: 0; right: 0; bottom: 0; height: 296px; color: #fff; width: 100%;
}
.progress-line {
	width: 100%; max-width: 620px; position: relative; display: flex; justify-content: space-between;
}
.progress-line .range {
	width: 100%; height: 2px; background: #f7f7f8; position: absolute; top: 50%; margin-top: -1px;
	left: 0; right: 0;
}
.progress-line .range .fill {
	background: #1cbe78; height: 2px;
}
.progress-line span {
	height: 22px; width: 22px; background: #fff; border-radius: 50%; position: relative; z-index: 2;
}
.progress-line span.active {
	background: #1cbe78;
}
.progress-row {
	position: relative; display: flex; max-width: 620px; width: 100%;
}
.progress-item {
	min-width: 300px; max-width: 310px; font-size: 16px; line-height: 1.6; padding-top: 50px;
}










.about-block {
	position: relative; min-width: 300px; background: url(../i/bg1.jpg) 50% 0 no-repeat;
	padding: 90px 0 160px;
}
.about-block H2 {
	max-width: 520px; margin-top: 48px;
}
.about-block .item {
	width: 25%; max-width: 300px; margin-top: 100px;
}
.about-block .item .total {
	font-size: 90px; font-weight: 300;
}
.about-block .item p {
	padding-left: 38px; font-size: 17px; line-height: 1.8; border-left: solid 1px #e8e8e8;
	margin-top: 45px;
}


.clients-block {
	position: relative; min-width: 300px; padding: 95px 0 116px; background: url(../i/bg2.png) #b3e8d0;
}
.clients-block H2 {
	margin-top: 55px;
}
.slider-works {
	position: relative; margin-top: 65px; overflow: hidden;
}
.slider-works:after {
	position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.slider-works .item-work {
	float: left; width: 100%;
}
.slider-works > .slick-arrow {
	background: transparent;
}
.slider-works > .slick-arrow:hover {
	background: #fff; border-color: #fff;
}
.slider-works .slick-dots {
	height: 65px; -ms-align-items: center;
	align-items: center; margin-top: 46px;
}

.item-work {
	position: relative; display: flex; background: #fff; flex-wrap: wrap; padding: 50px 38px 50px 32px;
}
.item-work .gallery {
	width: 530px; display: flex; flex-wrap: wrap; justify-content: space-between; -ms-align-items: flex-start;
	align-items: flex-start;
}
.item-work .content {
	width: calc(100% - 530px); padding-left: 80px;
}
.item-work .thumbnail {
	width: 100px; position: relative;
}
.item-work .thumbnail .slick-list {
	height: 400px; overflow: hidden; border-top: solid 1px #e8e8e8;;
}
.item-work .thumbnail .item {
	display: flex; justify-content: center; -ms-align-items: center; height: 100px; border: solid 1px #e8e8e8;
	align-items: center; transition: .3s; overflow: hidden; padding: 7px; border-top: 0; cursor: pointer;
	width: 100%;
}
.item-work .thumbnail .item img {
	width: 60px; height: auto; transition: .3s;
}
.item-work .thumbnail .item img:hover {
	opacity: .8;
}
.thumbnail .slick-arrow {
	right: 50%; width: 24px; height: 24px; margin-right: -12px; border: 0; background: transparent;
}
.thumbnail .slick-prev {
	top: -22px; bottom: auto; transform: rotate(90deg);
}
.thumbnail .slick-next {
	bottom: -22px; transform: rotate(90deg);
}



.item-work .preview {
	width: 400px; overflow: hidden;
}
.item-work .preview > div {
	width: 100%; height: 400px; display: flex; justify-content: center; align-items: center;
}
.item-work .preview > div.hidden {
	display: none;
}
.item-work .preview > div img {
	max-width: 100%; max-height: 100%; object-fit: cover;
}
.item-work .preview > div .video {
	position: relative; width: 100%; padding-bottom: 52%;
}
.item-work .preview > div .video iframe, 
.item-work .preview > div .video object, 
.item-work .preview > div .video embed {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
.item-work .top {
	display: flex; justify-content: space-between; flex-wrap: wrap;
}
.item-work .info .title {
	font-size: 21px; font-weight: 500;
}
.item-work .info .location {
	text-transform: uppercase; font-weight: 500; margin-top: 4px;
}
.item-work .category {
	display: inline-block; border: solid 1px #e8e8e8; font-size: 13px; text-transform: uppercase;
	padding: 11px 20px; margin-top: 10px; border-radius: 20px;
}
.item-work .parameter {
	padding: 18px 0 0 10px;
}
.item-work .parameter li {
	display: flex; font-size: 16px; border-bottom: dashed 1px #e8e8e8; padding: 6px 0 4px;
}
.item-work .parameter li span:first-child {
	width: 130px; padding-right: 10px; color: #656565;
}
.item-work .parameter li span:nth-child(2) {
	width: calc(100% - 130px);
}
.item-work .list-check {
	padding: 20px 0 0 10px;
}
.item-work .list-check li {
	position: relative; padding: 6px 0 2px 36px; font-size: 16px; min-height: 30px;
}
.item-work .list-check li:before {
	content: ''; display: block; background: url(../i/sprite.png) -98px 0; width: 29px; height: 30px;
	position: absolute; left: 0; top: 0;
}


.crt-block {
	position: relative; min-width: 300px; background: url(../i/bg3.jpg) 50% 0 no-repeat;
	padding: 105px 0 130px;
}
.crt-block H2 {
	max-width: 460px; width: 45%;
}
.crt-block .text {
	max-width: 590px; width: 53%;
}
.crt-block .text .total {
	font-size: 90px; font-weight: 300;
}
.crt-block .text p {
	padding-left: 38px; font-size: 17px; line-height: 1.8; border-left: solid 1px #e8e8e8;
	margin-top: 45px; max-width: 550px;
}


.slider-crt {
	position: relative; margin-top: 76px; padding-bottom: 26px;
}
.slider-crt:after {
	position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.slider-crt .slick-list {
	margin: 0 -10px; overflow: hidden;
}
.slider-crt .item {
	position: relative; float: left; margin: 0 10px;
}
.slider-crt .item a {
	position: relative; display: block; background: #f8f8f8; height: 366px; padding: 30px;
}
.slider-crt .item a img {
	width: 100%; height: 305px; object-fit: cover;
}
.slider-crt .item a:before {
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%;
	background: #b3e8d0; transition: .3s; opacity: 0; content: ''; display: block;
}
.slider-crt .item a:hover:before {
	opacity: .75;
}
.slider-crt .item a:after {
	transition: .3s; opacity: 0; content: '+'; display: block; font-size: 38px; text-align: center;
	color: #282828; width: 84px; height: 84px; background: #fff; border-radius: 50%; line-height: 80px;
	position: absolute; left: 50%; top: 50%; margin: -42px 0 0 -42px;
}
.slider-crt .item a:hover:after {
	opacity: 1;
}
.slick-prev,
.slick-next {
	width: 65px; height: 65px; border: solid 3px #000; border-radius: 50%; font-size: 0;
	color: transparent; text-indent: -9999px; overflow: hidden; cursor: pointer; position: absolute;
	bottom: 0; right: 0; transition: .3s; background: transparent;
}
.slick-prev:before,
.slick-next:before {
	content: ''; display: block; background: url(../i/sprite.png) -129px 0; width: 10px; height: 19px;
	position: absolute; left: 50%; top: 50%; margin: -10px 0 0 -5px;
}
.slick-next:before {
	transform: rotate(180deg);
}
.slick-prev {
	right: 80px;
}
.slick-prev:hover,
.slick-next:hover {
	border-color: #b3e8d0; background: #b3e8d0;
}


.catalog-one {
	position: relative; min-width: 300px;
	padding: 80px 0 90px; background: url(../i/bg2.png) #eef9f4;

}
.catalog-title {
	width: 51%; margin-top: 40px; padding-right: 10px;
}
.catalog-desc {
	padding-left: 38px; font-size: 16px; line-height: 1.8; border-left: solid 1px #3f4140;
	max-width: 410px; width: 49%;
}

.label-green {
	background: #1cbe78; position: absolute; left: 0; top: 30px; font-size: 13px; font-weight: 500;
	padding: 4px 11px 5px; text-transform: uppercase; color: #fff; z-index: 2;
}
.label-brown {
	background: #be591c; position: absolute; left: 0; top: 30px; font-size: 13px; font-weight: 500;
	padding: 4px 11px 5px; text-transform: uppercase; color: #fff; z-index: 2;
}
.label-blue {
	background: #1c87be; position: absolute; left: 0; top: 30px; font-size: 13px; font-weight: 500;
	padding: 4px 11px 5px; text-transform: uppercase; color: #fff; z-index: 2;
}
.catalog {
	padding-top: 50px;
}
.catalog .item,
.item-product {
	position: relative; width: 23.5%; margin: 24px 2% 0 0;
}
.catalog .item:nth-child(4n),
.item-product:nth-child(4n) {
	margin-right: 0;
}
.catalog .full-link {
	position: absolute; left: 0; top: 0; right: 0; bottom: 60px; width: 100%; height: calc(100% - 60px);
	z-index: 10;
}
.catalog .image {
	position: relative;
}
.catalog .image:after {
	content: ''; display: block; background: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,.0));
	height: 270px; position: absolute; left: 0; right: 0; bottom: 0; width: 100%;
}
.catalog .image img {
	width: 100%; height: 366px; object-fit: cover;
}
.catalog .image a,
.catalog .image-sm a {
	position: relative; display: block;
}
.catalog .image a:before,
.catalog .image-sm a:before {
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%;
	background: #b3e8d0; transition: .3s; opacity: 0; content: ''; display: block;
}
.catalog .image a:hover:before,
.catalog .image-sm a:hover:before {
	opacity: .75;
}
.catalog .image a:after,
.catalog .image-sm a:after {
	transition: .3s; opacity: 0; content: '+'; display: block; font-size: 38px; text-align: center;
	color: #282828; width: 84px; height: 84px; background: #fff; border-radius: 50%; line-height: 80px;
	position: absolute; left: 50%; top: 50%; margin: -42px 0 0 -42px;
}
.catalog .image a:hover:after,
.catalog .image-sm a:hover:after{
	opacity: 1;
}


.catalog .info .title {
	font-size: 18px;
}
.catalog .info .price {
	font-size: 24px; font-weight: 700; margin-top: 5px;
}
.catalog .info p {
	margin-top: 5px;
}
.item-product .bt {
	max-width: 185px; height: 53px; background: transparent; border: solid 2px #1cbe78; color: #100e0c;
}
.item-product:hover .bt {
	background: #1cbe78; color: #fff;
}
.catalog .item .bt {
	width: 100%; background: #fff; color: #100e0c;
}
.catalog .item:hover .bt {
	background: #1cbe78; color: #fff;
}
.catalog .item .info {
	position: absolute; left: 0; right: 0; width: 100%; bottom: 60px; z-index: 2;
	color: #fff; padding: 0 30px 32px;
}
.item-product .image:after {
	display: none;
}
.item-product .info {
	padding: 28px 0 25px;
}
.bt-frame {
	margin: 68px auto 0; display: flex; justify-content: center; -ms-align-items: center;
	align-items: center; text-align: center; border: solid 2px #1cbe78; height: 60px; max-width: 500px;
	font-size: 18px; color: #292929;
}
.bt-frame:hover {
	background: #1cbe78; color: #fff;
}
.note {
	text-align: center; margin-top: 20px; color: #282828;
}



.stocks-block {
	position: relative; min-width: 300px; background: url(../i/bg5.png) 50% 80px no-repeat #b3e8d0;
	padding: 150px 0 160px; background-size: cover;
}
.stocks-block.bg-2 {
	background: url(../i/bg6.png) 50% 80px no-repeat #b3e8d0;
}
.stocks-block .text {
	width: 50%;
}
.stocks-block .form {
	width: 40%; max-width: 486px; margin-top: 60px;
}
.stocks-block H2 {
	margin-top: 18px;
}
.stocks-block H2 span {
	color: #fff; display: block;
}
.stocks-block .item-info {
	width: 50%; margin-top: 10px;
}
.item-info .head {
	font-size: 90px; font-weight: 300;
}
.item-info p {
	padding-left: 38px; font-size: 17px; line-height: 1.8; border-left: solid 1px #202925;
	margin-top: 28px;
}
.form {
	background: #fff; padding: 30px 45px 50px;
}
.form H3 {
	font-size: 30px;
}
.form-item {
	margin-top: 30px;
}
.form-item:first-child {
	margin-top: 20px;
}
.form-item input {
	font-size: 16px; color: #8c8c8c; transition: .3s; border-bottom: solid 1px #ededed; padding: 5px 0 22px;
}
.form-item input:focus {
	color: #3d3d3d; border-color: #1cbe78;
}
.form .bt {
	margin-top: 36px;
}

.video-responsive {
	position: relative; padding-bottom: 56.25%; height: 0; overflow:hidden; 
}
.video-responsive iframe {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}


.video-block {
	position: relative; min-width: 300px; background: url(../i/bg2.png) #eef9f4;
	padding: 110px 0 150px; background-size: cover;
}
.slider-videos {
	position: relative; overflow: hidden; padding: 50px 0;
}
.slider-videos:after {
	position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.slider-videos .item {
	position: relative; display: flex; float: left; width: 100%; -ms-align-items: center;
	align-items: center;
}
.slider-videos .item .text {
	width: 43%;
}
.slider-videos .item H2 {
	margin-top: 30px;
}
.slider-videos .item .media {
	width: 57%; position: relative; overflow: hidden;
	padding: 30px; background: #fff;
}
.slider-videos .item .media:before {
	content: ''; display: block; background: url(../i/line.png); width: 538px; height: 478px;
	position: absolute; left: 0; top: -2px; left: -2px;
}
.slider-videos .slick-current .media  {
	box-shadow: 0 0 45px rgba(0,0,0,.1);
}
.slider-videos .slick-arrow {
	border: 0; background: #fff; left: 0; right: auto; width: 65px; height: 65px;
}
.slider-videos .slick-next {
	left: 75px;
}


.catalog-two {
	padding: 90px 0 100px; min-width: 300px; background: url(../i/bg2.png) no-repeat; background-size: cover;
}


.advantages-block {
	min-width: 300px; background: url(../i/bg4.jpg) 50% 0 no-repeat; padding: 90px 0 160px;
}
.advantages-block H2 {
	max-width: 500px; margin-top: 46px;
}
.advantages-block .item {
	width: 25%; margin-top: 110px;
}
.advantages-block .item .icon {
	height: 115px;
}
.advantages-block .item .head {
	font-size: 30px; font-weight: 500;
}
.advantages-block .item p {
	padding-left: 38px;
	font-size: 17px;
	line-height: 1.8;
	border-left: solid 1px #e8e8e8;
	margin-top: 40px;
	max-width: 220px;
}



.catalog-three {
	position: relative; min-width: 300px; padding: 90px 0 100px; background: url(../i/bg2.png) #eef9f4;
}
.image-sm {
	background: #fff; padding: 22px;
}
.image-sm img {
	width: 100%; height: 240px; object-fit: cover;
}
.shadow {
	box-shadow: 0 65px 65px rgba(0,0,0,.1);
}

.catalog-four {
	position: relative; min-width: 300px; padding: 90px 0 100px; background: url(../i/bg2.png);
}
.catalog-five {
	position: relative; min-width: 300px; padding: 90px 0 100px; background: url(../i/bg2.png) #eef9f4;
}
.catalog-six {
	position: relative; min-width: 300px; padding: 90px 0 100px; background: url(../i/bg2.png);
}


.contacts-block {
	position: relative; min-width: 300px; padding-top: 150px; height: 730px;
}
.contacts-block .inbox {
	background: #fff; max-width: 540px; padding: 0 80px 60px; position: relative; z-index: 2;
}
.contacts-block .inbox .location {
	font-size: 20px; line-height: 1.8; margin: 35px 0 10px;
}
.contacts-block .inbox .phone-no {
	font-size: 36px; font-weight: 700; color: #282828; text-decoration: underline;
}
.contacts-block .inbox .bt {
	margin-top: 26px; max-width: 230px;
}
.contacts-block .map {
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%;
}


/* footer
------------------------------------------------ */
.site-footer {
	min-width: 300px; background: #282828; color: #fff; padding: 100px 0 80px;
}
.support {
	font-size: 48px; border-bottom: solid 1px #4c4c4c; padding-bottom: 95px; margin-bottom: 90px;
}
.support .bold {
	display: block; font-weight: 700;
}
.support a {
	color: #1cbe78; text-decoration: underline;
}
.site-footer .title {
	max-width: 260px; margin-left: 70px;
}
.site-footer .contacts {
	margin-left: auto;
}
.site-footer .call {
	margin-right: 40px;
}
.site-footer .call a {
	font-size: 18px; color: #fff;
}
.site-footer .call p {
	margin-top: 6px;
}
/* end footer */


/* modal
------------------------------------------------ */
.modal {
 	position: relative; margin: 0 auto; max-width: 550px; background: #fff;
 	padding: 45px 60px 50px;
}
.modal .form {
	padding: 0;
}
.modal .form H3 {
	margin-top: 5px;
}
.modal .form p {
	font-size: 20px; color: #656565; line-height: 1.6; margin: 10px 0 40px;
}
.modal .form .form-item {
	margin-top: 20px;
}
.modal .form .form-item input {
	border: 0; background: #f1f1f1; height: 59px; padding: 0 28px; font-size: 18px; color: #2b2b2b;
}
.modal .form .bt {
	margin-top: 20px;
}
.modal-product {
	position: relative; max-width: 1200px; margin: 0 auto; background: #fff;
}
.modal-product .item-work {
	padding: 45px 40px 50px;
}
.modal-product .item-work .preview {
	display: block;
}
.modal-product .title {
	font-size: 36px; font-weight: 700; margin-top: 15px; line-height: 1;
}


.modal-product .form {
	border-top: solid 1px #e8e8e8; padding: 40px;
}
.modal-product form {
	display: flex; justify-content: space-between;
}
.modal-product .form-item {
	margin: 0; width: 31%;
}
.form-item select {
	background: url(../i/select-arrow.png) 90% 50% no-repeat #f1f1f1;
	height: 59px; padding: 0 20px; font-size: 18px; color: #2b2b2b;
	cursor: pointer;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
}
.form-item select::-ms-expand {
    display: none;
}
.modal-product .form-item input {
	border: 0; background: #f1f1f1; height: 59px; padding: 0 28px; font-size: 18px; color: #2b2b2b;
}
.modal-product .form .bt {
	width: 31%; margin-top: 0;
}
/* end modal */


.slick-dots {
	display: flex; justify-content: center; margin-top: 80px;
}
.slick-dots li * {
	display: none;
}
.slick-dots li {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: 0 8px;
	border: solid 2px #000;
	display: flex; -ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	border-radius: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	border-radius: 50%;
}
.slick-dots li:before {
	content: ''; display: block; background: #000; border-radius: 50%; transition: .3s; width: 5px; height: 5px;
	opacity: 0;
}
.slick-dots li.slick-active {
	border-color: transparent;
}
.slick-dots li.slick-active:before {
	opacity: 1;
}