.main {
    background-image: url(img/main.jpg);
    padding: 40px 0 80px
}

.logo {
    font-size: 56px;
    margin-bottom: 20px;
    font-weight: 700;
    background: linear-gradient(45deg, #006f9a 33%, #0092b7 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: table
}

.main__title {
    background: rgba(0, 146, 185, .8);
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    width: 489px;
    padding: 17px 0;
    line-height: normal;
    text-align: center;
    font-weight: 700
}

.prod1 {
    position: absolute;
    right: -40px;
    bottom: -80px
}

.main__texts {
    width: 324px;
    margin: 0 0 0 auto
}

.main__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px;
    margin-bottom: 16px;
    border: 1px solid #0092b7;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 146, 183, .2));
    filter: drop-shadow(0 0 5px rgba(0, 146, 183, .2));
    border-radius: 10px
}

.main__text p {
    color: #0092b7;
    font-size: 16px
}

.main__text img {
    margin-right: 11px
}

.main__text:nth-child(2) {
    width: 267px;
    margin: 0 0 0 auto
}

.main__list {
    font-size: 28px;
    width: 432px;
    margin-top: 58px
}

.main__list li {
    font-size: 20px;
    font-weight: 700;
    padding: 28px 5px;
    margin-bottom: 8px;
    color: #fff;
    text-align: center;
    background: rgba(0, 111, 154, .8)
}

.main__list li:last-child {
    padding: 42px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .prod1 {
        right: -43px
    }

    .main__text {
        background-color: #daf1f7
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main__title {
        width: 100%;
        font-size: 27px
    }

    .main__list {
        width: 100%;
        margin-top: 34px
    }

    .main__texts {
        margin-bottom: 30px;
        width: 100%
    }

    .main__text {
        background-color: #daf1f7
    }

    .main__text p {
        font-size: 15px
    }

    .logo {
        margin-bottom: 90px
    }
}

@media (max-width:767px) {
    .main {
        background-image: url(img/main_mob.jpg);
        padding-top: 20px;
        padding-bottom: 75px
    }

    .logo {
        margin: 0 auto;
        font-size: 42px;
    }

    .main__title {
        width: 100%;
        font-size: 16px;
        padding: 9px 0;
        margin-bottom: 15px
    }

    .main__texts {
        width: 100%
    }

    .main__text {
        line-height: normal;
        padding: 6px 10px
    }

    .main__text p {
        font-size: 15px
    }

    .main__text:nth-child(2) {
        margin: 0 auto;
        width: 240px
    }

    .prod1 {
        position: static;
        margin-top: 90px;
        margin-left: 15px
    }

    .main__list {
        margin-top: 0px;
        width: 100%
    }

    .main__list li {
        font-size: 14px;
        padding: 14px 5px
    }

    .main__list li:last-child {
        padding: 25px 0
    }
}

.footer {
    padding: 20px 0;
    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: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 30px;
    background-color: #7bdcfa !important;
    display: inline-block
}

.owl-dots .owl-dot.active {
    background-color: #006f9a !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
}

.forma {
    background-color: #fff;
    padding: 20px;
    width: 324px;
    margin: 44px 0 0 auto
}

.prices {
    text-align: center
}

.prices__title {
    text-transform: uppercase;
    color: #29285b;
    font-size: 14px;
    margin-bottom: 15px
}

.prices__title span {
    font-weight: 700
}

.price__new {
    text-transform: uppercase;
    font-size: 54px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #db0311;
    line-height: normal
}

.form__list input,
.form__list select {
    margin-bottom: 10px;
    display: block;
    background-color: #fff;
    padding-left: 35px;
    border: 1px solid #dedede;
    height: 40px;
    width: 100%
}

.form__list input::-webkit-input-placeholder {
    color: #817f7d;
    font-size: 16px
}

.form__list input::-moz-placeholder {
    color: #817f7d;
    font-size: 16px
}

.form__list input:-ms-input-placeholder {
    color: #817f7d;
    font-size: 16px
}

.form__list input::-ms-input-placeholder {
    color: #817f7d;
    font-size: 16px
}

.form__list input::placeholder {
    color: #817f7d;
    font-size: 16px
}

.form__btn {
    color: #fff;
    width: 100%;
    height: 60px;
    margin-top: 15px;
    border: none;
    font-weight: 700;
    font-size: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ef0010), to(#b60713));
    background: linear-gradient(180deg, #ef0010 0, #b60713 100%);
    -webkit-box-shadow: inset 0 -6px 0 rgba(0, 0, 0, .55);
    box-shadow: inset 0 -6px 0 rgba(0, 0, 0, .55);
    border-radius: 8px
}

.pri {
    text-align: center;
    color: #000;
    opacity: .5;
    margin-top: 15px
}

.form__horizontal {
    background-color: #fff;
    padding: 24px 59px;
    border-radius: 10px
}

.form__horizontal .new_price_wrapper {
    position: relative;
    margin-left: 10px
}

.form__horizontal .price__new {
    position: relative;
    display: inline;
    bottom: 0;
    color: #eb5757;
    font-size: 20px;
    line-height: 1;
    right: 0;
    margin-bottom: 0
}

.form__horizontal .price__text2 {
    color: #006f9a;
    font-weight: 900;
    font-size: 16px;
    width: 225px;
    margin: 0 0 0 auto
}

.form__horizontal .old_price_wrapper {
    line-height: normal;
    text-align: left;
    color: #000;
    margin-left: 50px
}

.form__horizontal .price__old {
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-decoration: line-through;
}



.form__horizontal .old_price_title {
    font-size: 20px;
    font-weight: 400
}

.form__horizontal i {
    height: 13px
}

.form__horizontal .pri {
    text-align: right
}

.form__horizontal .prices {
    padding: 0;
    font-size: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700
}

.form__horizontal .prices img {
    width: 165px
}

.form__horizontal .price__text {
    text-transform: uppercase;
    width: 208px;
    font-size: 24px;
    color: #006f9a;
    text-align: center
}

.form__horizontal .new_price_title {
    color: #000;
    text-transform: none;
    font-size: 20px;
    font-weight: 700;
    text-align: left
}

.form__horizontal .new_price_cur,
.form__horizontal .new_price_val {
    font-size: 20px;
    font-weight: 700
}

.form__horizontal .form__list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form__horizontal input,
.form__horizontal select {
    color: #000;
    width: 163px;
    height: 48px;
    margin-bottom: 0;
    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: 242px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border: none;
    margin-top: 0;
    height: 48px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .25)), to(rgba(255, 255, 255, 0))), #cf213a;
    background: linear-gradient(360deg, rgba(0, 0, 0, .25) 0, rgba(255, 255, 255, 0) 100%), #cf213a;
    border-radius: 4px
}

@media (min-width:992px) and (max-width:1199px) {
    .form__horizontal {
        padding-right: 20px
    }

    .form__horizontal .product__wrapper {
        padding-left: 155px
    }

    .form__horizontal .price__text {
        width: 145px;
        font-size: 18px
    }

    .form__horizontal .price__text2 {
        font-size: 14px;
        width: 190px
    }

    .form__horizontal .old_price_wrapper {
        margin-left: 28px
    }

    .form__horizontal .old_price_title {
        font-size: 17px
    }

    .form__horizontal .form__btn,
    .form__horizontal input,
    .form__horizontal select {
        width: 147px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .forma {
        width: 100%;
        margin-top: 0
    }

    .form__horizontal {
        padding-right: 20px;
        padding-left: 20px
    }

    .form__horizontal .price__text {
        width: 145px;
        font-size: 18px
    }

    .form__horizontal .price__text2 {
        font-size: 14px;
        width: 190px
    }

    .form__horizontal .new_price_wrapper {
        margin-left: 30px
    }

    .form__horizontal .old_price_wrapper {
        margin-left: 50px
    }

    .form__horizontal .old_price_title {
        font-size: 17px
    }

    .form__horizontal .form__btn,
    .form__horizontal input,
    .form__horizontal select {
        width: 165px
    }
}

@media (max-width:767px) {
    .forma {
        width: 100%;
        margin-top: 20px
    }

    .form__horizontal {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 15px
    }

    .form__horizontal .pri {
        text-align: center
    }

    .form__horizontal input,
    .form__horizontal select {
        width: 100%
    }

    .form__horizontal img {
        width: 100%;
        margin-top: 15px
    }

    .form__horizontal .form__list {
        display: block
    }

    .form__horizontal .form__list input,
    .form__horizontal .form__list select {
        margin-bottom: 10px;
        height: 45px
    }

    .form__horizontal .form__btn,
    .form__horizontal .price__text {
        width: 100%
    }

    .form__horizontal .prices {
        display: block
    }

    .form__horizontal .price__new {
        position: static;
        color: #db0311
    }

    .form__horizontal .price__new .new_price_cur,
    .form__horizontal .price__new .new_price_val {
        font-size: 20px
    }

    .form__horizontal .new_price_wrapper {
        text-align: center
    }

    .form__horizontal .new_price_title {
        text-align: center;
        margin: 10px 0
    }

    .form__horizontal .old_price_wrapper {
        margin-left: 0;
        margin-top: 20px;
        text-align: center
    }

    .form__horizontal .price__old:after {
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .form__horizontal .price__text2 {
        text-align: center;
        width: 100%;
        margin: 15px 0
    }

    .form__horizontal .form__btn {
        height: 55px;
        background: -webkit-gradient(linear, left top, left bottom, from(#ef0010), to(#b60713));
        background: linear-gradient(180deg, #ef0010 0, #b60713 100%);
        -webkit-box-shadow: inset 0 -5.92593px 0 rgba(0, 0, 0, .55);
        box-shadow: inset 0 -5.92593px 0 rgba(0, 0, 0, .55);
        border-radius: 7.90123px
    }
}

.org {
    background-image: url(img/org.jpg);
    padding: 98px 0 86px
}

.org__text {
    font-size: 20px;
    color: #00435e;
    line-height: 32px
}

@media (min-width:992px) and (max-width:1199px) {
    .org__text {
        font-size: 19px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .org__text {
        padding-right: 42px;
        font-size: 15px
    }
}

@media (max-width:767px) {
    .org {
        padding: 45px 0 64px;
        background-image: url(img/org_mob.jpg)
    }

    .org__text {
        font-size: 17px;
        line-height: 24px
    }
}

.znakomo {
    padding: 70px 0;
    background: linear-gradient(260.72deg, #006f9a .41%, rgba(255, 255, 255, 0) 100%), #0092b7
}

.znakomo .section-title {
    color: #fff;
    margin-bottom: 50px
}

.znakomo .section-title:after {
    background-color: #fff
}

.znak__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.znak__item {
    width: 272px
}

.znak__item img {
    width: 100%
}

.znak__item p {
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    color: #00435e;
    font-weight: 900;
    padding: 21px 0
}

.znak__wrapper {
    background-color: #fff;
    text-align: center;
    border: 5px solid #db0311;
    font-size: 22px;
    width: 631px;
    margin: 32px auto 0;
    padding: 20px;
    font-weight: 700;
    -webkit-filter: drop-shadow(0 0 20px rgba(255, 37, 37, .5));
    filter: drop-shadow(0 0 20px rgba(255, 37, 37, .5))
}

.znak__wrapper span {
    color: #db0311;
    display: block
}

@media (min-width:992px) and (max-width:1199px) {
    .znak__item {
        width: 225px
    }

    .znak__item p {
        font-size: 12px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .znak__item {
        width: 170px
    }

    .znak__item p {
        font-size: 9px
    }

}

@media (max-width:767px) {
    .znakomo {
        padding: 40px 0
    }

    .znakomo .section-title {
        font-size: 24px
    }

    .znak__item {
        margin: 0 auto
    }
}

.product {
    background-image: url(img/product.jpg)
}

.product__wrapper {
    padding: 46px 46px 46px 200px;
    position: relative
}

.prod2 {
    position: absolute;
    left: 0;
    top: 40px;
    width: 180px
}

@media (min-width:992px) and (max-width:1199px) {
    .product__wrapper {
        padding: 50px 46px 50px 200px
    }

    .prod2 {
        top: 60px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .product__wrapper {
        padding: 50px 0
    }
}

@media (max-width:767px) {
    .product {
        padding: 45px 0;
        background-image: url(img/product_mob.jpg)
    }

    .product__wrapper {
        padding: 0
    }
}

.help {
    background-image: url(img/help.jpg);
    padding: 60px 0
}

.help .section-title {
    color: #006f9a;
    margin-bottom: 96px
}

.help .section-title span {
    color: #0092b7
}

.help .section-title:after {
    background-color: #006f9a
}

.help__text {
    font-size: 20px;
    color: #00435e;
    line-height: 32px
}

.help__text span {
    font-weight: 700
}

@media (min-width:768px) and (max-width:991px) {
    .help .section-title {
        margin-bottom: 60px
    }

    .help__text {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .help {
        padding: 30px 0 360px;
        background-image: url(img/help_mob.jpg)
    }

    .help .section-title {
        font-size: 27px;
        margin-bottom: 25px
    }

    .help__text {
        line-height: normal;
        font-size: 18px
    }
}

.reviews {
    padding: 60px 0
}

.reviews .section-title {
    color: #006f9a;
    margin-bottom: 60px;
    padding: 0 220px
}

.reviews .section-title span {
    color: #0092b7
}

.reviews .section-title:after {
    background-color: #006f9a
}

.rev__item {
    -webkit-filter: drop-shadow(48px 0 42px rgba(0, 0, 0, .07));
    filter: drop-shadow(48px 0 42px rgba(0, 0, 0, .07));
    background-color: #f4f4f4;
    text-align: center;
    height: 616px;
    padding: 0 31px;
    font-size: 16px;
    color: #00435e
}

.rev__item span {
    display: block;
    font-weight: 700;
    margin: 24px 0 8px
}

.rev__item p {
    text-align: left
}

@media (min-width:992px) and (max-width:1199px) {
    .reviews .section-title {
        padding: 0 200px
    }

    .rev__item {
        padding: 0 15px;
        height: 635px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .rev__item {
        padding: 0 15px;
        height: 690px;
        font-size: 14px
    }
}

@media (max-width:767px) {
    .reviews {
        padding: 40px 0
    }

    .reviews .section-title {
        padding: 0;
        font-size: 23px
    }

    .rev__item {
        height: 700px
    }
}

.zakaz {
    background: linear-gradient(260.72deg, #006f9a .41%, rgba(255, 255, 255, 0) 100%), #0092b7;
    padding: 60px 0
}

.zakaz .section-title {
    color: #fff;
    margin-bottom: 50px
}

.zakaz .section-title:after {
    background-color: #fff
}

.zak__item {
    width: 250px;
    text-align: center;
    color: #fff;
    font-size: 18px
}

.zak__item span {
    display: block;
    font-weight: 700;
    margin: 10px 0 5px;
    text-transform: uppercase
}

.zak__item p {
    padding: 0 20px
}

.zakaz__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:992px) and (max-width:1199px) {
    .zak__item {
        font-size: 16px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .zak__item {
        width: 170px;
        font-size: 14px
    }

    .zak__item p {
        padding: 0
    }
}

@media (max-width:767px) {
    .zakaz {
        padding: 40px 0 10px
    }

    .zakaz .section-title {
        font-size: 23px
    }

    .zakaz__items {
        display: block
    }

    .zak__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        width: 100%;
        margin-bottom: 32px
    }

    .zak__item span {
        margin-top: 0
    }

    .zak__img img {
        width: 96px;
        height: 96px
    }

    .zak__text {
        text-align: left;
        margin-left: 15px
    }

    .zak__text p {
        padding: 0
    }

    .container {
        width: 320px
    }
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative
}

.section-title:after {
    position: absolute;
    margin: 0 auto;
    left: 0;
    bottom: -7px;
    right: 0;
    content: '';
    height: 2px;
    width: 128px
}

.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: Roboto, sans-serif;
    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
}