@charset "utf-8";
@import url("customer-style.css");
/* CSS Document */
@font-face {
    font-family: 'PF Regular';
    font-display: auto;
    src: url('../fonts/pfdintextcondpro-regular-webfont.eot');
    src: url('../fonts/pfdintextcondpro-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextcondpro-regular-webfont.woff2') format('woff2'),
         url('../fonts/pfdintextcondpro-regular-webfont.woff') format('woff'),
         url('../fonts/pfdintextcondpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PF Light';
    font-display: auto;
    src: url('../fonts/pfdintextcondpro-light-webfont.eot');
    src: url('../fonts/pfdintextcondpro-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextcondpro-light-webfont.woff2') format('woff2'),
         url('../fonts/pfdintextcondpro-light-webfont.woff') format('woff'),
         url('../fonts/pfdintextcondpro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PF Medium';
    font-display: auto;
    src: url('../fonts/pfdintextcondpro-medium-webfont.eot');
    src: url('../fonts/pfdintextcondpro-medium-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextcondpro-medium-webfont.woff2') format('woff2'),
         url('../fonts/pfdintextcondpro-medium-webfont.woff') format('woff'),
         url('../fonts/pfdintextcondpro-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PF Bold';
    font-display: auto;
    src: url('../fonts/pfdintextcondpro-bold-webfont.eot');
    src: url('../fonts/pfdintextcondpro-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextcondpro-bold-webfont.woff2') format('woff2'),
         url('../fonts/pfdintextcondpro-bold-webfont.woff') format('woff'),
         url('../fonts/pfdintextcondpro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PF Thin';
    font-display: auto;
    src: url('../fonts/pfdintextcondpro-thin-webfont.eot');
    src: url('../fonts/pfdintextcondpro-thin-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextcondpro-thin-webfont.woff2') format('woff2'),
         url('../fonts/pfdintextcondpro-thin-webfont.woff') format('woff'),
         url('../fonts/pfdintextcondpro-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PF Extra Thin';
    font-display: auto;
    src: url('../fonts/pfdintextcondpro-xthin-webfont.eot');
    src: url('../fonts/pfdintextcondpro-xthin-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextcondpro-xthin-webfont.woff2') format('woff2'),
         url('../fonts/pfdintextcondpro-xthin-webfont.woff') format('woff'),
         url('../fonts/pfdintextcondpro-xthin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html { background-color: #fff; }
body { background-color: #fff;
 }
body#shadow.shadow:after {
    content: "";
	position: fixed;
	z-index: 100;
	top:0;bottom: 0;left:0;right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.clear { display: block; clear: both; height: 0; }
.left { float: left; }
.right { float: right; }
.hidden { display: none; }
.inner { width: 100%; min-width: 320px; max-width: 1200px; margin: 0 auto; }
.text-center{text-align: center;}
#container {
    width: 100%;
    margin: 0 auto;
    font: 18px 'PF Regular', sans-serif;
    font-weight: 400;
    color: #393939;
    overflow: hidden;
    transform-origin: right 300px;
    transform: none;
    transition: transform .5s ease;
}
#container.scale {
    transform: scale(.5) translateX(-10%);    
}
#container a { cursor:pointer; }
#container img { vertical-align:bottom; }

#top { height: 110px; background: url(../img/bg-top.jpg) center top no-repeat; color: #fff; overflow: hidden;}
#top .inner { position: relative; }

#top .logo { display: inline-block; position: absolute; left: 50%; top: 10px; width: 120px; margin-left: -60px; padding-top: 60px; background: url(../img/logo.png) center top no-repeat; font-family: 'PF Medium'; font-size: 29px; text-transform: uppercase; text-decoration: none; text-align: center; color: #fff; } 
#top .left{ padding-top: 40px; font-family: 'PF Light'; font-size: 29px; letter-spacing: 3px; }
#top .left-image { margin-top: -55px; padding-left: 260px; }
@media screen and (max-width: 768px) { #top .left-image { padding-top: 60px; padding-left: 12px; } }
#top .right p { padding: 8px 16px; /*background: url(../img/bg-top-right.png) repeat;*/ font-family: 'PF Light'; font-size: 20px; }
#top .right p b { font-family: 'PF Medium'; font-weight: normal; }
#top .right .phone { margin-left: 4px; padding: 4px 0 0 30px; /*background: url(../img/bg-top-phone.png) left center no-repeat;*/ font-family: 'PF Medium'; font-size: 33px; line-height: 33px; font-weight: normal; color: #e13d43; }
@media screen and (max-width: 480px) { #top .right .phone { display: block; padding: 5px 15px 0;} }

#header { position: relative; max-width: 1600px; height: 732px; margin: 0 auto; background: url(../img/bg-header.jpg) center top no-repeat; }
#header .inner { padding-top: 20px; text-align: center; color: #393939; }
#header .caption { display: inline-block; width: 401px; height: 51px; margin-bottom: 20px; background: url(../img/bg-header-caption.png) center no-repeat; background-size: contain; }
#header .title { padding-bottom: 12px; font-size: 62px; text-transform: uppercase; text-shadow: 0 1px 2px rgba(249, 1, 51, 0.2); }
#header .title b { font-family: 'PF Bold'; font-weight: normal; }
#header .consult { padding: 120px 0 50px; background: url(../img/bg-header-consult.png) center top no-repeat; font-family: 'PF Light'; font-size: 42px; text-transform: uppercase; }
#header .consult span { padding-left: 130px; background: url(../img/bg-header-consult-span.png) left center no-repeat; }
#header .consult span span { padding-left: 0; padding-right: 130px; background-position: right center; }

#header .consult2 { padding: 0px 0 80px; center top no-repeat; font-family: 'PF Light'; font-size: 42px; text-transform: uppercase; }
#header .consult2 span { padding-left: 130px; background: url(../img/bg-header-consult-span.png) left center no-repeat; }
#header .consult2 span span { padding-left: 0; padding-right: 130px; background-position: right center; }
#header .consult3 { padding: 0px 0 80px; center top no-repeat; font-family: 'PF Light'; font-size: 22px; text-transform: uppercase; margin-top: -70px; }
#header form { position: relative; width: 530px; margin: 0 auto; padding: 150px 0px;}
#header form p { padding-top: 40px; font-family: 'PF Light'; font-size: 25px; line-height: 1.6em; }
#header form .group { display: inline-block; vertical-align: top; position: relative; width: 230px; }
#header form input { display: inline-block; vertical-align: top; width: 230px; height: 58px; margin-right: 20px; box-sizing: border-box; border: 2px solid #cdd2cb; border-radius: 29px; background: url(../img/bg-header-form-input.png) repeat; font-family: 'PF Thin'; font-size: 30px; text-align: center; color: #fff; }
#header form div.error { display: none; position: absolute; left: 20px; margin-top: 6px; padding: 6px 12px; background-color: #f90133; font-family: 'PF Light'; font-size: 20px; }
#header form input.error { border: 2px solid #c1063f; }
#header form input.error + div.error { display: block; }
#header form button { display: inline-block; vertical-align: top; width: 230px; height: 58px; margin-left: 20px; box-sizing: border-box; border: none; border-radius: 29px; background: #f90133; background: -moz-linear-gradient(top, #f90133 0%, #c30133 89%, #f20033 100%); background: -webkit-linear-gradient(top, #f90133 0%,#c30133 89%,#f20033 100%); background: linear-gradient(to bottom, #f90133 0%,#c30133 89%,#f20033 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90133', endColorstr='#f20033',GradientType=0 ); font-family: 'PF Medium'; font-size: 21px; text-transform: uppercase; text-align: center; color: #fff; cursor: pointer; }
#header .ribbon { position: absolute; left: 0; bottom: -11px; width: 234px; height: 161px; background: url(../img/bg-header-ribbon.png) no-repeat; }
#header .ribbon p { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); -ms-transform-origin: 25% 20%; -webkit-transform-origin: 25% 20%; transform-origin: 25% 20%; font-family: 'PF Light'; font-size: 25px; line-height: 2em; }
#header .ribbon p b { font-family: 'PF Medium'; font-weight: normal; }
@media screen and (min-width: 1366px) { 
    #top, #header, #block-2, #block-16 {
        background-size: cover !important;
    } 
    #header.inner, #wrapper .inner, .block-news, #block-5 .inner, #block-12a .inner {
        max-width: unset;
    }
    #block-12a .inner {
        width: 90%;
    }
}
#wrapper { }

nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
nav a {text-decoration: none;}
nav li {
    display: inline;
    margin-right: -4px;
}

.top-menu {
    width: 100%;
    /* max-width: 1600px; */
    margin: 0 auto;
    position: relative;
    background: #f90133;    
    box-shadow: 
    inset 1px 0 0 rgba(255,255,255,.1), 
    inset -1px 0 0 rgba(255,255,255,.1), 
    inset 150px 0 150px -150px rgba(255,255,255,.12), 
    inset -150px 0 150px -150px rgba(255,255,255,.12);
    z-index: 100;
}
.top-menu__mob {
    display: none;
    padding-right: 50px;
    flex-direction: row;
    justify-content: space-between;

}
.top-menu__mob-logo {
    padding-top: 50px;
    background: url(../img/logo.png) center 2px no-repeat;
    background-size: 80%;
    font-family: 'PF Medium';
    font-size: 22px;
    margin: 5px 10px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
}
.top-menu__mob-text {
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding-left: 10px;
    padding-bottom: 5px;
}
.top-menu__mob-tel {
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
}
.top-menu__mob-tel span {
    color: #fff;
}
/* .top-menu__label {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'PF Bold';
    color: white;
    text-transform: uppercase;
} */

@media screen and (max-width: 680px) {
    .top-menu__mob {
        display: flex;
    }
}
.top-menu:before,
.top-menu:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 3px;
}
.top-menu:before {
  top: 0;
  border-bottom: 1px dashed rgba(255,255,255,.2);
}
.top-menu:after {
  bottom: 0;
  border-top: 1px dashed rgba(255,255,255,.2);
  
}

.top-menu--fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  
}
.menu-main {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.menu-main:before, 
.menu-main:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 0;
  top: 8px;
  border-top: 18px solid #f90133;
  border-bottom: 18px solid #f90133;
  transform: rotate(360deg);
  z-index: -1;
}
.menu-main:before {
  left: -30px;
  border-left: 12px solid rgba(255, 255, 255, 0);
}
.menu-main:after {
  right: -30px;
  border-right: 12px solid rgba(255, 255, 255, 0);
}
.menu-main li {
  display: inline-block;
  margin-right: -4px;
}
.menu-main a {
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  font-family: 'PF Bold';
  color: white;
  transition: .3s linear;
}
.menu-main a.current,
.menu-main a:hover {background: rgba(0,0,0,.2);}
@media (max-width: 680px) {
.top-menu {margin: 0;}
.menu-main li {
  display: block;
  margin-right: 0;
}
.menu-main:before, 
.menu-main:after {content: none;}
.menu-main a {display: block;}
}

#block-1 { padding: 10px 0 30px; text-align: center; }
#block-1 .element { display: inline-block; vertical-align: top; max-width: 400px; padding: 0 20px; }
#block-1 .element b { font-family: 'PF Bold'; font-size: 104px; font-weight: normal; color: #fe0032; }
#block-1 .element p { min-height: 80px; padding-left: 80px; background-position: left 10px; background-repeat: no-repeat; font-family: 'PF Light'; font-size: 25px; text-align: left; }
#block-1 .element p span { font-family: 'PF Extra Thin'; }
#block-1 .element.ico-1 p { background-image: url(../img/ico-block-1-1.png); }
#block-1 .element.ico-2 p { padding-top: 16px; background-image: url(../img/ico-block-1-2.png); }
#block-1 .element.ico-3 p { padding-top: 16px; background-image: url(../img/ico-block-1-3.png); }

#block-2 { height: 940px; background: url(../img/bg-block-2.jpg) center top no-repeat; }
#block-2 .inner { padding-top: 40px; }
#block-2 .title { padding-bottom: 20px; font-family: 'PF Medium'; font-size: 62px; text-transform: uppercase; text-align: center; color: #1c1c1c; }
#block-2 .subtitle { padding-bottom: 20px; font-family: 'PF Thin'; font-weight: bold; font-size: 30px; text-align: center; color: #f90133; }
#block-2 .black { padding: 40px; border-radius: 80px 80px 0 0; background: url(../img/bg-block-2-black.png) repeat; font-family: 'PF Thin'; font-size: 25px; text-align: center; color: #fff; }
#block-2 .black .title { font-size: 50px; text-transform: none; color: #fff; }
#block-2 .black ul { display: inline-block; vertical-align: top; width: 33%; padding-bottom: 10px; text-align: left; }
#block-2 .black ul li { margin-bottom: 16px; padding: 12px 0 10px 80px; background-position: left center; background-repeat: no-repeat; }
#block-2 .black a {text-decoration: none; color: #fff; }
#block-2 .black ul li.ico-1 { background-image: url(../img/ico-block-2-1.png); }
#block-2 .black ul li.ico-2 { background-image: url(../img/ico-block-2-2.png); }
#block-2 .black ul li.ico-3 { background-image: url(../img/ico-block-2-3.png); }
#block-2 .black ul li.ico-4 { background-image: url(../img/ico-block-2-4.png); }
#block-2 .black ul li.ico-5 { background-image: url(../img/ico-block-2-5.png); }
#block-2 .black ul li.ico-6 { background-image: url(../img/ico-block-2-6.png); }
#block-2 .black ul li.ico-7 { background-image: url(../img/ico-block-2-7.png); }
#block-2 .black ul li.ico-8 { background-image: url(../img/ico-block-2-8.png); }
#block-2 .black ul li.ico-9 { background-image: url(../img/ico-block-2-9.png); }
#block-2 .black ul li.ico-10 { background-image: url(../img/ico-block-2-10.png); }
#block-2 .black p.shifted { padding: 0 0 30px 80px; text-align: left; }
#block-2 .black .element { display: inline-block; vertical-align: top; width: 33%; text-align: center; }
#block-2 .black .element img { margin: 15px 0; border: 5px solid #fff; }
#block-2 .black .element p { max-width: 270px; margin: 0 auto; font-size: 20px; }

#block-3 { min-height: 618px; padding-top: 90px; background: url(../img/bg-block-3.png) center bottom no-repeat; }
#block-3 .inner { position: relative; box-sizing: border-box; }
#block-3 .title { font-family: 'PF Extra Thin'; font-size: 50px; line-height: 1.2em; color: #323035; }
#block-3 .title b { font-family: 'PF Medium'; font-size: 75px; font-weight: normal; color: #fe0032; }
#block-3 .element { position: absolute; max-width: 300px; padding-top: 120px; background-position: 60px top; background-repeat: no-repeat; color: #fff; }
#block-3 .element.ico-1 { left: 0; top: 360px; background-image: url(../img/ico-block-3-1.png); }
#block-3 .element.ico-2 { left: 210px; top: 290px; background-image: url(../img/ico-block-3-2.png); }
#block-3 .element.ico-3 { left: 450px; top: 215px; background-image: url(../img/ico-block-3-3.png); }
#block-3 .element.ico-4 { left: 710px; top: 135px; background-image: url(../img/ico-block-3-4.png); }
#block-3 .element.ico-5 { left: 920px; top: 55px; background-image: url(../img/ico-block-3-5.png); }
#block-3 .element .num { position: absolute; left: -40px; top: 90px; width: 40px; height: 40px; padding-top: 6px; box-sizing: border-box; box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75); border-radius: 100%; background: #fff; font-family: 'PF Medium'; font-size: 25px; text-align: center; color: #ff0033; }
#block-3 .element .title { padding-bottom: 10px; font-family: 'PF Medium'; font-size: 33px; line-height: normal; color: #fff; }
#block-3 .element p { font-family: 'PF Thin'; font-size: 20px; }

#block-4 { min-height: 512px; background-color: #fff; background-size: cover; margin: 0 auto; max-width: 1600px;}
#block-4 .inner { padding: 40px 0; }
#block-4 .title { padding-bottom: 20px; font-family: 'PF Medium'; font-size: 46px; text-transform: uppercase; text-align: center; color: #393939; }
#block-4 .white { min-height: 96px; padding-top: 22px; font-family: 'PF Light'; font-size: 38px; line-height: 1.6em; text-align: center; text-shadow: 2px 4px 1px rgba(0, 0, 0, 0.19); color: #4b4b48; }
#block-4 .white b { font-family: 'PF Medium'; font-weight: normal; text-shadow: none; }
#block-4 .white2 { min-height: 160px; padding: 42px; font-family: 'PF Light'; font-size: 29px; line-height: 1.6em; text-shadow: 2px 4px 1px rgba(0, 0, 0, 0.19); color: #4b4b48; }
@media screen and (max-width: 420px) {
    #block-4 .white2 {
        background-size: cover;
        padding-bottom: 18px;
    }
}

#block-4 .white2 b { font-family: 'PF Medium'; font-weight: normal; text-shadow: none; }
#block-4 .curve { padding-top: 60px; background: url(../img/bg-block-4-curve.png) center 40px no-repeat; }
#block-4 .element { display: inline-block; vertical-align: top; max-width: 240px; padding: 0 80px 0 20px; font-family: 'PF Light'; font-size: 25px; color: #1c1c1c; }
#block-4 .element .num { width: 70px; height: 70px; margin: 0 auto 10px; padding-top: 10px; box-sizing: border-box; border-radius: 100%; background: url(../img/bg-block-4-num.png) repeat; font-family: 'PF Medium'; font-size: 29px; text-align: center; color: #fff; }
#block-4 .element .num span { display: block; width: 50px; height: 50px; margin: 0 auto; padding-top: 8px; box-sizing: border-box; border-radius: 100%; background-color: #ff0033; }
#block-4 .element:nth-of-type(4) { padding-right: 0; }
#block-4 .block-4__btn {
    text-align: center;
}
#block-4 button.popup {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 10px 30px;
    box-sizing: border-box;
    border: none;
    border-radius: 29px;
    background: #f90133;
    background: -moz-linear-gradient(top, #f90133 0%, #c30133 89%, #f20033 100%);
    background: -webkit-linear-gradient(top, #f90133 0%,#c30133 89%,#f20033 100%);
    background: linear-gradient(to bottom, #f90133 0%,#c30133 89%,#f20033 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90133', endColorstr='#f20033',GradientType=0 );
    font-family: 'PF Light';
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

#block-4 .button-link {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 10px 30px;
    box-sizing: border-box;
    border: none;
    border-radius: 29px;
    background: #f90133;
    background: -moz-linear-gradient(top, #f90133 0%, #c30133 89%, #f20033 100%);
    background: -webkit-linear-gradient(top, #f90133 0%,#c30133 89%,#f20033 100%);
    background: linear-gradient(to bottom, #f90133 0%,#c30133 89%,#f20033 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90133', endColorstr='#f20033',GradientType=0 );
    font-family: 'PF Light';
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

#block-5 { text-align: center; }
#block-5 .inner { position: relative; padding-top: 75px; }
#block-5 .badge { position: absolute; left: 50%; top: -40px; width: 170px; height: 170px; margin-left: -80px; background: url(../img/bg-block-5-badge.png) no-repeat; }
#block-5 .title { padding-bottom: 60px; font-family: 'PF Bold'; font-size: 62px; }
#block-5 .element { display: inline-block; vertical-align: top; max-width: 23%; padding: 90px .5% 40px; background-position: center top; background-repeat: no-repeat; }
#block-5 .element.ico-1 { background-image: url(../img/ico-block-5-1.png); }
#block-5 .element.ico-2 { background-image: url(../img/ico-block-5-2.png); }
#block-5 .element.ico-3 { background-image: url(../img/ico-block-5-3.png); }
#block-5 .element.ico-4 { background-image: url(../img/ico-block-5-4.png); }
#block-5 .element.ico-5 { background-image: url(../img/ico-block-5-5.png); }
#block-5 .element.ico-6 { background-image: url(../img/ico-block-5-6.png); }
#block-5 .element.ico-7 { background-image: url(../img/ico-block-5-7.png); }
#block-5 .element.ico-8 { background-image: url(../img/ico-block-5-8.png); }
#block-5 .element .title { padding-bottom: 10px; font-family: 'PF Medium'; font-size: 25px; }
#block-5 .element p { font-family: 'PF Light'; font-size: 18px; text-align: left; }

#stripe-1 { height: 90px; background: url(../img/bg-stripe-1.png) center repeat-y; }
#stripe-1 .inner { position: relative; font-family: 'PF Medium'; font-size: 54px; color: #fff; }
#stripe-1 .inner b { display: inline-block; vertical-align: middle; width: 120px; height: 120px; margin-top: -14px; padding-top: 32px; box-sizing: border-box; box-shadow: 8px 9px 0 0 rgba(0, 0, 0, 0.12); border-radius: 100%; background-color: #fff; font-family: 'PF Bold'; font-size: 45px; font-weight: normal; text-align: center; color: #ff0033; }
#stripe-1 .logo { display: inline-block; position: absolute; right: -120px; top: 0; width: 120px; height: 90px; padding-top: 65px; box-sizing: border-box; background: #fff url(../img/logo.png) center 5px no-repeat; font-family: 'PF Thin'; font-size: 20px; text-transform: uppercase; text-decoration: none; text-align: center; color: #2a2a2a; }

#block-6 { padding: 40px 0; background: url(../img/bg-block-6.png) repeat; text-align: center; }
#block-6 .title { padding-bottom: 40px; font-family: 'PF Medium'; font-size: 62px; }
#block-6 a { display: inline-block; vertical-align: top; width: 254px; height: 170px; margin: 10px; box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.12); }
#block-6 a img { width: 254px; height: 170px; }
#block-6 .column { display: inline-block; vertical-align: top; float: none; width: 40%; margin-top: 40px; padding-left: 90px; box-sizing: border-box; background-position: left 2px; background-repeat: no-repeat; text-align: left; }
#block-6 .column.left { margin-right: 50px; background-image: url(../img/bg-block-6-column-1.png); }
#block-6 .column.right { margin-left: 50px; background-image: url(../img/bg-block-6-column-2.png); }
#block-6 .column .title { font-family: 'PF Extra Thin'; font-size: 32px; line-height: 1.2em; color: #323035; }
#block-6 .column .title b { font-family: 'PF Medium'; font-weight: normal; color: #fe0032; }
#block-6 .column p { font-family: 'PF Light'; font-size: 18px; line-height: 1.6em; }

#block-7 { padding: 40px 0 20px; text-align: center; }
#block-7 .title { padding-bottom: 50px; font-family: 'PF Medium'; font-size: 62px; }
#block-7 .element { display: inline-block; vertical-align: top; width: 24%; padding-bottom: 40px; }
#block-7 .element img { margin-bottom: 10px; border-radius: 60px; }
#block-7 .element .name { padding-bottom: 10px; font-family: 'PF Medium'; font-size: 26px; line-height: 1em; }
#block-7 .element p { font-family: 'PF Light'; font-size: 22px; }

#block-8 { min-height: 620px; padding-top: 40px; box-sizing: border-box; background: url(../img/bg-block-8.jpg) center top no-repeat; color: #fff; }
#block-8 .title { padding-bottom: 40px; font-family: 'PF Medium'; font-size: 54px; text-align: center; }
#block-8 .black { min-height: 438px; padding-top: 40px; box-sizing: border-box; background: url(../img/bg-block-8-black.png) center top no-repeat; }
#block-8 .black ul { display: inline-block; vertical-align: top; margin-left: 20px; font-family: 'PF Medium'; font-size: 23px; }
#block-8 .black ul:nth-of-type(1) { width: 29%; }
#block-8 .black ul:nth-of-type(2) { width: 34%; }
#block-8 .black ul:nth-of-type(3) { width: 29%; }
#block-8 .black ul li { margin-bottom: 26px; padding: 16px 0 16px 80px; background-position: left center; background-repeat: no-repeat; }
#block-8 .black ul li.ico-1 { background-image: url(../img/ico-block-8-1.png); }
#block-8 .black ul li.ico-2 { background-image: url(../img/ico-block-8-2.png); }
#block-8 .black ul li.ico-3 { background-image: url(../img/ico-block-8-3.png); }
#block-8 .black ul li.ico-4 { background-image: url(../img/ico-block-8-4.png); }
#block-8 .black ul li.ico-5 { background-image: url(../img/ico-block-8-5.png); }
#block-8 .black ul li.ico-6 { background-image: url(../img/ico-block-8-6.png); }
#block-8 .black ul li.ico-7 { background-image: url(../img/ico-block-8-7.png); }
#block-8 .black ul li.ico-8 { background-image: url(../img/ico-block-8-8.png); }
#block-8 .black ul li.ico-9 { background-image: url(../img/ico-block-8-9.png); }
#block-8 .black ul li.ico-10 { background-image: url(../img/ico-block-8-10.png); }
#block-8 .black ul li.ico-11 { background-image: url(../img/ico-block-8-11.png); }
#block-8 .black ul li.ico-12 { background-image: url(../img/ico-block-8-12.png); }

#stripe-2 { height: 90px; background: url(../img/bg-stripe-2.png) center repeat-y; text-align: right; }
#stripe-2 .inner { position: relative; font-family: 'PF Medium'; font-size: 54px; color: #fff; }
#stripe-2 .inner b { display: inline-block; vertical-align: middle; width: 120px; height: 120px; margin-top: -14px; padding-top: 32px; box-sizing: border-box; box-shadow: 8px 9px 0 0 rgba(0, 0, 0, 0.12); border-radius: 100%; background-color: #fff; font-family: 'PF Bold'; font-size: 45px; font-weight: normal; text-align: center; color: #ff0033; }
#stripe-2 .logo { display: inline-block; position: absolute; left: -120px; top: 0; width: 120px; height: 90px; padding-top: 65px; box-sizing: border-box; background: #fff url(../img/logo.png) center 5px no-repeat; font-family: 'PF Thin'; font-size: 20px; text-transform: uppercase; text-decoration: none; text-align: center; color: #2a2a2a; }

#block-9 { padding: 50px 0; }
#block-9 img { float: right; }
#block-9 .title { position: relative; top: -20px; padding-left: 80px; font-family: 'PF Bold'; font-size: 45px; color: #434242; }
#block-9 .title b { font-size: 50px; font-weight: normal; color: #c1063f; }
#block-9 ul { font-family: 'PF Light'; font-size: 25px; color: #000; }
#block-9 ul li { margin-bottom: 16px; padding: 16px 0 16px 80px; background-position: left center; background-repeat: no-repeat; }
#block-9 ul li.ico-1 { background-image: url(../img/ico-block-9-1.png); }
#block-9 ul li.ico-2 { background-image: url(../img/ico-block-9-2.png); }
#block-9 ul li.ico-3 { background-image: url(../img/ico-block-9-3.png); }

#block-10 { padding-bottom: 40px; }
#block-10 .title { padding-bottom: 60px; font-family: 'PF Thin'; font-size: 54px; text-align: center; color: #000; }
#block-10 .title b { font-family: 'PF Medium'; font-weight: normal; }
#block-10 .element { display: inline-block; vertical-align: top; position: relative; width: 32%; margin-right: 1%; padding-left: 130px; box-sizing: border-box; }
#block-10 .element img { position: absolute; left: 0; top: 0; border-radius: 100%; box-shadow: 3px 6px 0 0 rgba(0, 0, 0, 0.1); }
#block-10 .element .title { padding-bottom: 6px; font-family: 'PF Medium'; font-size: 26px; line-height: 1.2em; text-align: left; color: #323035; }
#block-10 .element p { font-family: 'PF Light'; font-size: 18px; line-height: 1.6em; }

#block-11 { padding-top: 40px; background: url(../img/bg-block-11.png) repeat; text-align: center; }
#block-11 .title { padding-bottom: 50px; font-family: 'PF Medium'; font-size: 54px; text-align: center; color: #000; }
#block-11 .element { display: inline-block; vertical-align: top; position: relative; width: 24%; padding: 0 2% 40px; box-sizing: border-box; text-align: center; }
#block-11 .element img { margin-bottom: 20px; box-shadow: 8px 9px 0 0 rgba(0, 0, 0, 0.07); border-radius: 100%; }
#block-11 .element p { font-family: 'PF Regular'; font-size: 20px; line-height: 1.4em; }

#block-12 { padding: 40px 0 20px; background: url(../img/bg-block-12.png) top repeat-x; }
#block-12 .title { padding-bottom: 50px; font-family: 'PF Medium'; font-size: 54px; text-align: center; color: #000; }
#block-12 .padder { min-height: 400px; padding: 70px 0 0 60%; box-sizing: border-box; background: url(../img/bg-block-12-padder.png) left center no-repeat; }
#block-12 .padder p { font-family: 'PF Light'; font-size: 24px; line-height: 1.4em; }
#block-12 .padder .phone { padding: 20px 0; font-family: 'PF Bold'; font-size: 50px; color: #000; }
#block-12 button { display: inline-block; vertical-align: top; margin: 0; padding: 10px 30px; box-sizing: border-box; border: none; border-radius: 29px; background: #f90133; background: -moz-linear-gradient(top, #f90133 0%, #c30133 89%, #f20033 100%); background: -webkit-linear-gradient(top, #f90133 0%,#c30133 89%,#f20033 100%); background: linear-gradient(to bottom, #f90133 0%,#c30133 89%,#f20033 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90133', endColorstr='#f20033',GradientType=0 ); font-family: 'PF Light'; font-size: 21px; letter-spacing: 1px; text-align: center; color: #fff; cursor: pointer; }

#block-12a { padding: 40px 0 20px; top repeat-x; }
#block-12a .left { padding-left: 10px; }
#block-12a .title { padding-bottom: 50px; font-family: 'PF Medium'; font-size: 54px; text-align: center; color: #000; }
#block-12a .padder { min-height: 400px; padding: 70px 0 0 60%; box-sizing: border-box; left center no-repeat; }
#block-12a .padder p { font-family: 'PF Light'; font-size: 24px; line-height: 1.4em; }
#block-12a .padder .phone { padding: 20px 0; font-family: 'PF Bold'; font-size: 50px; color: #000; }
#block-12a button { display: inline-block; vertical-align: top; margin: 0; padding: 10px 30px; box-sizing: border-box; border: none; border-radius: 29px; background: #f90133; background: -moz-linear-gradient(top, #f90133 0%, #c30133 89%, #f20033 100%); background: -webkit-linear-gradient(top, #f90133 0%,#c30133 89%,#f20033 100%); background: linear-gradient(to bottom, #f90133 0%,#c30133 89%,#f20033 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90133', endColorstr='#f20033',GradientType=0 ); font-family: 'PF Light'; font-size: 21px; letter-spacing: 1px; text-align: center; color: #fff; cursor: pointer; }

#block-13 { background: url(../img/bg-block-13.png) repeat; padding-right:20px; }
#block-13 .bg { height: 530px; background: url(../img/bg-block-13.jpg) right center no-repeat; }
#block-13 .padder { max-width: 600px; padding-top: 15px; }
#block-13 .padder .title { padding-bottom: 15px; text-shadow: 1px 1px 1px rgba(255, 255, 255, 1); font-family: 'PF Medium'; font-size: 54px; }
#block-13 .padder ul { text-shadow: 1px 1px 1px rgba(255, 255, 255, 1); font-family: 'PF Light'; font-size: 23px; }
#block-13 .padder ul li { padding-left: 100px; box-sizing: border-box; background-position: left center; background-repeat: no-repeat; }
#block-13 .padder ul li.ico-1 { height: 80px; padding-top: 26px; background-image: url(../img/ico-block-13-1.png); }
#block-13 .padder ul li.ico-2 { height: 67px; padding-top: 20px; background-image: url(../img/ico-block-13-2.png); }
#block-13 .padder ul li.ico-3 { height: 72px; padding-top: 24px; background-image: url(../img/ico-block-13-3.png); }
#block-13 .padder ul li.ico-4 { height: 70px; padding-top: 23px; background-image: url(../img/ico-block-13-4.png); }
#block-13 .padder ul li.ico-5 { height: 76px; padding-top: 26px; background-image: url(../img/ico-block-13-5.png); }
#block-13 .padder ul li.ico-6 { height: 73px; padding-top: 23px; background-image: url(../img/ico-block-13-6.png); }

#block-14 .padder { float: left; min-width: 600px; padding: 20px 0; text-align: center; }
#block-14 .padder img { border-radius: 100%; border: 18px solid #ededed; }
#block-14 .title { padding: 50px 0 40px; font-family: 'PF Medium'; font-size: 29px; }
#block-14 p { padding-bottom: 40px; font-family: 'PF Light'; font-size: 21px; line-height: 1.6em; }
#block-14 button { display: inline-block; vertical-align: top; margin: 0; padding: 10px 30px; box-sizing: border-box; border: none; border-radius: 29px; background: #f90133; background: -moz-linear-gradient(top, #f90133 0%, #c30133 89%, #f20033 100%); background: -webkit-linear-gradient(top, #f90133 0%,#c30133 89%,#f20033 100%); background: linear-gradient(to bottom, #f90133 0%,#c30133 89%,#f20033 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90133', endColorstr='#f20033',GradientType=0 ); font-family: 'PF Light'; font-size: 21px; letter-spacing: 1px; text-align: center; color: #fff; cursor: pointer; }

#block-15 { background: url(../img/bg-block-15.png) repeat; }
#block-15 .bg { height: 450px; background: url(../img/bg-block-15.jpg) right center no-repeat; }
#block-15 .padder { max-width: 600px; padding-top: 15px; }
#block-15 .padder .title { padding-bottom: 15px; text-shadow: 1px 1px 1px rgba(255, 255, 255, 1); font-family: 'PF Medium'; font-size: 41px; line-height: 1.2em; }
#block-15 .padder ul { text-shadow: 1px 1px 1px rgba(255, 255, 255, 1); font-family: 'PF Light'; font-size: 19px; }
#block-15 .padder ul li { height: 58px; margin-bottom: 20px; padding: 18px 0 0 70px; box-sizing: border-box; background-position: left center; background-repeat: no-repeat; }
#block-15 .padder ul li.ico-1 { background-image: url(../img/ico-block-15-1.png); }
#block-15 .padder ul li.ico-2 { background-image: url(../img/ico-block-15-2.png); }
#block-15 .padder ul li.ico-3 { background-image: url(../img/ico-block-15-3.png); }
#block-15 .padder ul li.ico-4 { background-image: url(../img/ico-block-15-4.png); }

#block-16 { background: url(../img/bg-block-16.jpg) center top no-repeat; padding-bottom: 50px;}
#block-16 .title { padding: 50px 0 180px; background: rgba(255, 255, 255, 0.5); font-family: 'PF Bold'; font-size: 42px; text-align: center; color: #fff; }
#block-16 .title b { padding: 6px 16px; background-color: #fff; font-weight: normal; color: #e30f39; }
#block-16 .blue { padding: 30px 15px 0px; box-shadow: 13px 16px 0 0 rgba(0, 0, 0, 0.07); border: 5px solid #d5d5d5; border-radius: 20px; background: url(../img/bg-block-16-blue.png) repeat; }
#block-16 .blue ul { display: inline-block; vertical-align: top; width: 33%; padding: 0 20px; box-sizing: border-box; }
#block-16 .blue ul li { margin-bottom: 20px; padding: 5px 0 5px 50px; background: url(../img/ico-block-16.png) left top no-repeat; font-size: 21px; color: #fff; }

#block-17 { padding: 40px 0; text-align: center; }
#block-17 .title { padding-bottom: 50px; font-family: 'PF Light'; font-size: 36px; text-align: center; color: #000; }
#block-17 .element { display: inline-block; vertical-align: top; width: 33%; padding: 0 20px 40px 152px; box-sizing: border-box; background-position: left top; background-repeat: no-repeat; font-family: 'PF Light'; font-size: 19px; text-align: left; }
#block-17 .element.ico-1 { background-image: url(../img/ico-block-17-1.png); }
#block-17 .element.ico-2 { background-image: url(../img/ico-block-17-2.png); }
#block-17 .element.ico-3 { background-image: url(../img/ico-block-17-3.png); }
#block-17 .element button { display: block; margin-top: 10px; padding: 4px 26px; border: 1px solid #d0d0d0; background: #f90133; font-size: 19px; color: #fff; }
#block-17 .blue { max-width: 900px; margin: 0 auto 20px; padding: 80px 0 20px; box-shadow: 7px 9px 0 0 rgba(0, 0, 0, 0.05); background: #d9edf7 url(../img/bg-block-17-blue.png) center 20px no-repeat; font-family: 'PF Medium'; font-size: 33px; }
#block-17 .blue b { font-weight: normal; color: #e40136; }
#block-17 button { display: inline-block; vertical-align: top; margin: 0; padding: 10px 30px; box-sizing: border-box; border: none; border-radius: 29px; background: #f90133; background: -moz-linear-gradient(top, #f90133 0%, #c30133 89%, #f20033 100%); background: -webkit-linear-gradient(top, #f90133 0%,#c30133 89%,#f20033 100%); background: linear-gradient(to bottom, #f90133 0%,#c30133 89%,#f20033 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90133', endColorstr='#f20033',GradientType=0 ); font-family: 'PF Light'; font-size: 21px; letter-spacing: 1px; text-align: center; color: #fff; cursor: pointer; }

#block-18 { padding: 40px 0 60px; background: url(../img/bg-block-18.png) repeat; text-align: center; }
#block-18 .inner { padding-top: 80px; background: url(../img/bg-block-18-inner.png) center top no-repeat; }
#block-18 .title { padding-bottom: 20px; font-family: 'PF Medium'; font-size: 54px; color: #000; }
#block-18 .subtitle { padding-bottom: 20px; font-family: 'PF Light'; font-size: 36px; color: #000; }
#block-18 p { font-family: 'PF Light'; font-size: 19px; }

#block-19 { padding: 30px 0 40px; text-align: center; }
#block-19 .blue { max-width: 900px; margin: 0 auto 40px; padding: 20px 0; box-shadow: 7px 9px 0 0 rgba(0, 0, 0, 0.05); border-radius: 30px; background-color: #d9edf7; }
#block-19 .title { padding-bottom: 20px; font-family: 'PF Medium'; font-size: 54px; color: #000; }
#block-19 p { padding-bottom: 20px; font-family: 'PF Extra Thin'; font-size: 30px; color: #000; }
#block-19 .phone { padding-left: 50px; background: url(../img/bg-block-19-phone.png) left center no-repeat; font-family: 'PF Medium'; font-size: 54px; letter-spacing: 2px; color: #e40136; }
@media screen and (max-width: 480px) {
    #block-19 .phone {
        font-size: 40px;
    }
}
#block-19 button { display: inline-block; vertical-align: top; width: 230px; height: 58px; box-sizing: border-box; border: none; border-radius: 29px; background: #f90133; background: -moz-linear-gradient(top, #f90133 0%, #c30133 89%, #f20033 100%); background: -webkit-linear-gradient(top, #f90133 0%,#c30133 89%,#f20033 100%); background: linear-gradient(to bottom, #f90133 0%,#c30133 89%,#f20033 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90133', endColorstr='#f20033',GradientType=0 ); font-family: 'PF Regular'; font-size: 22px; text-transform: uppercase; text-align: center; color: #fff; cursor: pointer; }

#block-20 {
    padding: 70px 0;
}
#block-20 .title { padding-bottom: 20px; font-family: 'PF Medium'; font-size: 52px; text-transform: uppercase; text-align: center; color: #1c1c1c; }

#block-20 .owl-comments {
    width: 78%;
    margin: 0 auto;
}
#block-20 .owl-stage-outer {
    z-index: 5;
}
#block-20 .owl-nav {
    position: absolute;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    left: -50px;
    right: -50px;
    display: flex;
    justify-content: space-between;
    z-index: 4;
}
#block-20 .owl-nav button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    font-size: 60px;
}
#block-20 .owl-nav button.disabled {
    opacity: 0.4;
    cursor: default;
}
#block-20 .owl-nav button.disabled:hover {
    color: #393939;
}
#block-20 .owl-nav button:hover {
    color: #34a2d5;
}

#block-20 .owl-nav button span {
    height: 30px;
    line-height: 30px;
}

#block-20 .comment-item {
    display: flex;
    flex-direction: column;;
    height: 230px;
    width: calc(100% - 1px);
    box-sizing: border-box;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    margin-bottom: 15px;
    overflow-y: auto;
}
#block-20 .comment-item__name {
    padding: 15px 15px 0;
    text-align: center;
}

#block-20 .comment-item__text {
    position: relative;
    padding: 15px;
}

#block-20 .comment-item__text:before,
#block-20 .comment-item__text:after {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    position: absolute;
    font-size: 32px;
    line-height: 0;
}

#block-20 .comment-item__text:before {
    content: '\00AB';
    top: 0;
    left: 0;
}
#block-20 .comment-item__text:after {
    content: '\00BB';
    bottom: 0;
    right: 0;
}

#block-20 .comment-item__foto-link {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

#block-20 .comment-item__foto {
    margin: auto;
}

#block-20 .photo-item {
    display: flex;
    flex-direction: column;;
    height: 190px;
    width: calc(100% - 1px);
    box-sizing: border-box;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    margin-bottom: 15px;
    overflow-y: auto;
}

.footer { padding: 6px 15px; background-color: #33a8d2; text-align: center; }
#footer .logo { display: inline-block; height: 35px; padding: 5px 60px 0 0; box-sizing: border-box; background: url(../img/logo.png) right center no-repeat; background-size: contain; font-family: 'PF Medium'; font-size: 21px; text-transform: uppercase; text-decoration: none; text-align: center; color: #fff; }
.footer .logo2 { display: inline-block; max-height: 35px; padding: 5px 60px 0 0; box-sizing: border-box; font-family: 'PF Medium'; font-size: 10px; text-transform: uppercase; text-decoration: none; text-align: center; color: #fff; }
.footer .logo2:last-child {
    padding-bottom: 10px;
}
#overlay { display: none; position: fixed; z-index: 9050; width: 100%; height: 100%; background: url(../img/bg-overlay.png) repeat; }

#popup { opacity: 1; display: none; position: fixed; z-index: 9100; left: 50%; top: 100%; width: 730px; height: 730px; margin: -265px 0 0 -365px; background: url(../img/bg-popup.jpg) center no-repeat; background-size: cover; }
#popup.fadeInDown { display: block; }
#popup .close { display: block; position: absolute; right: 10px; top: 10px; width: 25px; height: 25px; background: url(../img/bt-popup-close.png) no-repeat; }
#popup .logo { display: inline-block; position: absolute; left: 15%; top: 50%; width: 120px; margin-top: -50px; padding-top: 60px; background: url(../img/logo.png) center top no-repeat; font-family: 'PF Medium'; font-size: 29px; text-transform: uppercase; text-decoration: none; text-align: center; color: #fff; }
#popup .padder { padding: 80px 80px 0 300px; }
#popup .padder p { padding-bottom: 20px; font-family: 'PF Medium'; font-size: 28px; }
#popup form input { display: inline-block; vertical-align: top; width: 100%; max-width: 300px; height: 58px; margin-top: 20px; padding: 0 30px; box-sizing: border-box; box-shadow: inset 2px 2px 0 0 rgba(0, 0, 0, 0.36); border: none; border-radius: 29px; background-color: #fff; font-family: 'PF Light'; font-size: 21px; color: #393939; }
#popup form input[type="checkbox"] { display: inline-block; vertical-align: top; width: auto; max-width: 300px; height: auto; margin-top: 3px; padding: 0 30px; box-sizing: border-box; box-shadow: inset 2px 2px 0 0 rgba(0, 0, 0, 0.36); border: none; border-radius: 29px; background-color: #fff; font-family: 'PF Light'; font-size: 21px; color: #393939; }
.ch_holder{ position:relative;   margin-top: 20px;}
#terms_error{ left: 5px!important;  top: 25px;}

#popup form div.group { position: relative; }
#popup form div.error { display: none; position: absolute; z-index: 9100; left: 30px; margin-top: -6px; padding: 6px 12px; background-color: #f90133; font-family: 'PF Light'; font-size: 20px; color: #fff; }
#popup form input.error { box-shadow: inset 2px 2px 0 0 #c1063f; }
#popup form input.error + div.error { display: block; }
#popup form button { display: inline-block; vertical-align: top; width: 100%; max-width: 300px; height: 58px; margin-top: 40px; box-sizing: border-box; border: none; border-radius: 29px; background: #f90133; background: -moz-linear-gradient(top, #f90133 0%, #c30133 89%, #f20033 100%); background: -webkit-linear-gradient(top, #f90133 0%,#c30133 89%,#f20033 100%); background: linear-gradient(to bottom, #f90133 0%,#c30133 89%,#f20033 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90133', endColorstr='#f20033',GradientType=0 ); font-family: 'PF Medium'; font-size: 21px; text-transform: uppercase; text-align: center; color: #fff; cursor: pointer; }
#popup .after { display: none; padding-top: 142px; }


/* ----- Hover effects are enabled only for Desktop version ----- */
@media screen and (max-width: 1070px) {
    #top .left,
    #top .right .phone {
        font-size: 23px;
    }
}
@media screen and (min-width: 1024px) {

    #header form button:hover { opacity: .9; }

    #block-12 button:hover { opacity: .9; }

    #block-14 button:hover { opacity: .9; }

    #block-17 button:hover { opacity: .9; }

    #popup .close:hover { opacity: .9; }
    #popup form button:hover { opacity: .9; }

    #popuper button:hover { opacity: .9; }

}

@media screen and (max-width: 1344px) {

    #stripe-1 .logo { display: none; }

    #stripe-2 .logo { display: none; }

}

@media screen and (max-width: 1224px) {

    #top .left { padding-left: 12px; }
    #top .right { padding-right: 12px; }
    
    #block-3 { padding-top: 40px; background: none; }
    #block-3 .inner { padding: 0 20px 20px; }
    #block-3 .title { padding-bottom: 30px; }
    #block-3 .element { position: relative; left: 0 !important; top: 0 !important; max-width: 100%; padding: 0 0 20px 60px; background: none !important; color: #323035; }
    #block-3 .element .num { left: 0; top: 0; }
    #block-3 .element .title { color: #323035; }

    #block-4 .curve { background: none; text-align: center; }
    #block-4 .element { padding: 0 20px; }
    #block-4 .element:nth-of-type(4) { padding-right: 20px; }

    #stripe-1 .inner b { margin-left: 20px; }
    
    #block-8 .black { background: none; }
    #block-8 .black ul { margin: 0 0 20px 20px; }
    #block-8 .black ul:nth-of-type(1) { width: 30%; }
    #block-8 .black ul:nth-of-type(2) { width: 32%; }
    #block-8 .black ul:nth-of-type(3) { width: 30%; }

    #stripe-2 .inner { font-size: 50px; }
    #stripe-2 .inner b { margin-right: 20px; }

    #block-9 img { max-width: 40%; margin-right: 20px; }
    #block-9 ul { padding-left: 20px; }

    #block-13 .padder { padding-left: 20px; }

    #block-15 .padder { padding-left: 20px; }

    #block-16 .blue { margin: 0 20px; }
    
}

@media screen and (max-width: 1124px) {

    #block-2 .black ul { width: 32%; font-size: 20px; }
    #block-2 .black p.shifted { font-size: 20px; }
    #block-2 .black .element { width: 32%; }

    #stripe-1 .inner { font-size: 48px; }

    #stripe-2 .inner { font-size: 44px; }

}

@media screen and (max-width: 1024px) {

    #header .consult { font-size: 36px; }

    #block-4 { background-size: cover; }
    #block-4 .element { width: 45%; max-width: 100%; padding: 0 20px 40px; box-sizing: border-box; }

    #stripe-1 .inner { font-size: 36px; }
    #stripe-1 .inner b { margin-right: 12px; }

    #stripe-2 .inner { font-size: 36px; }
    #stripe-2 .inner b { margin-left: 12px; }

    #block-10 .element { width: 46%; margin: 0 1.5% 40px; }

    #block-11 .element { width: 46%; padding: 0 2% 40px; }

    #block-12 .padder { min-height: 0; padding: 0 20px 20px; background: none; text-align: center; }
    #block-12a .padder { min-height: 0; padding: 0 20px 20px; background: none; text-align: center; }

    #block-13 .bg { height: auto; padding-bottom: 20px; background: none; }
    #block-13 .padder { max-width: 100%; }
    #block-13 .padder .title { text-align: center; }

    #block-15 .bg { height: auto; padding-bottom: 20px; background: none; }
    #block-15 .padder { max-width: 100%; }
    #block-15 .padder .title { text-align: center; }

    #block-14 .padder { min-width: 460px; }

}

@media screen and (max-width: 924px) {

    #top { height: auto; padding-top: 12px; background: #33a8d2; text-align: center; }
    #top .logo { position: static; margin-left: 0; }
    #top .left { float: none; padding: 6px 0 16px 0; }
    #top .right { float: none; padding: 0 0 12px 0; }
    #top .right .phone { margin-left: 0; }

    /* #top .logo { margin-left: -30px; }
    #top .left { padding-top: 30px; font-size: 22px; }
    #top .right p { font-size: 18px; }
    #top .right .phone { margin-left: 14px; } */
    
    #header { height: auto; padding-bottom: 20px; }
    #header .title { font-size: 46px; }
    #header .consult { font-size: 26px; }

    #block-5 .element { max-width: 48%; padding: 90px .5% 40px; }

    #block-6 .column { width: 90%; margin-top: 40px; padding-top: 18px; }
    #block-6 .column.left { margin-right: 0; }
    #block-6 .column.right { margin-left: 0; }

    #block-8 { padding-bottom: 20px; background-size: cover; }
    #block-8 .title { padding-bottom: 10px; }
    #block-8 .black { text-align: center; }
    #block-8 .black ul { display: block; margin: 0 auto 20px; }
    #block-8 .black ul:nth-of-type(1) { width: 300px; }
    #block-8 .black ul:nth-of-type(2) { width: 300px; }
    #block-8 .black ul:nth-of-type(3) { width: 300px; }

    #stripe-2 .inner { font-size: 32px; }

    #block-9 { text-align: center; }
    #block-9 .title { padding-left: 0; }
    #block-9 img { display: none; }
    #block-9 ul { display: inline-block; }
    #block-9 ul li { padding-right: 20px; text-align: left; }

    #block-17 .element { width: 50%; padding-top: 16px; }

    #block-19 .blue { border-radius: 0; }

    #popuper .title { font-size: 30px; }
    #popuper .element { font-size: 18px; }
    #popuper p { font-size: 24px; }

}

@media screen and (max-width: 824px) {
    
    #block-2 { height: auto; background-size: cover; }
    #block-2 .subtitle { font-size: 26px; }
    #block-2 .black { padding-bottom: 20px; }
    #block-2 .black .element { display: block; width: auto; padding-bottom: 20px; }

    #stripe-1 { height: auto; }
    #stripe-1 .inner { padding: 20px 0; text-align: center; }
    #stripe-1 .inner b { display: block; margin: 0 auto 12px; }

    #block-7 .element { width: 48%; }

    #stripe-2 { height: auto; }
    #stripe-2 .inner { padding: 20px 0; text-align: center; }
    #stripe-2 .inner b { display: block; margin: 12px auto 0; }

    #block-14 { padding-bottom: 40px; text-align: center; }
    #block-14 .padder { display: none; }
    #block-14 p { padding: 0 20px 40px; }

    #block-16 { height: auto; padding-bottom: 40px; background-size: cover; }
    #block-16 .title { padding: 40px 0; font-size: 36px; }
    #block-16 .blue { padding: 20px 0 0; }

    #popup { width: auto; left: 10px; right: 10px; margin-left: 0; }
    #popup .logo { left: 5%; }
    #popup .padder { padding-left: 260px; }

}

@media screen and (max-width: 724px) {

    #header .title { font-size: 36px; }
    #header .consult { font-size: 20px; }
    #header .consult span { padding: 0 !important; background: none; }
    #header form { width: auto; padding: 0 10px; }
    #header form p { padding-top: 20px; font-size: 20px; }
    #header form input { margin-right: 10px; }
    #header form button { margin-left: 10px; }
    #header .ribbon { display: none; }

    #block-2 .title { font-size: 50px; }
    #block-2 .subtitle { font-size: 20px; }
    #block-2 .black ul { display: block; width: auto; }

    #block-10 { padding-bottom: 0; }
    #block-10 .element { width: 100%; margin: 0; padding: 0 20px 40px 150px; }
    #block-10 .element img { left: 20px; }

    #block-11 .element { width: 100%; padding: 0 20px 40px; }

    #block-13 .padder ul { font-size: 18px; }

    #block-15 .padder ul { font-size: 18px; }

    #block-16 .blue ul { display: block; width: 100%; }

    #block-17 .element { width: 80%; }

    #popup { height: auto; padding-bottom: 20px; text-align: center; }
    #popup .logo { position: static; margin-top: 20px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); }
    #popup .padder { padding: 20px 20px 0; }
	#popup form .group { max-width: 80%; margin: 0 auto; }
	#popup form input { display: block; max-width: 100%; margin: 20px auto 0; }
    #popup form button { display: block; max-width: 80%; margin: 40px auto 0; }
	#popup .after { padding-top: 0; }

    #popuper .title { font-size: 28px; }
    #popuper .element { width: 40%; }
    #header { background: url(../img/bg-header-mobile.jpg) center top no-repeat; }
    #header .consult2 { font-size: 22px; padding: 20px 0 70px; font-weight: bold; }
    #header .consult3 { font-size: 12px; padding: 0px 0 20px; font-weight: bold; margin-top: 10px}

}

@media screen and (max-width: 524px) {

    #header .caption { width: 100%; }
    #header .title { font-size: 30px; }
    #header .consult { padding: 110px 0 20px; }
	#header form div.error { top: -42px; margin-top: 0; }
    #header form input { display: block; margin: 0 auto 10px; }
    #header form button { display: block; margin: 0 auto 10px; }
    
    #block-1 { padding-bottom: 10px; }
    #block-1 .element b { font-size: 80px; }
    #block-1 .element p { font-size: 20px; }
    #block-1 .element.ico-1 p { padding-top: 12px; }

    #block-2 .black .title { font-size: 32px; }

    #block-3 .inner { padding: 0 10px 20px; }
    #block-3 .title { font-size: 30px; text-align: center; }
    #block-3 .element { padding-left: 50px; }
    #block-3 .element .title { text-align: left; }
    #block-3 .element p { font-size: 18px; }

    #block-4 .white { background: none; font-size: 32px; }
    #block-4 .curve { padding: 0 0 40px; }
    #block-4 .element { width: 100%; padding: 0 10px 20px; }
    #block-4 .element:nth-of-type(4) { padding-right: 10px; }
    
    #block-5 .title { padding-bottom: 30px; font-size: 30px; }
    #block-5 .element { max-width: 100%; padding: 90px 10px 40px; box-sizing: border-box; }

    #block-6 .title { padding-bottom: 30px; font-size: 30px; }
    #block-6 .column { margin-top: 10px; padding-left: 0; background: none !important; }
    #block-6 .column .title { padding-bottom: 10px; }

    #block-7 .title { padding-bottom: 30px; font-size: 30px; }
    #block-7 .element { width: 100%; padding: 0 20px 40px; box-sizing: border-box; }

    #block-8 .title { padding-bottom: 0; font-size: 30px; }
    
    #block-9 .title { font-size: 30px; }
    #block-9 ul li { font-size: 20px; }

    #block-10 .title { font-size: 30px; }
    #block-10 .element .title { font-size: 20px; }

    #block-11 .title { font-size: 30px; }

    #block-12 .title { font-size: 30px; }
    #block-12a .title { font-size: 30px; }

    #block-13 .padder { padding-left: 10px; }
    #block-13 .padder .title { font-size: 30px; }
    #block-13 .padder ul li.ico-1 { padding-top: 20px; }
    #block-13 .padder ul li.ico-2 { padding-top: 16px; }
    #block-13 .padder ul li.ico-3 { padding-top: 18px; }
    #block-13 .padder ul li.ico-4 { padding-top: 18px; }
    #block-13 .padder ul li.ico-5 { padding-top: 18px; }
    #block-13 .padder ul li.ico-6 { padding-top: 16px; }

    #block-15 .padder { padding-left: 10px; }
    #block-15 .padder .title { font-size: 30px; }

    #block-16 .title { padding: 30px 0; font-size: 30px; }

    #block-18 .title { font-size: 30px; }
    #block-18 .subtitle { font-size: 26px; }
    #block-18 p { padding: 0 10px; }

    #block-19 .title { font-size: 30px; }
    #block-19 p { padding-left: 10px; padding-right: 10px; font-size: 22px; }

    #popup .padder p { font-size: 20px; }
	#popup form .group { max-width: 100%; }
    #popup form button { max-width: 100%; }

    #popuper { padding-bottom: 20px; height: auto; }
    #popuper .title { font-size: 24px; }
    #popuper .element { padding: 4px 12px; }
    #popuper p { padding-top: 0; font-size: 18px; }

}

@media screen and (max-width: 424px) {
    
    #header { background: url(../img/bg-header-mobile.jpg) center top no-repeat; }
    #header .consult2 { font-size: 20px; padding: 20px 0 0px; font-weight: bold; }
    #header .consult3 { font-size: 10px; padding: 0px 0 80px; font-weight: bold; }
    
    #block-1 .element { padding-left: 0; padding-right: 0; }
    #block-1 .element b { font-size: 60px; }
    #block-1 .element p { font-size: 18px; }

    #block-10 .element { padding: 0 10px 40px 90px; }
    #block-10 .element img { left: 10px; width: 60px; }

    #block-17 .element { width: 90%; }

}

@media screen and (max-width: 324px) {
    
    #header { background: url(../img/bg-header-mobile.jpg) center top no-repeat; }
    #header .consult2 { font-size: 20px; padding: 0px 0 30px; font-weight: bold; }
    #header .consult3 { font-size: 10px; padding: 0px 0 20px; font-weight: bold; }
    
    #block-1 .element { padding-left: 0; padding-right: 0; }
    #block-1 .element b { font-size: 60px; }
    #block-1 .element p { font-size: 18px; }

    #block-10 .element { padding: 0 10px 40px 90px; }
    #block-10 .element img { left: 10px; width: 60px; }

    #block-17 .element { width: 90%; }

}