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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
}

.content {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

/*header */
header {
  background: url(../images/bg_1-min.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 55px;
  height: 660px;
}
header .content {
  max-width: 1100px;
}

.h-top-panel {
  background: rgba(0, 0, 0, 0.39);
}

.logo {
  width: 13.64%;
}
.logo img {
  width: 100%;
  display: block;
}

.title-h {
  width: 61%;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 6% 0 9%;
  text-align: center;
}

.call-now {
  text-align: right;
  padding-top: 15px;
}
.call-now p {
  font-size: 18px;
  margin-bottom: 14px;
}
.call-now a {
  font-size: 30px;
  color: #ffeb3b;
  display: block;
  transition: 0.3s;
  font-weight: 700;
}
.call-now a:hover {
  text-decoration: underline;
}

.main-h {
  position: relative;
  padding: 280px 20px 25px 25px;
  text-align: center;
}
.main-h h1 {
  font-size: 57px;
  font-weight: bold;
  line-height: 45px;
  text-transform: uppercase;
  width: 720px;
  text-align: center;
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -360px;
}
.main-h h1 span{
  display: inline-block;
  background: rgba(0,0,0,.6);
  border: 2px solid #cb2d08;
  line-height: 82px;
  padding: 0 20px;
}
.main-h h1 small {
  font-size: 24px;
  display: inline-block;
  padding-top: 11px;
  font-weight: normal;
  background: #cb2d08;
  padding: 0 10px;
  margin-bottom: 10px;
  line-height: 34px;
  position: relative;
  top: -20px;
}
.main-h h1 strong {
  font-size: 34px;
  line-height: 52px;
  font-weight: bold;
  display: block;
  background: rgba(0,0,0,.6);
  position: relative;
  top: -20px;
}
.main-h ul {
  font-size: 17px;
  display: inline-block;
  background: rgba(0,0,0,.6);
  text-align: left;
}
.main-h ul li {
  background: url(../images/suc-h.png) no-repeat left 3px;
  line-height: 30px;
  position: relative;
  margin-left: 45px;
  padding: 0 10px 0 5px;
  background: #cb2d08;
}
.main-h ul li:after{
	content: '';
	display: block;
	width: 23px;
	height: 28px;
	background: url(../images/suc-h.png) no-repeat left 3px;
	position: absolute;
	left: -34px;
	top: 0;
}

/*Endheader */
/*main-content */
div[class*="screen-"] h2 {
  color: #13152b;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 52px;
  position: relative;
  margin-bottom: 25px;
}
div[class*="screen-"] h2:after {
  content: "";
  background: url(../images/title-line-b.png) no-repeat center;
  width: 111px;
  height: 14px;
  position: absolute;
  left: 50%;
  margin-left: -55px;
  bottom: -25px;
}

/*screen-2 */
.screen-2 {
  padding: 35px 0 25px;
}
.screen-2 h2 {
  margin: 0 -20px;
}

.slider {
  position: relative;
  padding-top: 25px;
}
.slider div {
  outline: none;
}
.slider .item {
  position: relative;
  overflow: hidden;
  height: 415px;
}
.slider .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.slider .slick-prev, .slider .slick-next {
  width: 92px;
  height: 92px;
  border: 0;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 999;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.slider .slick-prev:hover, .slider .slick-next:hover {
  opacity: 0.8;
}
.slider .slick-prev {
  background: url(../images/slide-arr-l.png) no-repeat center;
  left: -160px;
}
.slider .slick-next {
  background: url(../images/slide-arr-r.png) no-repeat center;
  right: -160px;
}

input[type="text"].error {
  border-color: #cf4727 !important;
}

.forms-block {
  border-radius: 10px;
  border: 4px dashed #cb2d08;
  padding: 30px 0 23px;
  margin-top: 30px;
  text-align: center;
  background: #fff;
}
.forms-block .lead_crm_inline_btn, .forms-block .lead_crm_inline {
  display: inline-block;
}
.forms-block p {
  color: #13152b;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 33px;
}
.forms-block input[type="text"] {
  width: 289px;
  background: #e7ecf1;
  border: 1px solid transparent;
  color: #595959;
  font-size: 21px;
  height: 49px;
  line-height: 49px;
  padding-left: 20px;
  border-radius: 25px;
  outline: none;
  display: block;
  margin-right: 14px;
}
.forms-block input[type="submit"] {
  width: 290px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.41);
  background-image: linear-gradient(to bottom, #13162b 0%, #292e52 45.41%, #1b1f3a 100%);
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  border: 0;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
  transition: 0.3s;
  cursor: pointer;
  display: block;
}
.forms-block input[type="submit"]:hover {
  opacity: 0.9;
}

/*ENDscreen-2 */
/*screen-3 */
.screen-3 {
  background: url(../images/screen-3.png) no-repeat center;
  background-size: cover;
  padding-bottom: 50px;
}
.screen-3 div.scr-3-inside {
  background: rgba(19, 22, 43, 0.77);
  padding: 40px 20px 20px;
}
.screen-3 div.scr-3-inside h2 {
  color: #fff;
  padding: 0 25px;
}
.screen-3 div.scr-3-inside ul {
  padding-top: 5px;
}
.screen-3 div.scr-3-inside ul li {
  padding: 15px 0 0 148px;
  min-height: 120px;
  background-position: left 0;
  margin-top: 40px;
}
.screen-3 div.scr-3-inside ul li p {
  line-height: 24px;
  font-size: 26px;
  position: relative;
  font-weight: bold;
  padding-bottom: 14px;
}
.screen-3 div.scr-3-inside ul li p:after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #cb2d08 -15%, rgba(240, 91, 97, 0) 115%);
  position: absolute;
  top: 100%;
  left: 0;
}
.screen-3 div.scr-3-inside ul li span {
  font-size: 16px;
  display: block;
  line-height: 24px;
  padding-top: 14px;
}
.screen-3 div.scr-3-inside ul li:first-child {
  background: url(../images/scr-3-list-1.png) no-repeat;
}
.screen-3 div.scr-3-inside ul li:nth-child(2) {
  background: url(../images/scr-3-list-2.png) no-repeat;
}
.screen-3 div.scr-3-inside ul li:nth-child(3) {
  background: url(../images/scr-3-list-3.png) no-repeat;
}
.screen-3 div.scr-3-inside ul li:nth-child(4) {
  background: url(../images/scr-3-list-4.png) no-repeat;
}
.screen-3 div.scr-3-inside ul li:nth-child(5) {
  background: url(../images/scr-3-list-5.png) no-repeat;
}
.screen-3 div.scr-3-inside ul li:nth-child(6) {
  background: url(../images/scr-3-list-6.png) no-repeat;
}
.screen-3 div.scr-3-inside ul li:nth-child(7) {
  background: url(../images/scr-3-list-7.png) no-repeat;
}
.screen-3 div.scr-3-inside ul li:nth-child(8) {
  background: url(../images/scr-3-list-8.png) no-repeat;
}
.screen-3 div.scr-3-inside ul li:nth-child(9) {
  background: url(../images/scr-3-list-9.png) no-repeat;
}
.screen-3 div.scr-3-inside ul li:nth-child(10) {
  background: url(../images/scr-3-list-10.png) no-repeat;
}
.screen-3 div.scr-3-inside ul li:last-child {
  background: url(../images/scr-3-list-11.png) no-repeat;
}

/*ENDscreen-3 */
/*screen-4 */
.screen-4 {
  padding: 45px 0;
}
.screen-4 .forms-block {
  margin-top: 50px;
}

.advantages {
  padding-top: 135px;
}
.advantages .advantag:last-child {
  border-color: #21b473;
  margin-left: 6%;
  background-image: radial-gradient(100px 100px at center center, #ffffff 0%, #bfebd7 100%);
}
.advantages .advantag:last-child .img-adv {
  border-color: #21b473;
}
.advantages .advantag:last-child p {
  color: #21b473;
}
.advantages .advantag:last-child .size-house p {
  color: #21b473;
}
.advantages .advantag:last-child li {
  background: url(../images/plus.png) no-repeat left center;
}

.advantag {
  width: 47%;
  padding-bottom: 35px;
  border: 2px solid #cb2d07;
  background-image: radial-gradient(100px 100px at center center, #ffffff 0%, #f7d1d3 100%);
}
.advantag .img-adv {
  position: relative;
  overflow: hidden;
  border: 2px solid #cb2d07;
  border-radius: 50%;
  width: 204px;
  height: 204px;
  margin: 0 auto;
  top: -102px;
}
.advantag .img-adv img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.advantag p {
  color: #cb2d07;
  font-size: 24px;
  font-weight: bold;
  margin: -80px 0 30px;
  text-align: center;
  text-transform: uppercase;
}
.advantag .size-house {
  padding-left: 50px;
  width: 140px;
  margin: 0 auto;
  text-align: left;
  background: url(../images/house.png) no-repeat left center;
}
.advantag .size-house p {
  font-size: 20px;
  color: #cb2d07;
  font-weight: bold;
  margin: 0;
  text-transform: none;
}
.advantag .size-house p:first-child {
  padding-bottom: 8px;
}
.advantag .size-house p small {
  color: #000;
  font-weight: normal;
}
.advantag ul {
  padding: 25px 0 0 70px;
}
.advantag li {
  background: url(../images/minus.png) no-repeat left center;
  padding-left: 30px;
  line-height: 28px;
  color: #000;
  font-size: 18px;
}

/*ENDscreen-4 */
/*screen-5 */
.screen-5 {
  background: url(../images/screen-5.png) no-repeat center;
  background-size: cover;
  padding-bottom: 35px;
}
.screen-5 .forms-block {
  margin-top: 20px;
}
.screen-5 div.scr-5-inside {
  background: rgba(19, 22, 43, 0.77);
  padding: 40px 20px 20px;
}
.screen-5 div.scr-5-inside h2 {
  color: #fff;
  padding: 0 25px;
}
.screen-5 div.scr-5-inside ul {
  padding-top: 5px;
}
.screen-5 div.scr-5-inside ul li {
  padding: 15px 0 0 148px;
  min-height: 121px;
  background-position: left 0;
  margin-top: 40px;
}
.screen-5 div.scr-5-inside ul li a {
  color: #22b573;
  transition: 0.3s;
  text-decoration: underline;
}
.screen-5 div.scr-5-inside ul li a:hover {
  text-decoration: none;
}
.screen-5 div.scr-5-inside ul li p {
  line-height: 24px;
  font-size: 27px;
  position: relative;
  font-weight: bold;
  padding-bottom: 14px;
}
.screen-5 div.scr-5-inside ul li p:after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #cb2d08 -15%, rgba(240, 91, 97, 0) 115%);
  position: absolute;
  top: 100%;
  left: 0;
}
.screen-5 div.scr-5-inside ul li span {
  font-size: 16px;
  display: block;
  line-height: 24px;
  padding-top: 14px;
}
.screen-5 div.scr-5-inside ul li:first-child {
  background: url(../images/scr-5-list-1.png) no-repeat;
}
.screen-5 div.scr-5-inside ul li:nth-child(2) {
  background: url(../images/scr-5-list-2.png) no-repeat;
}
.screen-5 div.scr-5-inside ul li:nth-child(3) {
  background: url(../images/scr-5-list-3.png) no-repeat;
}
.screen-5 div.scr-5-inside ul li:nth-child(4) {
  background: url(../images/scr-5-list-4.png) no-repeat;
}
.screen-5 div.scr-5-inside ul li:nth-child(5) {
  background: url(../images/scr-5-list-5.png) no-repeat;
}
.screen-5 div.scr-5-inside ul li:nth-child(6) {
  background: url(../images/scr-5-list-6.png) no-repeat;
}
.screen-5 div.scr-5-inside ul li:nth-child(7) {
  background: url(../images/scr-5-list-7.png) no-repeat;
}
.screen-5 div.scr-5-inside ul li:nth-child(8) {
  background: url(../images/scr-5-list-8.png) no-repeat;
}
.screen-5 div.scr-5-inside ul li:nth-child(9) {
  background: url(../images/scr-5-list-9.png) no-repeat;
}
.screen-5 div.scr-5-inside ul li:last-child {
  background: url(../images/scr-5-list-10.png) no-repeat;
}

/*ENDscreen-5 */
/*screen-6 */
.screen-6 {
  padding: 45px 0 0;
}

.videos {
  padding-top: 27px;
}
.videos .video-bl {
  height: 420px;
  position: relative;
  margin-top: 35px;
}
.videos .video-bl:first-child {
  margin-top: 0;
}
.videos .video-bl iframe {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*ENDscreen-6 */
/*screen-7 */
.screen-7 {
  background: #f5f7fa;
  padding: 30px 0 40px;
}

.map {
  padding-top: 15px;
}

.scr-bott {
  background: #fff;
  padding: 25px 0 30px;
}

/*ENDscreen-7 */
.call-us {
  background: #cb2d08;
  padding: 28px 0 45px;
  text-align: center;
}
.call-us p {
  font-size: 36px;
}
.call-us a {
  font-size: 50px;
  display: inline-block;
  padding-left: 70px;
  color: #fff;
  background: url(../images/ph-call.png) no-repeat left 9px;
  margin: 35px 0 0;
  transition: 0.3s;
  font-weight: bold;
}
.call-us a:hover {
  text-decoration: underline;
}

/*ENDmain-content */
/*footer */
footer {
  padding: 27px 0 50px;
}
footer .content {
  max-width: 1100px;
}
footer .adress {
  margin-left: 17%;
}
footer .adress, footer .dist-adress {
  width: 280px;
  color: #080808;
  font-size: 16px;
  line-height: 24px;
}
footer .adress a, footer .dist-adress a {
  color: #080808;
  transition: 0.3s;
}
footer .adress a:hover, footer .dist-adress a:hover {
  text-decoration: underline;
}

/*ENDfooter */
.ok-page {
  background: #141414;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.ok-block {
  width: 545px;
  padding: 40px;
  box-shadow: 0 3px 5px rgba(32, 22, 0, 0.79);
  border-radius: 3px;
  background: #fff;
  border: 3px solid #21b573;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
}
.ok-block p {
  color: #21b573;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 80px;
  line-height: 79px;
  background: url(../images/suc-form.png) no-repeat 46px 0;
}
.ok-block span {
  color: #13152b;
  font-size: 27px;
  display: block;
  text-align: center;
  line-height: 36px;
}

/*media */
@media screen and (max-width: 1099px) {
  .logo {
    width: 14%;
  }

  .title-h {
    width: 65%;
  }

  .call-now {
    width: 21%;
    padding-right: 5px;
  }

  .slider .slick-next {
    right: -110px;
  }

  .slider .slick-prev {
    left: -110px;
  }

  footer .dist-adress {
    padding-right: 5px;
  }
}
@media screen and (max-width: 1200px) {
	.call-now a{
		font-size: 23px;
	}
}
@media screen and (max-width: 1023px) {

  .title-h {
    padding-right: 0;
    width: 55%;
    padding-left: 10px;
    font-size: 22px;
  }

  .logo {
    width: 16%;
  }

  .call-now {
    width: 29%;
  }

  div[class*="screen-"] h2 {
    font-size: 29px;
    line-height: 45px;
  }

  .slider .slick-next {
    right: 11px;
    opacity: 0.4;
  }

  .slider .slick-prev {
    left: 11px;
    opacity: 0.4;
  }

  .forms-block {
    margin: 30px 10px 0;
  }

  .advantages, .slider, .videos {
    padding-left: 10px;
    padding-right: 10px;
  }

  footer .adress {
    margin-left: 6%;
  }

  footer {
    padding: 27px 0 35px;
  }

  .screen-2 h2 {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    width: 150px;
    float: none;
    margin: 0 auto;
    padding-top: 10px;
  }

  .title-h {
    width: 100%;
    float: none;
    padding: 10px;
    text-align: center;
  }

  .call-now {
    width: 100%;
    float: none;
    padding: 15px 0;
    text-align: center;
  }

  .main-h {

    padding-top: 0;
  }
  .main-h h1 {
    font-size: 32px;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 0 0 40px;
    padding-top: 40px;
  }
  .main-h h1 small {
    font-size: 21px;
    padding-top: 0;
	top: 0px;
  }
  .main-h h1 strong {
    font-size: 24px;
    line-height: 40px;
	display: inline-block;
	padding: 0 10px;
	top: 0px;
  }
  .main-h ul li{
	  line-height: 20px;
	  padding-top: 10px;
	  padding-bottom: 10px;
  }
  .main-h h1 span{
	  line-height: 40px;
	  padding: 15px 5px;
  }
  header{
	  height: auto;
  }
  .main-h ul li:after{
	  top: 8px;
  }

  .main-h h1:after {
    top: 16px;
  }

  div[class*="screen-"] h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .slider .item {
    height: 320px;
  }

  .forms-block p {
    font-size: 24px;
    padding-bottom: 15px;
  }

  .forms-block .lead_crm_inline_btn, .forms-block .lead_crm_inline {
    display: block;
  }
  .forms-block .lead_crm_inline_btn input, .forms-block .lead_crm_inline input {
    margin: 0 auto;
  }

  .forms-block .lead_crm_inline_btn input[type="submit"] {
    margin-top: 15px;
  }

  .advantag {
    width: 100%;
    float: none;
  }

  .advantages .advantag:last-child {
    margin: 130px 0 0;
  }

  .videos .video-bl {
    height: 250px;
  }

  .call-us {
    padding: 15px 10px;
  }

  .call-us p {
    font-size: 24px;
  }

  .call-us a {
    font-size: 33px;
    padding-left: 50px;
    margin-top: 15px;
    line-height: 51px;
  }

  footer .adress, footer .dist-adress {
    float: none;
    margin: 10px auto;
  }

  footer .dist-adress {
    padding-right: 0;
  }

  .ok-block {
    position: static;
    width: 100%;
    border: 0;
    box-shadow: none;
    transform: translate(0, 0);
    padding: 40px 10px;
  }
  .ok-block p {
    background-position: 5px 0;
    font-size: 36px;
    padding-left: 73px;
    width: 300px;
    margin: 0 auto 30px;
  }

  .ok-page {
    background: #fff;
  }
}
@media screen and (max-width: 424px) {
  .slider .item {
    height: 280px;
  }

  .forms-block p {
    font-size: 20px;
    line-height: 25px;
  }

  .forms-block {
    padding: 20px 5px 23px;
  }

  .forms-block .lead_crm_inline_btn input, .forms-block .lead_crm_inline input {
    width: 100%;
  }

  .screen-3 div.scr-3-inside ul li, .screen-5 div.scr-5-inside ul li {
    padding: 148px 0 0;
    background-position: top center !important;
  }

  .screen-3 div.scr-3-inside ul li p, .screen-5 div.scr-5-inside ul li p {
    text-align: center;
  }

  .screen-3 div.scr-3-inside ul li span, .screen-5 div.scr-5-inside ul li span {
    text-align: justify;
  }

  .advantag ul {
    padding-left: 35px;
  }

  .call-us a {
    font-size: 27px;
  }
}
