@charset "utf-8"; @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700'); /**/
html {
}

body {
    font-family: Open sans, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

section {
    overflow-x: hidden;
}

.top-logo {
    display: table;
}

.top-logo-pic {
    display: table-cell;
    padding: 15px 18px 15px 0px;
    vertical-align: middle;
}

.top-logo-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 30px;
}

.top-phones {
    margin-top: 34px;
    font-family: Montserrat;
    font-size: 22px;
    /* margin-right: 10px; */
    background: url(../images/phone-icon.png) 0 52% no-repeat;
    padding-left: 49px;
}

.btn {
    color: #fff;
    padding: 14px 65px;
    font-family: Open sans;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    /* margin-left: 43px; */
    border-radius: 30px;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px #b2c285;
    background: #66850c;
    outline: none;
}

.btn-callback {
    margin-top: 44px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
}

.navbar-inverse {
    background-color: #4e6895;
    border: 0;
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    padding: 9px 15px 9px;
    font-size: 14px;
    display: block;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #d9eafe;
    box-shadow: 0 0 0 1px #91a7cb;
}

.navbar-inverse .navbar-nav > li > a:hover:after, .navbar-inverse .navbar-nav > li > a:focus:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid #a1b5d7;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -6px;
}

.navbar-inverse .navbar-nav > li {
    padding-top: 6px;
    margin: 0 4px;
}

div#navbar {
    text-align: center;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.top-phones span {
    color: #a1b5d7;
}

.navbar-nav {
    display: inline-block;
    float: none;
}

section#bannerform {
    background: url(../images/bg-bannerform.jpg) 50% 0 no-repeat;
    background-size: auto 100%;
}

.two-circles {
    margin-left: -57px;
    margin-top: 309px;
}

.headings {
    width: 640px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: 7px;
}

.headings span {
    color: #a1b5d7;
}

.headings > div:nth-child(1) {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2;
}

.headings > div:nth-child(2) {
    font-size: 37px;
    font-weight: 600;
    line-height: 1.2;
}

.headings > div:nth-child(3) {
    font-size: 90px;
    font-family: Venus Rising;
    line-height: 1;
    margin-left: -3px;
}

.form-bg {
    background: rgba(255, 255, 255, 0.95);
    margin-top: 105px;
    padding: 43px 18px 16px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin-left: 20px;
}

.form-bg:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 58px;
    margin-left: -20px;
    top: -29px;
    left: 50%;
    background: url(../images/form-icon.png);
}

.form-bg:after {
    content: '';
    position: absolute;
    width: 369px;
    height: 312px;
    bottom: -256px;
    right: 23px;
    background: url(../images/form-arrow.png);
}

.form-bg .title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.form-bg .title span {
    display: block;
    font-size: 20px;
    color: #4e6895;
    line-height: 1.1;
}

.form-group input {
    width: 100%;
    height: 50px;
    padding-left: 70px;
    border: 1px solid #c6c6c6;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18) inset;
}

input[name=phone] {
    background: #fff url(../images/input-phone.png) 24px 50% no-repeat;
}

input[name=name], input[name=name]:-webkit-autofill {
    background: #fff url(../images/input-name.png) 18px 46% no-repeat !important;
}

.form-group {
    margin-top: 15px;
    margin-bottom: 20px;
}

button[type=submit] {
    /* margin: 0 auto; */
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    width: inherit;
}

.btn-blue {
    background: #4e6895;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px #4e6895;
}

.form-block .text {
    font-size: 12px;
    margin-top: -2px;
    line-height: 1.4;
}

.form-block .text span {
    display: block;
}

.container {
    padding: 0;
}

.container > .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    margin-top: 56px;
    padding-bottom: 15px;
    background: url(../images/line-tear.png) 50% 100% no-repeat;
    margin-bottom: 40px;
}

#benefits .row.pic {
    background: url(../images/ben-main.png) 46% 0 no-repeat;
    padding-top: 77px;
    line-height: 1.4;
    padding-bottom: 40px;
}

.clr {
    clear: both;
}

#benefits .row.pic .item {
    margin-bottom: 31px;
    /* max-height: 50px; */
}

#benefits .row.pic .item:nth-child(2) {
    max-height: 44px;
    position: relative;
    top: -20px;
}

#benefits .row.pic .item:nth-child(4) {
    position: relative;
    top: 0;
}

#benefits .row.pic .item:nth-child(2n) {
    padding-left: 20px;
    padding-right: 34px;
}

#benefits .row.pic .item:nth-child(2n+1) > div {
    margin-left: -24px;
    margin-right: -6px;
    /* width: 300px; */
}

#benefits .row.pic .item > div {
    display: table;
    margin-right: 50px;
}

#benefits .row.pic .item > div > div {
    display: table-cell;
    vertical-align: middle;
}

#benefits .row.pic .item .item-pic {
    width: 56px;
}

#benefits .row.pic .item:nth-child(2n+1) .item-pic {
    width: 49px;
}

.slider .item {
    display: inline-block;
    text-align: center;
    margin: 9px;
}

section#slider {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 42px;
}

.slider img {
    border: 1px solid #d9eafe;
    border-radius: 9px;
}

#steps .pic {
    height: 250px;
    background: url(../images/mon-1.png);
    background-size: cover;
}

#steps .col-md-4:nth-child(2) .pic {
    background-image: url(../images/mon-2.png);
}

#steps .col-md-4:nth-child(3) .pic {
    background-image: url(../images/mon-3.png);
}

#steps .col-md-4:nth-child(4) .pic {
    background-image: url(../images/mon-4.png);
}

#steps .col-md-4:nth-child(5) .pic {
    background-image: url(../images/mon-5.png);
}

#steps .col-md-4:nth-child(6) .pic {
    background-image: url(../images/mon-6.png);
}

#steps .col-md-4:nth-child(7) .pic {
    background-image: url(../images/mon-7.png);
}

#steps .col-md-4:nth-child(8) .pic {
    background-image: url(../images/mon-8.png);
}

#steps .caption {
    background: #4e6895;
    height: 51px;
}

.caption .numb {
    background: #2d3758;
    display: table-cell;
    width: 49px;
    font-family: Montserrat;
    font-size: 32px;
    color: #fff;
    text-align: center;
}

.caption .text {
    display: table-cell;
    padding-left: 14px;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.3;
}

.caption .text span {
    display: block;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0;
}

.row {
    margin: 0;
}

#steps img {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#konsult .title, #konsult2 .title {
    font-size: 28px;
    text-transform: uppercase;
    text-align: right;
    padding-top: 130px;
    line-height: 1.4;
    padding-right: 29px;
}

#konsult .title span, #konsult2 .title span {
    color: #66850c;
    font-weight: bold;
    font-size: 37px;
}

#konsult form.form-block, #konsult2 form.form-block {
    width: 280px;
    padding-top: 64px;
    padding-left: 8px;
    text-align: center;
}

#konsult button[type=submit], #konsult2 button[type=submit] {
    display: block;
    width: 100%;
}

#konsult2 .title span {
    color: #4e6895;
}

section#services {
    text-align: center;
    padding-bottom: 80px;
}

section#services .caption {
    max-width: 224px;
    margin: 10px auto;
    height: 70px;
}

section#services .caption span {
    display: block;
}

section#partners {
    background: #f9f9f9;
    text-align: center;
    padding-bottom: 38px;
}

section#partners img {
    border: 1px solid #e8e8e8;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

#certs img.img-responsive {
    margin-left: 15px;
}

#certs .text-right img.img-responsive {
    margin-left: auto;
    margin-right: 15px;
}

section#spec {
    text-align: center;
    padding-bottom: 74px;
}

#spec .sub-title {
    font-size: 26px;
    line-height: 1.4;
    padding-bottom: 50px;
}

#spec .sub-title span {
    display: block;
}

#spec .caption {
    padding-top: 20px;
}

section#footer {
    font-size: 14px;
    padding-bottom: 30px;
    padding-top: 24px;
}

#footer .title {
    background: none;
    border-top: 1px solid #dbebfe;
    color: #4e6895;
    font-size: 14px;
    padding-top: 25px;
    margin-top: 30px;
    margin-bottom: 0;
}

.contact span {
    color: #4e6895;
    display: block;
}

.contact.time span {
    display: block;
}

#footer .caption {
    color: #4e6895;
    margin: 0 20px 7px 0;
}

#footer .text {
    font-size: 16px;
    font-family: Montserrat;
}

.contact {
    margin-top: 20px;
    position: relative;
    top: 20px;
    margin-left: 0px;
    padding-left: 36px;
    background: url(../images/f-addr.png) 0px 4px no-repeat;
}

#footer .top-logo-title {
    padding-right: 30px;
}

.contact.time {
    background-image: url(../images/f-time.png);
}

.contact.mail {
    background-image: url(../images/f-email.png);
}

.contact.tech {
    background-image: url(../images/f-tech.png);
}

.slick-prev, .slick-next {
    background: url(../images/next-prods.png);
    width: 50px;
    height: 50px;
    top: -45px;
    right: 0px;
}

.slick-prev:before, .slick-next:before, .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 0;
}

.slick-prev {
    right: 60px;
    left: auto;
    background-image: url(../images/prev-prods.png);
}

#slider img {
    border: 1px solid #d9eafe;
    border-radius: 10px;
    margin: 0 auto;
}

#slider .title {
    margin-top: 10px;
}

.slick-initialized .slick-slide {
    outline: none;
    text-align: center;
}

section#steps {
    background: url(../images/bg-mon.jpg) 50% 0 no-repeat;
    background-size: cover;
    padding-bottom: 51px;
}

#station .title {
    font-weight: 400;
    text-transform: none;
    font-size: 32px;
}

#station .title span {
    font-weight: bold;
}

.text-group {
    margin: 68px 200px 100px;
    font-size: 28px;
    line-height: 1.2;
}

.l-text {
}

.r-text {
    text-align: right;
    margin-top: 15px;
}

.text-group span {
    color: #66850c;
    display: block;
}

.text-group .r-text span {
    display: inline;
}

.text-group span big {
    font-size: 37px;
    line-height: 1.1;
}

section#station {
    background: url(../images/bg-station.jpg) 50% 0 no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 30px;
}

#station button {
    margin: 0px auto;
    display: block;
    padding-left: 100px;
    padding-right: 100px;
}

.l-text i, .r-text i {
    position: relative;
    /* display: block; */
}

.l-text i:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 146px;
    background: #a3c246;
    top: 17px;
    left: 21px;
    display: block;
}

.l-text i:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 66px;
    background: #a3c246;
    top: 17px;
    left: 166px;
    display: block;
}

.r-text i:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 121px;
    background: #a3c246;
    bottom: 15px;
    right: 14px;
    display: block;
}

.r-text i:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 30px;
    background: #a3c246;
    bottom: 15px;
    right: 134px;
    display: block;
}

div#map {
    height: 350px;
}

ymaps canvas {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%) brightness(0.95);
}

section#scheme {
    background: #f4f9ff;
    padding-bottom: 7px;
}

.scheme {
    background: url(../images/scheme.png) no-repeat 50% 50%;
    width: 1020px;
    height: 410px;
    margin: 67px auto 180px;
    position: relative;
}

.scheme .item {
    position: absolute;
    text-align: center;
}

.scheme .item .caption {
    position: absolute;
    width: 160px;
    text-align: center;
    top: 134px;
    left: -13px;
    background: url(../images/1.png) no-repeat 50% 50%;
    height: 90px;
    padding: 26px 0;
    line-height: 1.4;
}

.item.scheme-1 {
    top: 79px;
    left: -57px;
}

.item.scheme-2 {
    top: 331px;
    left: 68px;
}

.item.scheme-3 {
    top: -44px;
    left: 318px;
}

.item.scheme-4 {
    top: 331px;
    left: 568px;
}

.item.scheme-5 {
    top: -44px;
    left: 818px;
}

.item.scheme-6 {
    top: 199px;
    left: 943px;
}

#scheme .item img.img-responsive {
    max-width: inherit;
    width: 135px;
}

.item.scheme-1 .caption {
    top: auto;
    bottom: 135px;
    left: -17px;
}

.item.scheme-2 .caption {
    background-image: url(../images/2.png);
}

.item.scheme-3 .caption {
    background-image: url(../images/3.png);
}

.item.scheme-4 .caption {
    background-image: url(../images/4.png);
}

.item.scheme-5 .caption {
    background-image: url(../images/5.png);
}

.item.scheme-6 .caption {
    background-image: url(../images/6.png);
}

section#slider2 {
    background: url(../images/bg-slider.jpg) 50% 0;
    background-size: cover;
    min-height: 720px;
    color: #fff;
}

#slider2 .name {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 244px;
    margin-left: 369px;
    line-height: 1.2;
}

#slider2 .price {
    margin-left: 289px;
    margin-top: 18px;
    font-family: Montserrat;
    font-size: 36px;
    background: url(../images/bg-caption.png) 0 0 no-repeat;
    width: 280px;
    height: 70px;
    padding-left: 79px;
    padding-top: 6px;
}

#slider2 .price small {
    font-family: Open sans;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: -5px;
}

#slider2 .name span {
    font-size: 36px;
    display: block;
    font-weight: bold;
}

#slider2 .pic {
    position: absolute;
    top: 49px;
    left: 0;
}

#slider2 .item .row {
    min-height: 720px;
}

#slider2 .caption {
    margin-left: 15px;
    margin-top: 50px;
    display: table;
}

#slider2 .caption span {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 16px;
    text-transform: uppercase;
}

#slider2 .caption span:last-child {
    border-left: 2px solid #a1b5d7;
    padding-left: 10px;
}

#slider2 .desc {
    margin-left: 15px;
    font-size: 14px;
    margin-top: 16px;
    text-align: justify;
    line-height: 1.4;
}

#slider2 .desc p {
    margin-bottom: 19px;
}

table.ws-table {
    width: 100%;
    margin-top: 24px;
}

#slider2 .slick-prev, #slider2 .slick-next {
    top: 605px;
    right: auto;
    left: 370px;
    z-index: 1;
}

#slider2 .slick-next {
    left: 430px;
}

.ws-table th {
    background: rgba(85, 107, 143, 0.5);
    font-weight: normal;
}

.ws-table td {
    background: rgba(58, 74, 111, 0.5);
    text-align: center;
    font-weight: bold;
    min-width: 130px;
    padding: 12px 7px !important;
}

.ws-table th, .ws-table td {
    border: 1px solid #a1b5d7;
    padding: 12px 19px;
}

.green-bar {
    background: #66850c;
    margin-top: 20px;
    margin-left: 16px;
    display: table;
}

.green-bar span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
    height: 50px;
    padding: 0 82px 0 20px;
    font-size: 14px;
    text-align: left;
}

.green-bar span:first-child {
    background: #486100;
    width: 49px;
    text-align: center;
    padding: 0;
}

.green-bar span img {
    display: inline-block;
}

.ws-table-block {
    margin-left: 15px;
}

#steps > .container > .title {
    margin-top: 29px;
    font-size: 30px;
}

#steps .col-md-4:hover .caption {
    background: #486100;
}

#steps .col-md-4:hover .caption .numb {
    background: #66850c;
}

section#konsult {
    padding: 60px 0 82px;
}

section#konsult2 {
    padding: 60px 0 61px;
}

#partners .container > .title {
    font-size: 30px;
    margin-top: 46px;
}

section#certs {
    padding-bottom: 100px;
}

#scheme .container > .title {
    font-size: 30px;
    margin-top: 47px;
}

#spec .container > .title {
    font-size: 30px;
    margin-top: 47px;
    margin-bottom: 30px;
}

#spec button.btn.btn-blue.btn-callback {
    margin-top: 60px;
}

.modal .form-bg {
    margin-top: -10px;
    background: transparent;
    margin-left: 20px;
    margin-right: 20px;
}

.modal .form-bg:after {
    right: 50%;
    margin-right: -150px;
}

.navbar-wrapper {
    height: 51px;
    /* overflow-x: hidden; */
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin: 0;
}


.navbar-inverse .navbar-brand {
    color: #fff;
}
