@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'Fregat';
    src: url('../font/Fregat-Bold.eot');
    src: local('☺'), url('../font/Fregat-Bold.woff') format('woff'), url('../font/Fregat-Bold.ttf') format('truetype'), url('../font/Fregat-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    cursor: default;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.main {
    position: relative;
    margin: 0 auto;
    max-width: 970px;
    width: 100%;
}

ol,
ul {
    padding: 0 0 0 0px;
    margin: 0;
}

ul li {
    list-style: none;
    list-style-image: none;
}

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

h1,
h2,
h3,
h4,
h5,
p,
a {
    margin: 0px;
    font-weight: 400;
}

b {
    font-weight: bold;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
}

.row {
    overflow: hidden;
}

a:visited {
    text-decoration: none;
}

* {
    outline: none;
}

.clear {
    clear: both;
}

.container {
    width: 1100px;
    margin: 0 auto;
}

#header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 90px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    z-index: 1000
}

#header .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 90px;
}

#header ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#header ul li {
    padding: 0px 9px;
}

#header ul li a {
    color: #000;
    border-bottom: 1px dotted currentColor;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700
}

.nums p {
    font-size: 18px;
    font-weight: 700
}

#home {
    background: url(../images/bg21.jpg) no-repeat center top;
    height: 755px;
    width: 100%;
    padding-top: 90px;
}

#home .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}

.homeb {
    height: 567px;
}

.homeb h1 {
       font-family: Fregat;
    font-size: 34px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.homeb h2 {
    font-family: Fregat;
    font-size: 24px;
    max-width: 395px;
    margin-bottom: 10px;
}

.homeb .column1 {
        margin-left: 0px;
        padding: 9px 30px 50px 30px;
        height: 300px;
        margin-top: 50px;
        background: rgba(255,255,255,0.5);
        max-width: 467px;
        border-radius: 10px;
}

.homeb .preim {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.homeb .preimb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 245px;
}

.homeb .preimb img {
    margin-right: 10px;
}

.homeb .preimb p {
    font-size: 17px;
    font-weight: 700;
    font-family: Fregat;
    margin: 5px 0 0;
}

.column2 form {
    background: url(../images/form.png) no-repeat center;
    width: 369px;
    height: 359px;
    margin-top: 50px;
    border-radius: 10px;
    background: rgba(255,255,255,0.5);
}

.column2 form h5 {
    color: #000000;
    font-family: Fregat;
    font-size: 24px;
    text-align: center;
    padding-top: 24px;
    margin-bottom: 7px;
}

.column2 form p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 16px;
    text-align: center;
}

.column2 form input.name {
    border: 1px solid #dfdfdf;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    height: 45px;
    padding: 3px 36px;
    text-indent: 0px;
    text-transform: none;
    width: 194px;
    z-index: 0;
    background-color: #fff;
    background: url(../images/f1.png) 8px 7px no-repeat #fff;
    border-radius: 3px;
    display: block;
    margin: 0 auto 6px;
}

.column2 form input.phone {
    border: 1px solid #dfdfdf;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    height: 45px;
    padding: 3px 36px;
    text-indent: 0px;
    text-transform: none;
    width: 194px;
    z-index: 0;
    background-color: #fff;
    background: url(../images/f2.png) 8px 7px no-repeat #fff;
    border-radius: 3px;
    display: block;
    margin: 0px auto 10px;
}

.column2 form button {
    background: #35c320;
    color: #fff;
    text-align: center;
    width: 267px;
    height: 54px;
    line-height: 50px;
    border-bottom: 3px solid #24a012;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0 auto;
}

#preims .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    width: 884px;
    margin: 0 auto;
}

.preimb1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.preimb1 img {
    margin-right: 5px;
}

.preimb1 h4 {
    color: #39ba26;
    font-family: Fregat;
    font-size: 53px;
    font-weight: bold;
}

.preim_b {
    width: 200px;
}

.preim_b p {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    text-align: center;
}

#lustra .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    align-items: center;
    background: url(../images/gift.png) no-repeat center;
    height: 314px;
    width: 832px;
    margin: 0 auto;
}

#lustra .spec {
    width: auto;
    background: url(../images/clock.png) no-repeat;
}

.gift h3 {
    text-align: center;
    font-family: Fregat;
    font-size: 32px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 16px;
}

.gift .spec {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    align-items: center;
}

.gift a {
    background: #35c320;
    color: #fff;
    text-align: center;
    width: 195px;
    height: 43px;
    line-height: 43px;
    border-bottom: 3px solid #24a012;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    margin-left: 20px;
}

#bez_zapaha {
    padding-top: 50px;
    padding-bottom: 50px;
}

#bez_zapaha h2 {
    text-align: center;
    color: #000000;
    font-family: Fregat;
    font-size: 60px;
    margin-bottom: 50px;
}

.potoloks {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.potolok {
    width: 308px;
    margin-bottom: 40px;
}

.potolok h3 {
    color: #000000;
    font-family: Fregat;
    font-size: 27px;
    text-align: center;
    margin: 10px 0px 5px;
}

.potolok h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 5px;
}

.potolok img {
    display: block;
    margin: 0 auto;
}

.potolok p a {
    background: #35c320;
    color: #fff;
    text-align: center;
    width: 215px;
    height: 35px;
    line-height: 35px;
    border-bottom: 3px solid #24a012;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
}
#rasschet_form{overflow:hidden;}
#rasschet_form .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: -50px;
}

.ras_col1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 940px;
    margin-bottom: 50px;
    padding-top: 60px;
}

.ras_col1 div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    align-items: center;
}

.ras_col1 div:first-child {
    width: 340px;
}

.ras_col1 div:last-child {
    width: 560px;
}

.ras_col1 div img {
    margin-right: 10px;
}

.ras_col1 div p {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 20px;
}

.ras_col1 div p span {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.ras_col2 {
    background: #FAF9F6;
    padding: 20px 30px;
    margin-top: 100px;
}
.ras_col2 button{
        background: #35c320;
        color: #2c2c2c;
        text-align: center;
        width: 270px;
        height: 51px;
        line-height: 47px;
        border-bottom: 3px solid #24a012;
        display: block;
        border-radius: 5px;
        text-decoration: none;
        font-size: 20px;
        border-top: none;
        border-left: none;
        border-right: none;
        margin-left: 196px;
        margin-bottom: 20px;
}
.all_inps {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 10px;
}

.ras_col2 h2 {
    font-family: Fregat;
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    padding-top: 18px;
}

.ras_col2 h2 span {
    color: #39ba26;
}

.inps1 {
    width: 186px;
}

.inps1 h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.inps1 label {
    margin-left: 5px;
}

.h5 {
    height: 3px;
}

.inps2 {
    padding: 0px 10px;
}

.inps2 h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
}

.inps2 input {
    width: 194px;
    display: block;
    border: 1px solid #dfdfdf;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    height: 45px;
    text-indent: 0px;
    text-transform: none;
    z-index: 0;
    background-color: #fff;
    border-radius: 3px;
    margin: 0px auto 10px;
    padding-left: 15px;
}

#vidy_block1 {
    background: url(../images/bg2.jpg) no-repeat 95% top ;
    width: 100%;
    height: 840px;
    margin-top: -10px;
}

#vidy_block1 .container {
    width: 998px;
}

#vidy_block1 h2 {
    text-align: center;
    color: #000000;
    font-family: Fregat;
    font-size: 43px;
    margin-bottom: 40px;
    padding-top: 120px;
}

.vb1 h3 {
    color: #000000;
    font-family: Fregat;
    font-size: 35px;
    padding-bottom: 19px;
}

.vb1 h3 span {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}

.vb1 p {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
}

.facturi {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 420px;
    margin-bottom: 25px;
}

.fac img {
    display: block;
    margin: 0 auto;
}

.vb1 h4 {
    text-align: center;
}

.vb1 h5 {
    font-size: 13px;
    text-align: center;
}

.vb1 {
    width: 733px;
}

.vidy_preim {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 14px;
    align-items: flex-start;
}

.vpb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 339px;
}

.vidy_preim img {
    margin-right: 14px;
}

.vidy_preim h6 {
    font-weight: normal;
    font-size: 19px;
    margin: 0px;
}

#vidy_block2 {
    background: url(../images/bg3.png) no-repeat center;
    width: 100%;
    height: 598px;
}

#vidy_block2 .container {
    overflow: hidden;
}

#vidy_block2 .vb1 {
    float: right;
    width: 682px;
    margin-top: 50px;
}

#svet {
    background: url(../images/bg4.png) no-repeat center;
    width: 100%;
    height: 465px;
    margin-top: -42px;
}

#svet .container {
    width: 900px;
}

#svet h2 {
    font-family: Fregat;
    font-size: 35px;
    padding-top: 95px;
}

#svet p {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
}
.slidbg{
    background: url(../images/slider.png) no-repeat center;
    width: 833px;
    height: 209px;
    margin: 0 auto;
        padding-top: 68px;
}
.slid{
    max-width: 747px;
    margin: 0 auto;
}

.slid .slick-slide{
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.slid img{}

.slid .slick-slide img,
.slid img{
    width: 140px;
    height: 110px;
    border: 2px solid #fff;
    border-radius: 20px;
    margin: 10px 4px 0px;
}

#vipolneno {
    padding-top: 50px;
    padding-bottom: 50px;
}

#vipolneno h2 {
    text-align: center;
    color: #000000;
    font-family: Fregat;
    font-size: 43px;
    margin-bottom: 50px;
}

.vip_block {
    background: url(../images/case.jpg) no-repeat center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 451px;
    width: 1021px;
    margin: 0 auto 30px;
}
.vipfotos{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 524px;
}
.vipfotos img{
    width: 258px;
    height: 192px;
}
.vipfotos img:nth-child(1), .vipfotos img:nth-child(2){
    margin-bottom: 10px;
}

.vipmain {
    margin-top: 25px;
    width: 524px;
}

.vp_text {
    width: 350px;
    margin-left: 53px;
}

.vp_text h3 {
    color: #000000;
    font-family: Fregat;
    font-size: 24px;
    margin-top: 51px;
    margin-bottom: 10px;
}

.vp_text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.vp_text p span {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    display: block;
}

.vp_text ul {
    margin-left: 20px;
    margin-bottom: 10px;
}

.vp_text ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    list-style-type: disc;
}

.vp_text a {
    background: #35c320;
    color: #2c2c2c;
    text-align: center;
    width: 195px;
    height: 43px;
    line-height: 43px;
    border-bottom: 3px solid #24a012;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
}
.vp_text a:hover{
 background: #24a012;   
}

#doposle {
    padding-top: 0px;
    padding-bottom: 50px;
}

#doposle h2 {
    text-align: center;
    color: #000000;
    font-family: Fregat;
    font-size: 43px;
    margin-bottom: 50px;
}
#doposle h3 {
    text-align: center;
    color: #000000;
    font-family: Fregat;
    font-size: 23px;
    margin-bottom: 20px;
}

.blockdoposles {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
        width: 1050px;
    margin: 0 auto 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.blockdoposles.last {
    border-bottom: none;
}

.blockdoposle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
}

.dopos{
    width: 25%;
}

.blockdoposle img {
    margin-bottom: 5px;
        width: 254px;
    height: 192px;
}

.blockdoposle p {
    text-align: center;
    color: #000;
}

#why {
    background: url(../images/why.png) no-repeat center top;
    height: 815px;
    width: 100%;
    margin-top: -30px;
}

#why h2 {
    text-align: center;
    color: #fff;
    font-family: Fregat;
    font-size: 43px;
    margin-bottom: 60px;
    padding-top: 115px;
}

.whybs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}

.whyb {
    width: 475px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.whyb img {
    margin-right: 20px;
}

.whyb p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
}

.whyb p span {
    font-family: Fregat;
    font-size: 24px;
    display: block;
}

#why h3 {
    color: #FFFFFF;
    font-family: Fregat;
    font-size: 20px;
    text-align: center;
    margin: 40px auto 30px;
}

.komp {
    display: block;
    margin: 0 auto;
}

.block_form {
    background: url(../images/skidka.png) no-repeat center top;
    height: 527px;
    width: 100%;
    margin-top: -40px;
}

.block_form .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 920px;
    margin: 0 auto;
    justify-content: space-between;
}

.block_form h2 {
    color: #fff;
    font-family: Fregat;
    font-size: 44px;
    margin-bottom: 10px;
    padding-top: 120px;
}

.block_form h3 {
    color: #fff;
    font-family: Fregat;
    font-size: 30px;
    margin-bottom: 10px;
}

.skid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.skid img {
    margin-right: 20px;
}

.skid p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #fff;
    line-height: 25px;
}

.block_form form {
    background: url(../images/form.png) no-repeat center;
    width: 369px;
    height: 430px;
    margin-top: 50px;
}

.block_form form h5 {
    color: #000000;
    font-family: Fregat;
    font-size: 24px;
    text-align: center;
    padding-top: 61px;
    margin-bottom: 7px;
}

.block_form form p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 16px;
    text-align: center;
}

.block_form form input.name {
    border: 1px solid #dfdfdf;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    height: 45px;
    padding: 3px 36px;
    text-indent: 0px;
    text-transform: none;
    width: 194px;
    z-index: 0;
    background-color: #fff;
    background: url(../images/f1.png) 8px 7px no-repeat #fff;
    border-radius: 3px;
    display: block;
    margin: 0 auto 6px;
}

.block_form form input.phone {
    border: 1px solid #dfdfdf;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    height: 45px;
    padding: 3px 36px;
    text-indent: 0px;
    text-transform: none;
    width: 194px;
    z-index: 0;
    background-color: #fff;
    background: url(../images/f2.png) 8px 7px no-repeat #fff;
    border-radius: 3px;
    display: block;
    margin: 0px auto 10px;
}

.block_form form button {
    background: #35c320;
    color: #2c2c2c;
    text-align: center;
    width: 267px;
    height: 54px;
    line-height: 50px;
    border-bottom: 3px solid #24a012;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0 auto;
}

.block_form .spec {
    margin-left: 270px;
}

.spec {
    background: url(../images/clock.png) no-repeat center;
    width: 270px;
    height: 109px;
}

.spec p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.spec div {
    width: 260px;
}

#testi {
    padding-top: 50px;
    padding-bottom: 20px;
}

#testi h2 {
    text-align: center;
    color: #000;
    font-family: Fregat;
    font-size: 43px;
    margin-bottom: 40px;
}

.testibs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    width: 1000px;
    margin: 0 auto 40px;
}

.testib {
    border: 4px solid #39ba26;
    border-radius: 5px;
    width: 446px;
    padding: 20px;
}

.testitop {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.testitop img {
    border-radius: 200px;
    margin-right: 30px;
}

.testitop h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-style: italic;
    color: #fff;
    background: #39ba26;
    border-radius: 5px;
    padding: 15px;
}

.testitop h4 span {
    display: block;
    font-size: 19px;
}

.testib p {
    font-size: 16px;
}

#sert {
    padding-top: 50px;
    padding-bottom: 20px;
}

#sert h2 {
    text-align: center;
    color: #000;
    font-family: Fregat;
    font-size: 43px;
    margin-bottom: 40px;
}

.sertb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 990px;
    margin: 0 auto;
}
.sertb img{
    width: 120px;
    height: 160px;
}

#how {
    background: url(../images/bg6.jpg) no-repeat center top;
    width: 100%;
    height: 770px;
}

#how h2 {
    color: #fff;
    font-family: Fregat;
    font-size: 44px;
    padding-top: 120px;
    margin-bottom: 85px;
    text-align: center;
}

#how h6 {
    color: #FFFFFF;
    font-family: Fregat;
    font-size: 24px;
    text-align: center;
    margin: 0px auto 5px;
}

#how h6 a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px dotted currentColor;
}

#how p {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-align: center;
}

.abs_block1 {
    width: 250px;
    margin-left: 63px;
    margin-top: 76px;
}

.abs_block2 {
    width: 250px;
    margin-left: 58px;
    margin-top: 76px;
}

.abs_block3 {
    width: 250px;
    margin-left: 56px;
    margin-top: 76px;
}

.abs_block4 {
    width: 250px;
    margin-left: 213px;
    margin-top: 137px;
}

.abs_block5 {
    width: 250px;
    margin-left: 65px;
    margin-top: 137px;
}

#how .container {
    width: 1000px;
    margin: 0 auto;
}

#contacts {
    padding-top: 30px;
    padding-bottom: 20px;
}

#contacts h2 {
    color: #000;
    font-family: Fregat;
    font-size: 44px;
    padding-top: 0px;
    margin-bottom: 35px;
    text-align: center;
}

#contacts .container {
    width: 980px;
    margin: 0 auto;
}

.map {
    position: relative;
    height: 401px;
}

.conts {
    position: absolute;
    background: url(../images/tag.png) no-repeat center;
    width: 290px;
    height: 401px;
    z-index: 10;
    right: 0px;
    padding-left: 140px;
}

.conts h4 {
    color: #FFFFFF;
    font-family: Fregat;
    font-size: 24px;
}

.conts p {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 20px;
}

#vopr {
    background: url(../images/bg7.jpg) no-repeat center top;
    width: 100%;
    height: 293px;
}

#vopr h2 {
    color: #fff;
    font-family: Fregat;
    font-size: 44px;
    padding-top: 99px;
    margin-bottom: 35px;
    text-align: center;
}

#vopr p {
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 750px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    font-size: 21px;
}

#footer {
    padding-top: 30px;
    padding-bottom: 40px;
}

#footer .container {

}


.footl a {
    font-size: 13px;
    color: #000;
}

.footr p {
    font-size: 15px;
    text-align: center;
}

.df {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    align-items: flex-start;
}

.knopla_cent {
    background: #35c320;
    color: #fff;
    text-align: center;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #24a012;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    font-size: 19px;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0 auto;
}
.knopla_cent:hover{
 background: #24a012;   
}
form button:hover{
 background: #24a012;   
}
.potolok a:hover{
 background: #24a012;   
}
.gift a:hover{
 background: #24a012;   
}












.reveal-modal  h5 {
    color: #000000;
    font-family: Fregat;
    font-size: 24px;
    text-align: center;
    padding-top: 1px;
    margin-bottom: 7px;
}

.reveal-modal p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 16px;
    text-align: center;
}

.reveal-modal input.name {
    border: 1px solid #dfdfdf;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    height: 45px;
    padding: 3px 36px;
    text-indent: 0px;
    text-transform: none;
    width: 194px;
    z-index: 0;
    background-color: #fff;
    background: url(../images/f1.png) 8px 7px no-repeat #fff;
    border-radius: 3px;
    display: block;
    margin: 0 auto 6px;
}

.reveal-modal input.phone {
    border: 1px solid #dfdfdf;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    height: 45px;
    padding: 3px 36px;
    text-indent: 0px;
    text-transform: none;
    width: 194px;
    z-index: 0;
    background-color: #fff;
    background: url(../images/f2.png) 8px 7px no-repeat #fff;
    border-radius: 3px;
    display: block;
    margin: 0px auto 10px;
}

.reveal-modal button {
    background: #35c320;
    color: #2c2c2c;
    text-align: center;
    width: 267px;
    height: 54px;
    line-height: 50px;
    border-bottom: 3px solid #24a012;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0 auto;
}

.reveal-modal h6 {
    color: #0092d6;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: bold;
}

.reveal-modal p {
    color: #000;
    font-size: 17px;
    text-align: center;
}

.reveal-modal p a {
    text-decoration: none;
    color: #0092d6;
}





















































@media screen and (max-width:1100px){
    @charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'Fregat';
    src: url('../font/Fregat-Bold.eot');
    src: local('☺'), url('../font/Fregat-Bold.woff') format('woff'), url('../font/Fregat-Bold.ttf') format('truetype'), url('../font/Fregat-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    cursor: default;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.main {
    position: relative;
    margin: 0 auto;
    max-width: 970px;
    width: 100%;
}

ol,
ul {
    padding: 0 0 0 0px;
    margin: 0;
}

ul li {
    list-style: none;
    list-style-image: none;
}

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

h1,
h2,
h3,
h4,
h5,
p,
a {
    margin: 0px;
    font-weight: 400;
}

b {
    font-weight: bold;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
}

.row {
    overflow: hidden;
}

a:visited {
    text-decoration: none;
}

* {
    outline: none;
}

.clear {
    clear: both;
}

.container {
    width: 100%;
    margin: 0 auto;
}

#header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 114px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    z-index: 1000;
}

#header .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    height: 110px;
    flex-wrap:  wrap;
}

#header ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: none;
    flex-wrap: wrap;
}

#header ul li {
    padding: 0px 9px;
}

#header ul li a {
    color: #000;
    border-bottom: 1px dotted currentColor;
    text-decoration: none;
    font-size: 14px;
}

.nums p {
    font-size: 16px;
    line-height: 16px;
}

#home {
    background: #ccc;
    height: auto;
    width: 100%;
    padding-top: 90px;
    background-size: cover;
    padding-bottom: 40px;
    margin-bottom: 40px;
    background: url(../images/f1.jpg) center;
    background-size: cover;
}

#home .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
        justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    flex-wrap:  wrap;
}

.homeb {
    height: auto;
}

.homeb h1 {
    font-family: Fregat;
    font-size: 25px;
}

.homeb h2 {
    font-family: Fregat;
    font-size: 21px;
    max-width: 395px;
    margin-bottom: 10px;
}

.homeb .column1 {

    background: rgba(255,255,255,0.8);
    padding: 20px;
    height: auto;
    margin: 50px auto 0px;
}
    .homeb .column2{
        padding: 20px
    }   

.homeb .preim {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:  wrap;
}

.homeb .preimb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 245px;
    margin: 0 auto 21px;
}

.homeb .preimb img {
    margin-right: 10px;
}

.homeb .preimb p {
    font-size: 17px;
}

.column2 form {
    background: #fff;
    max-width: 369px;
    height: 384px;
    margin-top: 41px;
    width:  100%;
    margin-bottom: 30px;
}

.column2 form h5 {
    color: #000000;
    font-family: Fregat;
    font-size: 24px;
    text-align: center;
    margin-bottom: 7px;
    padding: 30px 10px 0px;
}

.column2 form p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 16px;
    text-align: center;
    padding:  0px 10px;
}

.column2 form input.name {
    border: 1px solid #dfdfdf;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    height: 45px;
    padding: 3px 36px;
    text-indent: 0px;
    text-transform: none;
    width: 194px;
    z-index: 0;
    background-color: #fff;
    background: url(../images/f1.png) 8px 7px no-repeat #fff;
    border-radius: 3px;
    display: block;
    margin: 0 auto 6px;
}

.column2 form input.phone {
    border: 1px solid #dfdfdf;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    height: 45px;
    padding: 3px 36px;
    text-indent: 0px;
    text-transform: none;
    width: 194px;
    z-index: 0;
    background-color: #fff;
    background: url(../images/f2.png) 8px 7px no-repeat #fff;
    border-radius: 3px;
    display: block;
    margin: 0px auto 10px;
}

.column2 form button {
    background: #35c320;
    color: #2c2c2c;
    text-align: center;
    width: 267px;
    height: 54px;
    line-height: 50px;
    border-bottom: 3px solid #24a012;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0 auto;
}

#preims .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    flex-wrap:  wrap;
}

.preimb1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.preimb1 img {
    margin-right: 5px;
}

.preimb1 h4 {
    color: #39ba26;
    font-family: Fregat;
    font-size: 53px;
    font-weight: bold;
}

.preim_b {
    width: 200px;
    margin: 0 auto 10px;
}

.preim_b p {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    text-align: center;
}

#lustra .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    align-items: center;
    background: #fff;
    height: auto;
    width: 100%;
    margin: 0 auto;
    flex-wrap:  wrap;
}

#lustra .spec {
    width: 100%;
    background: none;
    padding-top: 37px;
    justify-content:  space-around;
}

.gift h3 {
    text-align: center;
    font-family: Fregat;
    font-size: 32px;
    padding-top: 16px;
    margin: 0px auto 20px;
    width:  100%;
}

.gift .spec {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap:  wrap;
}

.gift a {
    background: #35c320;
    color: #2c2c2c;
    text-align: center;
    width: 195px;
    height: 43px;
    line-height: 43px;
    border-bottom: 3px solid #24a012;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    margin:  0  auto;
}

#bez_zapaha {
    padding-top: 80px;
    padding-bottom: 50px;
}

#bez_zapaha h2 {
    text-align: center;
    color: #000000;
    font-family: Fregat;
    font-size: 34px;
    margin-bottom: 50px;
}

.potoloks {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.potolok {
    width: 308px;
    margin-bottom: 40px;
}

.potolok h3 {
    color: #000000;
    font-family: Fregat;
    font-size: 27px;
    text-align: center;
    margin: 10px 0px 5px;
}

.potolok h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 5px;
}

.potolok img {
    display: block;
    margin: 0 auto;
}

.potolok p a {
    background: #35c320;
    color: #2c2c2c;
    text-align: center;
    width: 215px;
    height: 35px;
    line-height: 35px;
    border-bottom: 3px solid #24a012;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
}

#rasschet_form .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: -50px;
    flex-wrap:  wrap;
}

.ras_col1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 940px;
    margin-bottom: 50px;
    padding-top: 60px;
}

.ras_col1 div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    align-items: center;
}

.ras_col1 div:first-child {
    width: 340px;
}

.ras_col1 div:last-child {
    width: 560px;
}

.ras_col1 div img {
    margin-right: 10px;
}

.ras_col1 div p {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 20px;
}

.ras_col1 div p span {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
    .ras_col{
        margin-top: 15px;
    }
.ras_col2 {
    background: #FAF9F6;
    padding: 20px 20px;
    margin-bottom: 40px;
}
.ras_col2 button{
        background: #35c320;
        color: #2c2c2c;
        text-align: center;
        width: 270px;
        height: 51px;
        line-height: 47px;
        border-bottom: 3px solid #24a012;
        display: block;
        border-radius: 5px;
        text-decoration: none;
        font-size: 20px;
        border-top: none;
        border-left: none;
        border-right: none;
        margin: 0 auto 20px;
}
.all_inps {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 10px;
    flex-wrap:  wrap;
    justify-content:  center;
}

.ras_col2 h2 {
    font-family: Fregat;
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    padding-top: 18px;
}

.ras_col2 h2 span {
    color: #39ba26;
}

.inps1 {
    width: 145px;
    margin: 0 auto 20px;
}

.inps1 h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.inps1 label {
    margin-left: 5px;
}

.h5 {
    height: 3px;
}

.inps2 {
    padding: 0px 10px;
    width:  100%;
    margin: 0 auto 15px;
}

.inps2 h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
}

.inps2 input {
    width: 194px;
    display: block;
    border: 1px solid #dfdfdf;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    height: 45px;
    text-indent: 0px;
    text-transform: none;
    z-index: 0;
    background-color: #fff;
    border-radius: 3px;
    margin: 0px auto 10px;
    padding-left: 15px;
}

#vidy_block1 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-bottom: 20px;
    background: url(../images/f2.jpg) center;
    background-size: cover;
}

#vidy_block1 .container {
    width: 100%;
}

#vidy_block1 h2 {
    text-align: center;
    color: #000000;
    font-family: Fregat;
    font-size: 37px;
    margin-bottom: 40px;
    padding-top: 45px;
}

.vb1 h3 {
    color: #000000;
    font-family: Fregat;
    font-size: 35px;
    padding-bottom: 19px;
    text-align:  center;
}

.vb1 h3 span {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    display:  block;
}

.vb1 p {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0px 10px;
}

.facturi {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 25px;
}

.fac img {
    display: block;
    margin: 0 auto;
}

.vb1 h4 {
    text-align: center;
}

.vb1 h5 {
    font-size: 13px;
    text-align: center;
}

.vb1 {
    width: 100%;
}

.vidy_preim {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 0px;
    align-items: flex-start;
    flex-wrap:  wrap;
    padding: 0px 10px;
}

.vpb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 14px;
}

.vidy_preim img {
    margin-right: 14px;
}

.vidy_preim h6 {
    font-weight: normal;
    font-size: 19px;
    margin: 0px;
}

#vidy_block2 {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    background: url(../images/f3.jpg) center;
    background-size: cover;
}

#vidy_block2 .container {
    overflow: hidden;
}

#vidy_block2 .vb1 {
    float: none;
    width: 100%;
    margin-top: 40px;
}

#svet {
    background: url(../images/bg4.png) no-repeat center;
    width: 100%;
    height: 465px;
    margin-top: -42px;
}

#svet .container {
    width: 100%;
}

#svet h2 {
    font-family: Fregat;
    font-size: 35px;
    padding-top: 95px;
    text-align:  center;
}

#svet p {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    text-align:  center;
}
.slidbg{
    background: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
}
.slid{
    max-width: 747px;
    margin: 0 auto;
    width:  100%;
}
.slid .slick-slide{
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.slid .slick-slide img{
    width: 140px;
    height: 110px;
    border: 2px solid #fff;
    border-radius: 20px;
    margin: 10px 4px 0px;
}

#vipolneno {
    padding-top: 50px;
    padding-bottom: 0px;
}

#vipolneno h2 {
    text-align: center;
    color: #000000;
    font-family: Fregat;
    font-size: 43px;
    margin-bottom: 50px;
}

.vip_block {
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: auto;
    width: 100%;
    margin: 0 auto 30px;
    flex-wrap:  wrap;
}
.vipfotos{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}
.vipfotos img{
    width: 258px;
    height: 192px;
}
.vipfotos img:nth-child(1), .vipfotos img:nth-child(2){
    margin-bottom: 10px;
}

.vipmain {
    margin-top: 25px;
    width: 524px;
}

.vp_text {
    width: 100%;
    margin: 0 auto;
    background: #f2f2f2;
}

.vp_text h3 {
    color: #000000;
    font-family: Fregat;
    font-size: 24px;
    margin-top: 17px;
    margin-bottom: 10px;
    text-align:  center;
}

.vp_text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align:  center;
}

.vp_text p span {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    display: block;
}

.vp_text ul {
    margin-left: 20px;
    margin-bottom: 10px;
}

.vp_text ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    list-style-type: disc;
}

.vp_text a {
    background: #35c320;
    color: #2c2c2c;
    text-align: center;
    width: 195px;
    height: 43px;
    line-height: 43px;
    border-bottom: 3px solid #24a012;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    margin: 0 auto 20px;
}
.vp_text a:hover{
 background: #24a012;   
}

#doposle {
    padding-top: 0px;
    padding-bottom: 50px;
}

#doposle h2 {
    text-align: center;
    color: #000000;
    font-family: Fregat;
    font-size: 43px;
    margin-bottom: 40px;
}
#doposle h3 {
    text-align: center;
    color: #000000;
    font-family: Fregat;
    font-size: 23px;
    margin-bottom: 20px;
}

.blockdoposles {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.blockdoposles.last {
    border-bottom: none;
}

.blockdoposle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    align-content: center;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap:  wrap;
}

.dopos{
    width: 25%;
}

.blockdoposle img {
    width: 254px;
    height: 192px;
    display:  block;
    margin: 0 auto 10px;
}

.blockdoposle p {
    text-align: center;
    color: #000;
}

#why {
    height: auto;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 30px;
    background: url(../images/bg-dark-4817.png);
    padding-top: 30px;
}

#why h2 {
    text-align: center;
    color: #fff;
    font-family: Fregat;
    font-size: 35px;
    margin-bottom: 25px;
    padding-top: 20px;
}

.whybs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    flex-wrap:  wrap;
}

.whyb {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-wrap:  wrap;
}

.whyb img {
    display: block;
    margin: 0 auto 10px;
}

.whyb p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    text-align:  center;
    width: 96%;
    margin:  0 auto;
}

.whyb p span {
    font-family: Fregat;
    font-size: 24px;
    display: block;
}

#why h3 {
    color: #FFFFFF;
    font-family: Fregat;
    font-size: 20px;
    text-align: center;
    margin: 25px auto 30px;
}

.komp {
    display: block;
    margin: 0 auto;
}

.block_form {
    height: auto;
    width: 100%;
    margin-top: 0px;
    background: url(../images/bg-dark-4798.png);
}

.block_form .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap:  wrap;
}

.block_form h2 {
    color: #fff;
    font-family: Fregat;
    font-size: 32px;
    margin-bottom: 10px;
    padding-top: 33px;
    text-align:  center;
}

.block_form h3 {
    color: #fff;
    font-family: Fregat;
    font-size: 30px;
    margin-bottom: 20px;
    text-align:  center;
}

.skid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap:  wrap;
}

.skid img {
    margin-right: 20px;
    display:  block;
    margin: 0 auto 20px;
}

.skid p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    width:  100%;
    text-align:  center;
}

.block_form form {
    background: url(../images/form.png) no-repeat center;
    width: 100%;
    height: 430px;
    margin-top: 0px;
}

.block_form form h5 {
    color: #000000;
    font-family: Fregat;
    font-size: 24px;
    text-align: center;
    padding-top: 61px;
    margin-bottom: 7px;
}

.block_form form p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 16px;
    text-align: center;
}

.block_form form input.name {
    border: 1px solid #dfdfdf;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    height: 45px;
    padding: 3px 36px;
    text-indent: 0px;
    text-transform: none;
    width: 194px;
    z-index: 0;
    background-color: #fff;
    background: url(../images/f1.png) 8px 7px no-repeat #fff;
    border-radius: 3px;
    display: block;
    margin: 0 auto 6px;
}

.block_form form input.phone {
    border: 1px solid #dfdfdf;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    height: 45px;
    padding: 3px 36px;
    text-indent: 0px;
    text-transform: none;
    width: 194px;
    z-index: 0;
    background-color: #fff;
    background: url(../images/f2.png) 8px 7px no-repeat #fff;
    border-radius: 3px;
    display: block;
    margin: 0px auto 10px;
}

.block_form form button {
    background: #35c320;
    color: #2c2c2c;
    text-align: center;
    width: 267px;
    height: 54px;
    line-height: 50px;
    border-bottom: 3px solid #24a012;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0 auto;
}

.block_form .spec {margin:  0 auto;background: #0eaec1;border-radius: 10px;}

.spec {
    background: url(../images/clock.png) no-repeat center;
    width: 282px;
    height: 109px;
}

.spec p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 10px;
}

.spec div {
    width: 276px;
    margin: 0 auto 20px;
    background: #0eaec1;
    border-radius: 10px;
}

#testi {
    padding-top: 50px;
    padding-bottom: 20px;
}

#testi h2 {
    text-align: center;
    color: #000;
    font-family: Fregat;
    font-size: 43px;
    margin-bottom: 40px;
}

.testibs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    width: 92%;
    margin: 0 auto 0px;
    flex-wrap:  wrap;
}

.testib {
    border: 4px solid #39ba26;
    border-radius: 5px;
    width: 100%;
    padding: 20px;
    margin: 0 auto 20px;
}

.testitop {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    flex-wrap:  wrap;
}

.testitop img {
    border-radius: 200px;
    margin: 0 auto 10px;
    display:  block;
}

.testitop h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-style: italic;
    color: #fff;
    background: #39ba26;
    border-radius: 5px;
    padding: 15px;
    width: 90%;
    margin:  0 auto;
}

.testitop h4 span {
    display: block;
    font-size: 19px;
    text-align:  center;
}

.testib p {
    font-size: 16px;
}

#sert {
    padding-top: 0px;
    padding-bottom: 20px;
}

#sert h2 {
    text-align: center;
    color: #000;
    font-family: Fregat;
    font-size: 43px;
    margin-bottom: 40px;
}

.sertb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    flex-wrap:  wrap;
}
.sertb img{
    width: 120px;
    height: 160px;
    margin-bottom: 20px;
}

#how {
    width: 100%;
    height: auto;
    background: url(../images/bg-dark-4817.png);
}

#how h2 {
    color: #fff;
    font-family: Fregat;
    font-size: 44px;
    padding-top: 50px;
    margin-bottom: 37px;
    text-align: center;
}

#how h6 {
    color: #FFFFFF;
    font-family: Fregat;
    font-size: 24px;
    text-align: center;
    margin: 0px auto 5px;
}

#how h6 a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px dotted currentColor;
}

#how p {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-align: center;
}

.abs_block1 {
    width: 96%;
    margin: 0px auto 40px;
}

.abs_block2 {
    width: 96%;
    margin: 0 auto 40px;
}

.abs_block3 {
    width: 96%;
    margin: 0 auto 40px;
}

.abs_block4 {
    width: 96%;
    margin: 0 auto 40px;
}

.abs_block5 {
    width: 96%;
    margin: 0 auto 40px;
}

#how .container {
    width: 100%;
    margin: 0 auto;
}

#contacts {
    padding-top: 30px;
    padding-bottom: 20px;
}

#contacts h2 {
    color: #000;
    font-family: Fregat;
    font-size: 44px;
    padding-top: 0px;
    margin-bottom: 35px;
    text-align: center;
}

#contacts .container {
    width: 100%;
    margin: 0 auto;
}

.map {
    position: relative;
    height: auto;
}
    .map iframe{
        width: 100%;
    }

.conts {
    position: relative;
    background: #0EAEC1;
    width: 100%;
    height: 401px;
    z-index: 10;
    right: 0px;
    padding-left: 0px;
    text-align:  center;
}

.conts h4 {
    color: #FFFFFF;
    font-family: Fregat;
    font-size: 24px;
}

.conts p {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 20px;
}

#vopr {
    width: 100%;
    height: auto;
    padding: 20px 0px 30px;
    background: url(../images/bg-dark-4818.png);
}

#vopr h2 {
    color: #fff;
    font-family: Fregat;
    font-size: 32px;
    padding-top: 20px;
    margin-bottom: 35px;
    text-align: center;
}

#vopr p {
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
    flex-wrap:  wrap;
    text-align:  center;
}

#footer {
    padding-top: 30px;
    padding-bottom: 40px;
}

#footer .container {

}


.footl a {
    font-size: 13px;
    color: #000;
}

.footr p {
    font-size: 15px;
    text-align: center;
}

.df {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    align-items: flex-start;
    flex-wrap:  wrap;
}

.knopla_cent {
    background: #35c320;
    color: #2c2c2c;
    text-align: center;
    width: 288px;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #24a012;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    font-size: 19px;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0 auto;
}
.knopla_cent:hover{
 background: #24a012;   
}
form button:hover{
 background: #24a012;   
}
.potolok a:hover{
 background: #24a012;   
}
.gift a:hover{
 background: #24a012;   
}

    
    .nums{
        width: 100%;
    text-align: center;
    }
    .logo img{
        width: 80%;
    display: block;
    margin: 0 auto 10px;
    }









    .reveal-modal{
        width: 280px !important;
        margin-left: -150px !important;
    }

.reveal-modal  h5 {
    color: #000000;
    font-family: Fregat;
    font-size: 24px;
    text-align: center;
    padding-top: 1px;
    margin-bottom: 7px;
}

.reveal-modal p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 16px;
    text-align: center;
}

.reveal-modal input.name {
    border: 1px solid #dfdfdf;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    height: 45px;
    padding: 3px 36px;
    text-indent: 0px;
    text-transform: none;
    width: 194px;
    z-index: 0;
    background-color: #fff;
    background: url(../images/f1.png) 8px 7px no-repeat #fff;
    border-radius: 3px;
    display: block;
    margin: 0 auto 6px;
}

.reveal-modal input.phone {
    border: 1px solid #dfdfdf;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    height: 45px;
    padding: 3px 36px;
    text-indent: 0px;
    text-transform: none;
    width: 194px;
    z-index: 0;
    background-color: #fff;
    background: url(../images/f2.png) 8px 7px no-repeat #fff;
    border-radius: 3px;
    display: block;
    margin: 0px auto 10px;
}

.reveal-modal button {
    background: #35c320;
    color: #2c2c2c;
    text-align: center;
    width: 267px;
    height: 54px;
    line-height: 50px;
    border-bottom: 3px solid #24a012;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0 auto;
}

.reveal-modal h6 {
    color: #0092d6;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: bold;
}

.reveal-modal p {
    color: #000;
    font-size: 17px;
    text-align: center;
}

.reveal-modal p a {
    text-decoration: none;
    color: #0092d6;
}
    h2 img{
        display: none;
    }
    
    #lustra img{
        display: block;
        margin: 0 auto 0px;
    }
    #rasschet_form img{
        display: none;
    }
    #vopr span{
        width: 90%;
    }
    .block_form1, .gift{
        margin: 0 auto;
        width: 90%;
    }
    .ras_col{
        margin: 0 auto;
    }
}


