body {
	font-family: "ProximaNovaRegular";
	color: #fff;
}

.calc {
	background: #0F282E;
	padding-top: 50px;
	padding-bottom: 50px;
}

.calc h2 {
	color: #fff;
	font-size: 35px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	margin-bottom: 65px;
	text-align: center;
}

.calc h2 span {
	display: block;
	margin: 20px auto 0 auto;
	width: 165px;
	height: 1px;
	background: #5b8d99;
}

.calc-wrap{
    overflow: hidden;
}
.calc-wrap .left {
    float: left;
    width: calc(100% - 457px);
    min-height: 1px;
    padding-top: 15px;
}
.calc-wrap .right {
    width: 457px;
    float: left;
    text-align: center;
}
.calc-wrap .right h3 {
    font-family: "ProximaNovaBlack";
    font-size: 30px;
    margin-bottom: 35px;
}
.calc-wrap .right h3 span {
    font-size: 80px;
}
.calc-wrap .right h4 {
    font-family: "ProximaNovaBlack";
    font-size: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.calc-wrap .right .b-btn {
    height: 100px;
    line-height: 100px;
    border-radius: 57px;
    font-size: 30px;
    width: 360px;
}

.sd-row{
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
	padding-top: 15px;
}
.sd-row p {
    font-size: 14px;
    float: left;
    width: 100px;
    position: relative;
    top: -6px;
}
.sd-row .i1 {
    width: 70px;
    float: left;
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    margin-right: 30px;
    font-family: "ProximaNovaRegular";
    font-size: 14px;
    padding-bottom: 5px;
    outline: none;
    margin-top: -15px;
}
.sd-row .i2 {
	float: left;
	width: 100%;
	max-width: 360px;
}

.calc-wrap h5 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.calc-wrap .row {
    overflow: hidden;
    margin-bottom: 25px;
}
.box-item {
    float: left;
    width: 290px;
}
.box-item h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.check-item {margin-bottom: 15px;}
.check-item {}
.check-item input {
	display: none;
}
.check-item label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url("../img/check1.png");
	position: absolute;
	left: 0;
	top: -2px;
}
.check-item label {
    position: relative;
    padding-left: 35px;
    display: block;
    font-size: 18px;
    color: #7ea1a6;
    cursor: pointer;
}
.check-item input[type=radio]:checked + label:before {
    content: '';
    background: url("../img/checked1.png");
}

.swich-item{
    float: left;
    margin-right: 45px;
}
.swich-item h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: #fff;
  border-radius: 18px;
  cursor: pointer;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;

  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #000;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #000;
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #fff;
  /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); */
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: #000;
  border-radius: 10px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  /* background: #f9f9f9; */
  border-radius: 6px;
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}





.wrapper {
	width: 1140px;
	margin: 0 auto;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
	margin: 0;
}

.mob {
	display: none;
}

.slick-slide {
	outline: none;
}

.pop1 {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
}

.popup_bg {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.popup_img {
	position: fixed;
	margin: 0 auto;
	z-index: 2;
	max-height: 94%;
	max-width: 94%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.error {
	border-bottom: 1px solid red !important;
}

form label {
	display: none !important;
}

.g-btn {
	border-radius: 25px;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	background: #96e001;
	background: -moz-linear-gradient(top, #96e001 0%, #5ccc01 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #96e001), color-stop(100%, #5ccc01));
	background: -webkit-linear-gradient(top, #96e001 0%, #5ccc01 100%);
	background: -o-linear-gradient(top, #96e001 0%, #5ccc01 100%);
	background: -ms-linear-gradient(top, #96e001 0%, #5ccc01 100%);
	background: linear-gradient(to bottom, #96e001 0%, #5ccc01 100%);
	width: 300px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "ProximaNovaBlack";
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.35);
	text-align: center;
	border: none;
	cursor: pointer;
	outline: none;

}

.b-btn {
	display: block;
	width: 280px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	text-decoration: none;
	text-transform: uppercase;
	background: #72aab3;
	background: -moz-linear-gradient(top, #72aab3 0%, #457281 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #72aab3), color-stop(100%, #457281));
	background: -webkit-linear-gradient(top, #72aab3 0%, #457281 100%);
	background: -o-linear-gradient(top, #72aab3 0%, #457281 100%);
	background: -ms-linear-gradient(top, #72aab3 0%, #457281 100%);
	background: linear-gradient(to bottom, #72aab3 0%, #457281 100%);
	text-align: center;
	border-radius: 25px;
	font-size: 16px;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.35);
	font-family: "ProximaNovaBlack";
}

.remodal {
	max-width: 394px;
	/*background: transparent;*/
}

.remodal form {
	background: url("../img/form-bg.png") no-repeat center center;
	background-size: auto;
	color: #fff;
	width: 300px;
	padding: 50px 30px;
	text-align: center;
}

.remodal input[type=text] {
	border-radius: 0;
	width: 280px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding-left: 20px;
	border: none;
	outline: none;
	font-size: 16px;
	border-bottom: 1px solid white;
	background: none;
}

.remodal input::-webkit-input-placeholder {
	color: #fff;
}

.remodal input::-moz-placeholder {
	color: pink;
}

.remodal input:-ms-input-placeholder {
	color: pink;
}

.remodal input:-moz-placeholder {
	color: pink;
}

.remodal .g-btn {
	margin-top: 20px;
}

.remodal .title {
	font-size: 30px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	line-height: 24px;
}

.remodal .title span {
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
}

.remodal .dec {
	font-size: 14px;
	font-family: "ProximaNovaRegular";
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 0 20px;
}

header {
	background: #0f282e;
}

header li {
	display: inline-block;
}

header li a {
	color: #7ea1a6;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	font-family: "ProximaNovaBold";
	padding: 38px 20px;
}

header li a:hover {
	color: #79d601;
	border-bottom: 2px solid #79d601;
	color: #fff;
	padding: 38px 20px 36px 20px;
}

header .call {
	padding: 38px 38px 37px 38px;
	color: #79d601;
	border-bottom: 1px solid #79d601;
}

header .call:hover {
	border-bottom: 1px solid #79d601;
	color: #79d601;
	padding: 38px 38px 37px 38px;
}

footer {
	background: #0f282e;
}

footer li {
	display: inline-block;
}

footer li a {
	color: #7ea1a6;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	font-family: "ProximaNovaBold";
	padding: 38px 20px;
}

footer li a:hover {
	color: #79d601;
	border-top: 2px solid #79d601;
	color: #fff;
	padding: 36px 20px 38px 20px;
}

footer .call {
	padding: 37px 38px 38px 38px;
	color: #79d601;
	border-top: 1px solid #79d601;
}

footer .call:hover {
	border-top: 1px solid #79d601;
	color: #79d601;
	padding: 37px 38px 38px 38px;
}

.section1 {
	background: url("../img/sec1-bg.png") no-repeat center center;
	background-size: cover;
	padding: 35px 0 100px 0;
}

.section1 .clear {
	clear: both;
	margin-bottom: 80px;
}

.section1 .logo {
	text-transform: uppercase;
	float: left;
	width: 220px;
}

.section1 .logo p {
	font-family: "ProximaNovaBlack";
	font-size: 25px;
}

.section1 .logo span {
	font-size: 12px;
	display: block;
	padding-top: 3px;
}

.section1 .adr {
	float: right;
	text-align: right;
	width: 300px;
	margin-right: 30px;
}

.section1 .adr img {
	float: left;
}

.section1 .adr .tel {
	font-family: "ProximaNovaBlack";
	font-size: 25px;
	display: block;
	text-decoration: none;
	color: #fff;
}

.section1 .adr span {
	font-size: 12px;
}

.section1 h1 {
	font-size: 50px;
	text-transform: uppercase;
	font-family: "ProximaNovaBlack";
	width: 680px;
	margin-bottom: 30px;
	float: left;
}

.section1 ul {
	width: 680px;
	float: left;
}

.section1 ul li {
	font-size: 27px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	line-height: 50px;
	vertical-align: top;
	text-align: left;
	margin-bottom: 15px;
}

.section1 ul li img {
	vertical-align: top;
	margin-right: 15px;
}

.section1 form {
	float: right;
	background: url("../img/form-bg.png") no-repeat center center;
	background-size: auto;
	width: 300px;
	padding: 50px 30px;
	text-align: center;
}

.section1 .title {
	font-size: 30px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	line-height: 24px;
}

.section1 .title span {
	font-size: 20px;
	padding-top: 10px;
	display: block;
	margin-bottom: 5px;
}

.section1 .dec {
	font-size: 14px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section1 input[type=text] {
	border-radius: 0;
	width: 280px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding-left: 20px;
	border: none;
	/*text-transform: uppercase;*/
	outline: none;
	font-size: 16px;
	border-bottom: 1px solid white;
	background: none;
}

.section1 input::-webkit-input-placeholder {
	color: #fff;
}

.section1 input::-moz-placeholder {
	color: pink;
}

.section1 input:-ms-input-placeholder {
	color: pink;
}

.section1 input:-moz-placeholder {
	color: pink;
}

.section1 .select {
	width: 287px;
	padding-left: 13px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid white;
	overflow: hidden;
	margin-bottom: 35px;
}

.section1 .select select {
	width: 310px;
	height: 45px;
	border: none;
	padding: 0;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
	outline: none;
	background-color: transparent;
	color: #fff;
	background-image: url("../img/sel-arr.png");
	background-repeat: no-repeat;
	background-position: top 20px right 35px;
}

.section2 {
	background: #fff;
	padding: 150px 0;
}

.section2 ul {
	color: #222222;
}

.section2 ul li {
	display: inline-block;
	width: 360px;
	vertical-align: top;
	margin: 0 17px 40px 0;
}

.section2 ul li img {
	float: left;
	padding-right: 30px;
}

.section2 ul li p {
	padding-top: 40px;
	font-size: 20px;
	font-family: "ProximaNovaBlack";
}

.section2 ul li p span {
	display: block;
	padding-top: 3px;
	font-family: "ProximaNovaRegular";
	font-size: 14px;
}

.section3 {
	background: #efefef;
	padding: 150px 0 100px 0;
}

.section3 h2 {
	font-size: 35px;
	color: #222222;
	text-align: center;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	padding-bottom: 5px;
}

.section3 .dec {
	font-size: 20px;
	color: #666666;
	text-align: center;
	margin-bottom: 65px;
}

.section3 .dec span {
	display: block;
	margin: 20px auto 0 auto;
	width: 165px;
	height: 1px;
	background: #5b8d99;
}

.section3 .prices {
	margin-bottom: 125px;
	margin-left: 60px;
	margin-right: 40px;
	/*border: 1px solid red;*/
}

.section3 .prices li {
	display: inline-block;
	background: #fff;
	/* width: 360px; */
	width: 320px;
	margin-right: 20px;
    margin-bottom: 30px;
}

.section3 .prices li img {
	width: 100%;
}

.section3 .prices li .text {
	padding: 45px 35px;
}

.section3 .prices li .title {
	font-size: 20px;
	color: #0d1f23;
	font-family: "ProximaNovaBlack";
	margin-bottom: 20px;
	min-height: 42px;
	/*border: 1px solid red;*/
}

.section3 .prices li p {
	color: #0d1f23;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	margin-bottom: 5px;
}

.section3 .prices li p img {
	float: left;
	margin-right: 5px;
	width: auto;
}

.section3 .prices li .price {
	font-family: "ProximaNovaBlack";
	font-size: 25px;
	color: #666666;
	margin-bottom: 35px;
	padding-top: 10px;
}

.section3 .prices li .price .old {
	width: 136px;
	display: inline-block;
	text-decoration: line-through;
}

.section3 .prices li .price .new {
	color: #222222;
	width: 136px;
	text-align: right;
	display: inline-block;
}

.section3 .prices li .g-btn {
	width: 245px;
	box-shadow: none;
}

.section3 .info {
	margin: 0 20px;
}

.section3 .info li {
	display: inline-block;
	width: 350px;
	margin-right: 20px;
	line-height: 50px;
	vertical-align: middle;
	margin-bottom: 65px;
	font-size: 25px;
	color: #222222;
	text-transform: uppercase;
	font-family: "ProximaNovaBlack";
}

.section3 .info li:last-child {
	margin-right: 0;
}

.section3 .info li img {
	float: left;
	margin-right: 15px;
}

.section3 .slick-next {
	right: 15px;
	top: auto;
}

.section3 .slick-prev {
	left: 0;
	z-index: 10;
}

.section3 .slick-prev, .section3 .slick-next {
	top: auto;
	bottom: -120px;
}

.section3 .slick-prev, .section3 .slick-next {
	width: 60px;
	height: 60px;
	background-size: 100% 100%;
}

.section3 .slick-prev:before, .section3 .slick-next:before {
	font-size: 0;
}

.section3 .slick-next {
	background: url("../img/slide-right.png") no-repeat center center;
	/*position: relative;*/
	/*top: 290px;*/
	right: -47px;
	position: absolute;
	top: 50%;
}

.section3 .slick-prev {
	background: url("../img/slide-left.png") no-repeat center center;
	/*position: relative;*/
	/*top: 290px;*/
	left: -64px;
	position: absolute;
	top: 50%;
}


.section3 .slick-dots li button:before {
	content: "";
	background: #fff;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid #79d601;
	width: 10px;
	height: 10px;
}

.section4 {
	background: url("../img/sec4-bg.png") no-repeat center center;
	background-size: cover;
	padding: 140px 0 150px 0;
	text-align: center;
}

.section4 h2 {
	color: #fff;
	font-size: 35px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	margin-bottom: 65px;
}

.section4 h2 span {
	display: block;
	margin: 20px auto 0 auto;
	width: 165px;
	height: 1px;
	background: #5b8d99;
}

.section4 .line-div {
	margin-bottom: 65px;
}

.section4 .line-div img {
	margin-bottom: 25px;
}

.section4 .line-div ul li {
	display: inline-block;
	width: 160px;
	vertical-align: top;
	margin: 0 17px;
}

.section4 .line-div ul li .day {
	color: #fff;
	font-size: 20px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
}

.section4 .line-div ul li .day span {
	display: block;
	margin: 10px auto;
	width: 30px;
	height: 1px;
	background: #77d301;
}

.section4 .line-div ul li .tel {
	display: block;
	text-decoration: none;
	color: #fff;
}

.section4 .line-div ul li span {
	font-size: 14px;
	line-height: 18px;
}

.section4 .dec {
	font-size: 20px;
	margin-bottom: 20px;
}

.section5 .wrapper {
	padding: 150px 0;
	position: relative;
}

.section5 .man {
	position: absolute;
	z-index: -1;
	margin-left: -165px;
	bottom: 0;
}

.section5 .text p {
	font-size: 30px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	color: #222222;
	width: 420px;
	position: absolute;
	left: 295px;
	top: 240px;
}

.section5 .text p span {
	display: block;
	font-size: 20px;
	padding-right: 80px;
	margin-top: 5px;
}

.section5 form {
	float: right;
	background: url("../img/form-bg.png") no-repeat center center;
	background-size: auto;
	width: 300px;
	padding: 50px 30px;
	text-align: center;
}

.section5 .title {
	font-size: 30px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	line-height: 24px;
}

.section5 .title span {
	font-size: 20px;
	padding-top: 10px;
	display: block;
	margin-bottom: 5px;
}

.section5 .dec {
	font-size: 14px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 0 20px;
}

.section5 input[type=text] {
	border-radius: 0;
	width: 280px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding-left: 20px;
	border: none;
	outline: none;
	font-size: 12px;
	border-bottom: 1px solid white;
	background: none;
}

.section5 input::-webkit-input-placeholder {
	color: #fff;
}

.section5 input::-moz-placeholder {
	color: pink;
}

.section5 input:-ms-input-placeholder {
	color: pink;
}

.section5 input:-moz-placeholder {
	color: pink;
}

.section5 .g-btn {
	margin-top: 30px;
}

.section6 {
	background: #efefef;
	padding: 150px 0;
	text-align: center;
	color: #222222;
}

.section6 h2 {
	color: #222222;
	font-size: 35px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	margin-bottom: 65px;
}

.section6 h2 span {
	display: block;
	margin: 20px auto 0 auto;
	width: 165px;
	height: 1px;
	background: #5b8d99;
}

.section6 .line-div {
	margin-bottom: 65px;
}

.section6 .line-div img {
	margin-bottom: 25px;
}

.section6 .line-div ul li {
	display: inline-block;
	width: 160px;
	vertical-align: top;
	margin: 0 17px;
}

.section6 .line-div ul li .tit {
	color: #222222;
	font-size: 20px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
}

.section6 .line-div ul li .tit span {
	display: block;
	margin: 10px auto;
	width: 30px;
	height: 1px;
	background: #77d301;
}

.section6 .line-div ul li span {
	font-size: 14px;
	line-height: 18px;
}

.section6 .line-div .b1 img {
	margin-bottom: 35px;
}

.section6 .line-div .b2 img {
	margin-top: 10px;
	margin-bottom: 45px;
}

.section6 .dec {
	font-size: 20px;
	margin-bottom: 20px;
}

.section7 {
	color: #222222;
	text-align: center;
	padding: 140px 0 150px 0;
}

.section7 h2 {
	color: #222222;
	font-size: 35px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	margin-bottom: 5px;
}

.section7 h3 {
	color: #666666;
	font-size: 20px;
	margin-bottom: 65px;
}

.section7 h3 span {
	display: block;
	margin: 20px auto 0 auto;
	width: 165px;
	height: 1px;
	background: #5b8d99;
}

.section7 h4 {
	color: #222222;
	font-size: 30px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	margin-bottom: 15px;
}

.section7 h4 span {
	font-size: 20px;
	color: #0d1f23;
	display: block;
	font-family: "ProximaNovaRegular";
	text-transform: lowercase;
}

.section7 .single-item {
	width: 950px;
	margin: 0 auto 95px auto;
	-webkit-box-shadow: 0px 5px 20px -6px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 20px -6px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 5px 20px -6px rgba(0, 0, 0, 0.75);
}

.section7 .slick-slide {
	outline: none;
}

.section7 .slick-slide img {
	margin: 0 auto;
	width: 100%;
	max-width: 950px;
	height: auto;
}

.section7 .slick-prev, .section7 .slick-next {
	width: 60px;
	height: 60px;
	background-size: 100% 100%;
}

.section7 .slick-prev:before, .section7 .slick-next:before {
	font-size: 0;
}

.section7 .slick-next {
	background: url("../img/slide-right.png") no-repeat center center;
	right: -95px;
}

.section7 .slick-prev {
	left: -95px;
	background: url("../img/slide-left.png") no-repeat center center;
}

.section7 .slick-dots li button:before {
	content: "";
	background: #fff;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid #79d601;
	width: 10px;
	height: 10px;
}

.section7 .slick-dots {
	bottom: -40px;
}

.section7 .slick-dots li.slick-active button:before {
	background: #79d601;
}

.section8 {
	background: #efefef;
	padding: 140px 0 130px 0;
}

.section8 h2 {
	color: #222222;
	font-size: 35px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	margin-bottom: 5px;
	text-align: center;
}

.section8 h3 {
	color: #666666;
	font-size: 20px;
	margin-bottom: 65px;
	text-align: center;
}

.section8 h3 span {
	display: block;
	margin: 20px auto 0 auto;
	width: 165px;
	height: 1px;
	background: #5b8d99;
}

.section8 .otz-ul .mr {
	margin-right: 25px;
}

.section8 .otz-ul li {
	width: 555px;
	display: inline-block;
	color: #000000;
	vertical-align: top;
}

.section8 .otz-ul li img {
	max-width: 265px;
	float: left;
}

.section8 .otz-ul li .text {
	float: right;
	width: 265px;
}

.section8 .otz-ul li .text img {
	width: 67px;
	height: 67px;
}

.section8 .otz-ul li .title {
	font-size: 20px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section8 .otz-ul li .txt {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}

.section8 .otz-ul li .photo {
	margin-bottom: 30px;
}

.section8 .otz-ul li .photo p {
	font-size: 14px;
	font-family: "ProximaNovaBold";
	text-transform: uppercase;
	margin-bottom: 13px;
}

.section8 .otz-ul li .photo ul li {
	width: auto;
	margin-right: 27px;
}

.section8 .otz-ul li .photo ul li:last-child {
	margin-right: 0;
}

.section8 .otz-ul li .pdf {
	line-height: 30px;
	vertical-align: middle;
	color: #79d601;
	font-size: 14px;
	font-family: "ProximaNovaBlack";
	text-decoration: underline;
	text-transform: uppercase;
}

.section8 .otz-ul li .pdf a {
	color: #79d601;
}

.section8 .otz-ul li .pdf img {
	float: left;
	margin-right: 10px;
	width: auto;
	height: auto;
}

.section9 {
	position: relative;
}

.section9 .contacts {
	font-size: 14px;
	color: #fff;
	background: url("../img/form-bg.png") no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 150px;
	right: 20%;
	width: 280px;
	padding: 50px 40px;
	z-index: 9;
}

.section9 .title {
	font-size: 35px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	margin-bottom: 25px;
	text-align: center;
}

.section9 .adr {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 16px;
}

.section9 .adr span {
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

.section9 .tel {
	font-size: 20px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	margin-bottom: 15px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
}

.section9 .mail {
	font-size: 14px;
	font-family: "ProximaNovaBlack";
	text-transform: uppercase;
	margin-bottom: 15px;
}

.section9 .g-btn {
	width: 280px;
	margin-bottom: 20px;
}

.section9 h6 {
	font-size: 14px;
	line-height: 18px;
}

@media screen and (max-width: 1150px) {
	.wrapper {
		width: 95%;
	}
	
	.calc-wrap .left{
		width: 100%;
		padding: 0;
		margin-bottom: 25px;
	}
	
	.calc-wrap .right {
		width: 280px;
		float: none;
	}

	.calc-wrap .right h3 span {
		font-size: 50px;
	}
	
	.calc-wrap .right .b-btn {
		width: 100%;
		font-size: 23px;
	}

	header li a {
		padding: 25px 5px;
		border-bottom: 0;
	}

	header .call {
		padding: 25px 5px 24px 5px;
		border-bottom: 0;
	}

	header .call:hover {
		border-bottom: 0;
		color: #79d601;
		padding: 25px 5px 25px 5px;
	}

	header li a:hover {
		border-bottom: 0;
		color: #fff;
		padding: 25px 5px 25px 5px;
	}

	.section1 {
		text-align: center;
		padding: 20px 0;
	}

	.section1 .logo {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.section1 .adr {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.section1 .adr img {
		display: none;
	}

	.section1 form {
		float: none;
		margin: 0 auto 30px auto;
		padding: 20px 30px;
	}

	.section1 .clear {
		display: none;
	}

	.section1 h1 {
		width: 100%;
		text-align: center;
		font-size: 40px;
		line-height: 45px;
	}

	.section1 ul li {
		font-size: 25px;
		letter-spacing: 1px;
		text-align: center;
	}

	.section2 {
		padding: 30px 0;
	}

	.section2 ul li {
		width: 40%;
		margin: 0 9% 40px 0;
	}

	.section3 .prices li .g-btn {
		width: 100%;
	}

	.section3 .prices li .price .new {
		text-align: left;
		width: 100%;
	}

	.section3 .prices li .price .old {
		margin-bottom: 15px;
		width: 100%;
		font-size: 25px;
	}

	.section3 .slick-next {
		/*right: 15px;*/
		/*bottom: -100px;*/
	}

	.section3 .slick-prev {
		/*left: 0;*/
		z-index: 2;
	}

	.section3 .slick-prev, .section3 .slick-next {
		/*top: auto;*/
		/*bottom: -100px;*/
	}

	.section3 .prices {
		margin-bottom: 120px;
	}

	.section3 .info li {
		width: 100%;
		margin-bottom: 20px;
	}

	.section5 form {
		float: none;
		margin: 0 auto;
	}

	.section5 .text p {
		position: static;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}

	.section5 .text p span {
		padding: 0;
	}

	.section5 .man {
		left: 50%;
		margin-left: -635px;
	}

	.section5 .wrapper {
		padding: 50px 0;
	}

	.section6 .line-div ul li {
		width: 25%;
		margin: 15px 17px;
	}

	.section6 {
		padding: 50px 0;
	}

	.section7 .slick-prev, .section7 .slick-next {
		display: none !important;
	}

	.section7 .single-item {
		width: 100%;
	}

	.section7 {
		padding: 50px 0;
	}

	.section8 .otz-ul li img {
		float: none;
		margin-bottom: 15px;
	}

	.section8 .otz-ul li .text {
		float: none;
	}

	.otz-ul {
		width: 265px;
		margin: 0 auto;
	}

	.section8 h3 {
		margin-bottom: 40px;
	}

	.section8 .otz-ul li .photo ul li {
		margin-bottom: 0;
	}

	.section8 .otz-ul li .photo {
		margin-bottom: 0;
	}

	.section8 .otz-ul li {
		width: 100%;
		margin-bottom: 30px;
	}

	.section8 .otz-ul .mr {
		margin-right: 0;
	}

	.section1 ul {
		width: 100%;
	}

	footer li a {
		padding: 25px 5px;
	}

	footer .call {
		padding: 25px 5px 25px 5px;
		border-top: none;
	}

	footer .call:hover {
		border-top: none;
		color: #79d601;
		padding: 25px 5px 25px 5px;
	}

	footer li a:hover {
		border-top: none;
		color: #fff;
		padding: 25px 5px 25px 5px;
	}

	.section3 .info li {
		margin-right: 0;
	}

	.section3 {
		padding: 70px 0 100px 0;
	}

	.section8 {
		padding: 60px 0;
	}

	.section4 {
		padding: 70px 0;
	}

	.section3 .info li {
		text-align: center;
	}

	.section3 .info li img {
		float: none;
		display: block;
		margin: 0 auto 10px auto;
	}

	.section1 ul li img {
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1050px) {
	.section4 .line-div img {
		display: none;
	}

	.section4 .line-div ul li {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.section4 .line-div ul li .day {
		font-size: 24px;
	}

	.section4 .line-div ul li span {
		font-size: 16px;
	}
}

@media screen and (max-width: 910px) {
	header {
		padding: 10px 0;
		position: fixed;
		width: 100%;
		z-index: 9999;
	}

	header ul {
		display: none;
		padding-top: 10px;
	}

	.section1 {
		padding-top: 98px;
	}

	header li {
		width: 100%;
	}

	header li a {
		padding: 10px 0px;
	}

	header li a:hover {
		padding: 10px 0px;
	}

	header .call {
		padding: 15px 0px;
	}

	header .call:hover {
		padding: 15px 0px;
	}

	.mob {
		display: block;
		padding: 10px;
		text-align: center;
		border: 1px solid white;
		border-radius: 5px;
		width: 80px;
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		color: #fff;
	}

	footer {
		padding-top: 10px;
	}

	footer li {
		width: 100%;
	}

	footer li a {
		padding: 8px 5px;
	}

	footer li a:hover {
		padding: 8px 5px;
	}

	footer .call {
		padding: 10px 5px;
	}

	footer .call:hover {
		padding: 10px 5px;
	}
}

@media screen and (max-width: 700px) {
	.sd-row .i2 {
		clear: both;
		padding: 10px 0;
	}
	
	.swich-item {
		margin-bottom: 10px;
	}
	
	.calc-wrap .right {
		width: 100%;
		clear: both;
	}
	
	.section9 .contacts {
		position: static;
		width: 80%;
		padding: 50px 10%;
		text-align: center;
	}

	.section9 .title {
		/*text-align: left;*/
		text-align: center;
	}

	.section9 .contacts .g-btn{
		margin: 0 auto 20px;
	}

	.footer-menu {
		/*border: 1px solid red;*/
		text-align: center;

	}

	.section5 .man {
		display: none;
	}

	.section1 h1 {
		font-size: 28px;
		line-height: 32px;
	}

	.section1 ul li {
		font-size: 18px;
		line-height: 30px;
	}

	.section1 ul li img {
		width: 40px;
	}

	.section2 ul li {
		width: 100%;
		margin: 0 0 30px 0;
		text-align: center;
	}

	.section2 ul li p {
		padding-top: 10px;
	}

	.section3 h2, .section7 h2, .section7 h4, .section8 h2, .section9 .title {
		font-size: 28px;
	}

	.section2 ul li img {
		float: none;
		padding-right: 0;
	}

	.section3 .dec, .section4 .dec, .section7 h3, .section7 h4 span {
		font-size: 16px;
	}

	.section3 .info li {
		line-height: 40px;
	}

	.section4 h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {
	.section1 form {
		width: 250px;
		padding: 20px 27px;
	}

	header {
		padding: 10px 0;
	}

	.mob {
		margin: 0 auto;
	}

	.g-btn {
		width: 100%;
	}

	.section1 input {
		width: 230px;
	}

	.section1 .select {
		width: 233px;
		padding-left: 18px;
	}

	.section1 .select select {
		width: 255px;
	}

	.section1 .title {
		font-size: 28px;
	}

	.section1 .title span {
		font-size: 18px;
	}

	.section1 .dec {
		font-size: 12px;
	}

	.section1 h1 {
		font-size: 24px;
	}

	.section1 ul li {
		font-size: 14px;
	}

	.section5 .text p span {
		font-size: 18px;
	}

	.section3 h2, .section7 h2, .section7 h4, .section4 h2, .section8 h2, .section9 .title, .section6 h2, .section5 .text p {
		font-size: 24px;
	}

	.section3 .prices li .text {
		padding: 25px 35px;
	}

	.section3 .info li {
		font-size: 18px;
		line-height: 24px;
	}

	.section5 form {
		width: 250px;
		padding: 40px 25px;
	}

	.section5 input {
		width: 230px;
	}

	.section6 .line-div ul li {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.section9 iframe {
		height: 400px !important;
	}

	.section9 .g-btn {
		width: 100%;
	}

	.remodal form {
		width: 240px;
	}

	.remodal form input {
		width: 240px;
	}

	.remodal {
		padding: 0;
		max-width: 310px;
	}

	.remodal-wrapper {
		padding: 0;
	}
}

@media screen and (min-width: 910px) {
	.hmenu {
		display: block !important;
	}
}

.btn-form1{
	/*border: 1px solid red;*/
	margin: 40px 0 0 0;
}

input.error1{
	border-bottom: 1px solid red !important;
}

.remodal--form{
	/*border: 1px solid red;*/
	width: auto !important;
	background: #efefef !important;

}

.remodal-close{
	right: 0 !important;
	left: auto !important;
}


	.remodal--form{
		padding: 4px;
	}

@media(max-width: 480px){
	form input[type=text]{
		width: 200px !important;
	}

}

.main-menu{
	/*border: 1px solid red;*/
}


.fancybox-toolbar {
	left: 50%;
	transform: translateX(-50%);
	/* border: 1px solid red; */
	display: flex;
	justify-content: center;
}

.fancybox-navigation{
	/*border: 1px solid red;*/

}

.otziv-text{
	min-height: 190px;
}


.policy-link{
	/*padding-top: 20px;*/
	color: #fff;
	/*text-decoration: none;*/
}

.mail-link{
	color: #fff;
	text-decoration: none;
}

.mail-link:hover{

}


.map-label{
	color: #000;
}

.map-label strong{
	font-weight: bold;
}




@media(max-width: 542px){
	.section3 .slick-next {

		right: 0;

		top: 110%;
	}

	.section3 .slick-prev {

		left: 0;

		top: 110%;
	}

	.section3 .prices li {

		margin-right: 0;
	}

}


.box-item--thin{
	width: 100px;
}


.calc-itogo{
	/*border: 1px solid red;*/
	box-sizing: border-box;
}

.calc-wrap{
	display: flex;
	align-items: center;
}

@media(max-width: 1000px){
	.calc-wrap{
		flex-direction: column;
		align-items: flex-start;
	}
}