::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

/* ==========================================================================
   Основное
   ========================================================================== */


html {
    min-width: 270px;
}   

body {
    font-family: 'Montserrat', sans-serif;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    overflow-x: hidden;
}

body .ds-form form {
    font-family: 'Montserrat', sans-serif;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

body a {
    font-family: 'Montserrat', sans-serif;
    color: #3a3a3a;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
}

body a:hover {
    cursor: pointer;
    text-decoration: none;
}

body h1, .h1 {
    font-family: 'Montserrat', sans-serif;
    color: #3a3a3a;
    font-size: 45px;
    font-weight: 700;
    line-height: 58px;
    margin: 100px 0 18px;
    padding-left: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
} 

body h2, .h2 {
    font-family: 'Montserrat', sans-serif;
    color: #303030;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1.44px;
} 

.h-dop {
    padding-left: 150px;
    width: 515px;
    margin-bottom: 100px;
}

.h--cent {
    text-align: center;
}

.h--white {
    color: white;
}

.container {
    display: block;
    max-width: 1800px;
    width: 100%;
    margin: 0 auto; 
}


/* ____________  Элементы ____________ */

.btn {
    display: inline-block;
    text-decoration: none;
    position: relative;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;   
    width: 236px;
    height: 67px;    
    -moz-border-radius: 34px;    
         border-radius: 34px;
    -webkit-border-radius: 34px;
    -webkit-box-shadow: 0 6px 18px rgba(255, 182, 28, 0.23);
    -moz-box-shadow: 0 6px 18px rgba(255, 182, 28, 0.23);
         box-shadow: 0 6px 18px rgba(255, 182, 28, 0.23);
    border:none;
    color: #ffffff;
    line-height: 63px;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    background: #ff9f04;
    border: 3px solid #ff9f04; 
}

.adapt_menu--btn {
    display: none;
}

/*
.btn:before {
    border-radius: 34px;
    -webkit-border-radius: 34px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 236px;
    height: 67px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;   
    opacity: 1;
    z-index: -1;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmY5ZDAxIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmJkMWYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(255, 157, 1)),color-stop(1, rgb(255, 189, 31)));
    background: -webkit-repeating-linear-gradient(left,rgb(255, 157, 1) 0%,rgb(255, 189, 31) 100%);
    background: -o-repeating-linear-gradient(left,rgb(255, 157, 1) 0%,rgb(255, 189, 31) 100%);
    background: repeating-linear-gradient(to right,rgb(255, 157, 1) 0%,rgb(255, 189, 31) 100%);
    background: -ms-repeating-linear-gradient(left,rgb(255, 157, 1) 0%,rgb(255, 189, 31) 100%);
}

.btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 236px;
    height: 67px;
    background: url(../img/icons/btn.svg) no-repeat 50%;
}
 
@media \0screen\,screen\9 {
    .btn:before {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff9d01",endColorstr="#ffffbd1f",GradientType=1);
    }
}*/

.btn:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; 
    background: transparent;
}


input,
textarea {
    outline: none;
}


input::-webkit-input-placeholder {
    color: #bababa;
    font-size: 14px;
    font-weight: 400;
}

input::-moz-placeholder {
    color: #bababa;
    font-size: 14px;
    font-weight: 400;
}

input:-moz-placeholder {
    color: #bababa;
    font-size: 14px;
    font-weight: 400;
}

input:-ms-input-placeholder {
    color: #bababa;
    font-size: 14px;
    font-weight: 400;
}


/* ____________  Хедер ____________ */

.menu_overlay {
    position: fixed;
    display: none;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
}

.menu_overlay--open {
    display: block;
    opacity: 0.5;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
        z-index: 13;
}

.head--sv .hd_logo, .head--sv .hd_tel {
    opacity: 0.5;
}

.span_bold {
    font-weight: 700;
}

a.pers_mail {
    text-decoration: underline;
}

a.pers_mail:hover {
    text-decoration: none;
}

.head.inner_head{
   background-color: #3a3a3a;
   margin: 0;
   padding: 20px 0;
}

.head {
    margin-top: 25px;
    z-index: 14;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.hd_logo {
    width: 286px;
    padding-top: 15px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-top: 0px;
    text-align: left;
    margin-left: 150px;
}

.hd_logo--ttl {
    display: block;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.hd_logo--ttl span {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 10px;
}

.hd_logo--ttl span:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -24px;
    top: -10px;
    width: 28px;
    height: 52px;
    background: url(../img/icons/hd_logo.svg) no-repeat 50%;
}

.hd_logo--dop {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 200;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.38px;
}

.hd_menu {
    display: inline-block;
    margin: 0;
    margin-left: 80px;
    padding: 0;
    list-style-type: none;     
}

.hd_menu--li {
    display: inline-block;
    margin-right: 45px;
}

.hd_menu--a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #ffffff;
    font-size: 19px;
    font-weight: 300;
    line-height: 74px;
    letter-spacing: 0.47px;
}

.hd_menu--a:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
         border-radius: 1px;
    left: 0;
    bottom: 20px;
    background: #ffad10;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmY5ZDAxIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmJkMWYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(255, 157, 1)),color-stop(1, rgb(255, 189, 31)));
    background: -webkit-repeating-linear-gradient(left,rgb(255, 157, 1) 0%,rgb(255, 189, 31) 100%);
    background: -o-repeating-linear-gradient(left,rgb(255, 157, 1) 0%,rgb(255, 189, 31) 100%);
    background: -moz-repeating-linear-gradient(left,rgb(255, 157, 1) 0%,rgb(255, 189, 31) 100%);
    background: repeating-linear-gradient(to right,rgb(255, 157, 1) 0%,rgb(255, 189, 31) 100%);
    background: -ms-repeating-linear-gradient(left,rgb(255, 157, 1) 0%,rgb(255, 189, 31) 100%);
}
 
@media \0screen\,screen\9 {
    .hd_menu--a:hover:after {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff9d01",endColorstr="#ffffbd1f",GradientType=1);
    }
}

.hd_btn {
    float: right;
}

.hd_tel {
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    line-height: 73px;
    display: inline-block;
}

.hd_callback {    
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
         border-radius: 32px;
    margin-left: 68px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-box-shadow: 0 6px 18px rgba(255, 182, 28, 0.23);
    -moz-box-shadow: 0 6px 18px rgba(255, 182, 28, 0.23);
         box-shadow: 0 6px 18px rgba(255, 182, 28, 0.23);
    background: url(../img/icons/hd_callback.svg) no-repeat 50%;
}
.hd_callback:hover {    
    background: url(../img/icons/hd_callback-h.svg) no-repeat 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.hd_btn {
    margin-right: 150px;
}


/* ____________  Главный слайдер ____________ */

.m_slider--wrap {
    margin-top: -130px;
    position: relative;
    z-index: 2;
    background: #d9e0e3;
}

.main_sl {
    display: block;    
    width: 100%;
    height: 920px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
}

.main_sl:hover {
    text-decoration: none;
}

.main_sl1 {    
    background: url(../img/slider/slide1.jpg) no-repeat 50% 100%;
}
.main_sl2 {    
    background: url(../img/slider/slide2.jpg) no-repeat 50% 100%;
}
.main_sl3 {    
    background: url(../img/slider/slide3.jpg) no-repeat 50% 100%;
}

.main_sl--txt {
    display: block;
    width: 650px;
    margin-top: 360px;
    margin-left: 150px;
}

.main_sl--h1 {
    display: block;
    color: #ffffff;
    font-size: 56px;
    font-weight: 700;
    line-height: 58px;
}

.main_sl--p {
    display: block;
    margin-top: 34px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.main_sl1--decor1,
.main_sl1--decor2 {
    position: absolute;
    display: block;
    width: 130px;
    height: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
         border-radius:50%;
    background: #ffffff;

    color: #262626;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
    padding-top: 80px;
}

.main_sl1--decor1 {
    bottom: 27px;
    right: 460px;
    background: #ffffff url(../img/slider/sl_decor1.svg) no-repeat 50% 18px;
}
.main_sl1--decor2 {
   top: 170px;
    right: 40px;
    background: #ffffff url(../img/slider/sl_decor2.svg) no-repeat 50% 18px;
}

.main_sl1--decor1:before {
    content: "";
    display: block;
    position: absolute;
    top: -116px;
    left: 90%;
    width: 162px;
    height: 171px;
    background: url(../img/slider/arrow1.svg) no-repeat 50%;
} 
.main_sl1--decor2:before {
    content: "";
    display: block;
    position: absolute;
    top: 48px;
    right: 55%;
    width: 224px;
    height: 148px;
    background: url(../img/slider/arrow2.svg) no-repeat 50%;
} 

.main_sl--more {
    margin-top: 54px;
}
.main_slider .owl-dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -900px;
    width: 1800px; 
    text-align: left;
    padding-left: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.main_slider .owl-dot {
    display: inline-block;
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-border-radius: 0;
            -moz-border-radius: 0;
         border-radius: 0;
    width: 10px;
    height: 10px;  
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
         border-radius: 50%;  
    margin: 0 10px 0 0;
    background-color: #ffffff;
    vertical-align: middle;
}

.main_slider .owl-dot.active,
.main_slider .owl-dot:hover {
    background-color: #ffb71a;
}


/* ____________  Каталог  ____________ */

.m_katal--list {
    margin: 0px 0 0px;
    font-size: 0;
    overflow: hidden;
}

.m_katal {
    display: block;
    overflow: hidden;
    padding: 50px 44px 20px;
    float: left;
    width: 32%;
    height: 28vw;
    margin-bottom: 2%;
    margin-right: 2%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-decoration: none;
    text-align: center;
     -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}

.m_katal--big {
    width: 66%;
}

.m_katal--last {
    margin-right: 0;
}

.m_katal img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.m_katal:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
         transform: scale(1.2); 
    -webkit-transition: 0.6s; 
    -o-transition: 0.6s; 
    -moz-transition: 0.6s; 
    transition: 0.6s;
}

.m_katal:hover {
    text-decoration: none;
    cursor: pointer;
}

.m_katal--h {     
    color: #3a3a3a;
    font-size: 23px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    display: block;
}

.m_katal--txt {    
    display: block;
    text-align: left;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 10px;
}

.m_katal--black .m_katal--h,
.m_katal--black .m_katal--txt {
    color: #ffffff;
}

.m_katal:hover {
}

.m_katal--all {
    display: none;
}

.m_katal--list > a:nth-of-type(n+9) {
    display: none;
}

.m_katal--list-open.m_katal--list > a {
    display: block;
}

.m_katal--all {
    display: block;
    height: 20px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.m_katal--all:after {
    content: "Смотреть еще";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    display: block;
    text-align: center;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
}

.m_katal--all:hover:after {
    text-decoration: none;
    cursor: pointer;
} 

.m_katal--list-open + .m_katal--all:after {
    content: "Скрыть"
}

/* ____________  Доставка  ___________ */

.deliv--wrap {    
    background: url(../img/bg/bg_deliv.jpg) repeat-y 50%;
}

.deliv--wrap .h1 {
    margin: 70px 0 40px; 
    padding: 0;
}

.deliv--cont {
    position: relative;
    float: right;
    width: 550px;
    margin-right: 250px;
    margin-bottom: 70px;
}

.deliv--cont:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 100%;
    width: 870px;
    height: 578px;
    background: url(../img/bg/bg_deliv1.png) no-repeat 50%;
}

.deliv--cont:before {
    width: 984px;
    height: 572px;
    content: "";
    display: block;
    position: absolute;
    top: -22px;
    right: 106%;
    background: url(../img/bg/bg_deliv--map.svg) no-repeat 50%;
}

.deliv--cont p {
    color: white;
}

.deliv--more {
    margin-top: 46px;
}

/* ____________  Преимущества  ___________ */

.wins--list {
    text-align: center;
    font-size: 0;
    margin-bottom: 80px;
}

.wins {
    width: 25%;
    padding-top: 240px;
    display: inline-block;
    vertical-align: top;
}

.wins1 {
    background: url(../img/item/wins1.svg) no-repeat 50% 0;
}
.wins2 {
    background: url(../img/item/wins2.svg) no-repeat 50% 0;
}
.wins3 {
    background: url(../img/item/wins3.svg) no-repeat 50% 0;
}
.wins4 {
    background: url(../img/item/wins4.svg) no-repeat 50% 0;
}

.wins--ttl {
    margin: 0;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    padding: 0 10px;
}

.wins--txt {
    margin: 0;
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding: 0 10px;
}

.m_wins--all {
    display: none;
}

/* ____________  Преимущества  ___________ */

.about--wrap {   
    min-height: 530px; 
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: url(../img/bg/bg_about.png) no-repeat 50% 0;
    background-attachment: fixed;
}

.about--wrap  .h1 {
    margin-top: 110px;
}

.about--cont {
    margin-left: 150px;
    width: 500px;
}

.about--wrap .h1 {
    padding: 0;
} 

.about--wrap p {
    color: white;
}

/* ____________  Производство  ___________ */

.product_slider {
    position: relative;
    margin-bottom: 90px;
}

.product_sl {
    height: 28vw;
    height: 530px;
    position: relative;
}

.product_sl--txt {
    display: block;
    position: absolute;
    width: 80%;
    margin-left: 10%;
    bottom: 10%;
    max-height: 100px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.product_sl:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #202020;
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.product_sl:hover:before {
    opacity: 0.7;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.product_sl:hover .product_sl--txt {
    max-height: 2000px;  
    -webkit-transition: 1s;  
    -o-transition: 1s;  
    -moz-transition: 1s;  
    transition: 1s;
} 

.product_sl--ttl {
    display: block;
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px
}

.product_sl--p {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 18px;
}

.product_sl--txt span:last-of-type {
    margin-bottom: 0;
}

.product_sl1{  
    display: block;  
    background: url(../img/product/1.jpg) no-repeat 50%;    
    -moz-background-size: cover;    
         background-size: cover;
}
.product_sl2 {
    display: block;    
    background: url(../img/product/2.jpg) no-repeat 50%;
    -moz-background-size: cover;
         background-size: cover;
}
.product_sl3 { 
    display: block;   
    background: url(../img/product/3.jpg) no-repeat 50%;
    -moz-background-size: cover;
         background-size: cover;
}
.product_sl4{  
    display: block;  
    background: url(../img/product/4.jpg) no-repeat 50%;    
    -moz-background-size: cover;    
         background-size: cover;
}
.product_sl5 {
    display: block;    
    background: url(../img/product/5.jpg) no-repeat 50%;
    -moz-background-size: cover;
         background-size: cover;
}
.product_sl6 { 
    display: block;   
    background: url(../img/product/6.jpg) no-repeat 50%;
    -moz-background-size: cover;
         background-size: cover;
}
.product_sl7{  
    display: block;  
    background: url(../img/product/7.jpg) no-repeat 50%;    
    -moz-background-size: cover;    
         background-size: cover;
}
.product_sl8 {
    display: block;    
    background: url(../img/product/8.jpg) no-repeat 50%;
    -moz-background-size: cover;
         background-size: cover;
}
.product_sl9 { 
    display: block;   
    background: url(../img/product/9.jpg) no-repeat 50%;
    -moz-background-size: cover;
         background-size: cover;
}
.product_sl10{  
    display: block;  
    background: url(../img/product/10.jpg) no-repeat 50%;    
    -moz-background-size: cover;    
         background-size: cover;
}
.product_sl11 {
    display: block;    
    background: url(../img/product/11.jpg) no-repeat 50%;
    -moz-background-size: cover;
         background-size: cover;
}
.product_sl12 { 
    display: block;   
    background: url(../img/product/12.jpg) no-repeat 50%;
    -moz-background-size: cover;
         background-size: cover;
}

.product_sl13{  
    display: block;  
    background: url(../img/product/13.jpg) no-repeat 50%;    
    -moz-background-size: cover;    
         background-size: cover;
}
.product_sl14 {
    display: block;    
    background: url(../img/product/14.jpg) no-repeat 50%;
    -moz-background-size: cover;
         background-size: cover;
}
.product_sl15 { 
    display: block;   
    background: url(../img/product/15.jpg) no-repeat 50%;
    -moz-background-size: cover;
         background-size: cover;
}
.product_sl16{  
    display: block;  
    background: url(../img/product/16.jpg) no-repeat 50%;    
    -moz-background-size: cover;    
         background-size: cover;
}
.product_sl17 {
    display: block;    
    background: url(../img/product/17.jpg) no-repeat 50%;
    -moz-background-size: cover;
         background-size: cover;
}
.product_sl18 { 
    display: block;   
    background: url(../img/product/18.jpg) no-repeat 50%;
    -moz-background-size: cover;
         background-size: cover;
}
.product_sl19 { 
    display: block;   
    background: url(../img/product/19.jpg) no-repeat 50%;
    -moz-background-size: cover;
         background-size: cover;
}

.product_slider  .owl-dots {
    position: absolute;
    bottom: -55px;
    width: 100%; 
    text-align: center;
}

.product_slider  .owl-dot {
    display: inline-block;
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
         border-radius: 50%;
    width: 10px;
    height: 10px;
    border: none;
    background-color: #d2d2d2;       
    margin: 0 5px 0;
    vertical-align: middle;
}

.product_slider  .owl-dot.active,
.product_slider  .owl-dot:hover {
    background-color: #ffb71a;
}

/* ____________  Карта  ____________  */

.map_wrap {
    width: 100%;
    height: 530px;
}

.hotel_map {
    width: 100%;
    height: 100%;
}


/* ____________  Футер ____________  */

.foot--wrap {
    padding: 40px 0 40px;    
    background-color: #3a3a3a;
}

.ft_logo {
    float: left;
    width: 260px;
}

.ft_logo--ttl {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
}

.ft_logo--txt {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: underline;
}

.ft_logo--txt:hover {
    text-decoration: none;   
}

.ft_tel {
    display: block;
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    line-height: 20px;   
    margin-bottom: 10px;
}

.ft_mail {
    display: block;
    color: #d1d8e6;
    line-height: 20px;
    text-decoration: underline;
    margin-bottom: 15px;
}

.ft_rigth {
    float: right;
    width: 900px;
    margin-right: 120px;
}

.ft_place {
    display: inline-block;
    vertical-align: top;
    width: 296px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding-left: 25px;
    background: url(../img/icons/ft_place.svg) no-repeat 0 3px;
}

.ft_link {
    margin-left: 60px;
    width: 165px;
    display: inline-block;
    vertical-align: top;
}

.ft_tel {
    padding-left: 22px;
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    font-weight: 700;
    background: url(../img/icons/ft_tel.svg) no-repeat 0 3px;
}

.ft_mail {
    padding-left: 22px;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    font-weight: 400;
    background: url(../img/icons/ft_mail.svg) no-repeat 0 3px;
}

.ft_vk {
    margin-left: 40px;
    display:inline-block;
    vertical-align: middle;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: url(../img/icons/ft_vk.svg) no-repeat 50%;
}
.ft_vk:hover {
    background: url(../img/icons/ft_vk-h.svg) no-repeat 50%;
}

/* ____________  Кнопка наверх ____________ */

#back-top {
    position: fixed;
    bottom: 30px;
    right: 5%;
    z-index: 50;
}

#back-top a {
    width: 52px;
    height: 52px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: block;
}

#back-top span {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/icons/up_btn.svg) no-repeat 50%;
}
#back-top:hover {
    opacity: 0.8;
}

/* ____________  DS-Form ____________ */

.ds-form input::-webkit-input-placeholder {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
}

.ds-form input::-moz-placeholder {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
}

.ds-form input:-moz-placeholder {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
}

.ds-form input:-ms-input-placeholder {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
}

.ds-form textarea::-webkit-input-placeholder {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
}

.ds-form textarea::-moz-placeholder {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
}

.ds-form textarea:-moz-placeholder {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
}

.ds-form textarea:-ms-input-placeholder {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
}

.ds-form .error-form li {
    display: none;
  color:#bd1522;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 15px;
}

.ds-form ul.error-form {
  padding-left: 0;
  margin: 0;
}

.ds-form .error-form li:before {
  display: none;
}

.report-message .error-report {
  padding: 0 !important;
  margin-top: 10px; 
  
}

.report-message .error-report .text-report p {
    color: #102f3c;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
}

.report-message .error-report .repeatform {
    text-decoration: underline;
    display: block;
    margin-top: 70px;
}
.report-message .error-report .repeatform:hover {
    text-decoration: none;
}

.ds-form form label span.required {
  color: #ff0000;
}

#dsmainformmessagereport {
    width: 560px;
}

/* ____________  DS Callback ____________ */

.dspopup-modal div.close-dspopup-modal {
    background: url(../img/icons/form_cls.svg) no-repeat 50%;
    font-size: 0;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.ds-form.dspopup-modal {
  -webkit-border-radius: 0;
            -moz-border-radius: 0;
       border-radius: 0;
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;
    max-width: 590px;
    width: 90%;
    margin-top: 35px; 
    padding: 40px 75px;
    background-color: #fbfbfb;
}

.ds-form.dspopup-modal form {
    padding: 0;
}

.dspopup-modal div.form-head {  
position: relative;  
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: none;  
    margin-bottom: 30px; 
    color: #3a3a3a;
    font-size: 33px;
    font-weight: 700;
    line-height: 34px;
}

.dspopup-modal.ds-form .form-head-dop {
    color: #102f3c;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.dspopup-modal.ds-form input[type="text"] {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
         border-radius: 34px;
    width: 100%;
    margin-bottom: 24px;
    background-color: transparent;
    height: 67px;
    line-height: 60px;
    -webkit-box-shadow: 0 6px 18px rgba(255, 182, 28, 0.23);
       -moz-box-shadow: 0 6px 18px rgba(255, 182, 28, 0.23);
            box-shadow: 0 6px 18px rgba(255, 182, 28, 0.23);
    border: 3px solid #c6c6c6;
}

.ds-form.dspopup-modal textarea {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
         border-radius: 34px;
    width: 100%;
    margin-bottom: 24px;
    background-color: transparent;
    height: 67px;
    line-height: 18px;
    -webkit-box-shadow: 0 6px 18px rgba(255, 182, 28, 0.23);
       -moz-box-shadow: 0 6px 18px rgba(255, 182, 28, 0.23);
            box-shadow: 0 6px 18px rgba(255, 182, 28, 0.23);
    border: 3px solid #c6c6c6;
    resize: none;
}

.dspopup-modal.ds-form input[type="text"]:active {
    border: 3px solid  #1f1f1f;
}

.dspopup-modal.ds-form input.improper-value[type="text"] {
    border: 3px solid #ffb619;
}

.dspopup-modal.ds-form form label {
    width: 100%;
    color: #2c2c2c;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.28px;
    text-indent: 20px;
}

.dspopup-modal .form_info {
    text-align: center;
     color: #102f3c;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.ds-form.dspopup-modal .main-report p {
    text-align: center;
    font-size: 18px;
}

.ds-form.dspopup-modal .main-report {
    /*margin-bottom: 110px;*/
}

.ds-form.dspopup-modal * {
    opacity: 1 !important;
}

.dspopup-modal.ds-form .buttonform {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.dspopup-modal.ds-form form input[type="submit"], 
.dspopup-modal.ds-form form button[type="submit"] {
display: inline-block;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    padding: 0;
    position: relative;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 236px;
    height: 67px;
    -moz-border-radius: 34px;
         border-radius: 34px;
    -webkit-border-radius: 34px;
    -webkit-box-shadow: 0 2px 10px rgba(255, 182, 28, 0.23);
    -moz-box-shadow: 0 2px 10px rgba(255, 182, 28, 0.23);
         box-shadow: 0 2px 10px rgba(255, 182, 28, 0.23);
    border: none;
    color: #ffffff;
    line-height: 63px;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    background: #ff9f04;
    border: 3px solid #ff9f04;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.dspopup-modal.ds-form form input[type="submit"]:hover, 
.dspopup-modal.ds-form form button[type="submit"]:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #3a3a3a;
    background: transparent;
}

.dspopup-modal .pers-info, 
.dspopup-modal .pers-info a {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.dspopup-modal .pers-info a {
    text-decoration: underline;
}
.dspopup-modal .pers-info a:hover {
    text-decoration: none;
}


.dspopup-modal .pers-info {
    width: 275px;
    text-align: center;
    margin: 30px auto 0;
}
/* ____________  Prod Form ____________ */

.dsclick.ds-form.dspopup-modal {
    width: 95%;
    max-width: 1190px;
    padding: 0;
}

div.scrollform {
    margin: 0 !important;
}

.dsclick .popap-form-cont {
    padding: 50px 35px 35px;
    background-color: #f0f0f0;    

    text-align: center;
}

.form_prod--top {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;    
    padding: 35px;
}

.form_prod--text {
    float: right;
    width: -webkit-calc(100% - 570px);
    width: -moz-calc(100% - 570px);
    width: calc(100% - 570px);
}

.form_prod--ttl {
    margin-top: 130px;
    margin-bottom: 15px;
    color: #3a3a3a;
    font-size: 34px;
    font-weight: 700;
    line-height: 43px;
}

.form_prod--p {
    color: #3a3a3a;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
}

.form_prod--imgwrap {
    width: 525px; 
    max-height: 475px;
    height: 34vw;
    line-height: 34vw;   
    float: left;
    top: 0;
    left: 0;
    overflow: hidden;
}

.form_prod--img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.form_prod--img {
    height: 100%;
    width: auto;
}


.dsclick .popap-form-cont > div[class^="field"] {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.dsclick.dspopup-modal.ds-form input[type="text"] {
    width: 400px;
}

.dsclick.dspopup-modal div.form-head {
    margin-bottom: 45px;
}

.dsclick.dspopup-modal .pers-info {
    width: 100%;
    margin: 0;
}

.dsclick.dspopup-modal.ds-form form input[type="submit"], 
.dsclick.dspopup-modal.ds-form form button[type="submit"] {
    margin-bottom: 24px;
}

.form_prod--wrap.dsclick.ds-form.dspopup-modal {
    width: 300px;
    padding: 25px 10px;
}

.form_prod--wrap.dspopup-modal div.form-head {
    font-size: 29px;
    line-height: 28px;
}

.form_prod--wrap.dspopup-modal div.close-dspopup-modal {
     top: 5px;
    right: 5px;
}

.form_prod--wrap.ds-form.dspopup-modal  .main-report p {
    line-height: 28px;
}

/* ____________  Main Form ____________ */

.main-form-wrap {
  background: #fbfbfb url(../img/bg/main_form.png) no-repeat 50%;   
  padding: 46px 0 42px; 
  text-align: left;
}

#dsmain-form {
    float: left;
    width: 660px;
    margin-left: 160px;
}

.main-form-wrap .ds-form form input[type="submit"], 
.main-form-wrap .ds-form form button[type="submit"] {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  padding: 0;
    position: relative;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 236px;
    height: 67px;
    -moz-border-radius: 34px;
         border-radius: 34px;
    -webkit-border-radius: 34px;
    -webkit-box-shadow: 0 6px 18px rgba(255, 182, 28, 0.23);
    -moz-box-shadow: 0 6px 18px rgba(255, 182, 28, 0.23);
         box-shadow: 0 6px 18px rgba(255, 182, 28, 0.23);
    border: none;
    color: #ffffff;
    line-height: 63px;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    background: #ff9f04;
    border: 3px solid #ff9f04;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.main-form-wrap .ds-form form input[type="submit"]:hover, 
.main-form-wrap .ds-form form button[type="submit"]:hover { 
-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;   
    color: #3a3a3a;
    background: transparent;   
}

.main-form-wrap .ds-form form input[type="submit"]:active, 
.main-form-wrap .ds-form form button[type="submit"]:active {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;   
    color: #3a3a3a;
    background: transparent;
}


.ds-form:not(.dspopup-modal) form {
  padding: 0;
}

.main-form-wrap .ds-form .form-head {
    border-bottom: none;
    text-align: left;
    margin-bottom: 0px;  
    color: #3a3a3a;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;    
}

.main-form-wrap .main-report {
    margin-top: 80px;
    margin-bottom: 50px;
    text-align: center;
}

.main-form-wrap .ds-form p.main-form-top {   
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 24px;
    margin-bottom: 20px;
    text-align: left;
    width: 450px;
}

.main-form-wrap .pers-info,
.main-form-wrap .pers-info a {
    text-align: left;  
    color: #bcbcbc;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 24px;
}

.main-form-wrap .m-form-cont {
  text-align: left;
  margin: 0px auto 0px;
  width: 100%;
}

.main-form-wrap .pers-info a {
  color: #b8b8b8;
  line-height: 18px;
  text-decoration: underline;
}

.main-form-wrap .pers-info a:hover {
  text-decoration: none;
}

.main-form-wrap .m-form-cont div {
  display: inline-block;
  vertical-align: top;
  width: 590px;
  margin: 0;
}

.main-form-wrap .m-form-cont .buttonform {
  margin: 15px 0px 0;
  width: 100%;
}

.main-form-wrap .m-form-cont input[type="text"] {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  height: 48px;
  line-height: 48px;
  opacity: 1;
     padding: 0;
    -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
         border-radius: 0px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;     
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 600;
    border:none;
    border-bottom: 1px solid #7b7b7b;
    background: transparent;          
}

.main-form-wrap .ds-form  input[type="text"]:active,
.main-form-wrap .ds-form  input[type="text"]:focus {
    background: transparent;   
}

.main-form-wrap input.improper-value[type="text"] {
    border-bottom: 1px solid #e51919;
}

.main-form-wrap .m-form-cont label {
    display: none;
  width: 100%;
  color: #ffffff;
  line-height: 30px;
  text-align: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.28px;
}

.main-form-wrap #dsmainformmessagereport.report-message .main-report p {
    color: #3a3a3a;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 30px;    
    margin-bottom: 28px;
}

.main-form-wrap .ds-form .report-message .form-head {
  margin-bottom: 20px;
  padding: 0;
}

.repeatform {
    font-size: 18px;
    line-height: 20px;
    color: #569c26 !important;
    font-weight: 400;
    letter-spacing: 0.36px;
    text-decoration: underline;
}

.repeatform:hover {  
 text-decoration: none; 
} 

.ds-form.dspopup-modal .main-report p {
    color: #2c2c2c;
    font-size: 16px !important;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: 0.36px;
}


/* ____________  Анимации ____________ */

.main-form-wrap, .about--wrap {
    position: relative;
    overflow: hidden;
}

.deliv--wrap, .wins--wrap {
    position: relative;
}


.ball1 {    
    display: block;
    position: absolute;
    width: 248px;
    height: 248px;    
    background: url(../img/icons/ball1.png) no-repeat 50%;  
    top: -100px;
    right: 200px;  
    z-index: 2;
}

.ball2 {    
    display: block;
    position: absolute;
    width: 280px;
    height: 334px;    
    background: url(../img/icons/ball2.png) no-repeat 50%;  
    top: 0px;
    right: 0px;  
    z-index: 2;
}
.ball3 {    
    display: block;
    position: absolute;
    width: 145px;
    height: 142px;    
    background: url(../img/icons/ball3.png) no-repeat 50%;  
    top: -290px;
    right: 900px;  
    z-index: 2;
}
.ball4 {    
    display: block;
    position: absolute;
    width: 218px;
    height: 218px;    
    background: url(../img/icons/ball4.png) no-repeat 50%;  
    bottom: -200px;
    right: 20%;  
    z-index: 2;
}

.ball5 {    
    display: block;
    position: absolute;
    width: 182px;
    height: 182px;    
    background: url(../img/icons/ball5.png) no-repeat 50%;  
    bottom: 0px;
    left: 30%;  
    z-index: 2;
}



.wins_anim {
    font-size: 0;
    clear: both;
}

.wins {
    opacity: 0;
    text-align: center;
}

.wins_anim .wins1 {
  /*opacity: 1;*/
  /*max-height: 1000px;*/
  -webkit-animation-name: wins1-anim;
     -moz-animation-name: wins1-anim;
       -o-animation-name: wins1-anim;
          animation-name: wins1-anim;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.wins_anim .wins2 {
  -webkit-animation-name: wins2-anim;
     -moz-animation-name: wins2-anim;
       -o-animation-name: wins2-anim;
          animation-name: wins2-anim;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 1.0s;
     -moz-animation-delay: 1.0s;
       -o-animation-delay: 1.0s;
          animation-delay: 1.0s;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wins_anim .wins3 {
  -webkit-animation-name: wins3-anim;
     -moz-animation-name: wins3-anim;
       -o-animation-name: wins3-anim;
          animation-name: wins3-anim;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wins_anim .wins4 {
  -webkit-animation-name: wins4-anim;
     -moz-animation-name: wins4-anim;
       -o-animation-name: wins4-anim;
          animation-name: wins4-anim;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 2.0s;
     -moz-animation-delay: 2.0s;
       -o-animation-delay: 2.0s;
          animation-delay: 2.0s;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes wins1-anim{
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  100% {
    opacity: 1;    
    -webkit-transform: translate(0, 0);    
            transform: translate(0, 0);
  }
}

@-moz-keyframes wins1-anim{
  0% {
    opacity: 0;
    -moz-transform: translate(0, 100px);
         transform: translate(0, 100px);
  }
  100% {
    opacity: 1;    
    -moz-transform: translate(0, 0);    
         transform: translate(0, 0);
  }
}

@-o-keyframes wins1-anim{
  0% {
    opacity: 0;
    -o-transform: translate(0, 100px);
       transform: translate(0, 100px);
  }
  100% {
    opacity: 1;    
    -o-transform: translate(0, 0);    
       transform: translate(0, 0);
  }
}

@keyframes wins1-anim{
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
       -moz-transform: translate(0, 100px);
         -o-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  100% {
    opacity: 1;    
    -webkit-transform: translate(0, 0);    
       -moz-transform: translate(0, 0);    
         -o-transform: translate(0, 0);    
            transform: translate(0, 0);
  }
}
@-webkit-keyframes wins2-anim{
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  100% {
    opacity: 1;    
    -webkit-transform: translate(0, 0);    
            transform: translate(0, 0);
  }
}
@-moz-keyframes wins2-anim{
  0% {
    opacity: 0;
    -moz-transform: translate(0, 100px);
         transform: translate(0, 100px);
  }
  100% {
    opacity: 1;    
    -moz-transform: translate(0, 0);    
         transform: translate(0, 0);
  }
}
@-o-keyframes wins2-anim{
  0% {
    opacity: 0;
    -o-transform: translate(0, 100px);
       transform: translate(0, 100px);
  }
  100% {
    opacity: 1;    
    -o-transform: translate(0, 0);    
       transform: translate(0, 0);
  }
}
@keyframes wins2-anim{
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
       -moz-transform: translate(0, 100px);
         -o-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  100% {
    opacity: 1;    
    -webkit-transform: translate(0, 0);    
       -moz-transform: translate(0, 0);    
         -o-transform: translate(0, 0);    
            transform: translate(0, 0);
  }
}

@-webkit-keyframes wins3-anim{
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  100% {
    opacity: 1;    
    -webkit-transform: translate(0, 0);    
            transform: translate(0, 0);
  }
}

@-moz-keyframes wins3-anim{
  0% {
    opacity: 0;
    -moz-transform: translate(0, 100px);
         transform: translate(0, 100px);
  }
  100% {
    opacity: 1;    
    -moz-transform: translate(0, 0);    
         transform: translate(0, 0);
  }
}

@-o-keyframes wins3-anim{
  0% {
    opacity: 0;
    -o-transform: translate(0, 100px);
       transform: translate(0, 100px);
  }
  100% {
    opacity: 1;    
    -o-transform: translate(0, 0);    
       transform: translate(0, 0);
  }
}

@keyframes wins3-anim{
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
       -moz-transform: translate(0, 100px);
         -o-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  100% {
    opacity: 1;    
    -webkit-transform: translate(0, 0);    
       -moz-transform: translate(0, 0);    
         -o-transform: translate(0, 0);    
            transform: translate(0, 0);
  }
}
@-webkit-keyframes wins4-anim{
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  100% {
    opacity: 1;    
    -webkit-transform: translate(0, 0);    
            transform: translate(0, 0);
  }
}
@-moz-keyframes wins4-anim{
  0% {
    opacity: 0;
    -moz-transform: translate(0, 100px);
         transform: translate(0, 100px);
  }
  100% {
    opacity: 1;    
    -moz-transform: translate(0, 0);    
         transform: translate(0, 0);
  }
}
@-o-keyframes wins4-anim{
  0% {
    opacity: 0;
    -o-transform: translate(0, 100px);
       transform: translate(0, 100px);
  }
  100% {
    opacity: 1;    
    -o-transform: translate(0, 0);    
       transform: translate(0, 0);
  }
}
@keyframes wins4-anim{
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
       -moz-transform: translate(0, 100px);
         -o-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  100% {
    opacity: 1;    
    -webkit-transform: translate(0, 0);    
       -moz-transform: translate(0, 0);    
         -o-transform: translate(0, 0);    
            transform: translate(0, 0);
  }
}


div#inline2 {
    max-width: 300px;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup {
	background-color: #fff;
	border: 3px solid #fff;
	display: inline-block;
	left: 50%;
	opacity: 0;
	padding: 15px;
	width: 280px;
	height: 223px;
	position: fixed;
	text-align: justify;
	top: 40%;
	visibility: hidden;
	z-index: 999999;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;

}
.popup .close_window {
	width: 6px;
	height: 17px;
	position: absolute;
	padding: 1px 9px 4px 9px;
	top: -15px;
	right: -15px;
	cursor: pointer;
    background: url(../img/icons/form_cls.svg) no-repeat 50%;
    font-size: 0;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.popup .close_window:active {
	background: #8f9be0;
}


.popup p {
   color: #000;
    margin-top: 40px;
    font-size: 14px;
    text-align: left;
}

