/*common*/
body, input, textarea, button {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
input, button, textarea {
    border: none;
    outline: none;
    box-sizing: border-box;
}
button {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.content {
    max-width: 1170px;
    padding: 0 20px;
    margin: 0 auto;
}
.spacer {
    text-align: justify;
    font-size: 0.1px;
}
.spacer > * {
    display: inline-block;
    vertical-align: middle;
}
.spacer:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.page-wrap {
    padding-top: 123px;
    overflow: hidden;
}
.hidden {
    display: none;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.br {
    display: block;
}
.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.yellow-btn,
.orange-btn {
    width: 100%;
    height: 77px;
    border-radius: 38px;
    font-size: 30px;
    font-weight: 500;
}
.orange-btn {
    color: #010101;
    background: #ffa100;
    max-width: 402px;
}
.orange-btn:active,
.orange-btn:hover {
    background: #e58100;
}
.yellow-btn {
    max-width: 458px;
    background: #fff618;
}
.yellow-btn:active,
.yellow-btn:hover {
    background: #face00;
}
.mob-block {
    display: none;
}
/*end common*/

/*icons*/
.icon {
    background: url('../images/icons.png') no-repeat;
    display: inline-block;
}
/*end icons*/

/*header*/
.header {
    position: fixed;
    z-index: 60;
    left: 0; right: 0; top: 0;
    background: #ffffff;
    padding: 27px 40px 0 28px;
    border-bottom: 1px solid #e4e4e4;
}
.logo {
    background: url('../images/logo.png') no-repeat;
    width: 180px;
    height: 60px;
    position: relative;
    top: -4px;
}
.nav__link {
    height: 83px;
    line-height: 83px;
    font-size: 25px;
    font-weight: 300;
    color: #000000;
    text-decoration: none;
    padding: 0 5px;
    position: relative;
    letter-spacing: 0.02em;
    text-shadow: 0 0 0 #000000;
}
.nav__link:hover:after {
    content: '';
    position: absolute;
    left: 0; bottom: -14px;
    width: 100%;
    height: 7px;
    background: #ffa100;
}
.nav__colon {
    height: 83px;
    position: relative;
    top: 8px;
    width: 1px;
    background: #e4e4e4;
}
.nav {
    position: relative;
    right: -23px;
    padding-bottom: 12px;
    width: 48.08%;
}
.callback > * {
    vertical-align: top;
    display: inline-block;
}
.callback__info {
    max-width: 314px;
    margin-top: 10px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #5b5b5b;
    font-weight: 400;
    letter-spacing: 0.01em;
}
.callback__phone {
    max-width: 314px;
    width: 100%;
    height: 61px;
    border-radius: 29px;
    background: #ffa100;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    line-height: 61px;
    text-align: center;
}
.callback {
    position: relative;
    top: -6px;
    max-width: 624px;
    width: 100%;
}
.callback__btn {
    height: 61px;
    border: 3px solid #ffa100;
    border-radius: 29px;
    font-size: 25px;
    font-weight: 700;
    color: #ffa100;
    background: none;
    max-width: 287px;
    letter-spacing: 0.02em;
    margin-left: 21px;
    width: 100%;
    padding-bottom: 2px;
}
.callback__btn:active,
.callback__btn:hover {
    background: #ffa100;
    color: #ffffff;
}
.menu,
.menu__btn {
    display: none;
}
/*end header*/

/*main*/
.main {
    background: url('../images/bg/main-logo.jpg') no-repeat top left;
    padding-bottom: 84px;
}
.main .content {
    padding-top: 86px;
    position: relative;
}
.main__left {
    position: relative;
    z-index: 3;
}
h1 {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
}
h3 {
    font-size: 36px;
}
.main__desc {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.35;
    margin-top: 75px;
}
.main__list {
    margin-top: 65px;
}
.main__list li {
    color: #010101;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 21px;
    position: relative;
}
.main__list li:last-child {
    margin-bottom: 0;
}
.main__list li:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 33px;
    background: url('../images/icons.png') no-repeat;
    top: 2px;
    left: -46px;
}
.main__list li small {
    font-weight: 300;
}
.main__btns {
    margin-top: 73px;
    font-size: 0;
}
.main__catalog-link {
    margin-right: 40px;
}
.main-product {
    position: absolute;
    background: url('../images/bg/main-product.jpg') no-repeat;
    width: 762px;
    height: 762px;
    top: 112px;
    right: -250px;
}
.main-product__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    height: 160px;
    text-align: center;
    background: #ff0102;
    border-radius: 50%;
    font-size: 21px;
    color: #ffffff;
    line-height: 1.2;
    position: absolute;
}
.main-product__item-center {
    width: 100%;
    position: relative;
    top: -11px;
}
.main-product__item_2 .main-product__item-center {
    top: -14px;
}
.main-product__item_3 .main-product__item-center {
    top: -7px;
}
.main-product__item_4 .main-product__item-center {
    top: 3px;
}
.main-product__item sup {
    font-size: 13px;
}
.main-product__item em {
    font-size: 48px;
    line-height: 0.9;
}
.main-product__item strong {
    font-size: 60px;
    line-height: 0.9;
}
.main-product__item_1 {
    right: 183px;
    top: -38px;
}
.main-product__item_2 {
    right: -8px;
    top: 113px;
}
.main-product__item_3 {
    top: 344px;
    right: -53px;
}
.main-product__item_4 {
    bottom: 39px;
    right: 47px;
}
/*end main*/

/*use*/
.use {
    background: url('../images/bg/use-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
    position: relative;
    padding-bottom: 103px;
    padding-top: 77px;
    z-index: 3;
}
.use__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.54);
}
.use__title sup {
    font-size: 26px;
}
.use__list {
    max-width: 770px;
    margin: 73px auto 0;
}
.use__list li {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.54);
}
.use__list li:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background: #ffffff;
    border-radius: 50%;
    top: 7px;
    left: -38px;
}
.use__list li:last-child {
    margin-bottom: 0;
}
.use__list p {
    padding-left: 22px;
}
.use__list em {
    font-weight: 700;
}
.use__list sup {
    font-size: 15px;
}
/*end use*/

/*types*/
.types {
    padding-bottom: 97px;
    padding-top: 52px;
}
.block-title {
    font-size: 60px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.005em;
}
.block-title sup {
    font-size: 34px;
}
.types__list {
    margin-top: 73px;
    font-size: 0;
}
.type {
    display: inline-block;
    vertical-align: top;
    width: 31.62%;
    margin-right: 2.57%;
}
.type:last-child {
    margin-right: 0;
}
.type__photo {
    margin-top: 93px;
    width: 100%;
}
.types__btn {
    max-width: 412px;
    font-weight: 700;
    display: block;
    margin: 83px auto 0;
}
.type__params {
    position: relative;
}
.type__params:after {
    content: '';
    position: absolute;
    width: 2px;
    top: 10px;
    bottom: 10px;
    background: #ff9b18;
    left: 0;
}
.type:last-child .type__params:after {
    bottom: 46px;
}
.type__params li {
    position: relative;
    padding-left: 32px;
    line-height: 1.2;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 26px;
}
.type__params li:after {
    content: '';
    position: absolute;
    left: -9px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: #ff9b18;
    border-radius: 50%;
}
.type__params li:last-child {
    margin-bottom: 0;
}
.type:last-child .type__photo {
    margin-top: 82px;
}
/*end types*/

/*actions*/
.actions {
    background: url('../images/bg/actions-bg-1.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding-bottom: 44px;
    padding-top: 67px;
    overflow: hidden;
}
.actions__right {
    max-width: 970px;
    margin-left: auto;
    position: relative;
    z-index: 3;
}
.actions__icon {
    background: url('../images/icons/icon-shipping.png') no-repeat;
    width: 172px;
    height: 104px;
    position: relative;
    top: 5px;
}
.actions__icon,
.actions__desc {
    display: inline-block;
    vertical-align: middle;
}
.actions__title {
    font-size: 80px;
    font-weight: 700;
    color: #ffef5a;
    text-shadow: 0 5px 8px rgba(44, 59, 64, 0.45);
    text-transform: uppercase;
    margin-bottom: 55px;
}
.actions__tag-desc {
    font-size: 0;
    background: url('../images/bg/action-title-bg-1.png') no-repeat;
    width: 621px;
    height: 392px;
    position: absolute;
    left: 0; top: 0;
}
.actions__desc {
    margin-left: 29px;
    font-size: 40px;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
.actions__desc sup {
    font-size: 28px;
}
/*end actions*/

/*advantages*/
.advantages {
    padding-top: 61px;
    padding-bottom: 84px;
    background: url('../images/bg/advantages-bg.jpg') no-repeat center bottom;
}
.advantages__title {
    font-weight: 500;
}
.advantages__list {
    font-size: 0;
    margin-top: 72px;
}
.advantage {
    display: inline-block;
    vertical-align: top;
    width: 31.62%;
    margin-right: 2.57%;
    margin-bottom: 104px;
}
.advantage:nth-child(3n) {
    margin-right: 0;
}
.advantage__icon-wrap {
    width: 210px;
    height: 210px;
    background: #ff9c17;
    border-radius: 50%;
    display: block;
    margin-left: 54px;
    position: relative;
}
.advantage__icon {
    left: 0; right: 0;
    margin: 0 auto;
    position: absolute;
}
.advantage__icon-1 {
    width: 57.14%;
    top: 17.67%;
}
.advantage__icon-2 {
    width: 53.8%;
    top: 17.14%;
}
.advantage__icon-3 {
    width: 60%;
    top: 15.23%;
}
.advantage__icon-4 {
    width: 57.14%;
    top: 16.19%;
}
.advantage__icon-5 {
    left: auto;
    width: 81.42%;
    right: 1.9%;
    top: 14.76%;
}
.advantage__icon-6 {
    width: 56.66%;
    top: 15.23%;
}
.advantage__title {
    margin-top: 49px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}
.advantage__desc {
    font-size: 22px;
    line-height: 1.2;
}
/*end advantages*/

/*catalog*/
.catalog {
    background: url('../images/bg/catalog-top-bg.png') no-repeat top center, #ff9b18;
    padding-top: 47px;
    padding-bottom: 48px;
}
.catalog__title {
    text-transform: uppercase;
    font-weight: 500;
}
.catalog__logo {
    margin-top: 9px;
    font-size: 72px;
    font-weight: 900;
    color: #ffd8ae;
    text-align: center;
    text-shadow: 0 4px 8px rgba(92, 47, 2, 0.38);
}
.catalog__logo sup {
    font-size: 48px;
}
.catalog__item-photo img {
    width: 100%;
}
.catalog__list {
    font-size: 0;
    margin-top: 34px;
}
.catalog__item {
    width: 31.62%;
    margin-right: 2.57%;
    background: #ffffff;
    padding-top: 26px;
    border-radius: 10px;
    margin-bottom: 47px;
    padding-bottom: 43px;
}
.catalog__item:nth-child(3n) {
    margin-right: 0;
}
.catalog__item-order,
.catalog__item-read {
    max-width: 296px;
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 24px;
}
.catalog__item-read {
    height: 50px;
    background: #3e3d3d;
    margin-bottom: 20px;
}
.catalog__item-read:active,
.catalog__item-read:hover {
    background: #222121;
}
.catalog__item-order {
    height: 45px;
    background: #fd000b;
    font-weight: 500;
}
.catalog__item-order:active,
.catalog__item-order:hover {
    background: #c10008;
}
.catalog__item-text {
    position: relative;
    z-index: 3;
    padding: 17px 25px 20px 40px;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 13px 18px rgba(92, 47, 2, 0.38);
}
.catalog__item-text:after,
.catalog__item-text:before {
    content: '';
    position: absolute;
    background: url('../images/icons.png') no-repeat;
}
.catalog__item:nth-child(1) .catalog__item-text,
.catalog__item:nth-child(4) .catalog__item-text,
.catalog__item:nth-child(7) .catalog__item-text {
    margin-left: -15px;
}
.catalog__item:nth-child(2) .catalog__item-text,
.catalog__item:nth-child(5) .catalog__item-text,
.catalog__item:nth-child(8) .catalog__item-text {
    margin-left: -7px;
    margin-right: -8px;
}
.catalog__item:nth-child(3n) .catalog__item-text {
    margin-right: -22px;
}
.catalog__item-title {
    font-size: 18px;
    line-height: 1.15;
    color: #1f1f1f;
    font-weight: 700;
}
.catalog__item-title em {
    font-size: 24px;
}
.catalog__item-desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    min-height: 84px;
    margin-top: 11px;
}
.catalog__item_8 .catalog__item-desc {
    min-height: 105px;
}
.catalog__item_8 img {
    position: relative;
    top: 10px;
}
.catalog__item_call .catalog__item-text {
    margin-top: -24px;
    padding-left: 35px;
    padding-top: 29px;
    padding-bottom: 31px;
}
.catalog__item_call .catalog__item-title {
    font-size: 30px;
    font-weight: 500;
    color: #1f1f1f;
    letter-spacing: -0.005em;
    line-height: 1.2;
}
.catalog__item:nth-child(1) .catalog__item-text:after,
.catalog__item:nth-child(4) .catalog__item-text:after,
.catalog__item:nth-child(7) .catalog__item-text:after {
    width: 15px;
    height: 9px;
    left: 0;
    bottom: -9px;
    background-position: 0 -551px;
}
.catalog__item:nth-child(3n) .catalog__item-text:after {
    width: 22px;
    height: 14px;
    bottom: -14px;
    right: 0;
    background-position: 0 -535px;
}
.catalog__item:nth-child(2) .catalog__item-text:after,
.catalog__item:nth-child(5) .catalog__item-text:after,
.catalog__item:nth-child(8) .catalog__item-text:after {
    width: 7px;
    height: 4px;
    bottom: -4px;
    left: 0;
    background-position: 0 -71px;
}
.catalog__item:nth-child(2) .catalog__item-text:before,
.catalog__item:nth-child(5) .catalog__item-text:before,
.catalog__item:nth-child(8) .catalog__item-text:before {
    width: 8px;
    height: 5px;
    bottom: -5px;
    right: 0;
    background-position: 0 -77px;
}
.icon-arrow-down {
    display: block;
    margin: -20px auto 10px;
    width: 28px;
    height: 24px;
    background-position: 0 -84px;
}
.catalog__item-consult,
.catalog__item-call {
    max-width: 310px;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 50px;
    border-radius: 24px;
    background: #ff9b18;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.catalog__item-call {
    margin-bottom: 30px;
}
.catalog__item-consult:active,
.catalog__item-call:active,
.catalog__item-consult:hover,
.catalog__item-call:hover {
    background: #e18001;
}
/*end catalog*/

/*data-block*/
.data-block {
    padding-top: 53px;
    padding-bottom: 118px;
    position: relative;
}
.data-block:after {
    content: '';
    height: 109px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 394px;
    background: #d7d6d6;
}
.data-block .content {
    position: relative;
    z-index: 3;
}
.data-block__title {
    max-width: 950px;
    margin: 0 auto;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}
.data-block__title sup {
    font-size: 38px;
}
.data {
    width: 100%;
}
.data__wr {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 50px;
    background: #ffffff;
    padding: 10px 12px 8px;
    box-shadow: 0 4px 24px rgba(92, 47, 2, 0.31);
}
.data th,
.data td {
    text-align: center;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
}
.data th:last-child,
.data td:last-child {
    padding-left: 0;
    padding-right: 0;
}
.data td:nth-child(1) {
    text-align: left;
}
.data th:nth-child(1),
.data td:nth-child(1) {
    width: 32.3%;
    border-right: 2px solid #ffffff;
}
.data th:nth-child(2),
.data td:nth-child(2) {
    width: 18.54%;
    border-right: 2px solid #ffffff;
}
.data th:nth-child(3),
.data td:nth-child(3) {
    width: 17.6%;
    border-right: 2px solid #ffffff;
}
.data th:nth-child(4),
.data td:nth-child(4) {
    width: 16.32%;
    border-right: 2px solid #ffffff;
}
.data th:nth-child(5),
.data td:nth-child(5) {
    width: 15.21%;
}
.data th {
    height: 76px;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
    background: #393737;
    border-bottom: 6px solid #ffffff;
}
.data th:last-child {
    font-size: 25px;
    color: #fff000;
}
.data td:last-child {
    font-size: 24px;
    font-weight: 700;
}
.data td:first-child {
    padding-right: 10px;
    padding-left: 20px;
}
.data td {
    height: 56px;
    padding: 0;
    font-size: 20px;
}
.data tr:nth-child(odd) {
    height: 44px;
    background: #dbdbdb;
    line-height: 1.2;
}
/*end data-block*/

/*call*/
.call {
    background: #f2b300;
    background: linear-gradient(to bottom, #f2b300, #b38200);
    background: -moz-linear-gradient(to bottom, #f2b300, #b38200);
    background: -webkit-linear-gradient(to bottom, #f2b300, #b38200);
    background: -o-linear-gradient(to bottom, #f2b300, #b38200);
    background: -ms-linear-gradient(to bottom, #f2b300, #b38200);
    padding-bottom: 58px;
}
.call .content {
    position: relative;
    padding-top: 222px;
}
.call__top {
    position: absolute;
    left: 0; right: 0;
    z-index: 3;
    margin: 0 auto;
    top: -70px;
    background: url('../images/bg/call-title-bg.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    max-width: 894px;
    height: 314px;
    text-align: center;
}
.call__top-title {
    font-size: 60px;
    padding-top: 51px;
}
.call__top-title em {
    font-weight: 700;
    padding-bottom: 8px;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(92, 47, 2, 0.34);
}
.icon-call {
    width: 78px;
    height: 37px;
    background-position: 0 -110px;
    margin-top: 22px;
}
.call__block {
    max-width: 1098px;
    margin: 0 auto;
    border-radius: 8px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 17px 24px rgba(92, 47, 2, 0.69);
    padding-top: 49px;
    padding-bottom: 54px;
}
.call__right {
    max-width: 592px;
    padding-right: 62px;
    position: relative;
    z-index: 2;
    margin-left: auto;
}
.call__title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    text-decoration: underline;
}
.call__desc {
    font-size: 30px;
    line-height: 1.3;
    margin-top: 25px;
}
.call__desc span:last-child {
    text-transform: uppercase;
}
.call__btn {
    width: 100%;
    margin-top: 38px;
    border-radius: 36px;
    background: #fd000b;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    margin-left: 10px;
    max-width: 530px;
    height: 72px;
}
.call__btn:active,
.call__btn:hover {
    background: #d7060f;
}
.call__bg {
    bottom: 0;
    left: 118px;
    background: url('../images/bg/call-bg.jpg') no-repeat center;
    width: 248px;
    height: 387px;
    position: absolute;
}
/*end call*/

/*why*/
.why {
    background: url('../images/bg/why-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 93px;
    padding-bottom: 55px;
}
.why__title {
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
}
.why__list {
    text-align: center;
    margin-top: 112px;
    font-size: 0;
}
.why__item {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 150px 16px 31px;
    width: 31.62%;
    background: #ffffff;
    position: relative;
    margin-right: 2.57%;
    margin-bottom: 75px;
    box-shadow: 0 13px 29px rgba(2, 2, 2, 0.45);
}
.why__item:after {
    content: '';
    position: absolute;
    top: 9px; bottom: 9px; right: 9px; left: 9px;
    border: 1px solid #191919;
}
.why__item:nth-child(2) {
    position: relative;
    top: -10px;
}
.why__item > * {
    position: relative;
    z-index: 3;
}
.why__item:nth-child(3n),
.why__item:last-child {
    margin-right: 0;
}
.why__item-icon-wr {
    width: 172px;
    height: 172px;
    border-radius: 50%;
    position: absolute;
    left: 0; right: 0;
    top: -40px;
    margin: 0 auto;
    box-shadow: 0 4px 24px rgba(92, 47, 2, 0.31);
    background: #ffffff;
}
.why__item-icon {
    position: absolute;
    left: 0; right: 0;
    margin: 0 auto;
}
.why__item-icon_1 {
    width: 73.83%;
    top: 15.11%;
}
.why__item-icon_2 {
    width: 75%;
    top: 15.11%;
}
.why__item-icon_3 {
    width: 65.11%;
    top: 18.6%;
}
.why__item-icon_4 {
    width: 44.18%;
    top: 25%;
}
.why__item-icon_5 {
    width: 83.13%;
    top: 25%;
}
.why__item-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.why__item-desc {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    margin-top: -2px;
    letter-spacing: -0.02em;
    min-height: 120px;
}
/*end why*/

/*about*/
.about {
    background: url('../images/bg/about-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
    padding-top: 66px;
    padding-bottom: 189px;
}
.about__list {
    margin-top: 44px;
}
.about__title {
    text-transform: uppercase;
    padding: 0 20;
    font-weight: 700;
}
.about__item {
    padding-left: 200px;
    position: relative;
    margin-bottom: 35px;
}
.about__item:last-child {
    margin-bottom: 0;
}
.about__item-icon-wr {
    width: 117px;
    height: 113px;
    position: absolute;
    left: 0; top: 0; bottom: 0;
    margin: auto;
}
.about__item-icon_4 {
    top: 20px;
}
.about__item-desc {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #ffffff;
}
.about__item-desc em {
    font-weight: 700;
}

/*end about*/

/*certificates*/
.certificates {
    padding-top: 39px;
    background: url('../images/bg/certificates-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 68px;
}
.certificates__slider {
    max-width: 1416px;
    position: relative;
    margin: 36px auto 0;
    padding: 0 75px;
}
.certificates__title {
    font-weight: 500;
}
.certificate {
    float: left;
    box-sizing: border-box;
    border: 6px solid #383838;
    width: 293px !important;
    height: 389px;
    border-radius: 6px;
    position: relative;
    margin-right: 81px;
    background: #ffffff;
}
.certificate:last-child {
    margin-right: 0;
}
.certificate img {
    max-width: 253px;
    max-height: 362px;
    border-radius: 5px;
}
.certificates__slider-prev a,
.certificates__slider-next a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}
.certificates__slider-prev,
.certificates__slider-next {
    position: absolute;
    cursor: pointer;
    top: 0; bottom: 0;
    background: url('../images/icons.png') no-repeat 0 -235px;
    width: 25px;
    height: 45px;
    margin: auto;
}
.certificates__slider-prev:hover {
    background-position: 0 -282px;
}
.certificates__slider-prev {
    left: 0;
}
.certificates__slider-next {
    right: 0;
    background-position: 0 -329px;
}
.certificates__slider-next:hover {
    background-position: 0 -376px;
}
/*end certificates*/

/*clients*/
.clients {
    background: url('../images/bg/clients-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 62px;
    padding-bottom: 58px;
}
.clients__title {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}
.clients__list {
    font-size: 0;
    margin-top: 45px;
}
.client {
    position: relative;
    border-radius: 50%;
    background: #ffffff;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 200px;
    margin-bottom: 35px;
    overflow: hidden;
    margin-right: 50px;
}
.client img {
    max-width: 90%;
    max-height: 90%;
}
.client:nth-child(4n) {
    margin-right: 0;
}
/*end clients*/

/*conditions*/
.conditions__top {
    background: url('../images/bg/conditions-top-bg.jpg') no-repeat center top;
    padding-top: 45px;
    box-sizing: border-box;
    min-height: 364px;
    position: relative;
    z-index: 4;
}
.conditions__title {
    text-transform: uppercase;
    font-weight: 900;
}
.conditions__desc {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 33px;
}
.conditions__bottom {
    overflow: hidden;
    min-height: 641px;
    padding-top: 38px;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 39px;
    background: #f8f8f8;
}
.conditions__bottom:after {
    content: '';
    position: absolute;
    background: url('../images/bg/conditions-center-bg.png') no-repeat center;
    width: 784px;
    height: 641px;
    left: -97px; right: 0; top: 0;
    margin: 0 auto;
}
.conditions__list {
    position: relative;
}
.condition {
    width: 463px;
}
.condition__photo {
    width: 100%;
}
.condition__title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}
.condition__title strong {
    text-transform: uppercase;
}
.condition_quality {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: -163px;
}
.condition__top {
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.condition__top > * {
    display: inline-block;
    vertical-align: middle;
}
.condition_quality .condition__top {
    padding-left: 34px;
}
.condition_quality .condition__title {
    font-size: 42px;
    font-weight: 700;
}
.icon-quality {
    width: 84px;
    height: 84px;
    background-position: 0 -149px;
    position: relative;
    top: 2px;
    margin-left: 8px;
}
.conditions__list-rotate {
    background: url('../images/icons/icon-conditions.png') no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 0; right: -114px;
    z-index: 3;
    top: -15px;
    margin: 0 auto;
    width: 283px;
    height: 242px;
}
.conditions__btn {
    max-width: 520px;
    position: relative;
    z-index: 3;
    width: 100%;
    display: block;
    margin: 52px auto 0;
    height: 73px;
    background: #ff0000;
    border-radius: 34px;
    font-size: 30px;
    font-weight: 500;
    color: #fefefe;
    text-transform: uppercase;
}
.conditions__btn:active,
.conditions__btn:hover {
    background: #bb0303;
}
/*end conditions*/

/*shipping*/
.shipping {
    background: url('../images/bg/shipping-bg.png') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 58px;
}
.shipping .content {
    max-width: 1326px;
}
.shipping__title {
    font-weight: 400;
    text-transform: uppercase;
}
.shipping__list {
    margin-top: 33px;
    position: relative;
    z-index: 2;
}
.shipping__item {
    width: 31.62%;
    margin-right: 2.57%;
    text-align: center;
    padding-top: 56px;
    padding-bottom: 37px;
    background: #f9f9f8;
    box-shadow: 22px 22px 35px rgba(92, 47, 2, 0.38);
    -o-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    -moz-transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
    transform: skewX(-12deg);
}
.shipping__item:last-child {
    margin-right: 0;
}
.shipping__item-text {
    margin-top: 33px;
    text-align: left;
    display: inline-block;
}
.shipping__item-icon-wr {
    height: 109px;
    position: relative;
}
.shipping__item-title {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
}
.shipping__item-desc {
    margin-top: 2px;
    font-size: 30px;
    line-height: 1.3;
}
.shipping__btn {
    display: none;
}
/*end shipping*/

/*free*/
.free {
    position: relative;
    padding-bottom: 26px;
    padding-top: 29px;
    overflow: hidden;
    background: url('../images/bg/free-bg.jpg') no-repeat center right;
    box-shadow: 0 -3px 35px rgba(92, 47, 2, 0.38);
}
.free__center {
    display: block;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    max-width: 740px;
}
.free__title {
    text-align: left;
    font-weight: 900;
}
.free__desc {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 5px;
    margin-top: 6px;
}
.free__red {
    margin-top: 19px;
    height: 56px;
    max-width: 400px;
    width: 100%;
    border-radius: 26px;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    background: #ff0000;
    margin-left: 134px;
}
.free__red:active,
.free__red:hover {
    background: #bb0303;
}
.free__action {
    background: url('../images/bg/action-title-bg-2.png') no-repeat;
    width: 438px;
    height: 251px;
    position: absolute;
    left: 0; top: 0;
}
/*end free*/

/*footer*/
.footer {
    background: #0f0e0e;
    color: #fffdfd;
    padding-top: 64px;
    padding-bottom: 50px;
}
.footer__block > * {
    vertical-align: top;
}
.footer__nav {
    position: relative;
    z-index: 3;
}
.footer__nav-link {
    display: block;
    text-decoration: none;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #fffdfd;
}
.footer__nav-link:last-child {
    margin-bottom: 0;
}
.footer__nav-link:hover {
    text-decoration: underline;
}
.copyright {
    padding-left: 300px;
    white-space: nowrap;
    position: relative;
    top: -29px;
    font-weight: 300;
    font-size: 25px;
    line-height: 1.3;
}
.footer__phone {
    font-size: 30px;
    text-decoration: none;
    color: #fffdfd;
    font-weight: 300;
}
.footer__col {
    position: relative;
    top: -2px;
    left: 82px;
}
.footer__logo {
    margin-top: 116px;
    display: block;
    width: 242px;
    height: 82px;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
}
.footer__logo:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    background: url('../images/logo.png') no-repeat;
    width: 180px;
    height: 60px;
}
.f-data__text {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
}
.f-data__text:last-child {
    margin-bottom: 0;
}
.f-data {
    right: -79px;
    top: -4px;
    width: 590px;
    position: relative;
}
/*end footer*/

/*overlay*/
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    padding: 20px;
    z-index: 100;
    background: rgba(30, 29, 29, 0.58);
    box-sizing: border-box;
    overflow: auto;
}
.popup {
    display: none;
    opacity: 0;
    max-width: 834px;
    margin: 80px auto;
    background: url('../images/bg/popup-logo.jpg') no-repeat top left, #ffffff;
    position: relative;
    box-sizing: border-box;
    padding: 80px 20px 70px;
}
.popup__close {
    position: absolute;
    cursor: pointer;
    width: 28px;
    height: 28px;
    background: url('../images/icons.png') no-repeat 0 -423px;
    top: 11px;
    right: 14px;
}
.popup__close:hover {
    background-position: 0 -453px;
}
.popup__text {
    max-width: 480px;
    margin: 0 auto;
}
.form {
    max-width: 500px;
    margin: 48px auto 0;
}
.popup__title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
}
.popup__sub-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
}
.popup__desc {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
    padding-top: 4px;
}
.form__label-title,
.form__label {
    display: block;
}
.form__label {
    margin-bottom: 17px;
}
.form__label-title {
    padding-left: 38px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}
.form__field {
    display: block;
    width: 100%;
    height: 57px;
    padding-left: 38px;
    border-radius: 28px;
    background: #e8e8e8;
    font-size: 22px;
    font-weight: 400;
    color: #555555;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35);
}
.form__field::placeholder {
    color: #a5a3a3;
    opacity: 1;
}
.form__field:-ms-input-placeholder {
    color: #a5a3a3;
}
.form__btn {
    margin-top: 26px;
    height: 57px;
    width: 100%;
    border-radius: 28px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
}
.form__btn_orange {
    background: #ff8700;
    box-shadow: inset 0 -2px 8px rgba(117, 51, 0, 0.56);
}
.form__btn_red {
    color: #ffffff;
    background: #ff0000;
    box-shadow: inset 0 -4px 29px rgba(168, 0, 0, 0.88);
}
.form__btn:active,
.form__btn:hover {
    box-shadow: none;
}
/*end overlay*/

/*product*/
.popup-product {
    position: relative;
}
.product {
    max-width: 1200px;
    margin: 40px auto;
    padding-bottom: 58px;
    overflow: hidden;
    background: #ffffff;
}
.product__top {
    padding: 45px 40px 0 48px;
}
.product__top > * {
    vertical-align: top;
}
.product__photo {
    font-size: 0;
    width: 446px;
    border: 2px solid #aeaeae;
}
.product__photo img {
    width: 100%;
}
.product__right {
    max-width: 632px;
    width: 100%;
    text-align: left;
}
.product__title {
    padding-left: 78px;
    position: relative;
    margin-right: -41px;
    background: #ffd322;
    height: 41px;
    line-height: 44px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 19px 0 0 19px;
}
.product__title small {
    font-size: 18px;
}
.product__desc {
    margin-top: 38px;
    font-size: 18px;
    line-height: 1.6;
    padding-left: 2px;
    letter-spacing: -0.01em;
}
.product__desc em {
    font-weight: 700;
}
.product__params {
    margin-top: 15px;
}
.product__params-title {
    margin-right: -41px;
    padding-left: 78px;
    border-radius: 18px 0 0 18px;
    margin-top: 13px;
}
.product__params-title,
.product__sub-title {
    background: #ffd322;
    text-transform: uppercase;
    font-weight: 700;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
}
.product__params li {
    padding-left: 22px;
    position: relative;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 11px;
}
.product__params li:after {
    content: '';
    position: absolute;
    left: 0; top: 5px;
    width: 14px;
    height: 14px;
    background: #dea200;
    border-radius: 50%;
}
.product__params li:last-child {
    margin-bottom: 0;
}
.product__params li em {
    font-weight: 700;
}
.product__list,
.product__sub-title {
    padding-left: 86px;
}
.product__sub-title {
    display: inline-block;
    padding-right: 19px;
    margin-bottom: 18px;
    border-radius: 0 18px 18px 0;
}
.product__bottom {
    padding-top: 27px;
    padding-right: 50px;
}
.product__read-all {
    margin-left: 86px;
}
.product__list {
    margin-bottom: 34px;
    padding-right: 30px;
}
.product__list:last-child {
    margin-bottom: 0;
}
.product__list li {
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 15px;
}
.product__list li:after {
    content: '';
    position: absolute;
    top: 5px;
    left: -20px;
    width: 10px;
    height: 10px;
    background: #0a0a0a;
    border-radius: 50%;
}
.product__list li:last-child {
    margin-bottom: 0;
}
.product__btns {
    font-size: 0;
    margin-top: 22px;
    text-align: center;
}
.product__btn {
    display: inline-block;
    vertical-align: top;
    max-width: 380px;
    width: 100%;
    border-radius: 30px;
    height: 64px;
    margin-right: 138px;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
.product__btn:last-child {
    margin-right: 0;
}
.product__read-all > * {
    display: inline-block;
    vertical-align: middle;
}
.popup-product__close {
    background: url('../images/icons.png') no-repeat 0 -597px;
    width: 22px;
    height: 23px;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 10px;
}
.popup-product__close:hover {
    background-position: 0 -622px;
}
.product__read-all {
    cursor: pointer;
    font-size: 18px;
    color: #616161;
    margin-top: 10px;
    font-weight: 300;
    display: inline-block;
}
.product__read-all:hover {
    color: #ff9b18;
}
.icon-read {
    background-position: 0 -647px;
    width: 16px;
    height: 6px;
}
.product__read-all:hover .icon {
    background-position: 0 -655px;
}
.product__btn_red {
    background: #ff0000;
}
.product__btn_red:active,
.product__btn_red:hover {
    background: #b20101;
}
.product__btn_orange {
    background: #ff9a00;
}
.product__btn_orange:active,
.product__btn_orange:hover {
    background: #cf7603;
}
.product__skr {
    position: relative;
}
.product__skr .ns-scroll {
    max-height: 305px;
}
.nicescroll-rails-vr {
    background: #c3c2c2 !important;
}
.nicescroll-rails-vr,
.nicescroll-cursors {
    width: 15px !important;
    border-radius: 8px !important;
}
.nicescroll-cursors {
    background: #dea100 !important;
    border: none !important;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.61);
}
.product__bottom.scroll {
    position: relative;
}
.product__bottom.scroll:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    z-index: 10;
}

/*.overlay {*/
    /*display: block;*/
/*}*/
.popup-product {
    display: none;
    opacity: 0;
}
/*end product*/





















@media all and (max-width: 1880px) {
    .main-product {
        right: -200px;
    }
}

@media all and (max-width: 1800px) {
    .header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .nav {
        right: 0;
    }
    .nav__link {
        font-size: 22px;
    }
    .main {
        -webkit-background-size: 280px auto;
        background-size: 280px auto;
    }
    .main-product {
        right: -150px;
    }
}

@media all and (max-width: 1700px) {
    .page-wrap {
        padding-top: 110px;
    }
    .callback__btn {
        height: 55px;
        border: 2px solid #ffa100;
        font-size: 21px;
        max-width: 240px;
    }
    .callback__phone {
        max-width: 240px;
        font-size: 23px;
        height: 55px;
        line-height: 55px;
    }
    .callback__info {
        max-width: 240px;
    }
    .callback {
        text-align: right;
        max-width: 502px;
    }
    .nav__colon {
        height: 60px;
        top: 0;
    }
    .nav__link {
        height: 70px;
        line-height: 70px;
        font-size: 20px;
    }
    .main-product {
        width: 560px;
        height: 560px;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        right: -100px;
        top: 150px;
    }
    .main-product__item {
        width: 101px;
        height: 101px;
        font-size: 13px;
    }
    .main-product__item strong {
        font-size: 38px;
    }
    .main-product__item sup {
        font-size: 8px;
    }
    .main-product__item em {
        font-size: 30px;
    }
    .main-product__item .main-product__item-center {
        top: -4px;
    }
    .main-product__item_4 .main-product__item-center {
        top: 2px;
    }
    .main-product__item_2 {
        right: 17px;
        top: 65px;
    }
    .main-product__item_3 {
        top: 248px;
        right: -53px;
    }
    .main-product__item {
        line-height: 1.3;
    }
}

@media all and (max-width: 1650px) {
    .main {
        -webkit-background-size: 200px auto;
        background-size: 200px auto;
    }
    .actions__title {
        font-size: 70px;
    }
    .actions__desc {
        font-size: 32px;
    }
    .actions__desc sup {
        font-size: 22px;
    }
    .actions__right {
        max-width: 820px;
    }
    .certificates__slider {
        max-width: 1041px;
    }
    .condition_quality {
        right: -100px;
    }
}

@media all and (max-width: 1550px) {
    .nav__link {
        font-size: 18px;
    }
    .main {
        background: none;
    }
    .main-product {
        right: -40px;
    }
    h1 {
        font-size: 52px;
    }
}

@media all and (max-width: 1450px) {
    .free__center {
        margin-left: 0;
    }
    .page-wrap {
        padding-top: 100px;
    }
    .callback__phone {
        max-width: 218px;
        font-size: 21px;
        height: 51px;
        line-height: 51px;
    }
    .callback__info {
        max-width: inherit;
        text-align: left;
    }
    .callback__btn {
        height: 51px;
        font-size: 19px;
        max-width: 220px;
    }
    .callback {
        max-width: 460px;
    }
    .header {
        padding-top: 17px;
    }
    .main-product {
        right: 10px;
    }
    h1 {
        font-size: 48px;
    }
    .conditions__list-rotate {
        width: 200px;
        height: 171px;
        right: -84px;
        top: 10px;
    }
    .condition_quality {
        right: -80px;
    }
    .free__action {
        display: none;
    }
}

@media all and (max-width: 1400px) {
    .nav__colon {
        display: none;
    }
    .nav {
        width: 45%;
    }
    .nav__link {
        font-size: 17px;
    }
    .actions__title {
        font-size: 60px;
        margin-bottom: 45px;
    }
    .actions__desc {
        font-size: 28px;
        line-height: 1.3;
    }
    .actions__desc sup {
        font-size: 20px;
    }
    .actions__tag-desc {
        width: 534px;
        height: 337px;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .actions__right {
        max-width: 740px;
    }
    .copyright {
        top: 0;
        margin-top: 30px;
        padding-left: 0;
        white-space: normal;
    }
    .f-data {
        right: 0;
        width: 500px;
    }
    .footer__col {
        left: 0;
    }
}

@media all and (max-width: 1350px) {
    .callback__info,
    .callback__btn {
        display: none;
    }
    .callback {
        max-width: 218px;
    }
    .nav {
        width: 50%;
    }
    .main-product {
        right: 65px;
    }
    .main__desc {
        font-size: 32px;
    }
    .main__list li {
        font-size: 19px;
        padding-left: 46px;
    }
    .main__list li:after {
        left: 0;
        top: 0;
    }
    .use__title {
        font-size: 42px;
    }
    .use__list li {
        font-size: 22px;
    }
    .use__list {
        margin-top: 50px;
        max-width: 740px;
    }
    .use__list li:after {
        top: 5px;
    }
    .use {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .shipping__item-title {
        font-size: 29px;
    }
    .shipping__item-desc {
        font-size: 26px;
    }
    .condition_quality {
        right: -60px;
    }
    .conditions__desc {
        font-size: 28px;
    }
    .conditions__top {
        -webkit-background-size: cover;
        background-size: cover;
        min-height: 343px;
    }
    .conditions__bottom:after {
        left: -126px;
    }
}

@media all and (max-width: 1300px) {
    .conditions__list-rotate {
        right: 0;
    }
    .condition_quality {
        right: 0;
    }
    .condition_quality .condition__title {
        font-size: 38px;
    }
    .condition__title {
        font-size: 38px;
    }
    .condition {
        width: 400px;
    }
    .condition_quality .condition__top {
        padding-left: 0;
    }
    .condition__title {
        font-size: 35px;
    }
    .condition_quality .condition__title {
        font-size: 35px;
    }
    .condition {
        width: 360px;
    }
}

@media all and (max-width: 1250px) {
    .nav {
        width: 55%;
    }
    .block-title {
        font-size: 56px;
    }
    .type__params li {
        font-size: 26px;
    }
    .type__photo {
        margin-top: 60px;
    }
    .type:last-child .type__photo {
        margin-top: 54px;
    }
    .type__params li:after {
        top: 7px;
    }
    .why__item-title {
        font-size: 25px;
    }
    .why__item-desc {
        font-size: 23px;
        min-height: 110px;
    }
    .certificates__slider {
        max-width: 667px;
    }
    .product__top {
        padding-left: 20px;
        padding-right: 20px;
    }
    .product__desc {
        font-size: 17px;
        margin-top: 20px;
    }
    .product__params li {
        font-size: 17px;
    }
}

@media all and (max-width: 1200px) {
    h1 {
        font-size: 43px;
    }
    .main .content {
        padding-top: 70px;
    }
    .main {
        padding-bottom: 70px;
    }
    .main__btns,
    .main__list,
    .main__desc {
        margin-top: 50px;
    }
    .main__catalog-link,
    .main__calc {
        height: 62px;
        font-size: 23px;
        max-width: 320px;
    }
    .main-product {
        top: 100px;
    }
    .catalog__item_call .catalog__item-title {
        font-size: 27px;
    }
    .about__item-icon_4 {
        top: 0;
    }
    .shipping__item-title {
        font-size: 26px;
    }
    .shipping__item-desc {
        font-size: 23px;
    }
    .product__photo {
        width: 360px;
    }
}

@media all and (max-width: 1150px) {
    h1 {
        font-size: 40px;
    }
    .block-title sup {
        font-size: 28px;
    }
    .block-title {
        font-size: 52px;
    }
    .actions__icon {
        top: 10px;
        width: 68px;
        height: 42px;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .actions__icon, .actions__desc {
        vertical-align: top;
    }
    .actions__desc {
        font-size: 24px;
    }
    .actions__desc sup {
        font-size: 16px;
    }
    .actions__title {
        font-size: 48px;
    }
    .actions__right {
        max-width: 565px;
    }
    .actions__tag-desc {
        height: 300px;
        width: 475px;
    }
    .catalog__item-order, .catalog__item-read {
        max-width: 260px;
    }
    .catalog__item-consult, .catalog__item-call {
        max-width: 280px;
        font-size: 18px;
    }
    .catalog__item_call .catalog__item-title {
        font-size: 24px;
    }
    .data td:last-child,
    .data th:last-child {
        font-size: 20px;
    }
    .data td {
        font-size: 18px;
    }
    .data-block__title {
        font-size: 44px;
    }
    .call__desc,
    .call__title {
        font-size: 27px;
    }
    .call__btn {
        margin-left: 0;
        max-width: 500px;
        font-size: 27px;
    }
    .call__right {
        max-width: 515px;
    }
    .product__title {
        font-size: 21px;
    }
    .product__title small {
        font-size: 16px;
    }
    .product__title, .product__params-title {
        padding-left: 40px;
    }
    .product__right {
        max-width: 550px;
    }
    .product__title small {
        font-size: 17px;
    }
    .product__btn {
        margin-right: 60px;
        max-width: 350px;
        font-size: 17px;
        height: 58px;
    }
    .conditions__desc {
        margin-top: 23px;
        font-size: 25px;
    }
    .conditions__top {
        min-height: 305px;
    }
    .conditions__bottom:after {
        left: -183px;
    }
    .condition {
        width: 340px;
    }
    .condition_quality .condition__title {
        font-size: 31px;
    }
    .condition__title {
        font-size: 32px;
    }
}

@media all and (max-width: 1120px) {
    .why__item-desc {
        font-size: 20px;
        min-height: 100px;
    }
    .why__item-title {
        font-size: 22px;
    }
}

@media all and (max-width: 1100px) {
    .nav__link {
        font-size: 16px;
    }
    .nav {
        width: 54%;
    }
    h1 {
        font-size: 34px;
        line-height: 1.4;
    }
    .main__desc {
        font-size: 27px;
    }
    .main__list li {
        font-size: 16px;
    }
    .main__list li:after {
        width: 29px;
        height: 28px;
        background-position: 0 -505px;
    }
    .main-product {
        top: 90px;
    }
    .block-title {
        font-size: 50px;
    }
    .shipping__item-title {
        font-size: 24px;
    }
    .shipping__item-desc {
        font-size: 20px;
    }
    .f-data__text {
        font-size: 22px;
    }
    .f-data {
        width: 415px;
    }
    .conditions__title {
        font-size: 42px;
    }
    .conditions__desc {
        font-size: 23px;
    }
    .conditions__top {
        min-height: 270px;
    }
    .conditions__bottom:after {
        left: -233px;
    }
}

@media all and (max-width: 1050px) {
    .nav__link {
        font-size: 15px;
    }
    .use__title {
        font-size: 36px;
    }
    .block-title {
        font-size: 48px;
    }
    .block-title sup {
        font-size: 24px;
    }
    .advantages {
        padding-bottom: 10px;
        background: none;
    }
    .advantage__title {
        font-size: 22px;
    }
    .advantage__desc {
        font-size: 20px;
    }
    .type__params li {
        font-size: 22px;
    }
    .type__params li:after {
        top: 4px;
    }
    .types__list {
        margin-top: 50px;
    }
    .type:last-child .type__photo {
        margin-top: 59px;
    }
    .types {
        padding-bottom: 70px;
    }
    .types__btn {
        margin-top: 50px;
        max-width: 360px;
    }
    .catalog {
        background: #ff9b18;
    }
    .catalog__logo {
        font-size: 54px;
    }
    .catalog__logo sup {
        font-size: 36px;
    }
    .catalog__item-title em {
        font-size: 22px;
    }
    .catalog__item-desc {
        font-size: 16px;
    }
    .call__bg {
        left: 50px;
    }
    .call__top {
        max-width: 797px;
        height: 280px;
    }
    .call .content {
        padding-top: 190px;
    }
    .about__item-desc {
        font-size: 27px;
    }
    .client {
        width: 180px;
        height: 180px;
    }
    .client img {
        max-width: 80%;
        max-height: 80%;
    }
    .product__photo {
        max-width: 446px;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .product__right {
        max-width: inherit;
    }
    .product__sub-title,
    .product__list {
        padding-left: 42px;
    }
    .product__read-all {
        margin-left: 42px;
    }
    .condition {
        width: 320px;
    }
    .conditions__title {
        font-size: 42px;
    }
}

@media all and (max-width: 980px) {
    .page-wrap {
        padding-top: 66px;
    }
    .shipping__item-text {
        text-align: center;
    }
    .callback {
        max-width: 213px;
        top: 0;
    }
    .callback__phone {
        max-width: 213px;
        height: 33px;
        line-height: 33px;
        font-size: 20px;
    }
    .logo,
    .nav {
        display: none;
    }
    .menu__btn {
        display: inline-block;
        background: url('../images/icons.png') no-repeat 0 -483px;
        width: 30px;
        height: 20px;
    }
    .header {
        padding-top: 16px;
        padding-bottom: 16px;
        position: fixed;
    }
    .menu {
        z-index: 10;
        display: none;
        border-top: 1px solid #e4e4e4;
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        left: 0;
        top: 100%;
        padding: 20px;
        background: #ffffff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    }
    .menu__link {
        height: 40px;
        line-height: 40px;
        font-size: 17px;
        font-weight: 300;
        text-decoration: none;
        color: #000000;
    }
    .mob-none {
        display: none;
    }
    .mob-block {
        display: block;
    }
    .main-product__item {
        position: static;
    }
    .main-products__col {
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
    }
    .main-products {
        text-align: center;
        font-size: 0;
        white-space: nowrap;
    }
    .main-products__col:last-child {
        margin-right: 0;
    }
    .main__bg {
        display: block;
        margin: 50px auto 0;
        max-width: 450px;
        width: 100%;
    }
    .main__desc .br {
        display: inline;
    }
    .main-products {
        margin-top: 50px;
    }
    h1 {
        text-align: center;
    }
    .block-title {
        font-size: 44px;
    }
    .advantage:nth-child(3n),
    .advantage {
        width: 48%;
        margin-right: 4%;
    }
    .advantage {
        margin-bottom: 60px;
    }
    .advantages {
        padding-bottom: 30px;
    }
    .advantages__list {
        margin-top: 50px;
    }
    .advantage:nth-child(2n) {
        margin-right: 0;
    }
    .catalog__list {
        display: block;
    }
    .catalog__item {
        padding-top: 20px;
        max-width: 500px;
        display: block;
        margin-left: auto;
        margin-right: auto !important;
        width: 100%;
    }
    .catalog__item-desc {
        min-height: inherit !important;
    }
    .catalog__item-text:before {
        display: none !important;
    }
    .catalog__item-text:after {
        width: 12px !important;
        height: 7px !important;
        bottom: -7px !important;
        right: auto !important;
        left: 0 !important;
        background-position: 0 -573px !important;
    }
    .catalog__item-text {
        margin-left: -12px !important;
        margin-right: 0 !important;
        text-align: center;
        padding-right: 14px;
    }
    .catalog__item_call {
        display: none;
    }
    .catalog__logo {
        font-size: 46px;
    }
    .catalog__logo sup {
        font-size: 28px;
    }
    .catalog__item-title {
        text-align: left;
        display: inline-block;
    }
    .catalog__item-desc {
        text-align: left;
    }
    .catalog__list {
        padding-left: 17px;
    }
    .free, .data-block, .certificates, .clients {
        display: none;
    }
    .call__top {
        max-width: 740px;
        height: 260px;
    }
    .call .content {
        padding-top: 170px;
    }
    .call__desc, .call__title {
        font-size: 24px;
    }
    .call__btn {
        max-width: 450px;
        font-size: 26px;
    }
    .call__right {
        padding-right: 30px;
        max-width: 450px;
    }
    .why__item:nth-child(3n),
    .why__item {
        width: 48%;
        margin-right: 4%;
    }
    .why__item:last-child,
    .why__item:nth-child(2n) {
        margin-right: 0;
    }
    .why__item:nth-child(2) {
        top: 0;
    }
    .why__item-title span {
        display: block;
    }
    .why__item-desc {
        font-size: 23px;
        padding-top: 10px;
    }
    .why {
        background: #323232;
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .why__list {
        margin-top: 90px;
    }
    .about__list {
        margin-top: 50px;
    }
    .about {
        padding-bottom: 80px;
        padding-top: 60px;
    }
    .about__item-icon-wr img {
        max-width: 90%;
        max-height: 90%;
    }
    .about__item-desc {
        font-size: 24px;
        line-height: 1.4;
    }
    .conditions__top {
        -webkit-background-size: auto;
        background-size: auto;
        background-position: left top;
    }
    .conditions__bottom:after {
        display: none;
    }
    .conditions__list-rotate {
        position: static;
        display: block;
        margin: 40px auto;
    }
    .condition {
        max-width: 460px;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: static;
    }
    .conditions__list {
        padding: 20px 37px 22px;
        max-width: 534px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 8px;
        box-shadow: 0 7px 19px rgba(76, 60, 0, 0.55);
    }
    .shipping__item-title {
        font-size: 28px;
    }
    .shipping__item-desc {
        font-size: 26px;
    }
    .shipping__list {
        display: block;
    }
    .shipping__item:last-child,
    .shipping__item {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
        transform: none;
    }
    .shipping__item {
        margin-bottom: 30px;
        box-shadow: 0 7px 19px rgba(141, 128, 0, 0.55);
    }
    .shipping__item:last-child {
        margin-bottom: 0;
    }
    .shipping__btn {
        max-width: 294px;
        width: 100%;
        display: block;
        margin: 40px auto 0;
        font-size: 20px;
        font-weight: 500;
        color: #ffffff;
        text-transform: uppercase;
        height: 56px;
        border-radius: 27px;
        background: #ff0000;
    }
    .shipping__btn:active,
    .shipping__btn:hover {
        background: #bb0303;
    }
    .shipping {
        padding-bottom: 35px;
    }
    .footer__nav-link.mobile-none {
        display: none;
    }
    .footer__nav-link {
        font-size: 21px;
    }
    .footer__logo {
        margin-top: 45px;
    }
    .f-data__text {
        font-size: 18px;
        line-height: 1.3;
    }
    .f-data {
        width: 340px;
    }
    .copyright {
        font-size: 20px;
    }
    .footer__phone {
        font-size: 26px;
    }
    .footer__logo {
        width: 230px;
    }
    .product__title {
        margin-right: -20px;
        padding-right: 20px;
    }
}

@media all and (max-width: 950px) {
    .actions__title {
        font-size: 41px;
    }
    .actions__desc {
        font-size: 20px;
    }
    .actions__desc sup {
        font-size: 13px;
    }
    .actions__right {
        max-width: 480px;
    }
    .actions__tag-desc {
        height: 280px;
        width: 444px;
    }
}

@media all and (max-width: 900px) {
    .use__list li {
        padding-left: 38px;
        font-size: 20px;
    }
    .use__title {
        font-size: 32px;
    }
    .use__list li:after {
        left: 0;
    }
    .block-title {
        font-size: 38px;
    }
    .type__params li {
        font-size: 18px;
    }
    .type__params li:after {
        top: 1px;
    }
    .type:last-child .type__params:after {
        bottom: 30px;
    }
    .type:last-child .type__photo {
        margin-top: 65px;
    }
    .types__btn {
        height: 55px;
        max-width: 300px;
        font-size: 20px;
    }
    .advantage__icon-wrap {
        width: 180px;
        height: 180px;
    }
    .conditions__top {
        padding-bottom: 50px;
        min-height: inherit;
    }
    .footer__nav-link {
        font-size: 18px;
    }
    .f-data__text {
        font-size: 16px;
    }
    .f-data {
        width: 305px;
    }
    .product__btn {
        margin-right: 50px;
        max-width: 300px;
        font-size: 16px;
        height: 50px;
    }
}

@media all and (max-width: 850px) {
    .actions__tag-desc {
        background: url('../images/bg/action-title-bg-1-mobile.png') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        bottom: auto;
        top: 0; left: 0;
        width: 176px;
        height: 123px;
    }
    .call__bg {
        left: 20px;
    }
    .call__desc, .call__title {
        font-size: 22px;
    }
    .call__btn {
        margin-top: 48px;
        max-width: 420px;
        font-size: 24px;
    }
    .call__right {
        max-width: 415px;
    }
    .why__item-desc {
        font-size: 21px;
        min-height: 80px;
    }
    .about__item-desc {
        font-size: 22px;
    }
    .about__item {
        padding-left: 160px;
    }
}

@media all and (max-width: 767px) {
    .main__catalog-link, .main__calc {
        font-size: 20px;
        max-width: 300px;
        height: 55px;
    }
    h1 {
        font-size: 30px;
    }
    .main__desc {
        font-size: 24px;
    }
    .main__bg {
        max-width: 376px;
    }
    .use {
        position: relative;
        background-position: -100px center;
    }
    .use:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0; top: 0;
        background: rgba(0, 0, 0, 0.50);
    }
    .use .content {
        position: relative;
        z-index: 3;
    }
    .use__title {
        font-size: 28px;
        line-height: 1.3;
    }
    .use__list li {
        font-size: 18px;
    }
    .use__list li:after {
        top: 3px;
    }
    .block-title {
        font-size: 32px;
    }
    .type:last-child,
    .type {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        max-width: 370px;
        width: 100%;
    }
    .type {
        border-bottom: 2px solid #ff9b18;
        padding-bottom: 13px;
        margin-bottom: 21px;
    }
    .types__btn {
        margin-top: 37px;
    }
    .types {
        padding-bottom: 20px;
    }
    .type:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .type:last-child .type__params:after {
        bottom: 10px;
    }
    .type__params {
        margin-left: 54px;
    }
    .type__params li {
        padding-left: 25px;
        margin-bottom: 9px;
        font-size: 20px;
    }
    .type__params li:after {
        width: 12px;
        height: 12px;
        top: 7px;
        left: 0;
    }
    .type__params:after {
        width: 1px;
        left: 5px;
    }
    .type__photo {
        margin-top: 13px !important;
    }
    .type:last-child .type__params:after {
        bottom: 30px;
    }
    .block-title sup {
        font-size: 20px;
    }
    .icon-call {
        display: none;
    }
    .call {
        background: #fdf7ea;
    }
    .call__top {
        background: url('../images/bg/call-title-bg-mobile.png') no-repeat center;
        max-width: 584px;
        height: 166px;
        top: 0;
    }
    .call__top-title em {
        color: #000000;
        padding-bottom: 4px;
    }
    .call__top-title span {
        display: block;
    }
    .call .content {
        padding-top: 390px;
    }
    .block-title.call__top-title {
        padding-top: 31px;
        line-height: 1.2;
        font-size: 25px;
    }
    .call__block {
        position: static;
    }
    .call__bg {
        width: 205px;
        top: 166px;
        height: 223px;
        background: url('../images/bg/call-bg-mobile.png') no-repeat center;
        left: 0; right: 0;
        margin: 0 auto;
    }
    .call__right {
        padding-right: 20px;
        padding-left: 20px;
        max-width: inherit;
    }
    .call__desc .br {
        display: inline;
    }
    .why__item:nth-child(2n),
    .why__item:last-child,
    .why__item:nth-child(3n), .why__item {
        width: 100%;
        display: block;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .why__item-desc .br {
        display: inline;
    }
    .why__item-desc {
        min-height: inherit;
    }
    .about__item-desc {
        font-size: 20px;
    }
    .about__item-icon-wr {
        width: 90px;
        height: 90px;
    }
    .about__item {
        padding-left: 130px;
    }
    .conditions__desc {
        font-size: 20px;
    }
    .shipping__item:last-child, .shipping__item {
        max-width: 450px;
    }
    .shipping__item-title {
        font-size: 25px;
    }
    .shipping__item-desc {
        font-size: 24px;
    }
    .f-data {
        margin-top: 40px;
        width: 100%;
    }
    .footer__nav-link {
        margin-bottom: 12px;
    }
    .f-data__text {
        font-size: 15px;
        margin-bottom: 18px;
    }
    .copyright {
        font-size: 15px;
        padding-top: 9px;
    }
    .footer {
        padding-bottom: 15px;
    }
    .footer__logo {
        width: 242px;
        margin-top: 26px;
    }
    .footer__phone {
        font-size: 30px;
        color: #ffeb30;
        font-weight: 400;
    }
    .popup {
        background: #ffffff;
    }
    .popup__title {
        white-space: normal;
        font-size: 22px;
        padding-bottom: 6px;
    }
    .popup__desc .br {
        display: inline;
    }
    .product__list li {
        font-size: 16px;
    }
    .product__list li:after {
        top: 8px;
        left: -12px;
        width: 6px;
        height: 6px;
    }
    .product__sub-title, .product__list {
        padding-left: 20px;
    }
    .product__list {
        padding-right: 10px;
    }
    .product__bottom {
        padding-right: 10px;
    }
    .product__read-all {
        margin-left: 20px;
        font-size: 16px;
    }
    .product__title, .product__params-title {
        padding-left: 20px;
        line-height: 1.2;
        padding-right: 20px;
        padding-top: 8px;
        font-size: 18px;
        padding-bottom: 8px;
        height: auto;
        border-radius: 30px 0 0 30px;
    }
    .product__params-title {
        margin-right: -20px;
    }
    .product__photo {
        box-sizing: border-box;
    }
    .product__desc {
        font-size: 16px;
    }
    .product__title small {
        font-size: 15px;
    }
    .product__btn,
    .product__btn:last-child {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .product__btn_red {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 700px) {
    .main__catalog-link, .main__calc {
        display: block;
        margin: 0 auto;
    }
    .main__catalog-link {
        margin-bottom: 17px;
    }
}

@media all and (max-width: 650px) {
    .actions__title {
        font-size: 34px;
    }
    .actions__desc {
        font-size: 18px;
        line-height: 1.2;
        max-width: 260px;
    }
    .actions__right {
        max-width: 400px;
    }
    .actions__desc .br {
        display: inline;
    }
    .actions__desc sup {
        font-size: 12px;
    }
    .actions__desc em {
        font-weight: 700;
    }
    .advantage:nth-child(3n),
    .advantage {
        margin-right: 0;
        width: 100%;
    }
    .about__item-desc {
        font-size: 18px;
    }
    .product__top {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media all and (max-width: 550px) {
    .callback {
        padding-right: 24px;
        max-width: 237px;
    }
    .header,
    .menu,
    .content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .main__bg {
        width: 376px;
        max-width: 376px;
        position: relative;
        left: -38px;
    }
    .main__bg-wr {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    h1 {
        font-size: 25px;
        position: relative;
        z-index: 2;
        line-height: 1.15;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        height: 84px;
        box-sizing: border-box;
        padding-top: 29px;
    }
    .header {
        border-bottom: none;
    }
    h1 small {
        font-weight: 400;
        position: absolute;
        left: 0; right: 0; top: 0;
    }
    .main .content {
        padding-top: 6px;
    }
    .main__bg-wr {
        margin-top: -64px;
    }
    .main-products {
        margin-left: -10px;
    }
    .main-products__col {
        margin-right: 9px;
    }
    .main__desc {
        line-height: 1.45;
        position: relative;
        z-index: 3;
        margin-top: -17px;
    }
    .main-products {
        text-align: center;
        margin-top: 15px;
    }
    .main__btns {
        margin-top: 38px;
    }
    .main__list li {
        left: -5px;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 19px;
        padding-left: 40px;
    }
    .main__list li:after {
        top: 6px;
    }
    .main__list {
        margin-top: 37px;
    }
    .main {
        padding-bottom: 34px;
    }
    .use {
        padding-top: 26px;
        padding-bottom: 22px;
    }
    .use__title {
        font-size: 25px;
    }
    .use__title sup {
        font-size: 14px;
    }
    .use__list li sup {
        font-size: 12px;
    }
    .use__list p {
        padding-left: 0;
        text-indent: 16px;
    }
    .use__list li {
        margin-bottom: 22px;
        padding-left: 30px;
    }
    .use__list li:after {
        width: 12px;
        height: 12px;
        top: 4px;
    }
    .use__list {
        margin-top: 38px;
    }
    .block-title {
        font-size: 25px;
    }
    .block-title span {
        display: block;
    }
    .block-title sup {
        font-size: 16px;
    }
    .advantages {
        padding-top: 19px;
        padding-bottom: 0;
    }
    .types__list {
        margin-top: 23px;
    }
    .types {
        padding-top: 20px;
    }
    .advantages__list {
        margin-top: 30px;
    }
    .advantage__icon-wrap {
        width: 100px;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    .advantage__title {
        font-size: 19px;
        letter-spacing: -0.03em;
    }
    .advantage__desc {
        font-size: 18px;
    }
    .advantage__title {
        margin-top: 20px;
    }
    .advantage {
        margin-bottom: 32px;
    }
    .catalog__logo {
        font-size: 25px;
    }
    .catalog__logo sup {
        font-size: 15px;
    }
    .catalog {
        padding-top: 29px;
    }
    .catalog__list {
        margin-top: 29px;
    }
    .catalog__item-title {
        font-size: 13px;
        line-height: 1.2;
    }
    .catalog__item-text {
        padding: 20px 10px 20px;
        margin-bottom: 23px;
    }
    .catalog__item-title em {
        font-size: 18px;
    }
    .catalog__item-desc {
        margin-top: 5px;
        font-size: 15px;
        padding-left: 60px;
        padding-right: 60px;
        display: inline-block;
    }
    .catalog__item-order, .catalog__item-read {
        max-width: 225px;
        height: 36px;
        font-size: 14px;
    }
    .catalog__item-desc span,
    .catalog__item-title span {
        display: block;
    }
    .catalog__item-read {
        margin-bottom: 16px;
    }
    .catalog__item {
        padding-bottom: 30px;
    }
    .catalog {
        padding-bottom: 0;
        overflow: hidden;
    }
    .why .content {
        padding-left: 4px;
        padding-right: 4px;
    }
    .why {
        padding-top: 23px;
        padding-bottom: 49px;
    }
    .why__list {
        margin-top: 53px;
    }
    .why__item-icon-wr {
        width: 80px;
        height: 80px;
        top: -12px;
    }
    .why__item {
        padding-top: 88px;
        padding-bottom: 29px;
        margin-bottom: 42px;
    }
    .why__item:last-child {
        margin-bottom: 0;
    }
    .why__item-desc {
        font-size: 18px;
        line-height: 1.45;
        padding-top: 5px;
    }
    .why__item:after {
        top: 7px; left: 7px; right: 7px; bottom: 7px;
    }
    .why__item-title {
        font-size: 25px;
        line-height: 1.05;
    }
    .conditions__desc {
        font-size: 18px;
        margin-top: 13px;
    }
    .conditions__top {
        padding-top: 17px;
        padding-bottom: 57px;
    }
    .conditions__desc .br {
        display: inline;
    }
    .conditions__bottom {
        position: relative;
        overflow: visible;
        z-index: 6;
    }
    .conditions__list {
        background: #ffffff;
        margin-top: -77px;
        padding-top: 16px;
        z-index: 6;
        position: relative;
    }
    .condition__title {
        font-size: 20px !important;
        text-align: center;
        font-weight: 800 !important;
        display: block;
    }
    .icon-quality {
        display: none;
    }
    .condition__top {
        padding-bottom: 8px;
        margin-bottom: 4px;
    }
    .conditions__list-rotate {
        background: url('../images/icons/icon-conditions-mobile.png') no-repeat center;
        width: 69px;
        height: 77px;
        margin-top: 5px;
        margin-bottom: 8px;
    }
    .conditions__btn {
        max-width: 275px;
        height: 49px;
        font-size: 20px;
        font-weight: 500;
        text-transform: none;
        margin-top: 13px;
    }
    .conditions__bottom {
        padding-bottom: 12px;
        min-height: inherit;
    }
    .conditions__btn:first-letter {
        text-transform: uppercase;
    }
    .shipping__title {
        font-weight: 700;
    }
    .shipping {
        padding-top: 24px;
    }
    .shipping__list {
        margin-top: 15px;
    }
    .shipping__item-icon_1 {
        width: 80px;
    }
    .shipping__item-icon_2 {
        width: 93px;
    }
    .shipping__item-icon_3 {
        width: 69px;
    }
    .shipping__item-icon-wr {
        height: auto;
        text-align: center;
    }
    .shipping__item-icon {
        position: static;
        display: inline-block;
    }
    .shipping__item {
        padding-bottom: 33px;
        padding-top: 25px;
    }
    .shipping__item-title {
        font-size: 18px;
    }
    .shipping__item-desc {
        font-size: 18px;
        line-height: 1.45;
    }
    .shipping__item-text {
        margin-top: 21px;
    }
    .shipping__item:last-child .shipping__item-text {
        text-align: left;
    }
    .footer__block {
        padding-top: 140px;
        position: relative;
    }
    .footer__col {
        text-align: center;
        position: absolute;
        top: 0; left: 0;
        width: 100%;
    }
    .footer__logo {
        margin-left: auto;
        margin-right: auto;
    }
    .footer {
        padding-top: 24px;
    }
    .footer__nav {
        margin-top: 26px;
        padding-bottom: 25px;
        text-align: left;
        display: inline-block;
    }
    .footer__block {
        text-align: center;
    }
    .overlay {
        padding: 10px;
    }
    .popup {
        margin: 40px auto;
        padding: 50px 15px;
    }
    .popup__title {
        font-size: 18px;
        line-height: 1.4;
    }
    .popup__sub-title {
        font-size: 18px;
    }
    .popup__desc {
        font-size: 16px;
    }
    .form__label-title {
        padding-left: 10px;
        font-size: 16px;
    }
    .form__field {
        height: 48px;
        padding-left: 20px;
        font-size: 18px;
    }
    .form__btn {
        font-size: 16px;
        margin-top: 10px;
    }
    .form {
        margin-top: 30px;
    }
    .popup__desc .br {
        display: inline;
    }
    .product {
        padding-bottom: 30px;
    }
    .product__btn {
        max-width: 260px;
        font-size: 15px;
    }
}

@media all and (max-width: 500px) {
    .actions__title {
        font-size: 25px;
        color: #ffffff;
        max-width: 160px;
        margin-left: auto;
        line-height: 1.2;
        margin-bottom: 25px;
    }
    .actions__desc {
        margin-left: 14px;
        max-width: 210px;
    }
    .actions__desc em {
        display: block;
    }
    .actions__right {
        max-width: 320px;
    }
    .actions {
        padding-bottom: 18px;
        padding-top: 32px;
    }
    .actions__icon {
        top: 7px;
    }
    .catalog__item-desc {
        padding-left: 40px;
        padding-right: 40px;
    }
    .call__right {
        padding: 28px 10px 18px;
    }
    .call__title {
        font-size: 15px;
    }
    .call__block {
        padding-top: 0;
        padding-bottom: 0;
    }
    .call {
        padding-bottom: 83px;
    }
    .call__block {
        text-align: center;
    }
    .call__right {
        display: inline-block;
        text-align: left;
    }
    .call__desc {
        margin-top: 12px;
        line-height: 1.4;
        letter-spacing: -0.01em;
        font-size: 15px;
    }
    .call__desc .br {
        display: block;
    }
    .call__btn {
        margin-top: 10px;
        height: 38px;
        font-size: 15px;
        max-width: 278px;
    }
    .icon-call-mob {
        width: 28px;
        height: 13px;
        background-position: 0 -582px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 6px;
    }
}

@media all and (max-width: 450px) {
    .use {
        background: url('../images/bg/use-bg-mobile.jpg') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .actions {
        background: url('../images/bg/actions-bg-1-mobile.jpg') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .use:after {
        display: none;
    }
    .catalog__item-desc {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about__item-desc {
        font-size: 15px;
        line-height: 1.2;
    }
    .about__item-icon-wr img {
        max-width: inherit;
        max-height: inherit;
    }
    .about__item-icon-wr {
        width: 42px;
        height: 40px;
        bottom: auto;
        top: 0;
    }
    .about__item {
        padding-left: 60px;
    }
    .about__item-icon_1 {
        width: 40px;
    }
    .about__item-icon_2 {
        width: 27px;
    }
    .about__item-icon_3 {
        width: 42px;
    }
    .about__item-icon_4 {
        width: 28px;
    }
    .about {
        padding-top: 21px;
        padding-bottom: 33px;
    }
    .about__list {
        margin-top: 27px;
    }
    .about__item {
        margin-bottom: 18px;
    }
}

@media all and (max-width: 400px) {
    .catalog__item-desc {
        padding-left: 0;
        padding-right: 0;
    }
}



















