@font-face {
    font-family: "AzoftSans";
    src: url("../fonts/AzoftSans/azoft-sans.eot");
    src: url("../fonts/AzoftSans/azoft-sans.eot?#iefix") format("embedded-opentype"), url("../fonts/AzoftSans/azoft-sans.woff") format("woff"), url("../fonts/AzoftSans/azoft-sans.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
html,
body {
    height: auto !important;
}
body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 16px;
    color: #333333;
    overflow-x: hidden;
    line-height: 20px;
}
ul {
    list-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
}
ol {
    padding-top: 20px;
    padding-bottom: 20px;
}
h1,
h2,
h3 {
    margin: 0 0 28px;
    padding: 0;
    font-weight: normal;
}
h1,
.h1 {
    color: #fff;
    font-family: 'RalewayBold', Arial, sans-serif;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
}
h2,
.h2 {
    color: #333333;
    font-family: 'RalewayBold', Arial, sans-serif;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
}
h3,
.h3 {
    color: #333333;
    font-family: 'RalewayBold', Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}
p {
    margin: 0;
    padding-bottom: 20px;
}
.color-green {
    color: #7cc623 !important;
}
.color-black {
    color: #333 !important;
}
.color-gray {
    color: #bababa !important;
}
.color-red {
    color: red !important;
}
.upages {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #dbdbdb;
    z-index: 999;
    background: #fff;
    color: #000;
}
.upages div {
    text-align: right;
}
.upages a {
    display: block;
    color: #000;
    font-size: 14px;
    padding: 4px;
}
.upages a:nth-child(even) {
    background: #aaaaaa;
}
.list-prod {
    position: relative;
    font-size: 12px;
    font-family: 'RalewayMedium', Arial, sans-serif;
    cursor: pointer;
    margin-bottom: 30px;
}
.list-prod__item,
.list-prod__choosen {
    padding: 15px 15px;
    color: #818181;
}
.list-prod__item {
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    opacity: 1;
    transition: 0.5s;
}
.list-prod__item:hover {
    border-color: #7CC622;
}
.list-prod__item.is-active {
    display: none;
}
.list-prod__item.is-choosing {
    transform: scale(0.9, 0.9) translateY(-20px);
    opacity: 0;
}
.list-prod__choosen {
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #7CC622;
    border-radius: 5px;
}
.list-prod__choosen::before {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 15px;
    border: 1px solid #7CC622;
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 122 122' fill='none'%3E%3Cpath fill='%237CC622' d='M46.716 106.575a6.208 6.208 0 01-4.404 1.825c-1.65 0-3.24-.653-4.404-1.825L2.738 71.399c-3.65-3.65-3.65-9.569 0-13.212l4.403-4.405a9.34 9.34 0 0113.213 0l21.958 21.96 59.334-59.335c3.651-3.65 9.568-3.65 13.212 0l4.404 4.405c3.65 3.65 3.65 9.567 0 13.211l-72.546 72.552z'/%3E%3C/svg%3E");
}
.list-prod__choosen::before:hover {
    opacity: 0.7;
}
.list-prod__title {
    margin-bottom: 14px;
    font-size: 14px;
    font-family: 'RalewayRegular', Arial, sans-serif;
    color: #000;
}
.list-prod__title span {
    font-family: 'RalewayBold', Arial, sans-serif;
}
.list-prod__unp span {
    font-family: "AzoftSans", sans-serif;
}
.list-prod__item .list-prod__unp {
    display: none;
}
.list-prod__footer {
    margin-top: 15px;
}
.list-prod__item .list-prod__footer {
    display: none;
}
.list-prod__link {
    font-size: 14px;
    color: #7CC622;
}
.order-confirm {
    margin-top: 20px;
    margin-bottom: 60px;
    background-color: #fafafa;
}
.order-confirm_reservation {
    background-color: transparent;
}
.order-confirm h2 {
    margin-bottom: 40px;
    text-transform: none;
}
.order-confirm__content {
    padding: 25px;
    border-bottom: 1px solid #EAEAEA;
}
.order-confirm__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .order-confirm__item {
        display: block;
    }
}
.order-confirm__item:last-child {
    margin-bottom: 0;
}
.order-confirm__item-content {
    flex: 1;
    max-width: 680px;
}
@media (max-width: 767px) {
    .order-confirm__item-content {
        margin-bottom: 20px;
    }
}
.order-confirm__item-side {
    display: flex;
}
.order-confirm__item-title {
    margin-bottom: 15px;
    font-family: 'RalewaySemiBold', Arial, sans-serif;
}
.order-confirm__prod {
    color: #818181;
    font-size: 14px;
    font-family: 'RalewayMedium', Arial, sans-serif;
}
.order-confirm__receipt {
    font-size: 14px;
}
.order-confirm__quantity {
    width: 100px;
    text-align: right;
    font-family: "AzoftSans", sans-serif;
    color: #000;
}
.order-confirm__quantity span {
    font-family: 'RalewayRegular', Arial, sans-serif;
    color: #818181;
}
@media (max-width: 767px) {
    .order-confirm__quantity {
        text-align: left;
    }
}
.order-confirm__price {
    width: 100px;
    margin-left: 30px;
    text-align: right;
    font-family: "AzoftSans", sans-serif;
    color: #C12D2C;
}
.order-confirm__footer {
    padding: 25px;
}
.order-confirm-step {
    max-width: 600px;
}
.error {
    color: red;
    margin-top: 3px;
}
.ok {
    color: #7cc623;
    font-weight: bold;
}
input[type=text],
input[type=password],
input[type=email],
textarea {
    border: none;
    font-size: 20px;
    font-family: 'RalewayBold', Arial, sans-serif;
    background: none;
    resize: none;
    outline: none;
    width: 100%;
    display: block;
    -webkit-appearance: none;
    border-radius: 5px;
    color: #000;
    padding: 13px 21px;
    border: 1px solid #bbb;
    background: #fff;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
    color: #7cc623;
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
    padding: 10px 20px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
    border-color: #878787;
}
input.error,
textarea.error {
    border-color: red;
}
input.valid,
textarea.valid {
    border-color: #7cc623;
}
label.error {
    color: red;
}
textarea {
    min-height: 108px;
}
input::-webkit-input-placeholder {
    color: #bfbfbf;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 20px;
}
input::-moz-placeholder {
    color: #bfbfbf;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 20px;
}
input:-moz-placeholder {
    color: #bfbfbf;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 20px;
}
input:-ms-input-placeholder {
    color: #bfbfbf;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 20px;
}
textarea::-webkit-input-placeholder {
    color: #bfbfbf;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 20px;
}
textarea::-moz-placeholder {
    color: #bfbfbf;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 20px;
}
textarea:-moz-placeholder {
    color: #bfbfbf;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 20px;
}
textarea:-ms-input-placeholder {
    color: #bfbfbf;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 20px;
}
.btn:disabled {
    opacity: 0.4 !important;
    cursor: default !important;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled {
    background: #f9f9f9;
}
.number-font {
    font-family: 'AzoftSansBold';
    font-size: 1.1em;
}
main.Content label,
.overlay.win label {
    cursor: pointer;
    padding-left: 25px;
}
main.Content label > input[type=checkbox],
.overlay.win label > input[type=checkbox] {
    display: none;
}
main.Content label > input[type=checkbox] + span,
.overlay.win label > input[type=checkbox] + span {
    display: inline-block;
    text-align: left;
    position: relative;
}
main.Content label > input[type=checkbox] + span:before,
.overlay.win label > input[type=checkbox] + span:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #BBBBBB;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    margin-right: 5px;
    position: absolute;
    left: -25px;
    top: 1px;
    text-align: center;
    line-height: 16px;
}
main.Content label > input[type=checkbox]:checked + span:before,
.overlay.win label > input[type=checkbox]:checked + span:before {
    background: #7cc623;
    border-color: #7cc623;
    content: '\0050';
    font-family: 'iconfonts';
    color: #fff;
    font-size: 10px;
}
main.Content input[type=checkbox],
.overlay.win input[type=checkbox] {
    display: none;
}
main.Content input[type=checkbox] + label,
.overlay.win input[type=checkbox] + label {
    display: inline-block;
    text-align: left;
    position: relative;
}
main.Content input[type=checkbox] + label:before,
.overlay.win input[type=checkbox] + label:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    margin-right: 5px;
    position: absolute;
    left: -25px;
    top: 1px;
    text-align: center;
    line-height: 16px;
}
main.Content input[type=checkbox]:checked + label:before,
.overlay.win input[type=checkbox]:checked + label:before {
    background: #7cc623;
    border-color: #7cc623;
    content: '\0050';
    font-family: 'iconfonts';
    color: #fff;
    font-size: 10px;
}
a {
    color: #7cc623;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a:hover {
    text-decoration: underline;
}
.hide {
    display: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.btn {
    display: inline-block;
    white-space: normal;
    font-family: 'RalewayBold', Arial, sans-serif;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 30px;
    border: 2px solid #333333;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    background: transparent;
    max-width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 16px;
}
.btn:hover {
    background: #7cc623;
    color: #fff;
    border-color: #7cc623;
    text-decoration: none;
}
.btn-with-border {
    text-transform: uppercase;
    color: #333333;
    cursor: pointer;
    line-height: 46px;
    border: 2px solid #333333;
    padding: 0 56px;
    background-color: #fff;
    border-radius: 5px;
    font-family: 'RalewayBold';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-with-border:hover {
    background-color: #7cc623;
    color: #fff;
    border-color: #7cc623;
}
.btn-order {
    background-color: #7cc623;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-order:hover {
    background-color: #e30613;
}
.btn-stock {
    background-color: #dddddd;
    cursor: inherit;
}
.btn-stock:hover {
    background-color: #dddddd;
}
.btn-order-active {
    background-color: #e30613;
}
.btn-green {
    color: #fff;
    background-color: #7cc623;
    border: none;
    padding: 14px 15px;
}
.btn-green:hover {
    background-color: #e30613;
    border: none;
}
.btn-red {
    color: #fff;
    background-color: #fe0000;
    border-color: #fe0000;
}
.btn-red:hover {
    background-color: #e30613;
    border-color: #e30613;
}
.wrapper {
    max-width: 1110px;
    margin: 0 auto;
}
.phones {
    display: inline-block;
    padding-right: 20px;
}
.phones .number {
    font-family: AzoftSans, sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    text-decoration: none;
    margin-left: 10px;
}
.phones .number:hover {
    color: red;
}
.phones .mob-operator {
    background-image: url(../img/mobile_operators.svg);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
}
.phones .mob-operator.life {
    background-position: 0 0;
    width: 24px;
    height: 24px;
}
.phones .mob-operator.mts {
    background-position: -30px 0;
    width: 24px;
    height: 24px;
}
.phones .mob-operator.velcom {
    background-position: -60px 0;
    width: 24px;
    height: 24px;
}
.header {
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 100;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header_simple {
    border-bottom: 3px solid #7CC622;
}
@media (max-width: 1023px) {
    .header_simple .mobileBtn {
        display: none !important;
    }
}
@media (max-width: 1023px) {
    .header_simple .rightBlock .phones {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .header_simple .rightBlock .phones {
        margin-top: 4px;
        padding: 0;
    }
}
@media (max-width: 1023px) {
    .header_simple .rightBlock .phones .mob-operator {
        display: none;
    }
}
.header .top {
    padding: 15px 0 15px 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header .top:before,
.header .top:after {
    display: table;
    content: " ";
}
.header .top:after {
    clear: both;
}
.header_simple .top {
    padding-top: 28px;
    padding-bottom: 45px;
}
.header_simple_site .top {
    padding: 37px 0;
}
.header .logo {
    float: left;
    display: block;
    margin-top: 14px;
}
.header .logo img {
    display: block;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    width: 255px;
    height: 26px;
}
.header_simple_site .logo {
    margin-top: 0 !important;
}
@media (max-width: 767px) {
    .header_simple_site .logo {
        margin-top: 8px !important;
    }
}
.header .rightBlock {
    float: right;
}
.header .rightBlock .phones .number {
    font-size: 22px;
}
.header .rightBlock .controls {
    display: inline-block;
    margin-right: 25px;
}
.header .rightBlock .controls [class*='icon-'] {
    color: #cccccc;
    font-size: 23px;
}
.header .rightBlock .controls [class*='icon-']:hover {
    color: #7cc623;
}
.header .rightBlock .controls > a {
    position: relative;
    margin: 0 7px;
    display: inline-block;
}
.header .rightBlock .controls > a .count {
    font-style: normal;
    position: absolute;
    right: -12px;
    top: 0;
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    padding: 2px 4px;
    background: #e30613;
    color: #fff;
    font-family: 'AzoftSansBold';
    border-radius: 5px;
}
.header .rightBlock .controls .myScores {
    text-decoration: none;
    color: #555555;
    display: inline-block;
}
.header .rightBlock .controls .myScores [class*='icon-'] {
    margin-right: 5px;
    display: none;
}
.header .rightBlock .controls .myScores:hover {
    color: #7cc623;
}
.header .rightBlock .controls .myScores:hover [class*='icon-'] {
    color: #7cc623;
}
.header .mainMenu {
    margin: 0;
    font-family: 'RalewaySemiBold', Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding: 0 0 28px 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header .mainMenu > li {
    float: left;
    margin: 0 0;
}
.header .mainMenu > li > a {
    display: block;
    padding: 2px 0 2px 0;
    color: #333333;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.header .mainMenu > li > a:before {
    content: '';
    position: absolute;
    height: 3px;
    background: #7cc623;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 0;
    left: 50%;
    bottom: -28px;
}
.header .mainMenu > li > a:hover {
    color: #7cc623;
}
.header .mainMenu > li > a:hover:before {
    width: 100%;
    left: 0;
}
.header .mainMenu > li.active a {
    color: #7cc623;
}
.header .mainMenu > li.active a:before {
    left: 0;
    width: 100%;
}
.header .mainMenu > li.phones {
    display: none;
}
.header .mobileBtn {
    display: none;
    width: 26px;
    float: left;
    margin: 9px 26px 0 0;
}
.header .mobileBtn > div {
    border-top: 5px solid #7cc623;
    margin-top: 4px;
}
.header .mobileBtn > div:first-child {
    margin-top: 2px;
}
.header .mobileBtn:hover div {
    border-top-color: #6caa21;
}
.header .wrapper {
    position: relative;
}
.header .mainMenu {
    padding: 0;
}
.header .mainMenu > li {
    padding-bottom: 28px;
}
.header .mainMenu li:nth-last-child(2) .dropdown-block {
    right: 0;
}
.header .dropdown-block {
    max-width: 240px;
    border-radius: 0 0 5px 5px;
    padding: 5px 15px 10px;
    margin-left: -15px;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 4px 5px 0 rgba(38, 49, 58, 0.3);
}
.header .dropdown-block li {
    padding: 5px 0;
}
.header .dropdown-block a {
    color: #333333;
    text-decoration: none;
}
.header .dropdown-block a:hover {
    color: #7cc623;
}
.header .dropdown.open {
    color: #7cc623;
}
.header .dropdown.open:before {
    display: none;
}
.slideMenu .header {
    position: fixed !important;
    left: 0;
    top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}
.slideMenu .header .mainMenu {
    margin-top: 15px;
    padding-bottom: 15px;
}
.slideMenu .header .mainMenu > li > a:before {
    bottom: -15px !important;
}
.slideMenu .header .top {
    display: none;
}
.section1 {
    /*margin-top: 178px;*/
}
.section1 .item {
    min-height: 557px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section1 .item .wrapper {
    display: flex;
    justify-content: space-between;
}
.section1 .item .title {
    color: #77ad47;
    font-size: 48px;
    max-width: 350px;
    line-height: 66px;
    font-family: 'RalewayBold', Arial, sans-serif;
    text-transform: uppercase;
    padding: 40px 0 0 0;
}
.section1 .item .description {
    padding: 60px 0 0 0;
}
.section1 .item .description .values {
    display: flex;
}
.section1 .item .description .value {
    font-family: 'RalewaySemiBold', Arial, sans-serif;
    border-left: 1px solid #000;
    margin-left: 0;
    display: flex;
    margin-left: 40px;
    padding-left: 40px;
}
.section1 .item .description .value .count {
    font-size: 66px;
    line-height: 38px;
}
.section1 .item .description .value .text {
    font-size: 20px;
    max-width: 120px;
    text-transform: uppercase;
    line-height: 24px;
    margin: 0 0 0 20px;
}
.section1 .item .description .value:first-child {
    border: none;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
.section1 .item .description .bottom {
    max-width: 538px;
    font-size: 20px;
    padding: 20px 0 0 0;
    line-height: 25px;
}
.section1 .item .description .bottom .more {
    padding-top: 14px;
}
.section1 .item .discountPromotions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 60px;
}
.section1 .item .discountPromotions .discount {
    font-family: 'RalewayBold', Arial, sans-serif;
    font-size: 142px;
    color: #e30613;
}
.section1 .item .discountPromotions .text {
    font-size: 48px;
    line-height: 60px;
}
.section1 .owl-controls {
    position: absolute;
    top: 0;
    max-width: 1110px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.section1 .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    margin-top: 0;
    box-sizing: border-box;
    left: -80px;
    top: 124px;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.3);
}
.section1 .owl-controls .owl-buttons .owl-next {
    position: absolute;
    margin-top: 0;
    box-sizing: border-box;
    right: -80px;
    top: 124px;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.3);
}
.owl-controls .owl-buttons .owl-prev {
    position: absolute;
    margin-top: 0;
    box-sizing: border-box;
    left: 0px;
    top: 124px;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.3);
}
.owl-controls .owl-buttons .owl-prev:hover {
    color: #000;
}
.owl-controls .owl-buttons .owl-next {
    position: absolute;
    margin-top: 0;
    box-sizing: border-box;
    right: 0px;
    top: 124px;
    font-size: 45px;
    color: rgba(0, 0, 0, 0.3);
}
.owl-controls .owl-buttons .owl-next:hover {
    color: #000;
}
.owl-controls .owl-pagination {
    position: absolute;
    left: 0;
    bottom: 70px;
}
.owl-controls .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #cbcbcb;
}
.owl-controls .owl-controls .owl-page.active span,
.owl-controls .owl-controls.clickable .owl-page:hover span {
    background: #fff;
}
.searchOuterBlock {
    position: relative;
}
.searchOuterBlock .searchBlockFix {
    top: 0;
    position: relative;
}
.searchOuterBlock .searchBlockFix .tabs > li {
    border-top: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
}
.searchBlock {
    position: absolute;
    z-index: 99;
    top: -256px;
    width: 100%;
}
.searchBlock .tabs {
    padding: 0;
    margin: 0 0px;
}
.searchBlock .tabs:before,
.searchBlock .tabs:after {
    display: table;
    content: " ";
}
.searchBlock .tabs:after {
    clear: both;
}
.searchBlock .tabs > li {
    float: left;
    padding: 15px 60px 15px 60px;
    background: #fff;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 4px;
    cursor: pointer;
    border-top: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
}
.searchBlock .tabs > li.active {
    background: #7cc623;
    color: #fff;
    border-color: #7cc623;
}
.searchBlock .tabs > li .icon {
    display: inline-block;
    margin: 0 4px 0 0;
}
.searchBlock .tabsContent {
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.searchBlock .tabsContent > li {
    border-radius: 5px;
    border-top-left-radius: 0;
    display: none;
    background: #fff;
    padding: 30px;
    /*-webkit-transition: height 1s;
			-webkit-transition: opacity 1s;
    		transition: height 1s;
			transition: opacity 1s;
			*/
}
.searchBlock .tabsContent > li.active {
    display: block;
    border-top: 10px solid #7cc623;
    /*-webkit-transition: height 1s;
				-webkit-transition: opacity 1s;
    			transition: height 1s;
				transition: opacity 1s;
				*/
}
.searchBlock .tabsContent > li.tab-yellow {
    background: #ffdd00;
    color: #fff;
}
.searchBlock .tabsContent .outerSearch > input[type=text] {
    background: #fff;
}
.searchBlock .jq-selectbox__select {
    height: 50px;
    padding: 0 45px 0 10px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #fff;
    font-size: 20px;
    line-height: 50px;
    color: #333;
    text-shadow: 1px 1px #FFF;
}
.searchBlock .jq-selectbox__select:hover {
    background: linear-gradient(#F6F6F6, #E6E6E6);
}
.searchBlock .jq-selectbox__trigger-arrow {
    position: absolute;
    top: 20px;
    right: 12px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #7cc623;
}
.tabsContent .topControls {
    padding: 0;
}
.tabsContent .topControls .checkboxOuter {
    display: inline-flex;
    vertical-align: top;
    padding-top: 0px;
    align-items: center;
}
.tabsContent .topControls .checkboxOuter .far {
    display: inline-block;
    vertical-align: middle;
    opacity: 0.5;
}
.tabsContent .topControls .checkboxOuter .near {
    order: -1;
    opacity: 1;
}
.tabsContent .topControls .checkboxOuter label {
    cursor: pointer;
    padding-left: 0;
}
.tabsContent .topControls .checkboxOuter .checkbox-styled + label {
    margin-left: 10px;
    margin-right: 10px;
}
.tabsContent .topControls .checkboxOuter .checkbox-styled + label:after {
    background: #7cc623;
}
.tabsContent .topControls .checkboxOuter .checkbox-styled:checked ~ label {
    opacity: 1;
}
.tabsContent .topControls .checkboxOuter .checkbox-styled:checked ~ .near {
    opacity: 0.5;
}
.tabsContent .topControls .checkbox {
    vertical-align: top;
    display: inline-block;
    margin-left: 20px;
    padding-left: 0;
    cursor: pointer;
}
.tabsContent .topControls .checkbox:before,
.tabsContent .topControls .checkbox:after {
    display: table;
    content: " ";
}
.tabsContent .topControls .checkbox:after {
    clear: both;
}
.tabsContent .topControls .checkbox .jq-checkbox {
    float: left;
}
.tabsContent .topControls .checkbox > span {
    display: block;
    max-width: 200px;
    margin-left: 30px;
}
.tabsContent .topControls .locationControls {
    padding: 20px 0 0 0;
    display: block;
    width: 100%;
}
.tabsContent .topControls .locationControls:before,
.tabsContent .topControls .locationControls:after {
    display: table;
    content: " ";
}
.tabsContent .topControls .locationControls:after {
    clear: both;
}
.tabsContent .topControls .locationControls .item {
    float: left;
    width: calc(50% - 10px);
    line-height: 0;
}
.tabsContent .topControls .locationControls .item:first-child {
    margin-right: 20px;
}
.tabsContent .topControls .locationControls .selectBoxes {
    float: left;
    width: calc(100% - 300px);
}
.tabsContent .topControls .locationControls .selectBoxes:before,
.tabsContent .topControls .locationControls .selectBoxes:after {
    display: table;
    content: " ";
}
.tabsContent .topControls .locationControls .selectBoxes:after {
    clear: both;
}
.tabsContent .topControls .locationControls .jq-selectbox {
    width: 100%;
    cursor: pointer;
}
.tabsContent .topControls .locationControls .buttonOuter {
    float: right;
    max-width: 280px;
    margin-left: 20px;
    width: 100%;
}
.tabsContent .topControls .controlsFlags {
    display: inline-block;
    vertical-align: middle;
}
.tabsContent .topControls .jq-checkbox.checked .jq-checkbox__div {
    color: #7cc623;
}
.tabsContent .topControls .ms-btn-find-map-points {
    margin-left: 0px;
}
.sectionMain {
    background: url('../img/back.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
}
.sectionMain_simple {
    background: none;
    color: #000;
}
.sectionMain .outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.sectionMain_simple .outer {
    padding-top: 56px;
    padding-bottom: 0;
}
.sectionMain h1,
.sectionMain .h1 {
    max-width: 600px;
    margin-bottom: 0;
}
.sectionMain_simple h1 {
    display: flex;
    align-items: center;
    color: #000;
}
@media (max-width: 676px) {
    .sectionMain_simple h1 {
        font-size: 24px;
    }
}
.sectionMain_simple .circle {
    border-color: #000;
    font-family: AzoftSans, sans-serif;
    font-weight: normal;
    font-size: 33px;
    line-height: 1;
    margin-right: 20px;
}
@media (max-width: 676px) {
    .sectionMain_simple .circle {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        border-width: 2px;
        font-size: 26px;
    }
}
.sectionMain .breadcrumbs {
    max-width: 300px;
}
.sectionMain .breadcrumbs a {
    color: #fff;
    text-decoration: none;
}
.sectionMain .breadcrumbs a:hover {
    color: #7cc623;
}
.sectionMain .breadcrumbs a:after {
    content: '\0047';
    font-family: 'iconfonts';
    font-size: 10px;
    margin-right: 5px;
    margin-left: 10px;
    color: #fff;
}
.sectionMain .breadcrumbs a:last-child::after {
    content: '';
    display: none;
}
.section2 {
    background: url('../img/back1.jpg') no-repeat center center;
    background-size: cover;
    padding: 78px 0 78px 0;
}
.section2 .wrapper:before,
.section2 .wrapper:after {
    display: table;
    content: " ";
}
.section2 .wrapper:after {
    clear: both;
}
.section2 .item {
    vertical-align: top;
    height: 180px;
    margin-bottom: 10px;
    background-color: #fff;
    background-position: 92% center;
    background-repeat: no-repeat;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'RalewayBold', Arial, sans-serif;
    line-height: 25px;
    position: relative;
    text-align: left;
    padding: 0 0 45px 40px;
}
@media (max-width: 767px) {
    .section2 .item {
        height: 45px;
    }
}
.section2 .item:hover {
    background-color: #7cc623;
    color: #fff;
}
.section2 .item:hover .thumb img:nth-child(2) {
    display: block;
}
.section2 .item:hover .thumb img:nth-child(1) {
    display: none;
}
.section2 .item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.section2 .item .name {
    display: inline-block;
    vertical-align: middle;
    max-width: 140px;
}
@media (max-width: 767px) {
    .section2 .item .name {
        color: #333 !important;
    }
}
.section2 .item .thumb {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    text-align: center;
    width: 50px;
}
@media (max-width: 1024px) {
    .section2 .item .thumb {
        right: 40px;
    }
}
@media (max-width: 767px) {
    .section2 .item .thumb img {
        height: 40px;
        width: 40px;
        object-fit: contain;
    }
    .section2 .item .thumb .name.red-price {
        color: #333 !important;
    }
}
.section2 .item .thumb img:nth-child(2) {
    display: none;
}
.section2 .outer {
    text-align: center;
}
.section4 {
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(top, #f4f4f4, #ffffff 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4, #ffffff 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f4f4f4, #ffffff 100%);
    background-image: linear-gradient(top, #f4f4f4, #ffffff 100%);
    padding: 70px 0 50px 0;
}
.section4 .wrapper:before,
.section4 .wrapper:after {
    display: table;
    content: " ";
}
.section4 .wrapper:after {
    clear: both;
}
.section4 .advantageItems {
    float: right;
    width: 53%;
    margin: -80px 0 0 0;
    padding: 0;
}
.section4 .advantageItems:before,
.section4 .advantageItems:after {
    display: table;
    content: " ";
}
.section4 .advantageItems:after {
    clear: both;
}
.section4 .advantageItems > li {
    text-align: center;
    float: left;
    max-width: 45%;
    margin-left: 5%;
    margin-top: 50px;
}
.section4 .advantageItems > li a {
    display: block;
    border-bottom: 3px solid transparent;
    padding-bottom: 20px;
}
.section4 .advantageItems > li a:hover {
    text-decoration: none;
    border-bottom-color: #7cc623;
}
.section4 .advantageItems > li a:hover .name {
    color: #7cc623;
}
.section4 .advantageItems > li a:hover svg {
    fill: #7cc623;
}
.section4 .advantageItems > li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 60px;
}
.section4 .advantageItems > li .dynamicIcon {
    margin: 0 auto;
    max-width: 100%;
    height: 60px;
}
.section4 .advantageItems > li .dynamicIcon svg {
    max-height: 100%;
    height: 60px;
}
.section4 .advantageItems > li .name {
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: 18px;
    font-family: 'RalewayBold', Arial, sans-serif;
    text-transform: uppercase;
    padding: 17px 0 20px 0;
    margin: 0 auto;
    text-align: center;
    word-spacing: 200px;
}
.section4 .advantageItems > li .description {
    display: block;
    text-decoration: none;
    color: #838383;
    line-height: 25px;
}
.section4 .advantageItems > li:nth-child(2n+1) {
    clear: both;
}
.section4 h2 {
    font-size: 48px;
    line-height: 60px;
    padding-right: 53%;
    margin-bottom: -100px;
}
.section4 .ourAdvantages {
    overflow: hidden;
    padding: 100px 30px 0 0;
}
.section4 .ourAdvantages .description {
    padding: 30px 0 0;
    font-size: 20px;
    line-height: 28px;
}
.section4 .ourAdvantages .btn {
    margin-top: 60px;
}
.section5 {
    background-size: cover;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(top, #f4f4f4, #ffffff 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4, #ffffff 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f4f4f4, #ffffff 100%);
    background-image: linear-gradient(top, #f4f4f4, #ffffff 100%);
    padding: 59px 0 78px 0;
}
.section5 h2 {
    text-align: center;
}
.section5 a:hover {
    color: #7cc623;
    text-decoration: none;
}
.section5 a:hover h2 {
    color: #7cc623;
}
.section5 .item {
    margin: 0 auto 0 auto;
    max-width: 280px;
    padding: 0 20px;
    display: block;
    color: #333333;
    text-decoration: none;
}
.section5 .item .thumb {
    height: 154px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 19px;
    overflow: hidden;
}
.section5 .item .name {
    font-size: 18px;
    font-family: 'RalewayBold', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0 0 0;
}
.section5 .owl-carousel {
    margin-top: 76px;
}
.section5 .owl-buttons .owl-prev {
    left: -50px;
    top: 50%;
    margin-top: -40px;
}
.section5 .owl-buttons .owl-next {
    right: -50px;
    top: 50%;
    margin-top: -40px;
}
.section6 {
    background: url('../img/back3.jpg') no-repeat top center;
    background-size: cover;
    padding: 59px 0 58px 0;
}
.section6 h2 {
    text-align: center;
}
.section6 .description {
    text-align: center;
    padding: 30px 0 0 0;
}
.section6 form {
    margin-top: 13px;
}
.section7 {
    background: #363839;
    color: #a0a0a0;
    padding: 78px 0 78px 0;
}
.section7 .wrapper:before,
.section7 .wrapper:after {
    display: table;
    content: " ";
}
.section7 .wrapper:after {
    clear: both;
}
.section7 .left {
    float: left;
    max-width: 338px;
}
.section7 .copyright {
    padding: 20px 0 0 0;
}
.section7 .phones {
    padding-left: 0;
    padding-right: 0;
}
.section7 .phones .number {
    color: #cecece;
}
.section7 .phones .number:hover {
    color: red;
}
.section7 a {
    color: #cecece;
}
.section7 .btn {
    background: transparent;
    border-color: #cecece;
}
.section7 .btn:hover {
    background: #cecece;
    color: #363839;
}
.section7 .contacts {
    float: left;
    max-width: 220px;
    margin-left: 120px;
}
.section7 .email {
    padding: 15px 0 0 0;
}
.section7 .email a:hover {
    text-decoration: none;
    color: #7cc623;
}
.section7 .email [class*='icon-'] {
    margin-right: 5px;
}
.section7 .email span {
    display: inline-block;
    vertical-align: middle;
}
.section7 .socIcons {
    padding: 15px 0 0 0;
}
.section7 .socIcons a {
    margin-right: 10px;
    font-size: 20px;
}
.section7 .socIcons a:hover {
    color: #7cc623;
}
.section7 .subscribe {
    float: left;
    margin-left: 65px;
    max-width: 222px;
}
.section7 .subscribe [class*='icon-'] {
    margin-right: 5px;
    font-size: 25px;
}
.section7 .subscribe span {
    display: inline-block;
    vertical-align: middle;
}
.section7 .subscribe .text {
    text-align: center;
    padding: 10px 0 0 0;
}
.section7 .developer {
    float: right;
    overflow: hidden;
}
.section7 .developer .webStudia {
    font-size: 110px;
    height: 40px;
    overflow: hidden;
    padding: 0 2px;
    margin-top: -8px;
}
.section7 .developer .webStudia:before {
    line-height: 10px;
}
.section7 .developer .webStudia:hover {
    color: #7cc623;
}
.link-totop {
    width: 70px;
    height: 70px;
    background: rgba(124, 198, 35, 0.7);
    position: fixed;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
    z-index: 100;
    padding-top: 20px;
    border-radius: 5px;
    text-align: center;
}
.link-totop .icon-arrow-top {
    color: #fff;
    font-size: 30px;
}
.link-totop:hover {
    background: #5c9615;
}
form {
    position: relative;
}
form .col-3 {
    float: left;
    width: 33.33%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
form .col-23 {
    float: left;
    width: 66.66%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
form .col-2 {
    float: left;
    width: 50%;
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
}
form .col-1 {
    width: 100%;
    display: block;
    position: relative;
}
form .line {
    padding-top: 30px;
    position: relative;
}
form .line:before,
form .line:after {
    display: table;
    content: " ";
}
form .line:after {
    clear: both;
}
form .line .col-2:first-child {
    padding-left: 0;
    padding-right: 14px;
}
form .line .col-2:last-child {
    padding-right: 0;
    padding-left: 14px;
}
form .line .col-23:first-child {
    padding-left: 0;
    padding-right: 14px;
}
form .line .col-3:first-child {
    padding-left: 0;
    padding-right: 14px;
}
form .line .col-23:last-child {
    padding-right: 0 !important;
    padding-left: 0px;
}
form .line .col-3:last-child {
    padding-right: 0;
    padding-left: 14px;
}
form .bottom {
    text-align: center;
    padding-top: 41px;
}
form label.error {
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    display: block;
}
form .jq-selectbox label.error {
    bottom: -20px;
}
form .jq-selectbox label.error + .jq-selectbox__select {
    border-color: red;
}
form .jq-selectbox label.error[style*="display: none"] + .jq-selectbox__select {
    border-color: #7cc623;
}
.checkbox-styled {
    display: none;
}
.checkbox-styled + label {
    cursor: pointer;
    outline: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 25px;
    border: 1px solid #d6d6d6;
    background: #fff;
    border-radius: 13px;
}
.checkbox-styled + label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #ffdd00;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.checkbox-styled + label:before {
    display: none !important;
}
.checkbox-styled:checked + label:after {
    left: 26px;
}
#maps-canvas {
    height: 450px;
    color: #000;
    margin: 30px -30px;
}
.leftSide table,
.InsuranceDetail-text table,
.block-orders table {
    border-top: 1px solid #DCDCDC !important;
    border-left: 1px solid #DCDCDC !important;
    border-right: none !important;
    border-bottom: none !important;
    margin: 0px 0 0px 0;
    border-spacing: 0 !important;
}
.leftSide table td,
.InsuranceDetail-text table td,
.block-orders table td {
    margin: 0 !important;
    padding: 10px 15px !important;
    border-bottom: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    border-top: none;
    border-left: none;
}
.leftSide table tr:first-child td,
.InsuranceDetail-text table tr:first-child td,
.block-orders table tr:first-child td {
    background: #666;
    color: #fff;
    font-weight: bold;
}
.leftSide table tr:nth-child(even) td,
.InsuranceDetail-text table tr:nth-child(even) td,
.block-orders table tr:nth-child(even) td {
    background: #fafafa;
}
.leftSide .table-div,
.InsuranceDetail-text .table-div,
.block-orders .table-div {
    max-width: 100%;
    overflow: auto;
    margin: 20px 0 20px 0;
}
.leftSide {
    float: left;
    width: 771px;
}
.leftSide .list {
    margin: 0 0 0 -29px;
    padding: 0;
}
.leftSide .list:before,
.leftSide .list:after {
    display: table;
    content: " ";
}
.leftSide .list:after {
    clear: both;
}
.leftSide .list > li {
    width: 50%;
    padding: 30px 0 0 29px;
    overflow: hidden;
    float: left;
}
.leftSide .list.isSmall > li:nth-child(6n+1) .item {
    height: 170px;
}
.leftSide .list.isSmall > li:nth-child(6n+3) {
    margin-top: -200px;
}
.leftSide .list.isSmall > li:nth-child(6n+3) .item {
    height: 170px;
}
.leftSide .list.isSmall > li:nth-child(6n+5) .item {
    height: 170px;
}
.leftSide .list.isSmall > li:nth-child(6n+6) .item {
    height: 170px;
}
.leftSide .item {
    display: block;
    color: #333333;
    height: 370px;
    border: 1px solid #ededed;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.leftSide .item .title {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-transform: uppercase;
    font-family: 'RalewayBold', Arial, sans-serif;
    padding: 13px 20px 15px 20px;
    line-height: 23px;
    height: 70px;
    transition: all 0.5s ease-in-out;
}
.leftSide .item .title .value {
    display: block;
    max-height: 50px;
}
.leftSide .item .title .annotate {
    font-size: 16px;
    font-family: 'RalewayRegular', Arial, sans-serif;
    text-transform: none;
    display: block;
    padding: 10px 0 0 0;
    line-height: 20px;
    max-height: 60px;
}
.leftSide .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}
.leftSide .item:hover:before {
    background: rgba(0, 0, 0, 0.2);
}
.leftSide .item:hover .title {
    height: 120px;
}
.leftSide .owl-carousel {
    margin-top: 29px;
}
.leftSide .owl-carousel img {
    border-radius: 5px;
    display: block;
    max-width: 100%;
}
.leftSide .date {
    color: grey;
    padding-top: 36px;
    padding-bottom: 14px;
}
.leftSide .showNext {
    text-align: center;
    padding: 45px 0 0 0;
    text-transform: uppercase;
}
.leftSide .showNext .arrow {
    cursor: pointer;
}
.leftSide .showNext .arrow span {
    display: block;
}
.leftSide .showNext .arrow:hover {
    color: #7cc623;
}
.leftSide ul {
    padding-left: 40px;
}
.leftSide ul li {
    padding: 7px 0 7px 10px;
    position: relative;
}
.leftSide ul li:before {
    content: '\0047';
    font-family: 'iconfonts';
    font-size: 8px;
    color: #52ae32;
    margin-right: 10px;
    position: absolute;
    left: -10px;
}
.leftSide ol {
    padding-left: 45px;
}
.leftSide ol li {
    padding: 7px 0 7px 10px;
    position: relative;
}
.leftSide h2,
.leftSide .h2 {
    padding-top: 45px;
    padding-bottom: 20px;
}
.leftSide h3,
.leftSide .h3 {
    padding-top: 45px;
    padding-bottom: 20px;
}
.leftSide .owl-buttons .owl-prev {
    position: absolute;
    margin-top: 0;
    box-sizing: border-box;
    left: 10px;
    top: 50%;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.3);
    margin-top: -10px;
}
.leftSide .owl-buttons .owl-next {
    position: absolute;
    margin-top: 0;
    box-sizing: border-box;
    right: 10px;
    top: 50%;
    font-size: 45px;
    color: rgba(0, 0, 0, 0.3);
    margin-top: -10px;
}
.leftSide .bottom {
    padding: 40px 0 0 0;
}
.leftSide .bottom:before,
.leftSide .bottom:after {
    display: table;
    content: " ";
}
.leftSide .bottom:after {
    clear: both;
}
.leftSide .bottom .share {
    float: right;
    padding-top: 5px;
}
.leftSide .bottom .share .value {
    display: inline-block;
    vertical-align: middle;
}
.leftSide .bottom .btn {
    float: left;
}
.leftSide .ya-share2__list {
    margin-top: 0;
    padding: 0;
}
.leftSide .ya-share2__list li {
    padding: 0 0 0 5px;
}
.leftSide .ya-share2__list li:before {
    display: none;
}
.leftSide .ya-share2__list li .ya-share2__badge {
    width: 36px;
    height: 36px;
    text-align: center;
}
.leftSide .ya-share2__list li .ya-share2__badge:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.leftSide .ya-share2__list li .ya-share2__badge {
    border-radius: 50%;
}
.leftSide .ya-share2__list li .ya-share2__icon {
    width: 26px;
    height: 26px;
    vertical-align: middle;
}
.rightSide {
    float: right;
    width: 310px;
    margin-top: 29px;
}
.widget {
    border: 1px dashed #c1c1c1;
    border-radius: 5px;
    padding: 0 30px 17px 30px;
}
.widget .title {
    text-align: center;
    font-family: 'RalewayBold', Arial, sans-serif;
    padding: 16px 0 10px 0;
    text-transform: uppercase;
}
.widget .btn {
    margin: 6px auto 0 auto;
    display: block;
    padding: 8px 0 8px 0;
    border-color: #838383;
}
.widget .btn:hover {
    border-color: #7cc623;
}
.socNetworks {
    text-align: center;
    padding: 35px 0 0 0;
}
.socNetworks .title {
    text-transform: uppercase;
    font-family: 'RalewayBold', Arial, sans-serif;
    padding: 0 0 20px 0;
}
.socNetworks a {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    border: 2px solid #5b80a8;
    border-radius: 7px;
    margin: 0 3px;
}
.socNetworks a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.socNetworks a.vk {
    color: #5b80a8;
    border-color: #5b80a8;
}
.socNetworks a.vk:hover {
    background: #5b80a8;
    color: #fff;
}
.socNetworks a.facebook {
    color: #4f6aa3;
    border-color: #4f6aa3;
}
.socNetworks a.facebook:hover {
    background: #4f6aa3;
    color: #fff;
}
.socNetworks a.insta {
    color: #592c82;
    border-color: #592c82;
}
.socNetworks a.insta:hover {
    background: #592c82;
    color: #fff;
}
.Content {
    padding: 30px 0 37px 0;
}
.Content .wrapper:before,
.Content .wrapper:after {
    display: table;
    content: " ";
}
.Content .wrapper:after {
    clear: both;
}
.registration {
    max-width: 750px;
    margin: 0 auto;
    padding: 30px 0 60px 0;
}
.registration.auth {
    max-width: 320px;
}
.registration .btn {
    border-color: #7cc623;
    border-width: 1px;
    color: #7cc623;
    width: auto;
    padding: 10px 50px;
}
.registration .btn:hover {
    color: #fff;
}
.registration .regBtn {
    font-size: 22px;
    background: #7cc623;
    color: #fff;
    padding: 16px 46px;
}
.registration .regBtn:hover {
    background: #fff;
    color: #7cc623;
}
.registration .isAccount {
    padding: 40px 0 18px 0;
    font-size: 22px;
}
.registration .key {
    text-align: center;
}
.registration .key:before {
    content: '';
    display: block;
    border-top: 1px solid #dddddd;
    position: relative;
    top: 23px;
    z-index: 1;
}
.registration .key .icon-key {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    display: inline-block;
    background: #fff;
    font-size: 30px;
    position: relative;
    z-index: 10;
}
.registration .key .icon-key:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.jq-selectbox {
    width: 100%;
}
.jq-selectbox ul {
    list-style: none;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20000;
    text-align: center;
    display: none;
}
.overlay .popup {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 35px 115px;
    position: relative;
    border-radius: 3px;
    max-width: 90%;
    max-width: 700px;
    min-width: 290px;
}
.overlay .popup .closeIcon {
    position: absolute;
    right: 30px;
    top: 30px;
    float: none;
    font-size: 0;
    line-height: normal;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.overlay .popup .closeIcon:before {
    content: '';
    position: absolute;
    border-left: 3px solid #bababa;
    height: 30px;
    display: inline-block;
    transform: rotate(45deg);
}
.overlay .popup .closeIcon:after {
    content: '';
    position: absolute;
    border-left: 3px solid #bababa;
    height: 30px;
    display: inline-block;
    transform: rotate(-45deg);
}
.overlay .popup .closeIcon:hover:before {
    border-color: #888888;
}
.overlay .popup .closeIcon:hover:after {
    border-color: #888888;
}
.overlay .popup .title {
    text-transform: uppercase;
    font-size: 30px;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 36px 0;
    line-height: 30px;
}
.overlay .popup-header {
    text-align: left;
    margin-bottom: 57px;
}
.overlay .popup-content {
    margin-bottom: 22px;
}
.overlay .popup-footer .btn {
    text-transform: none;
}
.overlay .innerOverlay {
    height: 100%;
    overflow-y: scroll;
}
.overlay .innerOverlay:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.noScroll {
    overflow: hidden !important;
}
.modal-order-notify .popup {
    max-width: 800px;
    text-align: left;
    margin: 20px 0;
    padding: 48px 40px;
}
@media all and (max-width: 1024px) {
    .modal-order-notify .popup {
        max-width: 700px;
    }
}
@media all and (max-width: 767px) {
    .modal-order-notify .popup {
        padding: 30px;
    }
}
.modal-order-notify__title {
    color: #C12D2C;
    font-size: 28px;
    font-family: 'RalewayBold', Arial, sans-serif;
}
.modal-order-notify__content {
    display: flex;
}
@media all and (max-width: 767px) {
    .modal-order-notify__content {
        flex-direction: column;
    }
}
.modal-order-notify__content > img {
    flex: none;
    width: 296px;
    margin-left: 60px;
}
@media all and (max-width: 767px) {
    .modal-order-notify__content > img {
        display: none;
    }
}
.modal-order-notify__text {
    flex: 1;
}
.modal-order-notify__mainText {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}
.modal-order-notify__mainText b {
    font-family: 'RalewayBold', Arial, sans-serif;
}
.modal-order-notify__mutedText {
    color: #707070;
    font-size: 14px;
    line-height: 22px;
}
.ProfileMaskPhone,
.AuthorizationMaskCard,
.Registration-card-code,
.RegistrationMaskCard,
.ForgotpasswordMaskCard,
input[name="FIELDS[SMS_CODE]"],
input[name="VALUES[HOUSE]"],
input[name="VALUES[CORPUS]"],
input[name="VALUES[FLAT]"],
.Calendar > input {
    font-family: AzoftSans, sans-serif !important;
    font-weight: bold;
    font-size: 22px !important;
    line-height: 24px !important;
    letter-spacing: 1px;
}
.registration .modal-title {
    text-align: center;
    margin-bottom: 10px;
}
/* BITRIX MODAL WINDOWS */
#auto-popup-sender_subscribe_component {
    max-width: 700px;
    min-width: 290px;
    padding: 35px 115px;
}
#auto-popup-sender_subscribe_component .popup-window-close-icon {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}
#auto-popup-sender_subscribe_component .popup-window-close-icon:after {
    width: 30px;
    height: 30px;
}
.bx_subscribe_response_container_title {
    margin-bottom: 20px;
}
/* end of  BITRIX MODAL WINDOWS */
.HomeInstagram {
    position: relative;
    padding: 30px 0 50px 0;
}
.HomeInstagram-title {
    text-align: center;
    padding: 15px 0;
}
.HomeInstagram-items {
    width: 100%;
    padding: 15px 0;
}
.HomeInstagram-items:after {
    content: '';
    clear: both;
    display: block;
}
.HomeInstagram-item {
    display: block;
    width: 20%;
    float: left;
}
.HomeInstagram-item-img {
    display: block;
    background: center no-repeat;
    background-size: cover;
    height: 200px;
    margin: 5px;
}
.HomeInstagram-btn {
    text-align: center;
    margin: 30px auto 0;
}
@media (max-width: 767px) {
    #auto-popup-sender_subscribe_component {
        width: 290px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 45px;
    }
}
@media (min-width: 1024px) {
    .header .mainMenu {
        display: flex !important;
        height: auto !important;
    }
}
@media (max-width: 1599px) {
    #maps-canvas {
        height: 390px;
    }
}
@media (max-width: 1281px) {
    .wrapper {
        max-width: 905px;
    }
    .header .logo {
        margin-top: 14px;
    }
    .header .logo img {
        width: 210px !important;
        height: auto !important;
    }
    .searchBlock .tabsContent {
        margin: 0;
    }
    .searchBlock .tabs {
        margin: 0;
    }
    #maps-canvas {
        height: 320px;
    }
    .section1 .owl-controls {
        max-width: 905px;
    }
    .section1 .owl-controls .owl-buttons .owl-prev {
        left: -30px;
        top: 124px;
    }
    .section1 .owl-controls .owl-buttons .owl-next {
        right: -30px;
        top: 124px;
    }
    .section1 .item {
        min-height: 508px;
    }
    .section1 .item .title {
        font-size: 40px;
        line-height: 55px;
        padding-left: 60px;
        padding-top: 53px;
    }
    .section1 .item .description {
        margin-right: 60px;
    }
    .section1 .item .description .value {
        margin-left: 20px;
        padding-left: 20px;
    }
    .section1 .item .description .value .count {
        font-size: 50px;
        line-height: 34px;
    }
    .section1 .item .description .value .text {
        font-size: 18px;
        line-height: 22px;
        max-width: 109px;
    }
    .section1 .item .description .bottom {
        font-size: 16px;
        max-width: 440px;
    }
    .section1 .item .description .bottom .more {
        padding-top: 5px;
    }
    .section1 .item .discountPromotions .discount {
        font-size: 100px;
        padding-left: 30px;
    }
    .section1 .item .discountPromotions .text {
        font-size: 36px;
        line-height: 48px;
    }
    .section1 .item .discountPromotions .btn {
        margin-right: 30px;
    }
    .searchBlock {
        top: -230px;
    }
    .section2 {
        padding: 12px 0 60px 0;
    }
    .section2 .item {
        height: 90px;
        padding: 0 128px 0 40px;
        text-align: left;
    }
    .section2 .item .name {
        vertical-align: middle;
    }
    .section4 h2 {
        padding-right: 0;
        text-align: center;
        font-size: 36px;
        margin-bottom: 0;
    }
    .section4 .advantageItems {
        margin-top: -30px;
        float: none;
        width: auto;
    }
    .section4 .advantageItems > li {
        text-align: left;
        margin-top: 80px;
        width: 50%;
        padding: 0;
        margin-left: 30px;
    }
    .section4 .advantageItems > li:before,
    .section4 .advantageItems > li:after {
        display: table;
        content: " ";
    }
    .section4 .advantageItems > li:after {
        clear: both;
    }
    .section4 .advantageItems > li .dynamicIcon {
        float: left;
        width: 103px;
        text-align: center;
    }
    .section4 .advantageItems > li .name {
        margin-left: 103px;
        text-align: left;
        word-spacing: normal;
        padding: 0 0 10px 0;
    }
    .section4 .advantageItems > li .description {
        margin-left: 103px;
        font-size: 14px;
        line-height: 18px;
    }
    .section4 .ourAdvantages {
        padding: 10px 0 0 0;
    }
    .section4 .ourAdvantages .description {
        padding-bottom: 50px;
    }
    .section4 .ourAdvantages .btn {
        margin: 0 auto 0 auto;
        display: block;
    }
    .section5 .item {
        max-width: 250px;
    }
    .section5 .item .thumb {
        height: 120px;
        border-radius: 14px;
    }
    .section5 .owl-buttons .owl-prev {
        left: -30px;
    }
    .section5 .owl-buttons .owl-next {
        right: -30px;
    }
    .section7 .phones {
        padding-left: 0;
        padding-right: 0;
    }
    .section7 .developer {
        float: none;
        text-align: right;
        clear: both;
        padding-top: 20px;
    }
    .section7 .subscribe {
        float: right;
        margin-left: 0;
    }
    .section7 .contacts {
        margin-left: 80px;
    }
    .sectionMain {
        padding: 34px 0 28px 0;
    }
    .sectionMain .outer {
        display: block;
        height: auto;
    }
    .sectionMain h1,
    .sectionMain .h1 {
        max-width: none;
    }
    .sectionMain .breadcrumbs {
        max-width: none;
        padding: 26px 0 0 0;
    }
    .rightSide {
        width: 282px;
    }
    .leftSide {
        width: 594px;
    }
    .leftSide .item {
        height: 284px;
    }
    .HomeInstagram-item-img {
        height: 160px;
    }
}
@media (max-width: 1023px) {
    .wrapper {
        max-width: 708px;
    }
    .header .phones {
        display: none;
    }
    .header .rightBlock .controls {
        margin-right: 30px;
    }
    .header .rightBlock .btn.go-catalog {
        margin-left: 10px;
    }
    .header .mobileBtn {
        display: block;
    }
    .header .mainMenu {
        position: absolute;
        overflow: auto;
        z-index: 1000;
        display: block;
        background: #fff;
        left: 0;
        right: 0;
        text-align: center;
        font-family: 'RalewayRegular', Arial, sans-serif;
        display: none;
        -webkit-box-shadow: 0px -9px 18px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px -9px 18px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px -9px 18px 0px rgba(0, 0, 0, 0.05);
        padding-bottom: 0;
        margin-top: 0 !important;
    }
    .header .mainMenu > li {
        float: none;
        padding: 0px 0 0px 0;
    }
    .header .mainMenu > li:nth-child(even) {
        background: #fafafa;
    }
    .header .mainMenu > li > a {
        display: inline-block;
        padding: 15px 0 15px 0;
    }
    .header .mainMenu > li > a:before {
        display: none;
    }
    .header .mainMenu > li.phones {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header .wrapper {
        position: static;
    }
    .header .mainMenu {
        padding: 0 0 28px 0;
    }
    .header .mainMenu > li {
        padding: 0;
    }
    .header .dropdown .icon-bottom {
        position: relative;
    }
    .header .dropdown .icon-bottom:after {
        z-index: 10;
        content: '\0042';
        font-family: 'iconfonts';
        font-size: 12px;
        margin-right: 5px;
        position: absolute;
        margin-left: 10px;
        top: 50%;
        border-radius: 50%;
        line-height: 30px;
        width: 30px;
        color: #666;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header .dropdown.open .icon-bottom:after {
        -webkit-transform: rotate(180deg) translateY(50%);
        -moz-transform: rotate(180deg) translateY(50%);
        -ms-transform: rotate(180deg) translateY(50%);
        -o-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%);
    }
    .header .dropdown .dropdown-block {
        position: static;
        text-transform: uppercase;
        width: 100%;
        margin: 0;
        max-width: inherit;
        box-shadow: none;
        background-color: inherit;
    }
    .slideMenu .header {
        position: fixed !important;
        left: 0;
        top: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
    }
    .slideMenu .header .top {
        display: block;
        padding: 15px 0 15px 0;
    }
    #maps-canvas {
        height: 290px;
        margin: 20px -15px 0 -15px;
    }
    .section1 .item .title {
        font-size: 34px;
        line-height: 43px;
        padding-left: 30px;
    }
    .section1 .item .description {
        margin-right: 30px;
        padding-top: 50px;
    }
    .section1 .item .description .value .count {
        font-size: 40px;
    }
    .section1 .item .description .value .text {
        font-size: 15px;
        max-width: 97px;
    }
    .section1 .item .description .bottom {
        font-size: 14px;
        line-height: 18px;
        max-width: 338px;
    }
    .section1 .item .discountPromotions .discount {
        font-size: 70px;
    }
    .section1 .item .discountPromotions .text {
        font-size: 28px;
    }
    .section1 .owl-controls {
        max-width: 708px;
    }
    .link-totop {
        width: 60px;
        height: 60px;
        padding-top: 15px;
    }
    .section2 {
        padding: 12px 0 40px 0;
    }
    .section4 .advantageItems {
        margin-left: -30px;
    }
    .section4 .advantageItems > li {
        margin-left: 30px;
    }
    .section5 .item {
        max-width: 208px;
    }
    .section5 .item .thumb {
        height: 108px;
    }
    .section5 .item .name {
        font-size: 14px;
        padding-top: 15px;
    }
    .section7 {
        padding: 56px 0 56px 0;
    }
    .section7 .left {
        float: none;
        text-align: center;
        max-width: none;
        padding-bottom: 30px;
    }
    .section7 .copyright br {
        display: none;
    }
    .section7 .contacts {
        margin-left: 30px;
    }
    .section7 .subscribe {
        float: left;
        margin-left: 65px;
    }
    .section7 .developer {
        float: right;
        clear: none;
        padding-top: 10px;
        margin-right: 30px;
    }
    .tabsContent .topControls {
        text-align: center;
    }
    .tabsContent .topControls .checkboxOuter {
        vertical-align: top;
    }
    .tabsContent .topControls .controlsFlags {
        max-width: 400px;
        text-align: left;
        vertical-align: top;
    }
    .tabsContent .topControls .controlsFlags .checkbox {
        margin-top: 20px;
    }
    .tabsContent .topControls .controlsFlags .checkbox:first-child {
        margin-top: 0;
    }
    .tabsContent .topControls .locationControls {
        text-align: left;
    }
    .tabsContent .topControls .locationControls .buttonOuter {
        max-width: 140px;
    }
    .tabsContent .topControls .locationControls .selectBoxes {
        width: calc(100% - 160px);
    }
    .leftSide {
        width: auto;
        float: none;
    }
    .rightSide {
        width: auto;
        float: none;
    }
    .HomeInstagram-item-img {
        height: 130px;
    }
}
/*====================== MAX WIDTH 768 ==============================*/
@media (max-width: 767px) {
    .wrapper {
        max-width: 450px;
    }
    .Banner {
        padding: 20px 0 0 0 !important;
    }
    .searchBlock {
        top: -162px;
    }
    .searchBlock .tabs {
        display: flex;
    }
    .searchBlock .tabs > li {
        padding: 15px 16px;
        text-align: center;
        float: none;
        margin-right: 0;
    }
    .searchBlock .tabs > li:last-child {
        margin-right: 0;
        margin-left: 0px;
    }
    .searchBlock .tabsContent > li {
        border-top-right-radius: 0;
    }
    .tabsContent .topControls .controlsFlags .checkbox {
        margin-left: 0;
    }
    .tabsContent .topControls .controlsFlags .checkbox:first-child {
        margin-top: 20px;
    }
    .tabsContent .topControls .locationControls .selectBoxes {
        margin-right: 0;
        width: auto;
        float: none;
    }
    .tabsContent .topControls .locationControls .item {
        float: none;
        width: auto;
        margin-right: 0;
        margin-top: 10px;
        padding: 0;
    }
    .tabsContent .topControls .locationControls .item:first-child {
        margin-right: 0;
    }
    .tabsContent .topControls .locationControls .buttonOuter {
        max-width: none;
        margin-top: 10px;
    }
    .header .top {
        padding: 15px 0 15px 0;
    }
    .header .logo {
        margin-top: 3px;
    }
    .header .logo img {
        width: 250px !important;
    }
    .header .mobileBtn {
        margin-right: 15px;
    }
    .header .rightBlock {
        float: none;
        clear: both;
        text-align: center;
        padding: 20px 0 0 0;
    }
    .header .rightBlock .controls {
        margin-right: 0;
    }
    .slideMenu .header .rightBlock {
        display: none;
    }
    .section1 .item .wrapper {
        flex-direction: column;
    }
    .section1 .item .title {
        font-size: 26px;
        line-height: 36px;
        padding: 26px 0 0 0;
        max-width: 200px;
    }
    .section1 .item .description {
        padding-top: 0;
        margin-right: 0;
        padding-top: 20px;
    }
    .section1 .item .description .value {
        margin-left: 10px;
        padding-left: 10px;
    }
    .section1 .item .description .value .text {
        max-width: 110px;
        font-size: 14px;
        margin-left: 7px;
        line-height: 18px;
        margin-top: 3px;
    }
    .section1 .item .description .bottom {
        max-width: none;
    }
    .section1 .item .discountPromotions {
        display: block;
        margin-top: 30px;
        text-align: center;
    }
    .section1 .item .discountPromotions .discount {
        display: block;
        padding-left: 0;
        font-size: 50px;
    }
    .section1 .item .discountPromotions .text {
        display: block;
        padding-top: 50px;
        line-height: 35px;
    }
    .section1 .item .discountPromotions .btn {
        margin-right: 0;
        margin-top: 30px;
    }
    .section1 .owl-controls {
        max-width: 450px;
        top: 50%;
        bottom: auto;
    }
    .section1 .owl-controls .owl-buttons .owl-prev {
        left: -20px;
        right: auto;
        top: -15px;
        bottom: 0;
        font-size: 30px;
        color: rgba(0, 0, 0, 0.3);
    }
    .section1 .owl-controls .owl-buttons .owl-next {
        right: -20px;
        left: auto;
        top: -15px;
        bottom: 0;
        font-size: 30px;
        color: rgba(0, 0, 0, 0.3);
    }
    .section2 {
        padding: 30px 0 30px 0;
    }
    .section4 {
        padding: 30px 0 30px 0;
    }
    .section4 h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .section4 .advantageItems {
        margin-left: 0;
        margin-top: 20px;
    }
    .section4 .advantageItems > li {
        margin-left: 0;
        float: none;
        width: auto;
        max-width: none;
        margin-top: 20px;
    }
    .section4 .advantageItems > li .dynamicIcon {
        width: auto;
        max-width: 50px;
    }
    .section4 .advantageItems > li .dynamicIcon svg {
        height: 52px;
        max-width: 100%;
    }
    .section4 .advantageItems > li .description {
        margin-left: 67px;
    }
    .section4 .advantageItems > li .name {
        margin-left: 67px;
    }
    .section4 .ourAdvantages .description {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0 30px 0;
    }
    .section5 {
        padding: 30px 0 30px 0;
    }
    .section5 .owl-carousel {
        margin-top: 20px;
    }
    .section5 .owl-buttons .owl-prev {
        left: -12px;
    }
    .section5 .owl-buttons .owl-next {
        right: -12px;
    }
    .section6 {
        padding: 30px 0 30px 0;
    }
    .section6 form {
        margin-top: 0;
    }
    form .line {
        padding-top: 20px;
    }
    form .line .col-3:first-child,
    form .line .col-3:last-child {
        padding-left: 0;
        padding-right: 0;
    }
    form .line .col-23:first-child,
    form .line .col-23:last-child {
        padding-left: 0;
        padding-right: 0;
    }
    form .col-3,
    form .col-23 {
        float: none;
        width: auto;
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }
    form .col-23 {
        padding-top: 0;
    }
    form .bottom {
        padding-top: 30px;
    }
    form .col-2 {
        float: none;
        width: auto;
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }
    form .line .col-2:first-child,
    form .line .col-2:last-child {
        padding-left: 0;
        padding-right: 0;
    }
    form .col-1 {
        padding-top: 20px;
    }
    .section7 {
        padding-bottom: 15px;
    }
    .section7 .contacts {
        float: none;
        max-width: none;
        margin-left: 0;
        text-align: center;
    }
    .section7 .subscribe {
        float: none;
        margin-left: 0;
        max-width: none;
        text-align: center;
        padding: 30px 0 0 0;
    }
    .section7 .developer {
        float: none;
        margin-right: 0;
        text-align: center;
        padding-top: 40px;
    }
    .section7 .developer .webStudia {
        margin-top: 0;
    }
    .Content {
        padding-top: 16px;
    }
    .leftSide .list {
        margin-left: 0;
        padding-top: 0;
    }
    .leftSide .list > li {
        width: auto;
        float: none;
        padding-left: 0;
        padding-top: 14px;
    }
    .leftSide .list.isSmall > li:nth-child(6n+3) {
        margin-top: 0;
    }
    .leftSide .bottom {
        text-align: center;
        padding-top: 20px;
    }
    .leftSide .bottom .btn {
        float: none;
    }
    .leftSide .bottom .share {
        float: none;
        padding-bottom: 30px;
    }
    .leftSide .bottom .share .value:first-child {
        display: block;
        padding-bottom: 10px;
        font-family: 'RalewayBold', Arial, sans-serif;
    }
    .leftSide ul {
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .leftSide ol {
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .leftSide h2,
    .leftSide .h2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .leftSide h3,
    .leftSide .h3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .leftSide .owl-carousel {
        margin-top: 10px;
    }
    .leftSide .date {
        padding: 15px 0 20px 0;
    }
    h1,
    .h1 {
        font-size: 26px;
        line-height: 31px;
    }
    h2,
    .h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .registration {
        max-width: 294px;
    }
    .registration .line {
        padding-top: 0;
    }
    .registration .regBtn {
        font-size: 18px;
    }
    .registration.auth {
        max-width: 294px;
    }
    .overlay .popup {
        width: 290px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 45px;
    }
    .overlay .popup .closeIcon {
        top: 10px;
        right: 10px;
    }
    .HomeInstagram-item {
        width: 33%;
    }
}
@media (max-width: 479px) {
    .header .logo {
        margin-top: 5px;
    }
    .header .logo img {
        width: 169px !important;
    }
    .wrapper {
        max-width: 294px;
    }
    .section1 .item .wrapper {
        flex-direction: column;
    }
    .section1 .item .title {
        font-size: 26px;
        line-height: 36px;
        padding: 26px 0 0 0;
        max-width: 200px;
    }
    .section1 .item .description {
        padding-top: 0;
        margin-right: 0;
        padding-top: 20px;
    }
    .section1 .item .discountPromotions {
        display: block;
        margin-top: 30px;
        text-align: center;
    }
    .section1 .item .discountPromotions .discount {
        display: block;
        padding-left: 0;
        font-size: 50px;
    }
    .section1 .item .discountPromotions .text {
        display: block;
        padding-top: 50px;
        line-height: 35px;
    }
    .section1 .item .discountPromotions .btn {
        margin-right: 0;
        margin-top: 30px;
    }
    .section1 .owl-controls {
        max-width: 294px;
        top: 50%;
        bottom: auto;
    }
    .section1 .owl-controls .owl-buttons .owl-prev {
        left: -20px;
        right: auto;
        top: -15px;
        bottom: 0;
        font-size: 30px;
        color: rgba(0, 0, 0, 0.3);
    }
    .section1 .owl-controls .owl-buttons .owl-next {
        right: -20px;
        left: auto;
        top: -15px;
        bottom: 0;
        font-size: 30px;
        color: rgba(0, 0, 0, 0.3);
    }
    .HomeInstagram-item {
        width: 50%;
    }
}
.gm-style-iw {
    color: #838383;
    font-size: 12px;
    padding: 16px 0 10px 5px;
    overflow: visible !important;
}
.gm-style-iw span {
    background: #008bd2;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 7px;
    margin-left: 20px;
}
.gm-style-iw h3 {
    color: #333333;
    font-size: 16px;
    text-transform: none;
    font-family: 'RalewayRegular', Arial, sans-serif;
}
.gm-style-iw + div {
    width: 16px !important;
    height: 16px !important;
    background: #e30613 !important;
    text-align: center;
    right: 14px !important;
    top: 10px !important;
}
.gm-style-iw + div:before {
    content: '\0057';
    font-family: 'iconfonts';
    color: #fff;
    font-size: 8px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}
.gm-style-iw + div img {
    display: none;
}
.gm-style-iw + div:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.skinGooglePopup > :nth-child(4) {
    background-color: #fff !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 5px 13px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 5px 13px 0px rgba(50, 50, 50, 0.25);
    border: none !important;
}
.skinGooglePopup > :nth-child(4):before {
    content: '';
    border-top: 12px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -12px;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
.skinGooglePopup > :nth-child(1),
.skinGooglePopup > :nth-child(2),
.skinGooglePopup > :nth-child(3) {
    display: none;
}
.search-block {
    position: relative;
}
.search-block .extended-search {
    padding: 0;
    position: static;
}
.search-block .extended-search .search-items {
    border-top-left-radius: 5px;
    top: 33px;
    width: 650px;
    right: 0;
}
.search-block .extended-search .search-items .items {
    justify-content: space-between;
}
.search-block .extended-search .search-items .items .button-search {
    display: none;
}
.search-block .extended-search .search-items .items .name {
    font-size: 14px;
    line-height: 17px;
    flex: inherit;
}
.search-block .extended-search .search-items .items .price-search {
    text-align: right;
    padding-left: 20px;
    padding-right: 0;
    flex: inherit;
}
.search-block .extended-search .search-items .items .price-search .old-price {
    margin-top: 3px;
    font-size: 14px;
}
.search-block .extended-search .search-items .items .price-search .new-price {
    padding-left: 5px;
    font-size: 18px;
}
.search-block .extended-search .search-items .items .price-search .new-price .currency {
    font-size: 14px;
}
.wrapper-search_fix_widget {
    z-index: 4;
}
.jq-selectbox__dropdown {
    z-index: 20;
}
.jq-selectbox__dropdown > ul {
    max-height: 450px !important;
    -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 1023px) {
    .extended-search .search-items .items .name {
        flex: inherit !important;
    }
    .header .controls.open .search-block {
        right: 140px !important;
    }
    .header .controls.open .search-block .close-search {
        padding: 11px 10px !important;
    }
    .search-block .extended-search .search-items {
        width: 530px;
        max-height: 400px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media all and (max-width: 767px) {
    .header .controls.open .search-block {
        right: 108px !important;
    }
    .search-block .extended-search .search-items {
        text-align: left;
        right: inherit;
        left: 0;
        width: 452px;
        border-top-left-radius: 0;
        border-top-right-radius: 5px;
    }
    #search_product_input_container .search-items {
        max-height: 400px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .jq-selectbox__dropdown > ul {
        max-height: 350px !important;
    }
}
@media all and (max-width: 479px) {
    #search_product_input_container .search-items {
        max-height: 300px;
    }
    .header .controls.open .search-block {
        right: 0px !important;
    }
    .search-block .extended-search .search-items {
        text-align: left;
        right: 0;
        left: inherit;
        width: 265px;
        border-top-left-radius: 5px;
        border-top-right-radius: 0;
    }
    .search-block .extended-search .search-items .items .name {
        padding-right: 5px;
        font-size: 12px;
        line-height: 15px;
    }
    .search-block .extended-search .search-items .items .price-search {
        padding-left: 0;
    }
    .jq-selectbox__dropdown > ul {
        max-height: 270px !important;
    }
}
.order-wrapper {
    display: flex;
}
@media all and (max-width: 768px) {
    .order-wrapper {
        flex-direction: column;
    }
}
.order-wrapper .form-order {
    flex: 1;
    max-width: 700px;
}
.order-side {
    width: 300px;
    flex: none;
}
@media all and (max-width: 768px) {
    .order-side {
        width: auto;
        order: -1;
    }
}
@media all and (max-width: 576px) {
    .order-side ul {
        padding-left: 0;
    }
}
.order-side ul li {
    color: #bbb;
    font-size: 13px;
    margin-bottom: 16px;
}
[data-toggle="checkbox-toggle-content"] {
    position: relative;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.3s ease-in;
}
[data-toggle="checkbox-toggle-content"][aria-expanded="true"] {
    overflow: visible;
    max-height: none;
    opacity: 1;
}
[data-toggle="checkbox-toggle-content"][aria-expanded="true"][data-collapsing] {
    max-height: var(--max-height);
}
[data-toggle="radiobox-toggle-content"] {
    position: relative;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.3s ease-in;
}
[data-toggle="radiobox-toggle-content"][aria-expanded="true"] {
    overflow: visible;
    max-height: none;
    opacity: 1;
}
[data-toggle="radiobox-toggle-content"][aria-expanded="true"][data-collapsing] {
    max-height: var(--max-height);
}
.checkbox-label__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .checkbox-label__wrap {
        display: block;
    }
}
.checkbox-label__label {
    margin-right: -10px;
    padding: 12px 15px;
    font-family: "AzoftSansBold", sans-serif;
    color: #bbb;
    background-color: #ebebeb;
    border-radius: 5px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .checkbox-label__label {
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 10px;
        padding: 5px 10px;
    }
}
input.checkbox-button:checked + .checkbox-label .checkbox-label__label,
input:not([disabled]).checkbox-button:hover + .checkbox-label .checkbox-label__label {
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
}
input.checkbox-button {
    position: absolute;
    opacity: 0;
}
input.checkbox-button + label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin: 0;
    padding: 14px 14px;
    height: 52px;
    border: 1px solid #bbb;
    cursor: pointer;
    text-transform: none;
    color: #000;
    font-size: 16px;
    font-family: 'RalewayBold', Arial, sans-serif;
    border-radius: 5px;
    text-align: center;
}
@media all and (max-width: 576px) {
    input.checkbox-button + label {
        font-size: 14px;
    }
}
input.checkbox-button + label svg {
    flex: none;
    display: block;
    margin: 0 auto 4px;
    fill: #a0a0a0;
}
@media all and (max-width: 576px) {
    input.checkbox-button + label svg {
        margin-bottom: 15px;
    }
}
input.checkbox-button[disabled] + label {
    color: #999;
    pointer-events: none;
    user-select: none;
}
input.checkbox-button_thin + label {
    font-family: "AzoftSans", sans-serif;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
}
input.checkbox-button.checkbox-box + label {
    height: 120px;
}
@media (max-width: 767px) {
    input.checkbox-button.checkbox-box + label {
        height: 150px;
    }
}
@media (max-width: 767px) {
    input.checkbox-button.checkbox-box_small-inline + label {
        height: 50px;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        text-align: left;
    }
    input.checkbox-button.checkbox-box_small-inline + label svg {
        margin: 0 26px 0 0;
        width: 30px;
        height: 30px;
    }
}
input.checkbox-button.error + label {
    border-color: #E30613;
}
input.checkbox-button:not([disabled]) + label:hover,
input.checkbox-button:checked + label {
    color: #fff;
    background-color: #7CC623;
    border-color: transparent;
    transition: background 0.3s;
}
input.checkbox-button:not([disabled]) + label:hover svg,
input.checkbox-button:checked + label svg {
    fill: #000;
}
input.checkbox-button_thin:not([disabled]) + label:hover {
    background-color: transparent;
    border-color: #7CC623;
    color: #000;
}
input.checkbox-button_thin:checked:not([disabled]) + label {
    color: #fff;
    background-color: #7CC623;
    border-color: transparent;
    font-weight: bold;
}
.form-info {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'RalewayMedium', Arial, sans-serif;
}
.form-info svg {
    margin-right: 18px;
    fill: currentColor;
}
.form-info_warning {
    color: #C12D2C;
}
.form-title {
    margin-bottom: 40px;
    color: #333;
    text-transform: none;
}
.form-section {
    margin-bottom: 60px;
}
.form-group-title {
    font-family: 'RalewayBold', Arial, sans-serif;
    margin-bottom: 25px;
    font-size: 18px;
}
.form-group {
    margin-bottom: 25px;
}
.form-group label.error {
    margin-top: 15px;
    padding-left: 0;
}
.form-group-inputs > * input[type=text] {
    padding-left: 12px;
    padding-right: 12px;
}
@media all and (max-width: 576px) {
    .form-group-inputs > * {
        margin-bottom: 10px;
    }
}
@media all and (max-width: 576px) {
    .form-checkboxes > * {
        margin-bottom: 10px;
    }
}
.form-time__title {
    text-align: center !important;
    text-transform: uppercase !important;
}
.form-time__time {
    text-align: center !important;
    font-family: "AzoftSans", sans-serif !important;
    font-size: 18px !important;
    font-weight: normal !important;
}
.input-muted {
    pointer-events: none;
}
.text-muted {
    color: #818181;
}
.text-dark {
    color: #000;
}
.text-xs {
    font-size: 12px;
}
.text-sm {
    font-size: 14px;
}
.text-medium {
    font-family: 'RalewayMedium', Arial, sans-serif;
}
.text-no-upp {
    text-transform: none;
}
.lead {
    font-size: 16px;
    font-family: 'RalewayMedium', Arial, sans-serif;
}
.b-heading {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .reservation-wrapper .btn-submit {
        width: 100%;
    }
}
.reservation-wrapper h2,
.reservation-wrapper h3 {
    text-transform: none;
}
.reservation-wrapper a[href^="tel:"] {
    color: inherit;
    font-family: "AzoftSans", sans-serif;
}
.reservation-list {
    margin-bottom: 84px;
}
@media (max-width: 767px) {
    .reservation-list {
        margin-bottom: 40px;
    }
}
.reservation-ok {
    max-width: 700px;
    margin: 0 auto;
}
.reservation-order__content .text-muted {
    color: #bbb;
    margin-bottom: 4px;
}
.reservation-order__form {
    max-width: 340px;
}
@media (max-width: 767px) {
    .reservation-order__side {
        order: -1;
    }
}
.reservation-order h2 {
    text-transform: none;
}
.b-address {
    font-family: 'RalewayMedium', Arial, sans-serif;
}
.b-address__header {
    margin-bottom: 30px;
}
.b-address__title {
    font-size: 18px;
    font-family: 'RalewaySemiBold', Arial, sans-serif;
    margin-bottom: 15px;
}
.b-address__onmap {
    margin-top: 8px;
    display: flex;
    align-items: center;
}
.b-address__onmap svg {
    margin-right: 4px;
}
.b-address__list a {
    color: #333;
}
.b-address__subtitle {
    font-family: 'RalewayBold', Arial, sans-serif;
    margin-bottom: 17px;
}
.order-number {
    margin: 36px 0;
    font-size: 18px;
    font-family: 'RalewayBold', Arial, sans-serif;
}
.order-number span {
    font-family: 'AzoftSansBold', sans-serif;
}
.b-alert {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'RalewayMedium', Arial, sans-serif;
}
.b-alert.uk-alert-danger {
    color: #C12D2C;
}
.basket-footer {
    display: flex;
    padding-right: 60px;
    margin-top: 35px;
}
@media (max-width: 767px) {
    .basket-footer {
        flex-direction: column;
        padding-right: 0;
    }
}
.basket-footer_reservation {
    padding-right: 16px;
}
@media (max-width: 767px) {
    .basket-footer_reservation {
        padding-right: 40px;
    }
}
.basket-footer h3 {
    text-transform: none;
}
.basket-footer__item {
    width: 50%;
}
@media (max-width: 767px) {
    .basket-footer__item {
        width: auto;
    }
}
.basket-footer__item_total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .basket-footer button[type="submit"] {
        align-self: center;
    }
}
.b-total-price {
    margin-bottom: 35px;
    color: #818181;
}
.b-total-price_order-confirm {
    margin-bottom: 0;
}
.b-total-price__item {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 25px;
}
.b-total-price__item:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .b-total-price_order-confirm .b-total-price__item {
        justify-content: space-between;
    }
}
.b-total-price__text {
    font-family: 'RalewayMedium', Arial, sans-serif;
    font-size: 14px;
    white-space: nowrap;
}
.b-total-price_order-confirm .b-total-price__text {
    font-size: inherit;
}
.b-total-price__sum {
    width: 180px;
    text-align: right;
    font-family: "AzoftSans", sans-serif;
    font-size: 20px;
}
.b-total-price__old {
    text-decoration: line-through;
    color: #b3b3b3;
    margin-bottom: 8px;
}
.b-total-price__new {
    font-family: 'AzoftSansBold', sans-serif;
    color: #e30613;
}
.b-total-price_order-confirm .b-total-price__item_total .b-total-price__new {
    font-size: 20px;
}
.b-total-price_order-confirm .b-total-price__item_total .b-total-price__sum {
    font-size: inherit;
}
.b-total-price_order-confirm .b-total-price__sum {
    width: 130px;
    font-size: inherit;
}
.b-total-price__item_total .b-total-price__text {
    font-family: 'RalewayBold', Arial, sans-serif;
    font-size: 22px;
    color: #000;
}
.b-total-price_order-confirm .b-total-price__item_total .b-total-price__text {
    font-size: inherit;
}
.b-receipt-info {
    color: #C12D2C;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.b-receipt-info svg {
    margin-right: 18px;
    fill: currentColor;
}
@media (max-width: 767px) {
    .b-receipt-info svg {
        margin-right: 10px;
    }
}
.checkbox {
    display: flex;
}
.jq-checkbox {
    flex: none;
    margin-right: 23px;
}
.jq-checkbox.checked .jq-checkbox__div:before {
    color: #595959;
}
.order-finish {
    line-height: 1.2;
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 700px;
    min-height: 460px;
}
@media (max-width: 767px) {
    .order-finish {
        display: block;
    }
}
.order-finish__icon {
    width: 122px;
    height: 122px;
    margin-right: 60px;
    flex: none;
}
@media (max-width: 767px) {
    .order-finish__icon {
        margin: 0 auto 30px;
    }
}
.order-finish__content {
    padding-top: 6px;
}
.order-finish__title {
    margin-bottom: 60px;
    color: #000;
}
@media (max-width: 767px) {
    .order-finish__title {
        margin-bottom: 30px;
    }
}
.order-finish__error {
    font-size: 28px;
    font-weight: bold;
    font-family: 'RalewayBold', Arial, sans-serif;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .order-finish__error {
        font-size: 22px;
    }
}
.order-finish__order {
    font-size: 28px;
    margin-bottom: 25px;
    color: #000;
    font-family: 'RalewayBold', Arial, sans-serif;
    font-weight: bold;
}
.order-finish__order span {
    color: #C12D2C;
    font-family: "AzoftSans", sans-serif;
}
@media (max-width: 767px) {
    .order-finish__order {
        font-size: 22px;
    }
}
.order-finish .btn {
    margin-top: 60px;
}
.b-rules {
    font-size: 14px;
    color: #818181;
    font-family: 'RalewayRegular', Arial, sans-serif;
}
.b-info-block-content {
    display: block;
    width: 100%;
    flex: none;
    margin: 10px 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.b-info-block-content_sm {
    display: none;
}
@media (max-width: 1023px) {
    .b-info-block-content_sm {
        display: block;
    }
}
@media (max-width: 479px) {
    .b-info-block-content_sm {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.b-info-block-content_md {
    display: none;
}
@media (min-width: 1024px) and (max-width: 1282px) {
    .b-info-block-content_md {
        display: block;
    }
}
@media (max-width: 1281px) {
    .b-info-block-content_lg {
        display: none;
    }
}
.b-info-block-content img {
    display: block;
    width: 100%;
}
.b-info-block-side {
    display: block;
    width: 100%;
    flex: none;
    margin: 10px 0 30px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.b-info-block-side img {
    display: block;
    width: 100%;
}
.block-seller {
    margin-bottom: 25px;
    padding: 25px 25px 10px;
    background-color: #fafafa;
    color: #000;
    font-size: 14px;
}
@media (max-width: 450px) {
    .block-seller {
        padding-left: 15px;
        padding-right: 10px;
    }
}
.block-seller p {
    line-height: 1.8;
}
.block-work-time-squares {
    display: flex;
    margin-left: -10px;
    margin-bottom: 25px;
}
.block-work-time-squares div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-left: 10px;
    color: #333;
    border-radius: 5px;
    background-color: #bee291;
    font-size: 14px;
    font-family: 'RalewayBold', Arial, sans-serif;
}
.block-work-time-squares div.disabled {
    background-color: #C4C4C4;
    color: #7b7b7b;
}
@media (max-width: 450px) {
    .block-work-time-squares div {
        margin-left: 4px;
    }
}
.block-work-time-list {
    margin-bottom: 20px;
    font-size: 16px;
}
.block-work-time-list div {
    display: flex;
    margin-bottom: 11px;
    font-family: AzoftSans, sans-serif;
    color: #000;
}
.block-work-time-list div.disabled {
    color: #818181;
}
.block-work-time-list div span {
    margin-right: 28px;
    font-family: 'RalewayBold', Arial, sans-serif;
    font-size: 14px;
    color: #000;
}
.list-squares {
    margin-bottom: 30px;
    color: #000;
    font-size: 14px;
}
.list-squares__item {
    display: flex;
    min-height: 150px;
    margin-bottom: 20px;
}
.list-squares__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex: none;
    margin-right: 25px;
    background-color: #f5f5f5;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .list-squares__icon {
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }
}
.list-squares__title {
    margin-top: 14px;
    margin-bottom: 40px;
    font-family: 'RalewayBold', Arial, sans-serif;
    font-size: 18px;
    text-transform: none;
}
@media (max-width: 767px) {
    .list-squares__title {
        margin-top: 10px;
        margin-bottom: 25px;
    }
}
.list {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    color: #000;
}
.list li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 34px;
}
.list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: #7CC623;
    border-radius: 3px;
}
.block-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 167px;
    padding: 27px;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    text-align: center;
}
.block-box:hover {
    border-color: #7CC622;
    background-color: #7CC622;
    text-decoration: none;
}
.block-box:hover svg {
    fill: #000;
}
.block-box svg {
    flex: none;
    display: block;
    margin: 0 auto 4px;
}
.block-box__title {
    max-width: 168px;
    margin: 0 auto;
    color: #333;
    font-family: 'RalewayBold', Arial, sans-serif;
    text-transform: uppercase;
}
.block-box:hover .block-box__title {
    color: #fff;
}
.seller-wrapper p {
    padding-bottom: 0;
    margin-bottom: 26px;
    line-height: 1.7;
}
.btn-thin-border {
    display: inline-flex;
    align-items: center;
    border: 1px solid #BBBBBB;
    color: #333;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-thin-border:hover {
    border-color: #7CC622;
    background-color: #7cc623;
    color: #fff;
}
.btn-thin-border:hover svg {
    fill: #fff;
}
.btn-thin-border svg {
    flex: none;
    margin-right: 15px;
}
.popup-leave-question .popup {
    max-width: 589px;
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width: 767px) {
    .popup-leave-question .popup {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.popup-leave-question__content {
    text-align: left;
    line-height: 1.2;
}
.popup-leave-question__title {
    margin-bottom: 62px;
    font-family: 'RalewayBold', Arial, sans-serif;
    font-size: 28px;
    color: #C12D2C;
}
@media (max-width: 767px) {
    .popup-leave-question__title {
        margin-bottom: 30px;
    }
}
.popup-leave-question__subtitle {
    margin-bottom: 26px;
    font-family: 'RalewayBold', Arial, sans-serif;
    font-size: 18px;
}
.popup-leave-question__button {
    width: 100%;
    margin-bottom: 20px;
    text-transform: none;
    justify-content: center;
    font-family: 'RalewaySemiBold', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}
@media (min-width: 768px) {
    .popup-leave-question__button {
        padding-top: 21px;
        padding-bottom: 21px;
    }
}
.popup-leave-discount .popup {
    max-width: 555px;
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width: 767px) {
    .popup-leave-discount .popup {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.popup-leave-discount__content {
    text-align: left;
    line-height: 1.2;
}
.popup-leave-discount__title {
    text-align: center;
    margin-bottom: 35px;
    font-family: 'RalewayBold', Arial, sans-serif;
    font-size: 28px;
}
.popup-leave-discount__d {
    margin-bottom: 8px;
    font-size: 86px;
    color: #C12D2C;
    font-family: "AzoftSansBold", sans-serif;
    font-weight: bold;
    line-height: 1;
}
.popup-leave-discount__d .p {
    font-family: 'RalewayBold', Arial, sans-serif;
}
.popup-leave-discount__d .t {
    display: block;
    font-family: 'RalewayBold', Arial, sans-serif;
    font-size: 46px;
    font-weight: 900;
}
.popup-leave-discount__text {
    color: #818181;
    font-size: 28px;
    font-family: 'RalewayBold', Arial, sans-serif;
}
@media (max-width: 767px) {
    .popup-leave-discount__text {
        margin-bottom: 30px !important;
    }
}
.popup-leave-discount__timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    background-color: #fafafa;
    border-radius: 5px;
}
.popup-leave-discount__timer svg {
    margin-bottom: 24px;
}
.popup-leave-discount__time {
    font-size: 28px;
    font-family: "AzoftSansBold", sans-serif;
}
.popup-leave-discount__info {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 14px;
    font-family: 'RalewayMedium', Arial, sans-serif;
    color: #818181;
    line-height: 1.4;
}
.popup-leave-discount__footer {
    display: flex;
    justify-content: space-between;
}
.popup-leave-discount__footer .btn {
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 767px) {
    .popup-leave-discount__footer {
        display: block;
    }
    .popup-leave-discount__footer .btn {
        width: 100%;
    }
    .popup-leave-discount__footer > * + * {
        margin-top: 20px;
    }
}
.btn-gray {
    background-color: #ddd;
    color: #848484;
    border: 0;
}
.btn-gray:hover {
    background-color: #848484;
    color: #fff;
}
.basket-countdown {
    display: flex;
    align-items: center;
    margin-top: 40px;
    padding: 15px;
    border-radius: 5px;
    background-color: #fafafa;
    font-size: 14px;
    font-family: 'RalewayMedium', Arial, sans-serif;
    color: #000;
}
@media (max-width: 767px) {
    .basket-countdown {
        flex-wrap: wrap;
    }
}
.basket-countdown__icon {
    flex: none;
    margin-right: 45px;
}
@media (max-width: 767px) {
    .basket-countdown__icon {
        margin-right: 30px;
    }
}
.basket-countdown__time {
    margin-right: 52px;
    font-family: "AzoftSansBold", sans-serif;
    color: #7CC622;
    font-size: 28px;
}
@media (max-width: 767px) {
    .basket-countdown__time {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .basket-countdown__text {
        width: 100%;
        margin-top: 20px;
    }
}
.section2 .item .thumb .cls-1 {
    stroke: #7d7d7d;
}
.section2 .item:hover .thumb .cls-1 {
    stroke: #fff;
    fill: none !important;
}
.catalog .wrapper .outer .item:not(.red-item):hover:hover .thumb .cls-1 {
    fill: none !important;
}
/*# sourceMappingURL=style.css.map */