@charset "UTF-8";

@font-face {
    font-family: GothamProRegular;
    src: url(fonts/GothamPro/Regular.eot);
    src: url(fonts/GothamPro/Regular.eot?#iefix) format("embedded-opentype");
    src: url(fonts/GothamPro/Regular.woff) format("woff");
    src: url(fonts/GothamPro/Regular.ttf) format("truetype")
}

@font-face {
    font-family: GothamProMedium;
    src: url(fonts/GothamPro/Medium.eot);
    src: url(fonts/GothamPro/Medium.eot?#iefix) format("embedded-opentype");
    src: url(fonts/GothamPro/Medium.woff) format("woff");
    src: url(fonts/GothamPro/Medium.ttf) format("truetype")
}

@font-face {
    font-family: GothamProBold;
    src: url(fonts/GothamPro/Bold.eot);
    src: url(fonts/GothamPro/Bold.eot?#iefix) format("embedded-opentype");
    src: url(fonts/GothamPro/Bold.woff) format("woff");
    src: url(fonts/GothamPro/Bold.ttf) format("truetype")
}

@font-face {
    font-family: ArialBlack;
    src: url(fonts/Arial/Black.eot);
    src: url(fonts/Arial/Black.eot?#iefix) format("embedded-opentype");
    src: url(fonts/Arial/Black.woff) format("woff");
    src: url(fonts/Arial/Black.ttf) format("truetype")
}

.main {
    background-image: url(img/main.jpg);
    padding: 40px 0 0
}

.main .section-title {
    font-family: GothamProMedium;
    font-size: 60px;
    text-align: left;
    line-height: 1
}

.main .section-title span {
    color: #ed6328
}

.main .prod1 {
    position: absolute;
    right: 0;
    top: 25px
}

.main__wrapper {
    position: relative;
    margin-bottom: 126px
}

.main__items {
    width: 570px
}

.main__list {
    margin-top: 50px;
    font-size: 28px
}

.main__list li {
    display: flex;
    align-items: center;
    line-height: normal;
    padding: 3px 0 3px 75px;
    margin-bottom: 35px;
    font-size: 25px;
    background: url(img/galka.png) left center no-repeat;
    min-height: 63px;
}

.main__list li:nth-child(3) {
    padding-right: 60px
}

@media (min-width:992px) and (max-width:1199px) {
    .main .prod1 {
        width: 490px
    }

    .main .section-title {
        font-size: 50px
    }

    .main__list li {
        font-size: 21px;
        margin-bottom: 15px;
        padding: 8px 50px 8px 75px
    }

    .main__list li:nth-child(3) {
        padding-right: 135px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main .prod1 {
        width: 370px;
        top: 70px
    }

    .main .section-title {
        font-size: 40px
    }

    .main__items {
        width: 380px
    }

    .main__list li {
        font-size: 21px;
        margin-bottom: 15px;
        padding: 8px 0 8px 75px
    }

    .main__list li:nth-child(3) {
        padding-right: 85px
    }
}

@media (max-width:767px) {
    .main {
        background-image: url(img/main_mob.jpg)
    }

    .main .section-title {
        font-size: 34px
    }

    .main .prod1 {
        position: static;
        width: 100%
    }

    .main__items {
        width: auto;
        margin-bottom: 30px
    }

    .main__list {
        margin-top: 20px
    }

    .main__list li {
        background-size: 30px !important;
        padding-left: 40px;
        font-size: 16px;
        margin-bottom: 10px;
        padding-right: 0 !important
    }

    .main__wrapper {
        margin-bottom: 30px
    }
}

.footer {
    padding: 20px 0;
    background-color: #9aeaff;
    text-align: center
}

.footer a {
    display: block
}

.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto
}

.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px
}

.owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border-radius: 30px;
    background-color: #9aeaff !important;
    display: inline-block
}

.owl-dots .owl-dot.active {
    background-color: #ea4f32 !important
}

.owl-nav {
    position: relative;
    margin-top: 15px
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    height: 19px;
    width: 10px;
    background-repeat: no-repeat !important
}

.top {
    background-image: -webkit-linear-gradient(90deg, #e94a33 0, #f49513 100%)
}

.logo1 {
    margin: 11px 0
}

.top__wrapper {
    padding: 30px 0
}

.top__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.top__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top__item img {
    margin-right: 10px
}

.top__item span {
    font-size: 16px;
    font-family: GothamProMedium;
    color: #fff
}

.top1 {
    width: 215px
}

.top2 {
    width: 280px
}

.top3 {
    width: 245px
}

@media (min-width:992px) and (max-width:1199px) {
    .logo1 img {
        width: 100%
    }

    .top__item {
        width: auto !important
    }

    .top__item span {
        font-size: 14px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .logo1 {
        text-align: center;
        margin-bottom: 20px
    }

    .top__item span {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .logo1 {
        margin: 35px 0;
        text-align: center
    }
}

.zak__btn {
    width: 240px;
    text-transform: uppercase;
    font-family: ArialBlack;
    color: #fff !important;
    font-size: 27px;
    display: block;
    padding: 10px 0;
    margin: 35px auto 0;
    background-color: #ed6328;
    border: none;
    border-radius: 30px
}

.form__horizontal {
    background: rgba(255, 255, 255, .749);
    padding: 15px 35px
}

.form__horizontal .countdown__item {
    font-size: 25px;
    display: inline-block;
    border: 4px solid #000;
    text-align: center;
    line-height: 47px;
    position: relative;
    width: 55px;
    height: 55px;
    font-family: GothamProBold
}

.form__horizontal .countdown__item:after {
    content: ':';
    position: absolute;
    right: -28px;
    font-size: 35px;
    color: #ed6328
}

.form__horizontal .countdown__item:last-child:after {
    display: none
}

.form__horizontal .countdown__item:before {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 13px;
    margin: 0 auto;
    bottom: -40px
}

.form__horizontal .hour:before {
    content: 'Stunden'
}

.form__horizontal .minute {
    margin: 0 38px
}

.form__horizontal .minute:before {
    content: 'Minuten'
}

.form__horizontal .second:before {
    content: 'Sekunden'
}

.form__horizontal .pri {
    margin-top: 10px
}

.form__horizontal .form__top {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form__horizontal .form__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form__horizontal .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
    font-size: 35px;
    font-family: GothamProMedium
}

.form__horizontal .prices__text {
    width: 590px
}

.form__horizontal .prices__text span {
    display: block;
    color: #ed6328
}

.form__horizontal .price__new {
    font-size: 52px;
    color: #ed6328
}

.form__horizontal input,
.form__horizontal select {
    border: 2px solid #000;
    background-color: #f6f6f6;
    color: #000;
    width: 240px;
    padding: 15px 0 15px 40px;
    background-position: left 15px center, center;
    background-repeat: no-repeat, repeat
}

.form__horizontal input::-webkit-input-placeholder,
.form__horizontal select::-webkit-input-placeholder {
    color: #333;
    font-size: 16px
}

.form__horizontal input::-moz-placeholder,
.form__horizontal select::-moz-placeholder {
    color: #333;
    font-size: 16px
}

.form__horizontal input:-ms-input-placeholder,
.form__horizontal select:-ms-input-placeholder {
    color: #333;
    font-size: 16px
}

.form__horizontal input::-ms-input-placeholder,
.form__horizontal select::-ms-input-placeholder {
    color: #333;
    font-size: 16px
}

.form__horizontal input::placeholder,
.form__horizontal select::placeholder {
    color: #333;
    font-size: 16px
}

.form__horizontal .form__btn {
    width: 240px;
    text-transform: uppercase;
    font-family: ArialBlack;
    color: #fff;
    font-size: 23px;
    background-color: #ed6328;
    border: none;
    border-radius: 30px
}

@media (min-width:992px) and (max-width:1199px) {
    .form__horizontal .prices__text {
        width: 434px
    }

    .form__horizontal input,
    .form__horizontal select {
        width: 195px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .form__horizontal {
        padding: 15px
    }

    .form__horizontal .form__top {
        margin-bottom: 30px
    }

    .form__horizontal .prices__text {
        width: 250px;
        margin-top: 15px
    }

    .form__horizontal .prices {
        font-size: 20px
    }

    .form__horizontal input,
    .form__horizontal select {
        width: 165px;
        padding-top: 10px;
        padding-left: 30px;
        padding-bottom: 10px
    }

    .form__horizontal input::-webkit-input-placeholder,
    .form__horizontal select::-webkit-input-placeholder {
        font-size: 14px
    }

    .form__horizontal input::-moz-placeholder,
    .form__horizontal select::-moz-placeholder {
        font-size: 14px
    }

    .form__horizontal input:-ms-input-placeholder,
    .form__horizontal select:-ms-input-placeholder {
        font-size: 14px
    }

    .form__horizontal input::-ms-input-placeholder,
    .form__horizontal select::-ms-input-placeholder {
        font-size: 14px
    }

    .form__horizontal input::placeholder,
    .form__horizontal select::placeholder {
        font-size: 14px
    }

    .form__horizontal .price__new {
        font-size: 49px
    }

    .form__horizontal .form__btn {
        width: 165px;
        font-size: 20px
    }
}

@media (max-width:767px) {
    .form__horizontal i {
        height: 28px
    }

    .form__horizontal input,
    .form__horizontal select {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 15px;
        width: 100%
    }

    .form__horizontal .form__btn {
        width: 100%;
        height: 50px
    }

    .form__horizontal .pri {
        text-align: center
    }

    .form__horizontal .prices__text {
        width: 100%;
        margin-bottom: 20px
    }

    .form__horizontal .form__top {
        display: block
    }

    .form__horizontal .prices {
        display: block;
        font-size: 22px
    }

    .form__horizontal .form__list {
        display: block
    }

    .form__horizontal .minute {
        margin: 0 27px
    }

    .form__horizontal .countdown__item:after {
        right: -23px
    }

    .form__horizontal .price__new {
        text-align: center;
        font-size: 60px;
        margin-top: 30px
    }
}

.data {
    background-color: #9aeaff;
    padding: 50px 0 30px
}

.data .section-title {
    margin-bottom: 20px;
    font-size: 32px
}

.data p {
    font-size: 19px;
    font-family: GothamProMedium;
    position: relative;
    margin-bottom: 25px;
    margin-left: 13px;
    padding-left: 30px
}

.data p:after {
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background-color: #333;
    content: '';
    border-radius: 20px
}

@media (min-width:768px) and (max-width:991px) {
    .data .section-title {
        font-size: 24px
    }

    .data p {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .data {
        padding: 30px 0
    }

    .data .section-title {
        font-size: 30px
    }

    .data p {
        margin-left: 0;
        font-size: 16px
    }
}

.prich {
    background-image: url(img/prich.jpg);
    padding: 40px 0 20px
}

.prich .section-title {
    color: #4395ac;
    margin-bottom: 40px
}

.prich__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

.prich__text {
    font-size: 24px;
    margin-left: 25px
}

.prich__text span {
    color: #ed6328;
    font-family: GothamProMedium
}

.prich__text p {
    margin-top: 15px;
    line-height: normal
}

@media (min-width:768px) and (max-width:991px) {
    .prich .section-title {
        font-size: 24px
    }

    .prich__img img {
        width: 200px
    }

    .prich__text {
        font-size: 19px
    }
}

@media (max-width:767px) {
    .prich {
        padding: 30px 0;
        background-image: url(img/prich_mob.jpg)
    }

    .prich .section-title {
        font-size: 29px
    }

    .prich__row {
        text-align: center;
        display: block;
        margin-bottom: 30px
    }

    .prich__img img {
        width: 170px;
        display: block;
        margin: 0 auto
    }

    .prich__text {
        margin-left: 0;
        margin-top: 15px;
        font-size: 16px
    }

    .prich__text p {
        text-align: left
    }
}

.product {
    padding: 50px 0
}

.product .section-title {
    color: #ed6328;
    margin-bottom: 40px
}

.product .countdown__item {
    font-size: 25px;
    display: inline-block;
    border: 4px solid #000;
    text-align: center;
    line-height: 47px;
    position: relative;
    width: 55px;
    height: 55px;
    font-family: GothamProBold
}

.product .countdown__item:after {
    content: ':';
    position: absolute;
    right: -28px;
    font-size: 35px;
    color: #ed6328
}

.product .countdown__item:last-child:after {
    display: none
}

.product .countdown__item:before {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 11px;
    margin: 0 auto;
    bottom: -40px
}

.product .hour:before {
    content: 'Час'
}

.product .minute {
    margin: 0 38px
}

.product .minute:before {
    content: 'Минути'
}

.product .second:before {
    content: 'Секунди'
}

.product__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product__left {
    text-align: center;
    width: 359px
}

.timer__title {
    font-size: 27px;
    margin: 10px 0;
    font-family: GothamProMedium
}

.prod2 {
    margin-left: 40px
}

.prod2 img {
    width: 400px
}

@media (min-width:768px) and (max-width:991px) {

    .product__left,
    .product__right {
        width: 50%
    }

    .prod2 img {
        width: 330px
    }
}

@media (max-width:767px) {
    .product__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .prod2 {
        margin-left: 0
    }

    .prod2 img {
        width: 100%
    }

    .product__left {
        width: auto
    }

    .logo2 {
        margin-top: 40px
    }

    .logo2 img {
        width: 100%
    }

    .timer__title {
        font-size: 21px
    }
}

.help {
    background-color: #9aeaff;
    padding: 60px 0
}

.help .section-title {
    margin-bottom: 50px
}

.help__text {
    font-size: 21px;
    font-family: GothamProMedium;
    margin-top: 50px;
    padding-right: 60px
}

.help__text span {
    font-family: GothamProBold
}

@media (min-width:992px) and (max-width:1199px) {
    .prich__text p {
        font-size: 21px
    }

    .help__img img {
        width: 100%
    }

    .help__text {
        padding-right: 0;
        margin-top: 30px;
        font-size: 20px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .help__img img {
        width: 100%
    }

    .help__text {
        padding-right: 0;
        margin-top: 10px;
        font-size: 16px
    }
}

@media (max-width:767px) {
    .help {
        padding: 40px 0
    }

    .help .section-title {
        font-size: 30px;
        margin-bottom: 15px
    }

    .help__img img {
        width: 100%
    }

    .help__text {
        padding-right: 0;
        margin-top: 20px;
        font-size: 18px
    }
}

.preim {
    background-image: url(img/preim.jpg);
    padding: 65px 0
}

.preim .section-title {
    color: #4395ac;
    margin-bottom: 40px
}

.preim__item {
    text-align: center
}

.preim__item p {
    font-size: 20px;
    font-family: GothamProMedium;
    color: #676969;
    margin-top: 25px
}

@media (min-width:992px) and (max-width:1199px) {
    .preim__item p {
        font-size: 17px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .preim__item img {
        width: 100%
    }

    .preim__item p {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .preim {
        background-image: url(img/preim_mob.jpg);
        padding: 15px 0
    }

    .preim .section-title {
        margin-bottom: 20px
    }

    .preim__item {
        margin-bottom: 40px
    }

    .preim__item p {
        text-align: left;
        font-size: 17px
    }

    .preim__item img {
        width: 170px
    }
}

.reviews {
    background-image: url(img/reviews.jpg);
    padding-top: 50px
}

.reviews .section-title {
    margin-bottom: 40px
}

.rev__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 90px
}

.rev__text {
    margin-left: 30px;
    color: #000;
    font-size: 18px
}

.rev__text span {
    text-transform: uppercase;
    font-family: GothamProBold
}

.rev__text p {
    margin-top: 17px
}

@media (min-width:992px) and (max-width:1199px) {
    .rev__text {
        font-size: 16px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .rev__row {
        margin-bottom: 50px
    }

    .rev__img img {
        width: 150px
    }

    .rev__text {
        font-size: 14px
    }

    .rev__text p {
        margin-top: 10px
    }
}

@media (max-width:767px) {
    .reviews {
        padding: 40px 0
    }

    .rev__row {
        display: block;
        margin-bottom: 15px
    }

    .rev__img {
        margin-bottom: 20px
    }

    .rev__text {
        margin-left: 0;
        font-size: 16px
    }
}

.section-title {
    font-size: 32px;
    text-align: center;
    font-family: GothamProBold
}

.form__item {
    position: relative
}

i {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto
}

p {
    margin: 0
}

a {
    text-decoration: none !important
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

button {
    outline: 0
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    outline: 0;
    -moz-appearance: none;
    appearance: none
}

body {
    font-family: GothamProRegular;
    margin: 0
}

section {
    background-repeat: no-repeat;
    background-position: center top
}

.container {
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

footer {
    text-align: center;
    padding: 20px 0
}

footer a {
    display: block
}

@media (max-width:767px) {
    .container {
        width: 320px
    }

    .section-title {
        text-align: left
    }
}