body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    color: #ff1403;
    position: relative;
    line-height: 1;
    font-family: "MuseoSansCyrl", sans-serif;
    -webkit-text-size-adjust: none;
}
.body2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 18px;
    color: #ff1403;
    position: relative;
    line-height: 1;
    font-family: "MuseoSansCyrl", sans-serif;
    -webkit-text-size-adjust: none;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.pad_port_phone_only,
.pad_port_only,
.phone_only {
    display: none !important;
}

a:hover,
a:focus {
    outline: none;
}

.container {
    min-width: 320px;
    max-width: 1090px;
    width: auto;
    margin: 0 auto;
    padding: 0 5%;
}

.clear {
    clear: both;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn {
    padding: 23px 36px;
    background-color: #b0f016;
    font-size: 18px;
    color: #020202;
    text-align: center;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
}

.btn:hover,
.btn:focus {
    background-color: #a1de0e;
}

.center-my {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.main_form {
    width: 100%;
}

.main_form input,
.main_form select {
    width: 100%;
    height: 45px;
    margin-bottom: 8px;
    padding-left: 15px;
    background: #f4f4f4;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.main_form input[type=radio] {
    width: unset;
    height: unset;
}

.main_form input[type=checkbox] {
    display: none;
}

.table-form {
    max-width: 350px;
    margin: 0 auto;
}
.form-radio-item {
    padding: 5px;
}

.main_form select {
    -webkit-appearance: none;
    background-image: url(../img/select-arrow.png);
    background-color: #eeeeee;
    background-position: 95% center;
    background-repeat: no-repeat;
}

.main_form .btn {
    width: 100%;
    margin-top: 4px;
    padding-left: 15px;
    padding-right: 15px;
}

.fa {
    display: inline-block;
    font-family: "fontawesome";
    font-size: inherit;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "Р";
}

.form__wrap {
    background: #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.li-my {
    margin-bottom: 15px;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.li-my.mb-icon:before {
    background-image: url(../img/mb-icon.png);
}

.li-my:before {
    content: '';
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -3px;
    left: 0;
}

.slick-prev,
.slick-next {
    width: 38px;
    height: 38px;
    padding: 0;
    background-image: url(../img/mb__slick-arrow.png);
    background-position: 45% center;
    background-color: #753c00;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    color: transparent;
    position: absolute;
    bottom: -webkit-calc(50% - 19px);
    bottom: calc(50% - 19px);
    display: block;
    cursor: pointer;
    overflow: hidden;
    border: none;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 2;
}

.slick-prev {
    left: 3%;
}

.slick-next {
    right: 3%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-prev:hover {
    background-color: rgba(117, 60, 0, 0.8);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.slick-next:hover {
    background-color: rgba(117, 60, 0, 0.8);
}

.slick-dots {
    width: 100%;
    padding-top: 0;
    text-align: center;
    position: absolute;
    bottom: -52px;
    left: initial;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    display: none;
}

.slick-dots li:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #90c809;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.slick-dots li:hover:before {
    border: 2px solid #90c809;
    background: rgba(255, 255, 255, 0.5);
}

.slick-dots li.slick-active:before {
    border: 2px solid #90c809;
    background: #90c809;
    cursor: default;
}

h2 {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

h2 span {
    color: #90c809;
}

h2.white {
    color: #ffffff;
}

.hz {
    width: 100%;
    height: 2px;
    background: #e3e3e3;
}

.iform_block_in,
.iform_block {
    max-width: 400px;
    padding: 30px 20px 20px;
}

.iform_block_in .htext,
.iform_block_in .htext,
.iform_block .htext,
.iform_block .htext {
    margin-bottom: 5px;
    font-size: 18px;
    font-size-font-weight: 900;
    color: #90c809;
    text-align: center;
    text-transform: uppercase;
}

.iform_block_in .ptext,
.iform_block_in .ptext,
.iform_block .ptext,
.iform_block .ptext {
    margin-bottom: 20px;
    font-size: 16px;
    color: #444444;
    text-align: center;
}

.iform_block_in .btn,
.iform_block_in .btn,
.iform_block .btn,
.iform_block .btn {
    width: 100%;
    color: #444444;
}

.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.page-content {
    left: 0;
    position: relative;
    z-index: 1;
}

.sidebar__tab {
    padding-left: 23px;
    padding-right: 18px;
}

.submenu__tab {
    padding-left: 43px;
    padding-right: 18px;
}

.sidebar__size-color {
    font-size: 12px;
    font-weight: 600;
    color: #494747;
}

.sidebar {
    left: -250px;
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 110;
}

.sidebar:after {
    content: '';
    position: absolute;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    top: 0;
    bottom: 0;
    right: -.1rem;
    width: .1rem;
}

.sidebar-content {
    height: 100%;
    background: #333232;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-top {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 3px;
    background: #ffffff;
}

.sidebar-top .item {
    width: 100%;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-top p.num {
    padding: 2px 10px;
    background: #90c809;
    font-weight: normal;
    color: #ffffff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
}

.sidebar-nav {
    width: 100%;
    list-style: none;
    background: #ffffff;
}

.sidebar-nav__link {
    padding-top: 22px;
    padding-bottom: 23px;
    border-top: 1px solid #e9eaec;
    position: relative;
    display: block;
}


/*.sidebar-nav__link:after
  content: url("../img/sidebar-nav__link-arrow.png")
  position: absolute
  top: 50%
  margin-top: -4.5px
  right: 19px*/

.sidebar-nav__submenu-title {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #e9eaec;
    font-size: 14px;
}

.sidebar-nav__submenu {
    list-style: none;
}

.sidebar-nav__submenu .sidebar-nav__link {
    padding-top: 22px;
    padding-bottom: 22px;
}

.header-menu__btn {
    width: 45px;
    height: 39px;
    background: #b0f016;
    position: relative;
    cursor: pointer;
    z-index: 5;
    display: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.header-menu__btn span {
    width: 27px;
    height: 4px;
    background: #694002;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: -webkit-calc(50% - 12px);
    left: calc(50% - 12px);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: block;
}

.header-menu__btn span:nth-child(1) {
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
}

.header-menu__btn span:nth-child(2) {
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
}

.header-menu__btn span:nth-child(3) {
    top: -webkit-calc(50% + 6px);
    top: calc(50% + 6px);
}

.header-menu__btn span.menu_tool_gear_1 {
    top: 18px !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-menu__btn span.menu_tool_gear_2 {
    opacity: 0;
    display: none;
}

.header-menu__btn span.menu_tool_gear_3 {
    top: 18px !important;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #ffffff;
    position: relative;
    top: 0;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.header .container.flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-img_l,
.header-img_r {
    width: 40px;
}

.header-img_l .img-holder,
.header-img_r .img-holder {
    padding: 5px;
    text-align: center;
}

.header-image {
    max-height: 30px;
    max-width: 30px;
}

.h__logo {
    width: calc(60% - 100px);
}

.h__logo .logo {
    width: 187px;
    max-width: 100%;
}

.h__logo .logo__text {
    width: -webkit-calc(100% - 207px);
    width: calc(100% - 207px);
    margin-left: 20px;
    padding: 4px 0 4px 20px;
    border-left: 3px solid #90c809;
}

.h__logo .logo__text p {
    font-size: 14px;
    font-weight: 500;
    color: #242424;
}

.h__info {
    width: 40%;
    padding-top: 4px;
}

.h__info .btns {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.h__info .btns .btn {
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
    padding: 17px 10px;
    font-size: 14px;
    font-weight: 100;
}

.h__info .btns .btn .icon {
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

.h__info .btns .btn .icon:before {
    content: url("../img/phone-icon.png");
    position: absolute;
    top: -4px;
    left: 0;
}

.h__info .btns .down-btn {
    background-color: #753c00;
    color: #ffffff;
    font-weight: normal;
}

.h__info .btns .down-btn .icon {
    padding-left: 25px;
}

.h__info .btns .down-btn .icon:before {
    content: url("../img/down-icon.png");
    top: -8px;
}

.h__info .time {
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
    margin-top: 4px;
    font-size: 12px;
    color: #2c2c2c;
    text-align: center;
    float: right;
}

.logo__spec-text {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #90c809;
}

.main-block {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../img/main-block__bg1-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-block .form__wrap {
    max-width: 372px;
    padding: 17px 2% 15px;
    position: relative;
    z-index: 2;
}

.main-block .main_form .btn {
    padding: 23px 0;
}

.main-block .simg-pos {
    position: relative;
}

.main-block .mb__simg-pos {
    max-width: 36%;
    position: absolute;
    bottom: -50px;
    right: 0;
}

.main-block .prices-b {
    margin-bottom: 25px;
}

.main-block .prices-b .price {
    margin: 0 13px;
    font-size: 30px;
    font-weight: 700;
    color: #fb4343;
}

.main-block .prices-b .price.old {
    color: #4f4f4f !important;
    font-weight: 100;
    text-decoration: line-through;
}

.main-block .li-my b {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 900;
    display: block;
}

.main-block .li-my:last-child {
    margin-bottom: 30px;
}

.main-block .form__wrap.flex {
    max-width: 100%;
    padding: 23px 0 22px;
    position: relative;
    z-index: 2;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-block .form__wrap.flex .li-my__wrap {
    width: 30%;
    padding: 0 1%;
}

.main-block .form__wrap.flex .li-my {
    margin-bottom: 25px;
    padding-left: 35px;
    font-size: 14px;
}

.main-block.ver1 .h1__text-green .fa {
    font-size: 32px;
    position: relative;
    top: 2px;
}

.mb-slider-wrap {
    width: 40%;
    position: relative;
}

.mb-slider-wrap .slick-slide img {
    width: 100%;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.mb-slider-wrap .btn {
    width: 230px;
    position: absolute;
    left: -webkit-calc(50% - 115px);
    left: calc(50% - 115px);
    bottom: 8px;
}

h1 {
    margin-bottom: 3px;
    font-size: 35px;
    font-weight: 900;
    color: #ff1403;
    position: relative;
    z-index: 2;
}

h1 span {
    color: #90c809;
    font-weight: 900;
}

.h1__fw500 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;
    color: #525252;
    position: relative;
    z-index: 2;
}

.h1__text-green {
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 900;
    color: #90c809;
    position: relative;
    z-index: 2;
}

.main-block.ver2 {
    padding-top: 25px;
    padding-bottom: 17px;
    background-image: url(../img/main-block__bg1-2.jpg);
}

.main-block.ver2 h1 {
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.main-block.ver3 {
    padding-top: 50px;
    padding-bottom: 30px;
    background-image: url(../img/main-block__bg1-3.jpg);
}

.main-block.ver3 h1 {
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.2;
}

.main-block.ver3 .prices-b .price {
    color: #fb4343;
}

.main-block.ver4 {
    padding-top: 35px;
    padding-bottom: 50px;
    background-image: url(../img/main-block__bg1-4_n.jpg);
}

.main-block.ver4 h1 {
    margin-bottom: 60px;
    text-align: center;
}

.main-block.ver4 h1 span {
    font-size: 30px;
}

.main-block.ver4 .form__wrap {
    max-width: 485px;
    margin: 0 auto;
    padding: 20px 6% 22px;
}

.main-block.ver4 .form__wrap .htext {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    color: #90c809;
    position: relative;
    z-index: 2;
}

.main-block.ver4 .form__wrap .phtext {
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 2;
}

.main-block.ver4 .form__wrap .main_form {
    position: relative;
    z-index: 2;
}

.main-block.ver4 .simg-pos .mb__simg-pos1-4_1 {
    position: absolute;
    bottom: -75px;
    left: -275px;
    z-index: 1;
}

.main-block.ver4 .simg-pos .mb__simg-pos1-4_2 {
    width: 380px;
    position: absolute;
    bottom: -50px;
    right: -330px;
    z-index: 1;
}

#stick_menu {
    padding-top: 1px;
    padding-bottom: 3px;
    position: fixed;
    top: 0;
    z-index: 10;
    display: none;
}

#stick_menu .logo__spec-text {
    display: none;
}

#stick_menu .h__logo .logo {
    width: 134px;
}

#stick_menu .h__info .btns .btn {
    padding: 9px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#parent_popup{
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#popup{
    background: #fff;
    width: 540px;	
    margin: 2% auto;
    padding: 5px 20px 13px 20px;
    border: 10px solid #ddd;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
     border-radius: 15px;
}
.close{
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
     box-shadow: 1px 1px 3px #000;
}
.close:hover{
    background-color: rgba(0, 122, 200, 0.8);
}