/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
select,
input,
button {
    outline: none;
}

a {
    background-color: transparent;
    text-decoration: underline;
    -webkit-text-decoration-skip: objects;
}

select,
input,
button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* styles */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-width: 320px;
    background: #fff;
    font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #0b0b0b;
    cursor: default;
}

header,
section,
footer {
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    width: 1170px;
    position: relative;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

b {
    font-weight: 700;
}

/* titles */

h2 {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

/* slider buttons */

.owl-prev,
.owl-next {
    width: 44px;
    height: 54px;
    background-image: url(../img/slider__arrows.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -27px;
}

.owl-prev {
    background-position: left center;
    left: 0;
}

.owl-next {
    background-position: right center;
    right: 0;
}

.header_section .content_block {
    min-height: 572px;
    padding: 20px 0;
    background: url(../img/desctop__header_bg.jpg) center top no-repeat;
}

.header_section .content_block .info_block {
    width: 400px;
    /*padding: 40px 0 0;*/
}

.logo {
    margin-bottom: 45px;
}

.logo>img {
    display: block;
    margin: 0 10px 15px;
}

.logo>p {
    font-size: 21px;
    color: #fff;
}

.header_section .content_block .info-action {
    padding: 0 0 5px;
    font-size: 24px;
    line-height: 1.3em;
    color: #d79957;
}

.header_section .content_block h1 {
    font-size: 31px;
    line-height: 1.2em;
    font-weight: 500;
}

.header_section .content_block h1:after {
    content: '';
    margin: 25px 0 0;
    width: 300px;
    height: 4px;
    display: block;
    border-top: 1px solid rgba(221, 219, 220, 0.5);
    border-bottom: 1px solid rgba(221, 219, 220, 0.5);
}

.slide{
    position: relative;
}
.header_section .content_block .img .slide .discount {
    margin: 5px 0;
    font-size: 120px;
    line-height: 120px;
    color: #e4003f;
}



.ofr_bull {
    margin: 25px 0 20px;
}

.ofr_bull>li {
    padding: 0px 0 15px 30px;
    background: url(../img/check.png) 0 2px no-repeat;
}

.ofr_bull>li:last-child {
    margin-bottom: 0;
}

.sale {
    width: 120px;
    height: 120px;
    background: #376c9e;
    border-radius: 50%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 300px;
    left: 400px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4em;
}

.sale>span {
    display: block;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: normal;
}

.button {
    display: block;
    margin: 0;
    width: 260px;
    text-transform: uppercase;
    text-align: center;
    height: 70px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: #be9ad0;
    background: -moz-linear-gradient(top, #f2bd85 0%, #d79957 100%);
    background: -webkit-linear-gradient(top, #f2bd85 0%, #d79957 100%);
    background: linear-gradient(to bottom, #f2bd85 0%, #d79957 100%);
    font-size: 18px;
    line-height: 70px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.2);
    font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
}

.button:active {
    top: 2px;
    background: #a668c5;
    background: -moz-linear-gradient(top, #d79957 0%, #f2bd85 100%);
    background: -webkit-linear-gradient(top, #d79957 0%, #f2bd85 100%);
    background: linear-gradient(to bottom, #d79957 0%, #f2bd85 100%);
}

/* catalog */

.catalog_section {
    padding: 40px 0;
    background: #f8f8f8;
    overflow-y: hidden;
}

.benef1 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    margin: 20px 0 60px;
}

.benef1>li {
    width: 190px;
    margin: 0 15px;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
}

.benef1>li:before {
    content: '';
    display: block;
    width: 92px;
    height: 92px;
    margin: 0 auto 15px;
    background: url(../img/benef_icon.png) 0 0 no-repeat transparent;
}

.benef1>li:nth-child(5):before {
    background-position: -92px 0;
}

.benef1>li:nth-child(2):before {
    background-position: -184px 0;
}

.benef1>li:nth-child(3):before {
    background-position: -276px 0;
}

.benef1>li:nth-child(4):before {
    background-position: -368px 0;
}

.catalog_section h2 {
    margin: 0 0 50px;
}

.catalog_section h2:before,
.catalog_section h2:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin: -8px 25px 0;
    width: 240px;
    height: 2px;
    border-top: 1px solid #dddbdc;
    border-bottom: 1px solid #dddbdc;
}

.catalog_section .female_models {
    margin: 0 0 30px;
}

.catalog_section h3 {
    margin: 0 0 40px;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
}

.catalog_section h3 span {
    border-bottom: 2px solid #329fb6;
}

.catalog_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 25px;
}

.catalog_link>li {
    text-align: center;
    margin: 0 20px 25px;
}

.cat_link {
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    background: #be9ad0;
    background: -moz-linear-gradient(top, #f2bd85 0%, #d79957 100%);
    background: -webkit-linear-gradient(top, #f2bd85 0%, #d79957 100%);
    background: linear-gradient(to bottom, #f2bd85 0%, #d79957 100%);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: all ease .3s;
    position: relative;
}

.cat_link:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.cat_link:active {
    background: #be9ad0;
    background: -moz-linear-gradient(top, #d79957 0%, #f2bd85 100%);
    background: -webkit-linear-gradient(top, #d79957 0%, #f2bd85 100%);
    background: linear-gradient(to bottom, #d79957 0%, #f2bd85 100%);
    top: 2px;
}

.cat_link>img {
    display: inline-block;
    vertical-align: middle;
    max-width: 50px;
    max-height: 50px;
    margin-right: 10px;
}

.products_list {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.products_list:last-child {
    margin-bottom: 0;
}

.products_list .product_item {
    vertical-align: top;
    margin: 0 10px 20px;
    width: 350px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
   
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.products_list .product_item .img {
    position: relative;
    overflow: hidden;
}

.products_list .product_item .img a {
    display: block;
}

.products_list .product_item .img img {
    display: block;
    margin: 0 auto;
}

.catalog_section .product_item .discount {
    width: 100px;
    height: 75px;
    padding: 40px 0 0 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #376c9e;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    top: -32px;
    left: -30px;
    z-index: 10;
}

.product_item .content {
    padding: 20px 20px 25px;
}

.catalog_section .product_item .title_block {
    margin: 0 20px 12px;
    text-align: center;
}

.catalog_section .product_item .title_block h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1em;
}

.product_item .name {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 8px;
    font-weight: 500;
}
.product_item .text {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 8px;
    font-weight: 500;
}
.product_item .dimensions{
    display: block;
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 8px;
    font-weight: 500;
   
}



.vendor_code {
    color: #a8a9aa;
    font-size: 15px;
    line-height: 1.1em;
    margin-bottom: 18px;
}

.catalog_section .product_item .title_block p {
    font-size: 16px;
    line-height: 24px;
    color: #777;
}

.catalog_section .product_item .price_block {
    margin: 20px 20px 20px;
    text-align: center;

}

.catalog_section .product_item .price_item {
    display: inline-block;
    vertical-align: middle;
}

.catalog_section .product_item .price_item.old {
    margin: 0 15px 0 0;
    text-decoration: line-through;
    font-size: 18px;
}

.catalog_section .product_item .price_item.new {
    font-size: 30px;
    font-weight: 700;
}

.product_item .button {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-weight: 700;
    box-shadow: none;
}

.product_item .hidden {
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    padding: 25px 15px;
    position: absolute;
    width: 100%;
    left: 0;
    transition: all ease .3s;
    opacity: 0;
    bottom: -100px;
    visibility: hidden;
}

.product_item.active .hidden {
    bottom: 0;
    opacity: 1;
    z-index: 10;
    visibility: visible;
}

.product_item .hidden .close {
    width: 13px;
    height: 13px;
    background: url(../img/x_icon.png) 50% 50% / 100% no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.6;
    cursor: pointer;
}

.product_item .hidden .close:hover {
    opacity: 0.9;
}

.product_item .hidden .close:active {
    margin-top: 2px;
}

.product_item .action {
    margin-bottom: 15px;
}

.product_item .action>span {
    font-weight: 700;
}

.product_item .action>p {
    padding: 0;
    font-size: 14px;
    line-height: 1.5em;
}

.product_item .hidden .price_block {
    margin-bottom: 10px;
}

.product_item .economy {
    font-size: 14px;
    margin-bottom: 20px;
}

.product_item .economy>span {
    color: #7ad06b;
    font-weight: 700;
}

.product_item .order_form .input {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

/*size_section*/

.size_section {
    padding: 40px 0;
    background: #eff3ff;
}

.size_section h2 {
    margin-bottom: 40px;
}

.size_section h2::before,
.size_section h2::after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin: -8px 25px 0;
    width: 240px;
    height: 2px;
    border-top: 1px solid #dddbdc;
    border-bottom: 1px solid #dddbdc;
}

.sizes-help-table tr th {
    background-color: #464646;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
}

.sizes-help-table {
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
    width: 100%;
    border-spacing: 0;
    text-align: center;
}

.sizes-help-table tr {
    background: #fff;
}

.sizes-help-table tr:nth-child(2n) {
    background-color: #f2f2f2;
}

.sizes-help-table tr td {
    padding: 6px 10px;
}

.table_block .size:not(:last-child) {
    margin-bottom: 40px;
}

.table_block .size>h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

/* order info */

.order_info_section {
    height: 446px;
    overflow: hidden;
    padding: 20px 0 0;
    background: url(../img/order_bg.jpg) 50% 0% no-repeat;
}

.order_info_section .wrapper {
    padding: 0 80px 0 640px;
}

.order_info_section .product {
    display: none;
}

.order_info_section h2 {
    margin: 0 0 35px;
    text-align: left;
    font-size: 34px;
}

.order_info_section h2:after {
    display: block;
    content: '';
    margin: 10px 0 0;
    width: 315px;
    height: 2px;
    border-top: 1px solid #dddbdc;
    border-bottom: 1px solid #dddbdc;
}

.order_info_section .info_item {
    margin: 0 0 30px;
    width: 100%;
}

.order_info_section .info_item:last-child {
    margin: 0;
}

.order_info_section .info_item:before {
    content: '';
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    background: url(../img/order_info_icon.png) 0 0 no-repeat transparent;
}

.order_info_section .info_item:nth-child(2):before {
    background-position: -70px 0;
}

.order_info_section .info_item:nth-child(3):before {
    background-position: -140px 0;
}

.order_info_section .info_item:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.order_info_section .info_item p {
    padding: 10px 0 0 90px;
    font-size: 16px;
    line-height: 24px;
}

/*panorama*/

.panorama {
    padding-top: 5px;
}

/* reviews */


.rev-block-v3{
    padding: 40px 0;
 
  
}
.rev-block-v3 h2{
    margin-bottom: 30px;
}

.title-sep-2 {
  margin-bottom: 20px;
}

.rev-block-v3 .rev-item{
    float: left;
    overflow: hidden;
    width: 300px;
    margin: 0 10px 10px;
    color: #272727;
    background: #fff;
    border-radius: 6px;
    border-bottom: 3px solid #ddd;
    -webkit-box-shadow: 0px -1px 10px 0px rgb(0 0 0 / 25%);
    box-shadow: 0px -1px 10px 0px rgb(0 0 0 / 25%);
}
.rev-block-v3 .slick-track{
   padding: 20px 0 0;
}
.rev-block-v3 .rev-item .rev-img{
    display: block;
    margin: 0 auto;
}
.rev-block-v3 .rev-item .rev-cont{
    padding: 20px 15px;
}
.rev-block-v3 .rev-item .rev-img-s{
    display: block;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}
.rev-block-v3 .rev-item .rev-cont h4{
    margin: -2px 0 12px 120px;
    font-weight: 700;
    font-size: 1em;
}



.rev-block-v3 .rev-item .rev-cont h4>small{
    display: block;
    font-weight: 400;
    color: #777;
}
.rev-block-v3 .slick-arrow{
   
    top: 50%;
    margin: -50px 0 0;
   
 }
.rev-block-v3 .slick-prev{
  position: absolute;
    left: -16px;
    z-index: 100;
}
.rev-block-v3 .slick-next{
  position: absolute;
    right: -16px;
    top: 50%;
    margin: -50px 0 0;
    z-index: 100;
}

/* order */

.input {
    display: block;
    margin: 0 0 15px;
    padding: 0 20px;
    width: 300px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #c4c4c4;
    font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #222;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

.input::-webkit-input-placeholder {
    opacity: 1;
    color: #222;
}

.input:-moz-placeholder {
    opacity: 1;
    color: #222;
}

.input::-moz-placeholder {
    opacity: 1;
    color: #222;
}

.input:-ms-input-placeholder {
    opacity: 1;
    color: #222;
}

.input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.input:focus:-moz-placeholder {
    opacity: 0;
}

.input:focus::-moz-placeholder {
    opacity: 0;
}

.input:focus:-ms-input-placeholder {
    opacity: 0;
}

.order_form button {
    width: 300px;
}

.order_form .form-title {
    margin: 25px 0 15px;
    font-weight: 500;
    font-size: 16px;
}

.order-consult {
    max-width: 400px;
}

.order-consult:after {
    content: '';
    margin: 25px 0 0;
    width: 300px;
    height: 4px;
    display: block;
    border-top: 1px solid rgba(221, 219, 220, 0.5);
    border-bottom: 1px solid rgba(221, 219, 220, 0.5);
}

/* footer */

.footer_section {
    padding: 25px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.footer_section img {
    display: block;
    margin: 0 auto 10px auto;
}

.footer_section a {
    color: #111;
}

.footer_section a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1169px) {
    /* styles */
    .wrapper {
        width: 700px;
    }
    .products_list .product_item {
        width: 300px;
    }
    /* header */
    .header_section .content_block {
        background-image: url(../img/tablet__header_bg1.jpg);
        height: 600px;
    }
    .logo {
        margin-bottom: 10px
    }
    .header_section .content_block .info-action {
        font-size: 22px;
    }
    .header_section .content_block h1 {
        font-size: 22px;
        line-height: 1.3em;
    }
    .header_section .content_block .info_block {
        width: 320px;
    }
    .ofr_bull>li {
        padding-bottom: 10px;
    }
    .sale {
        width: 110px;
        height: 110px;
        top: 55px;
        left: 360px;
    }
    .sale>span {
        font-size: 35px;
        line-height: 35px;
    }
    /* catalog */
    .benef1 {
        margin-bottom: 20px;
    }
    .benef1>li {
        margin-bottom: 30px;
    }
    .catalog_section h2:before,
    .catalog_section h2:after {
        width: 100px;
    }
    .products_list {
        margin-bottom: 25px;
    }
    .products_list .product_item {
        margin: 0 20px 30px;
    }
    .catalog_section .product_item .price_item.old {
        font-size: 20px;
    }
    .catalog_section .product_item .price_item.new {
        font-size: 28px;
    }
    /*size*/
    .size_section h2 {
        font-size: 32px;
    }
    .size_section h2::before,
    .size_section h2::after {
        width: 80px;
    }
    .sizes-help-table {
        font-size: 16px;
    }
    .sizes-help-table tr th {
        padding: 7px 10px;
    }
    .sizes-help-table tr th:nth-child(4) {
        width: 210px;
    }
    /* order info */
    .order_info_section {
        padding: 40px 0;
        height: auto;
        background: none;
    }
    .order_info_section .wrapper {
        padding: 0 10px;
    }
    .order_info_section .product {
        display: block;
        margin: 0 auto 30px;
        border-radius: 10px;
    }
    .order_info_section .image,
    .pi2 {
        display: none;
    }
    .order_info_section .content_block {
        padding: 0;
    }
    .order_info_section h2 {
        margin: 0 0 40px;
        text-align: center;
        font-size: 28px;
    }
    .order_info_section h2:before,
    .order_info_section h2:after {
        display: inline-block;
        vertical-align: middle;
        content: '';
        margin: -8px 25px 0;
        width: 70px;
        height: 2px;
        border-top: 1px solid #dddbdc;
        border-bottom: 1px solid #dddbdc;
    }
    .order_info_section .info_item {
        margin: 0 0 20px;
    }
    .info_list {
        max-width: 440px;
        margin: 0 auto;
    }
    /* reviews */
    .reviews_section h2 {
        font-size: 26px;
        line-height: 1.4em;
        margin-bottom: 20px;
    }
    .reviews_section h2:before,
    .reviews_section h2:after {
        display: none;
    }
    .reviews_section .review_item {
        width: 280px;
    }
    /* order */
    .order_section .title_block h1 {
        font-size: 25px;
        line-height: 28px;
    }
    .action>p {
        padding: 0 20px;
    }
}

@media screen and (max-width: 659px) {
    /* styles */
    .wrapper {
        width: 320px;
    }
    /* titles */
    h2 {
        font-size: 26px;
        line-height: 30px;
    }
    /* header */
    .header_section .title_block {
        padding: 10px 0;
    }
    .header_section .title_block h1 {
        font-size: 18px;
        line-height: 1.3em;
    }
    .header_section .content_block {
        height: auto;
        padding-top: 0;
        background: url(../img/mobile__header_bg.jpg) 50% 128px no-repeat #fff;
    }
    .sale {
        left: 210px;
        top: 220px;
        width: 90px;
        height: 90px;
        padding-top: 20px;
    }
    .sale>span {
        font-size: 30px;
        line-height: 30px;
    }
    .header_section .content_block .info_block {
        padding: 25px 0 40px;
        width: 100%;
    }
    .logo>img {
        margin: 0 auto;
    }
    .header_section .content_block .info-action {
        padding-top: 262px;
        font-size: 20px;
    }
    .button {
        width: 300px;
    }
    .header_section .content_block h4 {
        font-size: 42px;
        line-height: 48px;
    }
    /* catalog */
    .benef1 {
        margin-bottom: 50px;
    }
    .benef1>li {
        width: 140px;
        margin: 0 5px 25px;
        font-size: 15px;
    }
    .benef1>li:last-child {
        margin-bottom: 0;
    }
    .catalog_link>li {
        width: 100%;
        display: block;
        margin: 0 0 20px;
    }
    .cat_link {
        text-align: left;
        font-size: 16px;
    }
    .cat_link>img {
        max-height: 40px;
    }
    .catalog_section {
        padding: 30px 0 10px;
    }
    .catalog_section h2 {
        margin: 0 0 30px;
    }
    .catalog_section h2:before,
    .catalog_section h2:after {
        display: none;
    }
    .catalog_section h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .products_list {
        margin-bottom: 45px;
    }
    .catalog_section .product_item {
        margin: 0 0 20px;
        display: block;
    }
    /*size*/
    .size_section h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .size_section h2:after,
    .size_section h2:before {
        display: none;
    }
    .table_block .size>h3 {
        font-size: 18px;
    }
    .table_block .size {
        overflow-x: scroll;
    }
    .sizes-help-table {
        width: 500px;
    }
    .sizes-help-table tr th {
        padding: 5px;
    }
    /* gallery */
    .gallery_section {
        padding: 30px 0;
        /*background-image: url(../images/mobile__gallery_bg.jpg);*/
    }
    .gallery_section h2 {
        margin: 0 0 30px;
    }
    .gallery_section h2:before,
    .gallery_section h2:after {
        display: none;
    }
    /* order info */
    .order_info_section {
        padding: 30px 0;
    }
    .order_info_section h2 {
        margin: 0 0 30px;
    }
    .order_info_section h2:before,
    .order_info_section h2:after {
        display: none;
    }
    .order_info_section .info_item {
        margin-bottom: 25px;
    }
    .order_info_section .info_item p {
        padding-top: 0;
    }
   
    /* order */
    .order_form .form-title {
        text-align: center;
    }
}


.ajax_loader {
    display: none;
}

select,
input,
button {
    outline: none;
}

.ajax_loader_block {
    text-align: center;
}