*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Futura PT", Arial, sans-serif;
    color: #000;
}
#nav1 {
    width: 100%;
    background-color: rgba(255,255,255,1);
    height: 110px;
    z-index: 990;
    position: fixed;
    top: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    transition: background-color .3s linear;
}
.nav1_maincont{
    width: 100%;
    height: 110px;
    display: table;
}
.padding40px{
    width: 40px;
}
.leftside {
    display: table-cell;
    vertical-align: middle;
}
.centerside {
    display: table-cell;
    vertical-align: middle;
    /* *wb* text-align: center;*/
    text-align: right;
    width: 100%;
}
.leftside img{
    margin-right: 30px;
    max-width: 300px;
}
.list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: opacity ease-in-out .2s;
    -moz-transition: opacity ease-in-out .2s;
    -o-transition: opacity ease-in-out .2s;
    transition: opacity ease-in-out .2s;
}

.list_item {
    clear: both;
    font-family: Arial,sans-serif;
    font-size: 16px;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    color: #000;
    white-space: nowrap;
}
.list_item:first-child {
    padding-left: 0;
}
.list_item:last-child {
    padding-right: 0;
}
.list_item a{
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}
.list_item a:after {
    content: '';
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 0;
    height: 2px;
    background: #d62240;
}
.list_item a:hover:after {
    left: 0;
    right: 0;
}

.rightside {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.right_descr {
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.right_descr span{
    font-weight: 400;
    color: rgb(122, 122, 122);
}
.right_buttons {
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle;
}
.t-btn {
    display: inline-block;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    line-height: 20px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a.t-btn{
    color: #ffffff;
    background-color: #d62240;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 40px;
    font-size: 14px;
    padding: 10px 30px;
    margin-left: 10px;
    text-decoration: none;
}

#nav2{
    display: none;
}
.nav2_maincont {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    z-index: 99;
}
.menu__content {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}
.logo__container {
    display: table;
    height: 100px;
}
.logo__content {
    display: table-cell;
    vertical-align: middle;
}

.burger {
    position: absolute;
    width: 28px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    -webkit-transform: rotate(
            0deg
    );
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(
            0deg
    );
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
    right: 20px;
}
.burger span{
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(
            0deg
    );
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(
            0deg
    );
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 3px;
    background-color: #000;
}
.burger span:nth-child(1) {
    top: 0;
}
.burger span:nth-child(2), .burger span:nth-child(3) {
    top: 8px;
}
.burger span:nth-child(4) {
    top: 16px;
}
.menu__container {
    position: fixed;
    right: 0;
    left: 0;
    top: 100px;
    -webkit-transition: .5s cubic-bezier(0,1,.5,1);
    -moz-transition: .5s cubic-bezier(0,1,.5,1);
    -o-transition: .5s cubic-bezier(0,1,.5,1);
    transition: .5s cubic-bezier(0,1,.5,1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 9999;
}
.menu__container.closed {
    top: 0!important;
}
.menu__container.closed {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.menu__wrapper {
    text-align: center;
    background: #fff;
    width: 100%;
}
.menu {
    padding: 30px 20px 30px;
}
.menu__items {
    padding: 5px 0 55px;
}
.menu__items a {
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    display: block;
    margin-bottom: 20px;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
.descr{
    max-width: 540px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
}
.descr span{
    color: rgb(121, 121, 121);
    font-weight: 400;
    font-size: 16px;
    display: block;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    z-index: 989;
    background: black;
    opacity: .6;
}
.overlay.closed {
    opacity: 0;
    z-index: -1;
}
.opened .burger span:nth-child(1) {
    top: 8px;
    width: 0;
    left: 50%;
}
.opened .burger span:nth-child(2) {
    -webkit-transform: rotate(
            45deg
    );
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(
            45deg
    );
}
.opened .burger span:nth-child(3) {
    -webkit-transform: rotate(
            -45deg
    );
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(
            -45deg
    );
}
.opened .burger span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}
.opened .nav2_maincont {
    position: fixed!important;
    top: 0!important;
    right: 0!important;
    left: 0!important;
    z-index: 99999;
}
.banner{
    margin-top: 99px;
    height: 700px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
}
.banner__img{
    height: 700px;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-attachment: fixed;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: unset;
    background-image: url("../img/bg7.jpg");
    filter: brightness(0.9);
    -webkit-filter: brightness(0.9);
}
#myVideo {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
}
.banner__text_container{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.banner__text_content{
    position: absolute;
    height: 100%;
    width: 80%;
    margin-left: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.banner h1{
    text-transform: uppercase;
    font-size: 46px;
    line-height: 1.3;
    position: relative;
    color: #fff;
    margin-bottom: 50px;
    display: inline-block;
    text-shadow: 1px 1px 2px #000;
    background: rgba(219, 219, 219, 0.2);
    padding: 0 15px;
    border-radius: 4px;
}
.banner p{
    font-size: 38px;
    line-height: 1.3;
    position: relative;
    color: #fff;
    margin-bottom: 63px;
    display: inline-block;
    text-shadow: 1px 1px 2px #000;
    background: rgba(219, 219, 219, 0.2);
    padding: 0 5px;
    border-radius: 4px;
}


.container{
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}
h2{
    font-size: 36px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
    position: relative;
    margin-top: 0;
    margin-bottom: 35px;
}
h3{
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
    position: relative;
    margin-bottom: 25px;
}
.center{
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
p{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
    font-weight: 400;
}
p.small{
    font-size: 18px;
    color: #666;
}
img{
    max-width: 100%;
}
.block{
    padding: 50px 0 30px;
}
.catalog__items{
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    vertical-align: top;
}
.catalog__item{
    display: inline-block;
    width: 30%;
    margin: 0 1% 35px;
    vertical-align: top;
    text-align: center;
}
.catalog__item img{
    margin: 0 auto 15px;
    display: block;
}
.item__title{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}
.item__description{
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 400;
    color: #111;
}
.catalog__item .t-btn{
    color: #000000;
    border: 1px solid #000000;
    background-color: #ffffff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 40px;
    padding: 9px 30px 11px;
}
.catalog__item .t-btn:hover{
    color: #fff;
    border: 1px solid #d62240;
    background-color: #d62240;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    overflow: auto;
    padding-bottom: 20px;
}

.popup__container {
    position: relative;
    width: 100%;
    max-width: 600px;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 auto 20px;
    top: 20px;
}
.popup__img{
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.popup__title {
    font-size: 24px;
    line-height: 1.3;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.popup__p {
    display: block;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 15px;
}
.popup__p.bold{
    font-weight: 600;
}
.popup__p.ul {
    padding-left: 28px;
    background: url("../img/lis.png") no-repeat 0 1px;
}
.popup__s {
    display: block;
    vertical-align: top;
    margin-top: 30px;
    margin-bottom: 0;
}
.popup__s img{
    max-width: 100%;
}

.popup__icon--close {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    fill: #000;
}

.popup__icon--close:hover {
    transform: rotate(180deg);
}

.popup--hidden {
    display: none;
}
body.open-popup{
    overflow: hidden;
}

.advantages{
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    vertical-align: top;
}
.advantages__item{
    display: inline-block;
    width: 30%;
    margin: 0 1% 35px;
    vertical-align: top;
}
.advantages__item img{
    margin: 0 auto 15px;
    display: block;
}
.advantages__title{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
}
.advantages__description {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: #111;
}
.filter{
    margin: 0;
    background: #9df1dd;
    border-radius: 4px;
    position: relative;
    min-height: 48px;
    padding: 0 10px;
}
.filter:after{
    content: '';
    display: block;
    clear: both;
}
.filter button{
    display: inline-block;
    color: #717171;
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 20px;
    margin: 0 1px 0 0;
    text-decoration: none;
    cursor: pointer;
    border: 0;
}
.filter button.mixitup-control-active {
    background: #ffffff;
    color: #000000;
    font-weight: 600;
    border: 0;
    cursor: default;
}
.filter button:active,.filter button:focus, .filter button{
    border: 0!important;
}
.filter button.alf{
    float: right;
    margin: 0;
    position: relative;
}
.filter button.alf img{
    height: 18px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
}
.by_the_way{
    position: relative;
    padding: 50px 0 0;
    margin-bottom: 50px;
}
.by_the_way:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #000;
}
.line{
    position: relative;
    text-align: center;
    width: 100%;
}
.by_the_way__top{
    padding: 10px 43px;
    background-color: #000;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 1.3;
}
.line:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #000;
}
.by_the_way__text{
    padding: 40px 0 30px;
    text-align: center;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 400;
}
.popup .line{
    width: 80%;
    margin: 30px auto;
    height: 1px;
}
.popup .line:after {
    background-color: #939393;
}
.to_anketa{
    color: #000000;
    border: 1px solid #000000;
    background-color: #ffffff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 40px;
    padding: 9px 30px 11px;
    margin: 15px auto;
}
.to_anketa:hover {
    color: #fff;
    border: 1px solid #d62240;
    background-color: #d62240;
}
.popup a{
    color: #d62240;
}
.popup a span{
    font-weight: 700;
    color: #d62240;
}

.feedback{
    position: relative;
    background: url("../img/bg8.jpg") no-repeat center bottom;
    background-size: cover;
    padding: 50px 0;
}
.blackout{
    position: absolute;
    background: rgba(0,0,0,0.1);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.bg__anketa{
    position: relative;
    width: 80%;
    margin: 0 10%;
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
}
.feedback__call{
    font-size: 22px;
    margin: 0 auto 15px;
    max-width: 600px;
}
.feedback .feedback__phone{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.feedback .feedback__phone span{
    font-weight: 400;
    font-size: 22px;
    color: rgb(122, 122, 122);
}
#anketa{
    position: relative;
    max-width: 450px;
    margin: 30px auto 0;
}
#anketa p{
    margin-bottom: 5px;
    margin-top: 15px;
}
#anketa input{
    margin: 0;
    height: 45px;
    padding: 10px 20px;
    font-size: 22px;
    line-height: 25px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
    color: #000000;
    border: 1px solid #999696;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#anketa .has-error p{
    color: #d62240;
}
#anketa .has-error input{
    color: #000000;
    border: 1px solid #d62240;
}
#anketa select{
    margin: 0;
    height: 45px;
    padding: 10px 20px;
    font-size: 22px;
    line-height: 25px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../img/down-arrow_sm.png") no-repeat right center;
    color: #000000;
    border: 1px solid #999696;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    position: relative;
}
#anketa select option{
    cursor: pointer;
}

#anketa button{
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 25px 0;
    color: #ffffff;
    background-color: #d62240;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
#anketa button:hover{
    background-color: #b50724;
}
#payment{
    position: relative;
}
.answer {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #fcf6ff;
    padding: 20px;
    margin: 45px 30px 35px 0;
    border-radius: 4px;
    text-align: center;
}
.answer a{
    color: #fff;
    text-decoration: underline;
}
.answer.success {
    background: #216f1f;
}
.answer.error {
    background: #d62240;
}
#payment form{
    position: relative;
    display: block;
    margin: 30px auto 60px;
    max-width: 500px;
    padding: 20px;
    background: #9c9ea0;
    text-align: center;
    border-radius: 4px;
}
#payment form h3{
    color: #fff;
}
#payment form p{
    margin-bottom: 5px;
    margin-top: 15px;
    color: #fff;
}
#payment form  input {
    margin: 0;
    height: 45px;
    padding: 10px 20px;
    font-size: 22px;
    line-height: 25px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
    color: #000000;
    border: 1px solid #999696;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#payment form  button {
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 25px 0;
    color: #ffffff;
    background-color: #d62240;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
#payment form  button:hover{
    background-color: #b50724;
}
#captcha_wrapper{
    display: block;
    margin-top: 25px;
    text-align: center;
}
#captcha_wrapper>div{
    margin: 0 auto;
}
.delivery{
    position: relative;
    padding-bottom: 0;
}
.content__delivery{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-around;
}
.content__delivery .left_content{
    position: relative;
    margin-right: 30px;
}
.content__delivery .right_content{
    position: relative;
    min-width: 40%;
    display: flex;
    align-items: flex-end;
}
.delivery__item{
    width: 100%;
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
}
.delivery__item img{
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
}
.delivery__item .title{
    font-size: 28px;
    line-height: 1.3;
    padding-bottom: 15px;
    font-weight: 500;
    position: relative;
}
.delivery__item .description{
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 15px;
    position: relative;
}
.delivery__item .description span{
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: rgb(122, 122, 122);
}
.red_line{
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: #d62240;
}
.content__red_line{
    position: relative;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}
.content__red_line .left_content{
    display: inline-block;
    position: relative;
    width: 70%;
    margin-right: 2%;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    text-align: left;
    vertical-align: middle;
}
.content__red_line .left_content span{
    font-weight: 600;
    color: #fff;
}
.content__red_line .right_content{
    display: inline-block;
    position: relative;
    width: 25%;
    vertical-align: middle;
}
.content__red_line .right_content .t-btn{
    color: #000000;
    background-color: #ffffff;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 40px;
}
.content__red_line .right_content .t-btn:hover{
    background-color: #b50724;
    color: #fff;
}
.contact{
    position: relative;
}
.contact .container{
    max-width: 800px;
}
.content__contact{
    position: relative;
    text-align: center;
    width: 100%;
    vertical-align: top;
    margin-bottom: 30px;
}
.content__contact .left_content {
    display: inline-block;
    position: relative;
    width: 45%;
    margin-right: 2%;
    text-align: left;
    vertical-align: top;
}
.content__contact .right_content {
    display: block;
    position: relative;
    width: 90%;
    text-align: left;
    vertical-align: top;
}
.content__contact .title{
    font-size: 28px;
    line-height: 1.3;
    padding-bottom: 15px;
    font-weight: 500;
    position: relative;
}
.content__contact .description {
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 15px;
    position: relative;
}
.content__contact .description span{
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: rgb(122, 122, 122);
}
.content__contact .description a{
    text-decoration: none;
}
.content__contact .description a:hover{
    text-decoration: underline;
}
.content__contact .description span.tel{
    display: inline-block;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #717171;
    background: #f0f0f0;
    border-radius: 2px;
    margin: 0 0 0 15px;
}
.contact p{
    margin-bottom: 10px;
}
.discount{
    background: url(../img/bg_discont.jpg) center top repeat-y;
    padding-top: 80px;
}
.bunner {
    height: 163px;
    width: 100%;
    background: url(../img/bg_bunner_disc.png) no-repeat center top;
    margin: -70px 0 30px;
}
.discount h1{
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-top: 0;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.bunner h2{
    color: #fff;
    font-size: 60px;
    line-height: 163px;
    font-weight: 700;
    text-transform: uppercase;
}
.bunner h2 span{
    color: #fff;
}
.discount h3{
    font-size: 50px;
    line-height: 1.3;
    font-weight: 500;
    color: #21ae62;
    position: relative;
    margin-top: 0;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.discount h4{
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-top: 0;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.discount h4 span{
    color: #d62240;
}
p.big{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
p.big span{
    display: inline;
    margin-left: 20px;
    font-weight: 400;
    font-size: 16px;
    background: #eee;
    border-radius: 3px;
    padding: 8px 20px;
}
.sea{
    position: relative;
    background: url("../img/bg_sea3.jpg") no-repeat center center;
    background-size: cover;
}
.sea .container{
    max-width: 900px;
    background: rgba(0,0,0,0.5);
    padding: 10px 10px 50px 10px;
}
.sea .container:after{
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -7px;
    width: 14px;
    height: 32px;
    background: url("../img/down-arrow_white.png") no-repeat;
}
.sea h2{
    color: #fff;
}
.sea p{
    color: #fff;
}
.img_container{
    position: relative;
    text-align: center;
    padding: 30px 20px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
.img_container img{
    display: inline-block;
    max-width: 19%;
}
.img_container img:nth-child(even){
    margin-top: 100px;
}
.blue_line{
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: #0aad80;
}
.blue_line h2{
    margin: 0;
    text-align: center;
    color: #fff;
}
.cooperation{
    padding-top: 0;
    background: #fff;
}
.cooperation .container{
    width: 80%;
    text-align: center;
    background: rgba(255,255,255,0.9);
    padding: 50px 15px 5px 15px;
    border-radius: 4px;
    border-top: 1px solid #000;
}
.cooperation p{
    margin-bottom: 10px;
}
ul.check{
    list-style: none;
}
ul.check li{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
    font-weight: 400;
    padding-left: 28px;
    background: url(../img/lis.png) no-repeat 0 1px;
    display: inline-block;
}
.cooperation a{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 400;
}
.cooperation a.t-btn{
    height: auto;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 30px;
    margin: 30px 0;
}
.cooperation a.t-btn span{
    color: #fff;
}
.cooperation a.t-btn:hover {
    background-color: #b50724;
    color: #fff;
}
.footer{
    position: relative;
    background: #3c3c3c;
}
.content__footer{
    position: relative;
    text-align: center;
    width: 100%;
    vertical-align: top;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.content__footer .left_content {
    display: block;
    position: relative;
    width: 45%;
    margin-right: 2%;
    text-align: left;
}
.content__footer .left_content img{
    max-width: 300px;
    width: 100%;
}
.content__footer .left_content p{
    margin-top: 15px;
    color: #9e9e9e;
    font-size: 14px;
}
.content__footer .right_content {
    display: block;
    position: relative;
    width: 45%;
    text-align: right;
}
.content__footer .right_content p{
    color: #9e9e9e;
    font-size: 16px;
}
.content__footer .right_content a{
    color: #9e9e9e;
}
@media all and (max-width: 1520px){
    .banner h1{
        font-size: 36px;
    }
    .banner p{
        font-size: 28px;
    }
}

@media all and (max-width: 1220px){
    .container{
        padding: 0 20px;
    }
    .list_item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .list_item a{
        font-size: 16px;
    }
}


@media all and (max-width: 980px){

    #nav2{
        display: block;
    }
    .catalog__item{
        width: 40%;
        margin: 0 4% 35px;
    }
    .content__delivery{
        flex-direction: column;
    }
    .content__delivery .right_content{
        width: 100%;
        text-align: center;
    }
    .content__delivery .right_content img{
        margin: 0 auto;
    }
    .content__red_line .left_content {
        display: block;
        width: 100%;
        margin-right: 0;
        text-align: center;
        padding-bottom: 15px;
    }
    .content__red_line .right_content {
        display: block;
        width: 100%;
    }
    .img_container img:nth-child(even) {
        margin-top: 50px;
    }
}
@media all and (max-width: 780px){
    .img_container{
        display: block;
    }
    .img_container img {
        max-width: 30%;
    }
    .img_container img:nth-child(even) {
        margin-top: 0;
    }
    .content__footer{
        flex-direction: column;
    }
    .content__footer .left_content {
        width: 90%;
        margin-right: 0;
        text-align: center;
    }
    .content__footer .right_content {
        width: 90%;
        text-align: center;
    }
}
@media all and (max-width: 680px){
    .popup{
        padding: 0;
    }
    .popup__container{
        top: 0;
        border-radius: 0;
        min-height: 100%;
        margin: 0 auto;
    }
    .advantages__item{
        width: 90%;
        margin: 0 5% 35px;
    }
    .bg__anketa{
        width: 90%;
        margin: 0 5%;
        padding: 20px;
    }
    .img_container img {
        max-width: 48%;
    }
    .logo__content img{
        max-width: 86%;
    }
    .content__contact .left_content{
        width: 90%;
        margin-right: 0;
        text-align: left;
    }
    .content__contact .right_content {
        width: 90%;
    }
    p.big span {
        display: inline-block;
        margin-left: 0;
    }
    .bunner h2{
        font-size: 50px;
    }

}

@media all and (max-width: 480px){
    .catalog__item{
        width: 90%;
        margin: 0 5% 35px;
    }
    .bunner h2{
        font-size: 40px;
    }
    .cooperation a.t-btn span{
        display: none;
    }

}