@charset "UTF-8";

/*~~~~~~~~~~~~~~~~~~~~~~~~~
FONT FAMILY
~~~~~~~~~~~~~~~~~~~~~~~~~*/

@font-face {
  font-family: "Montserrat";
  src: url("/assets/templates/floor/fonts/Montserrat-Light.woff2") format("woff2"), url("/assets/templates/floor/fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("/assets/templates/floor/fonts/Montserrat-Regular.woff2") format("woff2"), url("/assets/templates/floor/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("/assets/templates/floor/fonts/Montserrat-Medium.woff2") format("woff2"), url("/assets/templates/floor/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("/assets/templates/floor/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/assets/templates/floor/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("/assets/templates/floor/fonts/Montserrat-Bold.woff2") format("woff2"), url("/assets/templates/floor/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~
VARIABLES
~~~~~~~~~~~~~~~~~~~~~~~~~*/

:root {
  /*font-family*/
  --fm-1: "Montserrat", sans-serif;
  /*colors*/
  --color-primary: #8AB2A1;
  --color-primary-lig: #eff6e2;
  --color-secondary: #5E8D83;
  --color-greeniesh: #A2C3A4;
  --color-redish: #C57B73;
  --color-brown: #AB80A0;
  --color-blue: #2AABBF;
  --color-text: #383838;
  --basick-black: #000;
  --basick-white: #fff;
  --basick-orange: #ff7d28;
  --basick-green: #58a956;
  --basick-birch: #6B788B;
  --color-primary-hsl: hsl(192, 3.1%, 32%);
  --scroll-bar-color: hsl(192, 3.1%, 90%);
  --scroll-thumb-color: hsl(192, 3.1%, 70%);
  --scroll-thumb-color-hover: hsl(192, 3.1%, 60%);
}

/***********************Main*/

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus,
:active {
  outline: none;
}

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

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  resize: none;
}

input {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

a {
  color: inherit;
}

ul li {
  list-style: none;
}

img,
svg {
  display: block;
  max-width: 100%;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~
ОБЩИЕ СТИЛИ
~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~
ОБЩИЕ СТИЛИ
~~~~~~~~~~~~~~~~~~~~~~~~~*/

.flex,
.flex-wrap,
.vt-center,
.gt-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*Общие стили сетки*/

.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-grid{display:-ms-grid!important;display:grid!important}@media(max-width: 1450px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-xl-grid{display:-ms-grid!important;display:grid!important}}@media(max-width: 1230px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-lg-grid{display:-ms-grid!important;display:grid!important}}@media(max-width: 1024px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-md-grid{display:-ms-grid!important;display:grid!important}}@media(max-width: 768px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-sm-grid{display:-ms-grid!important;display:grid!important}}@media(max-width: 480px){.d-xs-none{display:none!important}.d-xs-inline{display:inline!important}.d-xs-inline-block{display:inline-block!important}.d-xs-block{display:block!important}.d-xs-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xs-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xs-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-xs-grid{display:-ms-grid!important;display:grid!important}}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}@media(max-width: 1450px){.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}}@media(max-width: 1230px){.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}}@media(max-width: 1024px){.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}}@media(max-width: 768px){.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}}@media(max-width: 480px){.flex-xs-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xs-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}@media(max-width: 1450px){.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}}@media(max-width: 1230px){.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}}@media(max-width: 1024px){.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}}@media(max-width: 768px){.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}}@media(max-width: 480px){.flex-xs-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xs-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xs-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xs-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}@media(max-width: 1450px){.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}}@media(max-width: 1230px){.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}}@media(max-width: 1024px){.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}}@media(max-width: 768px){.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}}@media(max-width: 480px){.align-items-xs-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xs-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xs-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}@media(max-width: 1450px){.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}}@media(max-width: 1230px){.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}}@media(max-width: 1024px){.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}}@media(max-width: 768px){.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}}@media(max-width: 480px){.justify-content-xs-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xs-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xs-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xs-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xs-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}@media(max-width: 1450px){.flex-grow-xl-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-xl-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}}@media(max-width: 1230px){.flex-grow-lg-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-lg-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}}@media(max-width: 1024px){.flex-grow-md-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-md-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}}@media(max-width: 768px){.flex-grow-sm-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-sm-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}}@media(max-width: 480px){.flex-grow-xs-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-xs-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}}.h-100{height:100%!important}@media(max-width: 1450px){.h-xl-100{height:100%!important}}@media(max-width: 1230px){.h-lg-100{height:100%!important}}@media(max-width: 1024px){.h-md-100{height:100%!important}}@media(max-width: 768px){.h-sm-100{height:100%!important}}@media(max-width: 480px){.h-xs-100{height:100%!important}}.w-100{width:100%!important}@media(max-width: 1450px){.w-xl-100{width:100%!important}}@media(max-width: 1230px){.w-lg-100{width:100%!important}}@media(max-width: 1024px){.w-md-100{width:100%!important}}@media(max-width: 768px){.w-sm-100{width:100%!important}}@media(max-width: 480px){.w-xs-100{width:100%!important}}.order-n2{-webkit-box-ordinal-group:-1!important;-ms-flex-order:-2!important;order:-2!important}.order-n1{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}@media(max-width: 1450px){.order-xl-n2{-webkit-box-ordinal-group:-1!important;-ms-flex-order:-2!important;order:-2!important}.order-xl-n1{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xl-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xl-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xl-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}}@media(max-width: 1230px){.order-lg-n2{-webkit-box-ordinal-group:-1!important;-ms-flex-order:-2!important;order:-2!important}.order-lg-n1{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-lg-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-lg-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-lg-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}}@media(max-width: 1024px){.order-md-n2{-webkit-box-ordinal-group:-1!important;-ms-flex-order:-2!important;order:-2!important}.order-md-n1{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-md-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-md-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-md-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}}@media(max-width: 768px){.order-sm-n2{-webkit-box-ordinal-group:-1!important;-ms-flex-order:-2!important;order:-2!important}.order-sm-n1{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-sm-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-sm-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-sm-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}}@media(max-width: 480px){.order-xs-n2{-webkit-box-ordinal-group:-1!important;-ms-flex-order:-2!important;order:-2!important}.order-xs-n1{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xs-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xs-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xs-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}}.fw-200{font-weight:200!important}.fw-300{font-weight:300!important}.fw-400{font-weight:400!important}.fw-500{font-weight:500!important}.fw-600{font-weight:600!important}.fw-700{font-weight:700!important}.fw-800{font-weight:800!important}.fz-10{font-size:10px!important}.fz-12{font-size:12px!important}.fz-14{font-size:14px!important}.fz-16{font-size:16px!important}.fz-18{font-size:18px!important}.fz-20{font-size:20px!important}.fz-24{font-size:24px!important}.fz-28{font-size:28px!important}@media(max-width: 1450px){.fz-xl-10{font-size:10px!important}.fz-xl-12{font-size:12px!important}.fz-xl-14{font-size:14px!important}.fz-xl-16{font-size:16px!important}.fz-xl-18{font-size:18px!important}.fz-xl-20{font-size:20px!important}.fz-xl-24{font-size:24px!important}.fz-xl-28{font-size:28px!important}}@media(max-width: 1230px){.fz-lg-10{font-size:10px!important}.fz-lg-12{font-size:12px!important}.fz-lg-14{font-size:14px!important}.fz-lg-16{font-size:16px!important}.fz-lg-18{font-size:18px!important}.fz-lg-20{font-size:20px!important}.fz-lg-24{font-size:24px!important}.fz-lg-28{font-size:28px!important}}@media(max-width: 1024px){.fz-md-10{font-size:10px!important}.fz-md-12{font-size:12px!important}.fz-md-14{font-size:14px!important}.fz-md-16{font-size:16px!important}.fz-md-18{font-size:18px!important}.fz-md-20{font-size:20px!important}.fz-md-24{font-size:24px!important}.fz-md-28{font-size:28px!important}}@media(max-width: 768px){.fz-sm-10{font-size:10px!important}.fz-sm-12{font-size:12px!important}.fz-sm-14{font-size:14px!important}.fz-sm-16{font-size:16px!important}.fz-sm-18{font-size:18px!important}.fz-sm-20{font-size:20px!important}.fz-sm-24{font-size:24px!important}.fz-sm-28{font-size:28px!important}}@media(max-width: 480px){.fz-xs-10{font-size:10px!important}.fz-xs-12{font-size:12px!important}.fz-xs-14{font-size:14px!important}.fz-xs-16{font-size:16px!important}.fz-xs-18{font-size:18px!important}.fz-xs-20{font-size:20px!important}.fz-xs-24{font-size:24px!important}.fz-xs-28{font-size:28px!important}}.lh-1{line-height:1!important}.lh-sm{line-height:1.22!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-decoration-none{text-decoration:none!important}.text-decoration-through{text-decoration:line-through!important}.text-decoration-underline{text-decoration:underline!important}.text-transform-uppercase{text-transform:uppercase!important}.text-transform-lowercase{text-transform:lowercase!important}.text-transform-none{text-transform:none!important}.text-nowrap{white-space:nowrap!important}.text-wrap{white-space:wrap!important}.text-start{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.color-primary{color:var(--color-primary)!important}.color-secondary{color:var(--secondary-primary)!important}.bg-white{background-color:#fff!important}.brs-4{border-radius:4px!important}.brs-8{border-radius:8px!important}.brs-12{border-radius:12px!important}.brs-16{border-radius:16px!important}.brs-20{border-radius:20px!important}.brs-24{border-radius:24px!important}.brs-28{border-radius:28px!important}.brs-32{border-radius:32px!important}.brs-50p{border-radius:50%!important}.m-0e{margin:0!important}.m-1e{margin:.25em!important}.m-2e{margin:.5em!important}.m-3e{margin:1em!important}.m-4e{margin:1.5em!important}.m-5e{margin:3em!important}.mt-0e,.my-0e{margin-top:0!important}.mt-1e,.my-1e{margin-top:.25em!important}.mt-2e,.my-2e{margin-top:.5em!important}.mt-3e,.my-3e{margin-top:1em!important}.mt-4e,.my-4e{margin-top:1.5em!important}.mt-5e,.my-5e{margin-top:3em!important}.mr-0e{margin-right:0!important}.mr-1e{margin-right:.25em!important}.mr-2e{margin-right:.5em!important}.mr-3e{margin-right:1em!important}.mr-4e{margin-right:1.5em!important}.mr-5e{margin-right:3em!important}.mb-0e,.my-0e{margin-bottom:0!important}.mb-1e,.my-1e{margin-bottom:.25em!important}.mb-2e,.my-2e{margin-bottom:.5em!important}.mb-3e,.my-3e{margin-bottom:1em!important}.mb-4e,.my-4e{margin-bottom:1.5em!important}.mb-5e,.my-5e{margin-bottom:3em!important}.ml-0e{margin-left:0!important}.ml-1e{margin-left:.25em!important}.ml-2e{margin-left:.5em!important}.ml-3e{margin-left:1em!important}.ml-4e{margin-left:1.5em!important}.ml-5e{margin-left:3em!important}@media(max-width: 1450px){.m-xl-0e{margin:0!important}.m-xl-1e{margin:.25em!important}.m-xl-2e{margin:.5em!important}.m-xl-3e{margin:1em!important}.m-xl-4e{margin:1.5em!important}.m-xl-5e{margin:3em!important}.mt-xl-0e,.my-xl-0e{margin-top:0!important}.mt-xl-1e,.my-xl-1e{margin-top:.25em!important}.mt-xl-2e,.my-xl-2e{margin-top:.5em!important}.mt-xl-3e,.my-xl-3e{margin-top:1em!important}.mt-xl-4e,.my-xl-4e{margin-top:1.5em!important}.mt-xl-5e,.my-xl-5e{margin-top:3em!important}.mr-xl-0e{margin-right:0!important}.mr-xl-1e{margin-right:.25em!important}.mr-xl-2e{margin-right:.5em!important}.mr-xl-3e{margin-right:1em!important}.mr-xl-4e{margin-right:1.5em!important}.mr-xl-5e{margin-right:3em!important}.mb-xl-0e,.my-xl-0e{margin-bottom:0!important}.mb-xl-1e,.my-xl-1e{margin-bottom:.25em!important}.mb-xl-2e,.my-xl-2e{margin-bottom:.5em!important}.mb-xl-3e,.my-xl-3e{margin-bottom:1em!important}.mb-xl-4e,.my-xl-4e{margin-bottom:1.5em!important}.mb-xl-5e,.my-xl-5e{margin-bottom:3em!important}.ml-xl-0e{margin-left:0!important}.ml-xl-1e{margin-left:.25em!important}.ml-xl-2e{margin-left:.5em!important}.ml-xl-3e{margin-left:1em!important}.ml-xl-4e{margin-left:1.5em!important}.ml-xl-5e{margin-left:3em!important}}@media(max-width: 1230px){.m-lg-0e{margin:0!important}.m-lg-1e{margin:.25em!important}.m-lg-2e{margin:.5em!important}.m-lg-3e{margin:1em!important}.m-lg-4e{margin:1.5em!important}.m-lg-5e{margin:3em!important}.mt-lg-0e,.my-lg-0e{margin-top:0!important}.mt-lg-1e,.my-lg-1e{margin-top:.25em!important}.mt-lg-2e,.my-lg-2e{margin-top:.5em!important}.mt-lg-3e,.my-lg-3e{margin-top:1em!important}.mt-lg-4e,.my-lg-4e{margin-top:1.5em!important}.mt-lg-5e,.my-lg-5e{margin-top:3em!important}.mr-lg-0e{margin-right:0!important}.mr-lg-1e{margin-right:.25em!important}.mr-lg-2e{margin-right:.5em!important}.mr-lg-3e{margin-right:1em!important}.mr-lg-4e{margin-right:1.5em!important}.mr-lg-5e{margin-right:3em!important}.mb-lg-0e,.my-lg-0e{margin-bottom:0!important}.mb-lg-1e,.my-lg-1e{margin-bottom:.25em!important}.mb-lg-2e,.my-lg-2e{margin-bottom:.5em!important}.mb-lg-3e,.my-lg-3e{margin-bottom:1em!important}.mb-lg-4e,.my-lg-4e{margin-bottom:1.5em!important}.mb-lg-5e,.my-lg-5e{margin-bottom:3em!important}.ml-lg-0e{margin-left:0!important}.ml-lg-1e{margin-left:.25em!important}.ml-lg-2e{margin-left:.5em!important}.ml-lg-3e{margin-left:1em!important}.ml-lg-4e{margin-left:1.5em!important}.ml-lg-5e{margin-left:3em!important}}@media(max-width: 1024px){.m-md-0e{margin:0!important}.m-md-1e{margin:.25em!important}.m-md-2e{margin:.5em!important}.m-md-3e{margin:1em!important}.m-md-4e{margin:1.5em!important}.m-md-5e{margin:3em!important}.mt-md-0e,.my-md-0e{margin-top:0!important}.mt-md-1e,.my-md-1e{margin-top:.25em!important}.mt-md-2e,.my-md-2e{margin-top:.5em!important}.mt-md-3e,.my-md-3e{margin-top:1em!important}.mt-md-4e,.my-md-4e{margin-top:1.5em!important}.mt-md-5e,.my-md-5e{margin-top:3em!important}.mr-md-0e{margin-right:0!important}.mr-md-1e{margin-right:.25em!important}.mr-md-2e{margin-right:.5em!important}.mr-md-3e{margin-right:1em!important}.mr-md-4e{margin-right:1.5em!important}.mr-md-5e{margin-right:3em!important}.mb-md-0e,.my-md-0e{margin-bottom:0!important}.mb-md-1e,.my-md-1e{margin-bottom:.25em!important}.mb-md-2e,.my-md-2e{margin-bottom:.5em!important}.mb-md-3e,.my-md-3e{margin-bottom:1em!important}.mb-md-4e,.my-md-4e{margin-bottom:1.5em!important}.mb-md-5e,.my-md-5e{margin-bottom:3em!important}.ml-md-0e{margin-left:0!important}.ml-md-1e{margin-left:.25em!important}.ml-md-2e{margin-left:.5em!important}.ml-md-3e{margin-left:1em!important}.ml-md-4e{margin-left:1.5em!important}.ml-md-5e{margin-left:3em!important}}@media(max-width: 768px){.m-sm-0e{margin:0!important}.m-sm-1e{margin:.25em!important}.m-sm-2e{margin:.5em!important}.m-sm-3e{margin:1em!important}.m-sm-4e{margin:1.5em!important}.m-sm-5e{margin:3em!important}.mt-sm-0e,.my-sm-0e{margin-top:0!important}.mt-sm-1e,.my-sm-1e{margin-top:.25em!important}.mt-sm-2e,.my-sm-2e{margin-top:.5em!important}.mt-sm-3e,.my-sm-3e{margin-top:1em!important}.mt-sm-4e,.my-sm-4e{margin-top:1.5em!important}.mt-sm-5e,.my-sm-5e{margin-top:3em!important}.mr-sm-0e{margin-right:0!important}.mr-sm-1e{margin-right:.25em!important}.mr-sm-2e{margin-right:.5em!important}.mr-sm-3e{margin-right:1em!important}.mr-sm-4e{margin-right:1.5em!important}.mr-sm-5e{margin-right:3em!important}.mb-sm-0e,.my-sm-0e{margin-bottom:0!important}.mb-sm-1e,.my-sm-1e{margin-bottom:.25em!important}.mb-sm-2e,.my-sm-2e{margin-bottom:.5em!important}.mb-sm-3e,.my-sm-3e{margin-bottom:1em!important}.mb-sm-4e,.my-sm-4e{margin-bottom:1.5em!important}.mb-sm-5e,.my-sm-5e{margin-bottom:3em!important}.ml-sm-0e{margin-left:0!important}.ml-sm-1e{margin-left:.25em!important}.ml-sm-2e{margin-left:.5em!important}.ml-sm-3e{margin-left:1em!important}.ml-sm-4e{margin-left:1.5em!important}.ml-sm-5e{margin-left:3em!important}}@media(max-width: 480px){.m-xs-0e{margin:0!important}.m-xs-1e{margin:.25em!important}.m-xs-2e{margin:.5em!important}.m-xs-3e{margin:1em!important}.m-xs-4e{margin:1.5em!important}.m-xs-5e{margin:3em!important}.mt-xs-0e,.my-xs-0e{margin-top:0!important}.mt-xs-1e,.my-xs-1e{margin-top:.25em!important}.mt-xs-2e,.my-xs-2e{margin-top:.5em!important}.mt-xs-3e,.my-xs-3e{margin-top:1em!important}.mt-xs-4e,.my-xs-4e{margin-top:1.5em!important}.mt-xs-5e,.my-xs-5e{margin-top:3em!important}.mr-xs-0e{margin-right:0!important}.mr-xs-1e{margin-right:.25em!important}.mr-xs-2e{margin-right:.5em!important}.mr-xs-3e{margin-right:1em!important}.mr-xs-4e{margin-right:1.5em!important}.mr-xs-5e{margin-right:3em!important}.mb-xs-0e,.my-xs-0e{margin-bottom:0!important}.mb-xs-1e,.my-xs-1e{margin-bottom:.25em!important}.mb-xs-2e,.my-xs-2e{margin-bottom:.5em!important}.mb-xs-3e,.my-xs-3e{margin-bottom:1em!important}.mb-xs-4e,.my-xs-4e{margin-bottom:1.5em!important}.mb-xs-5e,.my-xs-5e{margin-bottom:3em!important}.ml-xs-0e{margin-left:0!important}.ml-xs-1e{margin-left:.25em!important}.ml-xs-2e{margin-left:.5em!important}.ml-xs-3e{margin-left:1em!important}.ml-xs-4e{margin-left:1.5em!important}.ml-xs-5e{margin-left:3em!important}}.m-auto{margin:auto}.m-0{margin:0!important}.m-4{margin:4px!important}.m-8{margin:8px!important}.m-12{margin:12px!important}.m-16{margin:16px!important}.m-20{margin:20px!important}.m-24{margin:24px!important}.m-28{margin:28px!important}.m-32{margin:32px!important}.m-36{margin:36px!important}.m-40{margin:40px!important}.m-44{margin:44px!important}.m-48{margin:48px!important}.m-52{margin:52px!important}.m-56{margin:56px!important}.m-60{margin:60px!important}.m-64{margin:64px!important}.m-68{margin:68px!important}.m-72{margin:72px!important}.m-76{margin:76px!important}.m-80{margin:80px!important}.m-84{margin:84px!important}.m-88{margin:88px!important}.m-92{margin:92px!important}.m-96{margin:96px!important}.m-100{margin:100px!important}@media(max-width: 1450px){.m-xl-auto{margin:auto!important}.m-xl-0{margin:0!important}.m-xl-4{margin:4px!important}.m-xl-8{margin:8px!important}.m-xl-12{margin:12px!important}.m-xl-16{margin:16px!important}.m-xl-20{margin:20px!important}.m-xl-24{margin:24px!important}.m-xl-28{margin:28px!important}.m-xl-32{margin:32px!important}.m-xl-36{margin:36px!important}.m-xl-40{margin:40px!important}.m-xl-44{margin:44px!important}.m-xl-48{margin:48px!important}.m-xl-52{margin:52px!important}.m-xl-56{margin:56px!important}.m-xl-60{margin:60px!important}.m-xl-64{margin:64px!important}.m-xl-68{margin:68px!important}.m-xl-72{margin:72px!important}.m-xl-76{margin:76px!important}.m-xl-80{margin:80px!important}.m-xl-84{margin:84px!important}.m-xl-88{margin:88px!important}.m-xl-92{margin:92px!important}.m-xl-96{margin:96px!important}.m-xl-100{margin:100px!important}}@media(max-width: 1230px){.m-lg-auto{margin:auto!important}.m-lg-0{margin:0!important}.m-lg-4{margin:4px!important}.m-lg-8{margin:8px!important}.m-lg-12{margin:12px!important}.m-lg-16{margin:16px!important}.m-lg-20{margin:20px!important}.m-lg-24{margin:24px!important}.m-lg-28{margin:28px!important}.m-lg-32{margin:32px!important}.m-lg-36{margin:36px!important}.m-lg-40{margin:40px!important}.m-lg-44{margin:44px!important}.m-lg-48{margin:48px!important}.m-lg-52{margin:52px!important}.m-lg-56{margin:56px!important}.m-lg-60{margin:60px!important}.m-lg-64{margin:64px!important}.m-lg-68{margin:68px!important}.m-lg-72{margin:72px!important}.m-lg-76{margin:76px!important}.m-lg-80{margin:80px!important}.m-lg-84{margin:84px!important}.m-lg-88{margin:88px!important}.m-lg-92{margin:92px!important}.m-lg-96{margin:96px!important}.m-lg-100{margin:100px!important}}@media(max-width: 1024px){.m-md-auto{margin:auto!important}.m-md-0{margin:0!important}.m-md-4{margin:4px!important}.m-md-8{margin:8px!important}.m-md-12{margin:12px!important}.m-md-16{margin:16px!important}.m-md-20{margin:20px!important}.m-md-24{margin:24px!important}.m-md-28{margin:28px!important}.m-md-32{margin:32px!important}.m-md-36{margin:36px!important}.m-md-40{margin:40px!important}.m-md-44{margin:44px!important}.m-md-48{margin:48px!important}.m-md-52{margin:52px!important}.m-md-56{margin:56px!important}.m-md-60{margin:60px!important}.m-md-64{margin:64px!important}.m-md-68{margin:68px!important}.m-md-72{margin:72px!important}.m-md-76{margin:76px!important}.m-md-80{margin:80px!important}.m-md-84{margin:84px!important}.m-md-88{margin:88px!important}.m-md-92{margin:92px!important}.m-md-96{margin:96px!important}.m-md-100{margin:100px!important}}@media(max-width: 768px){.m-sm-auto{margin:auto!important}.m-sm-0{margin:0!important}.m-sm-4{margin:4px!important}.m-sm-8{margin:8px!important}.m-sm-12{margin:12px!important}.m-sm-16{margin:16px!important}.m-sm-20{margin:20px!important}.m-sm-24{margin:24px!important}.m-sm-28{margin:28px!important}.m-sm-32{margin:32px!important}.m-sm-36{margin:36px!important}.m-sm-40{margin:40px!important}.m-sm-44{margin:44px!important}.m-sm-48{margin:48px!important}.m-sm-52{margin:52px!important}.m-sm-56{margin:56px!important}.m-sm-60{margin:60px!important}.m-sm-64{margin:64px!important}.m-sm-68{margin:68px!important}.m-sm-72{margin:72px!important}.m-sm-76{margin:76px!important}.m-sm-80{margin:80px!important}.m-sm-84{margin:84px!important}.m-sm-88{margin:88px!important}.m-sm-92{margin:92px!important}.m-sm-96{margin:96px!important}.m-sm-100{margin:100px!important}}@media(max-width: 480px){.m-xs-auto{margin:auto!important}.m-xs-0{margin:0!important}.m-xs-4{margin:4px!important}.m-xs-8{margin:8px!important}.m-xs-12{margin:12px!important}.m-xs-16{margin:16px!important}.m-xs-20{margin:20px!important}.m-xs-24{margin:24px!important}.m-xs-28{margin:28px!important}.m-xs-32{margin:32px!important}.m-xs-36{margin:36px!important}.m-xs-40{margin:40px!important}.m-xs-44{margin:44px!important}.m-xs-48{margin:48px!important}.m-xs-52{margin:52px!important}.m-xs-56{margin:56px!important}.m-xs-60{margin:60px!important}.m-xs-64{margin:64px!important}.m-xs-68{margin:68px!important}.m-xs-72{margin:72px!important}.m-xs-76{margin:76px!important}.m-xs-80{margin:80px!important}.m-xs-84{margin:84px!important}.m-xs-88{margin:88px!important}.m-xs-92{margin:92px!important}.m-xs-96{margin:96px!important}.m-xs-100{margin:100px!important}}.mt-auto{margin-top:auto}.mt-0,.my-0{margin-top:0!important}.mt-4,.my-4{margin-top:4px!important}.mt-8,.my-8{margin-top:8px!important}.mt-12,.my-12{margin-top:12px!important}.mt-16,.my-16{margin-top:16px!important}.mt-20,.my-20{margin-top:20px!important}.mt-24,.my-24{margin-top:24px!important}.mt-28,.my-28{margin-top:28px!important}.mt-32,.my-32{margin-top:32px!important}.mt-36,.my-36{margin-top:36px!important}.mt-40,.my-40{margin-top:40px!important}.mt-44,.my-44{margin-top:44px!important}.mt-48,.my-48{margin-top:48px!important}.mt-52,.my-52{margin-top:52px!important}.mt-56,.my-56{margin-top:56px!important}.mt-60,.my-60{margin-top:60px!important}.mt-64,.my-64{margin-top:64px!important}.mt-68,.my-68{margin-top:68px!important}.mt-72,.my-72{margin-top:72px!important}.mt-76,.my-76{margin-top:76px!important}.mt-80,.my-80{margin-top:80px!important}.mt-84,.my-84{margin-top:84px!important}.mt-88,.my-88{margin-top:88px!important}.mt-92,.my-92{margin-top:92px!important}.mt-96,.my-96{margin-top:96px!important}.mt-100,.my-100{margin-top:100px!important}@media(max-width: 1450px){.mt-xl-auto{margin-top:auto!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mt-xl-4,.my-xl-4{margin-top:4px!important}.mt-xl-8,.my-xl-8{margin-top:8px!important}.mt-xl-12,.my-xl-12{margin-top:12px!important}.mt-xl-16,.my-xl-16{margin-top:16px!important}.mt-xl-20,.my-xl-20{margin-top:20px!important}.mt-xl-24,.my-xl-24{margin-top:24px!important}.mt-xl-28,.my-xl-28{margin-top:28px!important}.mt-xl-32,.my-xl-32{margin-top:32px!important}.mt-xl-36,.my-xl-36{margin-top:36px!important}.mt-xl-40,.my-xl-40{margin-top:40px!important}.mt-xl-44,.my-xl-44{margin-top:44px!important}.mt-xl-48,.my-xl-48{margin-top:48px!important}.mt-xl-52,.my-xl-52{margin-top:52px!important}.mt-xl-56,.my-xl-56{margin-top:56px!important}.mt-xl-60,.my-xl-60{margin-top:60px!important}.mt-xl-64,.my-xl-64{margin-top:64px!important}.mt-xl-68,.my-xl-68{margin-top:68px!important}.mt-xl-72,.my-xl-72{margin-top:72px!important}.mt-xl-76,.my-xl-76{margin-top:76px!important}.mt-xl-80,.my-xl-80{margin-top:80px!important}.mt-xl-84,.my-xl-84{margin-top:84px!important}.mt-xl-88,.my-xl-88{margin-top:88px!important}.mt-xl-92,.my-xl-92{margin-top:92px!important}.mt-xl-96,.my-xl-96{margin-top:96px!important}.mt-xl-100,.my-xl-100{margin-top:100px!important}}@media(max-width: 1230px){.mt-lg-auto{margin-top:auto!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mt-lg-4,.my-lg-4{margin-top:4px!important}.mt-lg-8,.my-lg-8{margin-top:8px!important}.mt-lg-12,.my-lg-12{margin-top:12px!important}.mt-lg-16,.my-lg-16{margin-top:16px!important}.mt-lg-20,.my-lg-20{margin-top:20px!important}.mt-lg-24,.my-lg-24{margin-top:24px!important}.mt-lg-28,.my-lg-28{margin-top:28px!important}.mt-lg-32,.my-lg-32{margin-top:32px!important}.mt-lg-36,.my-lg-36{margin-top:36px!important}.mt-lg-40,.my-lg-40{margin-top:40px!important}.mt-lg-44,.my-lg-44{margin-top:44px!important}.mt-lg-48,.my-lg-48{margin-top:48px!important}.mt-lg-52,.my-lg-52{margin-top:52px!important}.mt-lg-56,.my-lg-56{margin-top:56px!important}.mt-lg-60,.my-lg-60{margin-top:60px!important}.mt-lg-64,.my-lg-64{margin-top:64px!important}.mt-lg-68,.my-lg-68{margin-top:68px!important}.mt-lg-72,.my-lg-72{margin-top:72px!important}.mt-lg-76,.my-lg-76{margin-top:76px!important}.mt-lg-80,.my-lg-80{margin-top:80px!important}.mt-lg-84,.my-lg-84{margin-top:84px!important}.mt-lg-88,.my-lg-88{margin-top:88px!important}.mt-lg-92,.my-lg-92{margin-top:92px!important}.mt-lg-96,.my-lg-96{margin-top:96px!important}.mt-lg-100,.my-lg-100{margin-top:100px!important}}@media(max-width: 1024px){.mt-md-auto{margin-top:auto!important}.mt-md-0,.my-md-0{margin-top:0!important}.mt-md-4,.my-md-4{margin-top:4px!important}.mt-md-8,.my-md-8{margin-top:8px!important}.mt-md-12,.my-md-12{margin-top:12px!important}.mt-md-16,.my-md-16{margin-top:16px!important}.mt-md-20,.my-md-20{margin-top:20px!important}.mt-md-24,.my-md-24{margin-top:24px!important}.mt-md-28,.my-md-28{margin-top:28px!important}.mt-md-32,.my-md-32{margin-top:32px!important}.mt-md-36,.my-md-36{margin-top:36px!important}.mt-md-40,.my-md-40{margin-top:40px!important}.mt-md-44,.my-md-44{margin-top:44px!important}.mt-md-48,.my-md-48{margin-top:48px!important}.mt-md-52,.my-md-52{margin-top:52px!important}.mt-md-56,.my-md-56{margin-top:56px!important}.mt-md-60,.my-md-60{margin-top:60px!important}.mt-md-64,.my-md-64{margin-top:64px!important}.mt-md-68,.my-md-68{margin-top:68px!important}.mt-md-72,.my-md-72{margin-top:72px!important}.mt-md-76,.my-md-76{margin-top:76px!important}.mt-md-80,.my-md-80{margin-top:80px!important}.mt-md-84,.my-md-84{margin-top:84px!important}.mt-md-88,.my-md-88{margin-top:88px!important}.mt-md-92,.my-md-92{margin-top:92px!important}.mt-md-96,.my-md-96{margin-top:96px!important}.mt-md-100,.my-md-100{margin-top:100px!important}}@media(max-width: 768px){.mt-sm-auto{margin-top:auto!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mt-sm-4,.my-sm-4{margin-top:4px!important}.mt-sm-8,.my-sm-8{margin-top:8px!important}.mt-sm-12,.my-sm-12{margin-top:12px!important}.mt-sm-16,.my-sm-16{margin-top:16px!important}.mt-sm-20,.my-sm-20{margin-top:20px!important}.mt-sm-24,.my-sm-24{margin-top:24px!important}.mt-sm-28,.my-sm-28{margin-top:28px!important}.mt-sm-32,.my-sm-32{margin-top:32px!important}.mt-sm-36,.my-sm-36{margin-top:36px!important}.mt-sm-40,.my-sm-40{margin-top:40px!important}.mt-sm-44,.my-sm-44{margin-top:44px!important}.mt-sm-48,.my-sm-48{margin-top:48px!important}.mt-sm-52,.my-sm-52{margin-top:52px!important}.mt-sm-56,.my-sm-56{margin-top:56px!important}.mt-sm-60,.my-sm-60{margin-top:60px!important}.mt-sm-64,.my-sm-64{margin-top:64px!important}.mt-sm-68,.my-sm-68{margin-top:68px!important}.mt-sm-72,.my-sm-72{margin-top:72px!important}.mt-sm-76,.my-sm-76{margin-top:76px!important}.mt-sm-80,.my-sm-80{margin-top:80px!important}.mt-sm-84,.my-sm-84{margin-top:84px!important}.mt-sm-88,.my-sm-88{margin-top:88px!important}.mt-sm-92,.my-sm-92{margin-top:92px!important}.mt-sm-96,.my-sm-96{margin-top:96px!important}.mt-sm-100,.my-sm-100{margin-top:100px!important}}@media(max-width: 480px){.mt-xs-auto{margin-top:auto!important}.mt-xs-0,.my-xs-0{margin-top:0!important}.mt-xs-4,.my-xs-4{margin-top:4px!important}.mt-xs-8,.my-xs-8{margin-top:8px!important}.mt-xs-12,.my-xs-12{margin-top:12px!important}.mt-xs-16,.my-xs-16{margin-top:16px!important}.mt-xs-20,.my-xs-20{margin-top:20px!important}.mt-xs-24,.my-xs-24{margin-top:24px!important}.mt-xs-28,.my-xs-28{margin-top:28px!important}.mt-xs-32,.my-xs-32{margin-top:32px!important}.mt-xs-36,.my-xs-36{margin-top:36px!important}.mt-xs-40,.my-xs-40{margin-top:40px!important}.mt-xs-44,.my-xs-44{margin-top:44px!important}.mt-xs-48,.my-xs-48{margin-top:48px!important}.mt-xs-52,.my-xs-52{margin-top:52px!important}.mt-xs-56,.my-xs-56{margin-top:56px!important}.mt-xs-60,.my-xs-60{margin-top:60px!important}.mt-xs-64,.my-xs-64{margin-top:64px!important}.mt-xs-68,.my-xs-68{margin-top:68px!important}.mt-xs-72,.my-xs-72{margin-top:72px!important}.mt-xs-76,.my-xs-76{margin-top:76px!important}.mt-xs-80,.my-xs-80{margin-top:80px!important}.mt-xs-84,.my-xs-84{margin-top:84px!important}.mt-xs-88,.my-xs-88{margin-top:88px!important}.mt-xs-92,.my-xs-92{margin-top:92px!important}.mt-xs-96,.my-xs-96{margin-top:96px!important}.mt-xs-100,.my-xs-100{margin-top:100px!important}}.mr-auto{margin-right:auto}.mr-0{margin-right:0!important}.mr-4{margin-right:4px!important}.mr-8{margin-right:8px!important}.mr-12{margin-right:12px!important}.mr-16{margin-right:16px!important}.mr-20{margin-right:20px!important}.mr-24{margin-right:24px!important}.mr-28{margin-right:28px!important}.mr-32{margin-right:32px!important}.mr-36{margin-right:36px!important}.mr-40{margin-right:40px!important}.mr-44{margin-right:44px!important}.mr-48{margin-right:48px!important}.mr-52{margin-right:52px!important}.mr-56{margin-right:56px!important}.mr-60{margin-right:60px!important}.mr-64{margin-right:64px!important}.mr-68{margin-right:68px!important}.mr-72{margin-right:72px!important}.mr-76{margin-right:76px!important}.mr-80{margin-right:80px!important}.mr-84{margin-right:84px!important}.mr-88{margin-right:88px!important}.mr-92{margin-right:92px!important}.mr-96{margin-right:96px!important}.mr-100{margin-right:100px!important}@media(max-width: 1450px){.mr-xl-auto{margin-right:auto!important}.mr-xl-0{margin-right:0!important}.mr-xl-4{margin-right:4px!important}.mr-xl-8{margin-right:8px!important}.mr-xl-12{margin-right:12px!important}.mr-xl-16{margin-right:16px!important}.mr-xl-20{margin-right:20px!important}.mr-xl-24{margin-right:24px!important}.mr-xl-28{margin-right:28px!important}.mr-xl-32{margin-right:32px!important}.mr-xl-36{margin-right:36px!important}.mr-xl-40{margin-right:40px!important}.mr-xl-44{margin-right:44px!important}.mr-xl-48{margin-right:48px!important}.mr-xl-52{margin-right:52px!important}.mr-xl-56{margin-right:56px!important}.mr-xl-60{margin-right:60px!important}.mr-xl-64{margin-right:64px!important}.mr-xl-68{margin-right:68px!important}.mr-xl-72{margin-right:72px!important}.mr-xl-76{margin-right:76px!important}.mr-xl-80{margin-right:80px!important}.mr-xl-84{margin-right:84px!important}.mr-xl-88{margin-right:88px!important}.mr-xl-92{margin-right:92px!important}.mr-xl-96{margin-right:96px!important}.mr-xl-100{margin-right:100px!important}}@media(max-width: 1230px){.mr-lg-auto{margin-right:auto!important}.mr-lg-0{margin-right:0!important}.mr-lg-4{margin-right:4px!important}.mr-lg-8{margin-right:8px!important}.mr-lg-12{margin-right:12px!important}.mr-lg-16{margin-right:16px!important}.mr-lg-20{margin-right:20px!important}.mr-lg-24{margin-right:24px!important}.mr-lg-28{margin-right:28px!important}.mr-lg-32{margin-right:32px!important}.mr-lg-36{margin-right:36px!important}.mr-lg-40{margin-right:40px!important}.mr-lg-44{margin-right:44px!important}.mr-lg-48{margin-right:48px!important}.mr-lg-52{margin-right:52px!important}.mr-lg-56{margin-right:56px!important}.mr-lg-60{margin-right:60px!important}.mr-lg-64{margin-right:64px!important}.mr-lg-68{margin-right:68px!important}.mr-lg-72{margin-right:72px!important}.mr-lg-76{margin-right:76px!important}.mr-lg-80{margin-right:80px!important}.mr-lg-84{margin-right:84px!important}.mr-lg-88{margin-right:88px!important}.mr-lg-92{margin-right:92px!important}.mr-lg-96{margin-right:96px!important}.mr-lg-100{margin-right:100px!important}}@media(max-width: 1024px){.mr-md-auto{margin-right:auto!important}.mr-md-0{margin-right:0!important}.mr-md-4{margin-right:4px!important}.mr-md-8{margin-right:8px!important}.mr-md-12{margin-right:12px!important}.mr-md-16{margin-right:16px!important}.mr-md-20{margin-right:20px!important}.mr-md-24{margin-right:24px!important}.mr-md-28{margin-right:28px!important}.mr-md-32{margin-right:32px!important}.mr-md-36{margin-right:36px!important}.mr-md-40{margin-right:40px!important}.mr-md-44{margin-right:44px!important}.mr-md-48{margin-right:48px!important}.mr-md-52{margin-right:52px!important}.mr-md-56{margin-right:56px!important}.mr-md-60{margin-right:60px!important}.mr-md-64{margin-right:64px!important}.mr-md-68{margin-right:68px!important}.mr-md-72{margin-right:72px!important}.mr-md-76{margin-right:76px!important}.mr-md-80{margin-right:80px!important}.mr-md-84{margin-right:84px!important}.mr-md-88{margin-right:88px!important}.mr-md-92{margin-right:92px!important}.mr-md-96{margin-right:96px!important}.mr-md-100{margin-right:100px!important}}@media(max-width: 768px){.mr-sm-auto{margin-right:auto!important}.mr-sm-0{margin-right:0!important}.mr-sm-4{margin-right:4px!important}.mr-sm-8{margin-right:8px!important}.mr-sm-12{margin-right:12px!important}.mr-sm-16{margin-right:16px!important}.mr-sm-20{margin-right:20px!important}.mr-sm-24{margin-right:24px!important}.mr-sm-28{margin-right:28px!important}.mr-sm-32{margin-right:32px!important}.mr-sm-36{margin-right:36px!important}.mr-sm-40{margin-right:40px!important}.mr-sm-44{margin-right:44px!important}.mr-sm-48{margin-right:48px!important}.mr-sm-52{margin-right:52px!important}.mr-sm-56{margin-right:56px!important}.mr-sm-60{margin-right:60px!important}.mr-sm-64{margin-right:64px!important}.mr-sm-68{margin-right:68px!important}.mr-sm-72{margin-right:72px!important}.mr-sm-76{margin-right:76px!important}.mr-sm-80{margin-right:80px!important}.mr-sm-84{margin-right:84px!important}.mr-sm-88{margin-right:88px!important}.mr-sm-92{margin-right:92px!important}.mr-sm-96{margin-right:96px!important}.mr-sm-100{margin-right:100px!important}}@media(max-width: 480px){.mr-xs-auto{margin-right:auto!important}.mr-xs-0{margin-right:0!important}.mr-xs-4{margin-right:4px!important}.mr-xs-8{margin-right:8px!important}.mr-xs-12{margin-right:12px!important}.mr-xs-16{margin-right:16px!important}.mr-xs-20{margin-right:20px!important}.mr-xs-24{margin-right:24px!important}.mr-xs-28{margin-right:28px!important}.mr-xs-32{margin-right:32px!important}.mr-xs-36{margin-right:36px!important}.mr-xs-40{margin-right:40px!important}.mr-xs-44{margin-right:44px!important}.mr-xs-48{margin-right:48px!important}.mr-xs-52{margin-right:52px!important}.mr-xs-56{margin-right:56px!important}.mr-xs-60{margin-right:60px!important}.mr-xs-64{margin-right:64px!important}.mr-xs-68{margin-right:68px!important}.mr-xs-72{margin-right:72px!important}.mr-xs-76{margin-right:76px!important}.mr-xs-80{margin-right:80px!important}.mr-xs-84{margin-right:84px!important}.mr-xs-88{margin-right:88px!important}.mr-xs-92{margin-right:92px!important}.mr-xs-96{margin-right:96px!important}.mr-xs-100{margin-right:100px!important}}.mb-auto{margin-bottom:auto}.mb-0,.my-0{margin-bottom:0!important}.mb-4,.my-4{margin-bottom:4px!important}.mb-8,.my-8{margin-bottom:8px!important}.mb-12,.my-12{margin-bottom:12px!important}.mb-16,.my-16{margin-bottom:16px!important}.mb-20,.my-20{margin-bottom:20px!important}.mb-24,.my-24{margin-bottom:24px!important}.mb-28,.my-28{margin-bottom:28px!important}.mb-32,.my-32{margin-bottom:32px!important}.mb-36,.my-36{margin-bottom:36px!important}.mb-40,.my-40{margin-bottom:40px!important}.mb-44,.my-44{margin-bottom:44px!important}.mb-48,.my-48{margin-bottom:48px!important}.mb-52,.my-52{margin-bottom:52px!important}.mb-56,.my-56{margin-bottom:56px!important}.mb-60,.my-60{margin-bottom:60px!important}.mb-64,.my-64{margin-bottom:64px!important}.mb-68,.my-68{margin-bottom:68px!important}.mb-72,.my-72{margin-bottom:72px!important}.mb-76,.my-76{margin-bottom:76px!important}.mb-80,.my-80{margin-bottom:80px!important}.mb-84,.my-84{margin-bottom:84px!important}.mb-88,.my-88{margin-bottom:88px!important}.mb-92,.my-92{margin-bottom:92px!important}.mb-96,.my-96{margin-bottom:96px!important}.mb-100,.my-100{margin-bottom:100px!important}@media(max-width: 1450px){.mb-xl-auto{margin-bottom:auto!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.mb-xl-4,.my-xl-4{margin-bottom:4px!important}.mb-xl-8,.my-xl-8{margin-bottom:8px!important}.mb-xl-12,.my-xl-12{margin-bottom:12px!important}.mb-xl-16,.my-xl-16{margin-bottom:16px!important}.mb-xl-20,.my-xl-20{margin-bottom:20px!important}.mb-xl-24,.my-xl-24{margin-bottom:24px!important}.mb-xl-28,.my-xl-28{margin-bottom:28px!important}.mb-xl-32,.my-xl-32{margin-bottom:32px!important}.mb-xl-36,.my-xl-36{margin-bottom:36px!important}.mb-xl-40,.my-xl-40{margin-bottom:40px!important}.mb-xl-44,.my-xl-44{margin-bottom:44px!important}.mb-xl-48,.my-xl-48{margin-bottom:48px!important}.mb-xl-52,.my-xl-52{margin-bottom:52px!important}.mb-xl-56,.my-xl-56{margin-bottom:56px!important}.mb-xl-60,.my-xl-60{margin-bottom:60px!important}.mb-xl-64,.my-xl-64{margin-bottom:64px!important}.mb-xl-68,.my-xl-68{margin-bottom:68px!important}.mb-xl-72,.my-xl-72{margin-bottom:72px!important}.mb-xl-76,.my-xl-76{margin-bottom:76px!important}.mb-xl-80,.my-xl-80{margin-bottom:80px!important}.mb-xl-84,.my-xl-84{margin-bottom:84px!important}.mb-xl-88,.my-xl-88{margin-bottom:88px!important}.mb-xl-92,.my-xl-92{margin-bottom:92px!important}.mb-xl-96,.my-xl-96{margin-bottom:96px!important}.mb-xl-100,.my-xl-100{margin-bottom:100px!important}}@media(max-width: 1230px){.mb-lg-auto{margin-bottom:auto!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.mb-lg-4,.my-lg-4{margin-bottom:4px!important}.mb-lg-8,.my-lg-8{margin-bottom:8px!important}.mb-lg-12,.my-lg-12{margin-bottom:12px!important}.mb-lg-16,.my-lg-16{margin-bottom:16px!important}.mb-lg-20,.my-lg-20{margin-bottom:20px!important}.mb-lg-24,.my-lg-24{margin-bottom:24px!important}.mb-lg-28,.my-lg-28{margin-bottom:28px!important}.mb-lg-32,.my-lg-32{margin-bottom:32px!important}.mb-lg-36,.my-lg-36{margin-bottom:36px!important}.mb-lg-40,.my-lg-40{margin-bottom:40px!important}.mb-lg-44,.my-lg-44{margin-bottom:44px!important}.mb-lg-48,.my-lg-48{margin-bottom:48px!important}.mb-lg-52,.my-lg-52{margin-bottom:52px!important}.mb-lg-56,.my-lg-56{margin-bottom:56px!important}.mb-lg-60,.my-lg-60{margin-bottom:60px!important}.mb-lg-64,.my-lg-64{margin-bottom:64px!important}.mb-lg-68,.my-lg-68{margin-bottom:68px!important}.mb-lg-72,.my-lg-72{margin-bottom:72px!important}.mb-lg-76,.my-lg-76{margin-bottom:76px!important}.mb-lg-80,.my-lg-80{margin-bottom:80px!important}.mb-lg-84,.my-lg-84{margin-bottom:84px!important}.mb-lg-88,.my-lg-88{margin-bottom:88px!important}.mb-lg-92,.my-lg-92{margin-bottom:92px!important}.mb-lg-96,.my-lg-96{margin-bottom:96px!important}.mb-lg-100,.my-lg-100{margin-bottom:100px!important}}@media(max-width: 1024px){.mb-md-auto{margin-bottom:auto!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.mb-md-4,.my-md-4{margin-bottom:4px!important}.mb-md-8,.my-md-8{margin-bottom:8px!important}.mb-md-12,.my-md-12{margin-bottom:12px!important}.mb-md-16,.my-md-16{margin-bottom:16px!important}.mb-md-20,.my-md-20{margin-bottom:20px!important}.mb-md-24,.my-md-24{margin-bottom:24px!important}.mb-md-28,.my-md-28{margin-bottom:28px!important}.mb-md-32,.my-md-32{margin-bottom:32px!important}.mb-md-36,.my-md-36{margin-bottom:36px!important}.mb-md-40,.my-md-40{margin-bottom:40px!important}.mb-md-44,.my-md-44{margin-bottom:44px!important}.mb-md-48,.my-md-48{margin-bottom:48px!important}.mb-md-52,.my-md-52{margin-bottom:52px!important}.mb-md-56,.my-md-56{margin-bottom:56px!important}.mb-md-60,.my-md-60{margin-bottom:60px!important}.mb-md-64,.my-md-64{margin-bottom:64px!important}.mb-md-68,.my-md-68{margin-bottom:68px!important}.mb-md-72,.my-md-72{margin-bottom:72px!important}.mb-md-76,.my-md-76{margin-bottom:76px!important}.mb-md-80,.my-md-80{margin-bottom:80px!important}.mb-md-84,.my-md-84{margin-bottom:84px!important}.mb-md-88,.my-md-88{margin-bottom:88px!important}.mb-md-92,.my-md-92{margin-bottom:92px!important}.mb-md-96,.my-md-96{margin-bottom:96px!important}.mb-md-100,.my-md-100{margin-bottom:100px!important}}@media(max-width: 768px){.mb-sm-auto{margin-bottom:auto!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.mb-sm-4,.my-sm-4{margin-bottom:4px!important}.mb-sm-8,.my-sm-8{margin-bottom:8px!important}.mb-sm-12,.my-sm-12{margin-bottom:12px!important}.mb-sm-16,.my-sm-16{margin-bottom:16px!important}.mb-sm-20,.my-sm-20{margin-bottom:20px!important}.mb-sm-24,.my-sm-24{margin-bottom:24px!important}.mb-sm-28,.my-sm-28{margin-bottom:28px!important}.mb-sm-32,.my-sm-32{margin-bottom:32px!important}.mb-sm-36,.my-sm-36{margin-bottom:36px!important}.mb-sm-40,.my-sm-40{margin-bottom:40px!important}.mb-sm-44,.my-sm-44{margin-bottom:44px!important}.mb-sm-48,.my-sm-48{margin-bottom:48px!important}.mb-sm-52,.my-sm-52{margin-bottom:52px!important}.mb-sm-56,.my-sm-56{margin-bottom:56px!important}.mb-sm-60,.my-sm-60{margin-bottom:60px!important}.mb-sm-64,.my-sm-64{margin-bottom:64px!important}.mb-sm-68,.my-sm-68{margin-bottom:68px!important}.mb-sm-72,.my-sm-72{margin-bottom:72px!important}.mb-sm-76,.my-sm-76{margin-bottom:76px!important}.mb-sm-80,.my-sm-80{margin-bottom:80px!important}.mb-sm-84,.my-sm-84{margin-bottom:84px!important}.mb-sm-88,.my-sm-88{margin-bottom:88px!important}.mb-sm-92,.my-sm-92{margin-bottom:92px!important}.mb-sm-96,.my-sm-96{margin-bottom:96px!important}.mb-sm-100,.my-sm-100{margin-bottom:100px!important}}@media(max-width: 480px){.mb-xs-auto{margin-bottom:auto!important}.mb-xs-0,.my-xs-0{margin-bottom:0!important}.mb-xs-4,.my-xs-4{margin-bottom:4px!important}.mb-xs-8,.my-xs-8{margin-bottom:8px!important}.mb-xs-12,.my-xs-12{margin-bottom:12px!important}.mb-xs-16,.my-xs-16{margin-bottom:16px!important}.mb-xs-20,.my-xs-20{margin-bottom:20px!important}.mb-xs-24,.my-xs-24{margin-bottom:24px!important}.mb-xs-28,.my-xs-28{margin-bottom:28px!important}.mb-xs-32,.my-xs-32{margin-bottom:32px!important}.mb-xs-36,.my-xs-36{margin-bottom:36px!important}.mb-xs-40,.my-xs-40{margin-bottom:40px!important}.mb-xs-44,.my-xs-44{margin-bottom:44px!important}.mb-xs-48,.my-xs-48{margin-bottom:48px!important}.mb-xs-52,.my-xs-52{margin-bottom:52px!important}.mb-xs-56,.my-xs-56{margin-bottom:56px!important}.mb-xs-60,.my-xs-60{margin-bottom:60px!important}.mb-xs-64,.my-xs-64{margin-bottom:64px!important}.mb-xs-68,.my-xs-68{margin-bottom:68px!important}.mb-xs-72,.my-xs-72{margin-bottom:72px!important}.mb-xs-76,.my-xs-76{margin-bottom:76px!important}.mb-xs-80,.my-xs-80{margin-bottom:80px!important}.mb-xs-84,.my-xs-84{margin-bottom:84px!important}.mb-xs-88,.my-xs-88{margin-bottom:88px!important}.mb-xs-92,.my-xs-92{margin-bottom:92px!important}.mb-xs-96,.my-xs-96{margin-bottom:96px!important}.mb-xs-100,.my-xs-100{margin-bottom:100px!important}}.ml-auto{margin-left:auto}.ml-0{margin-left:0!important}.ml-4{margin-left:4px!important}.ml-8{margin-left:8px!important}.ml-12{margin-left:12px!important}.ml-16{margin-left:16px!important}.ml-20{margin-left:20px!important}.ml-24{margin-left:24px!important}.ml-28{margin-left:28px!important}.ml-32{margin-left:32px!important}.ml-36{margin-left:36px!important}.ml-40{margin-left:40px!important}.ml-44{margin-left:44px!important}.ml-48{margin-left:48px!important}.ml-52{margin-left:52px!important}.ml-56{margin-left:56px!important}.ml-60{margin-left:60px!important}.ml-64{margin-left:64px!important}.ml-68{margin-left:68px!important}.ml-72{margin-left:72px!important}.ml-76{margin-left:76px!important}.ml-80{margin-left:80px!important}.ml-84{margin-left:84px!important}.ml-88{margin-left:88px!important}.ml-92{margin-left:92px!important}.ml-96{margin-left:96px!important}.ml-100{margin-left:100px!important}@media(max-width: 1450px){.ml-xl-auto{margin-left:auto!important}.ml-xl-0{margin-left:0!important}.ml-xl-4{margin-left:4px!important}.ml-xl-8{margin-left:8px!important}.ml-xl-12{margin-left:12px!important}.ml-xl-16{margin-left:16px!important}.ml-xl-20{margin-left:20px!important}.ml-xl-24{margin-left:24px!important}.ml-xl-28{margin-left:28px!important}.ml-xl-32{margin-left:32px!important}.ml-xl-36{margin-left:36px!important}.ml-xl-40{margin-left:40px!important}.ml-xl-44{margin-left:44px!important}.ml-xl-48{margin-left:48px!important}.ml-xl-52{margin-left:52px!important}.ml-xl-56{margin-left:56px!important}.ml-xl-60{margin-left:60px!important}.ml-xl-64{margin-left:64px!important}.ml-xl-68{margin-left:68px!important}.ml-xl-72{margin-left:72px!important}.ml-xl-76{margin-left:76px!important}.ml-xl-80{margin-left:80px!important}.ml-xl-84{margin-left:84px!important}.ml-xl-88{margin-left:88px!important}.ml-xl-92{margin-left:92px!important}.ml-xl-96{margin-left:96px!important}.ml-xl-100{margin-left:100px!important}}@media(max-width: 1230px){.ml-lg-auto{margin-left:auto!important}.ml-lg-0{margin-left:0!important}.ml-lg-4{margin-left:4px!important}.ml-lg-8{margin-left:8px!important}.ml-lg-12{margin-left:12px!important}.ml-lg-16{margin-left:16px!important}.ml-lg-20{margin-left:20px!important}.ml-lg-24{margin-left:24px!important}.ml-lg-28{margin-left:28px!important}.ml-lg-32{margin-left:32px!important}.ml-lg-36{margin-left:36px!important}.ml-lg-40{margin-left:40px!important}.ml-lg-44{margin-left:44px!important}.ml-lg-48{margin-left:48px!important}.ml-lg-52{margin-left:52px!important}.ml-lg-56{margin-left:56px!important}.ml-lg-60{margin-left:60px!important}.ml-lg-64{margin-left:64px!important}.ml-lg-68{margin-left:68px!important}.ml-lg-72{margin-left:72px!important}.ml-lg-76{margin-left:76px!important}.ml-lg-80{margin-left:80px!important}.ml-lg-84{margin-left:84px!important}.ml-lg-88{margin-left:88px!important}.ml-lg-92{margin-left:92px!important}.ml-lg-96{margin-left:96px!important}.ml-lg-100{margin-left:100px!important}}@media(max-width: 1024px){.ml-md-auto{margin-left:auto!important}.ml-md-0{margin-left:0!important}.ml-md-4{margin-left:4px!important}.ml-md-8{margin-left:8px!important}.ml-md-12{margin-left:12px!important}.ml-md-16{margin-left:16px!important}.ml-md-20{margin-left:20px!important}.ml-md-24{margin-left:24px!important}.ml-md-28{margin-left:28px!important}.ml-md-32{margin-left:32px!important}.ml-md-36{margin-left:36px!important}.ml-md-40{margin-left:40px!important}.ml-md-44{margin-left:44px!important}.ml-md-48{margin-left:48px!important}.ml-md-52{margin-left:52px!important}.ml-md-56{margin-left:56px!important}.ml-md-60{margin-left:60px!important}.ml-md-64{margin-left:64px!important}.ml-md-68{margin-left:68px!important}.ml-md-72{margin-left:72px!important}.ml-md-76{margin-left:76px!important}.ml-md-80{margin-left:80px!important}.ml-md-84{margin-left:84px!important}.ml-md-88{margin-left:88px!important}.ml-md-92{margin-left:92px!important}.ml-md-96{margin-left:96px!important}.ml-md-100{margin-left:100px!important}}@media(max-width: 768px){.ml-sm-auto{margin-left:auto!important}.ml-sm-0{margin-left:0!important}.ml-sm-4{margin-left:4px!important}.ml-sm-8{margin-left:8px!important}.ml-sm-12{margin-left:12px!important}.ml-sm-16{margin-left:16px!important}.ml-sm-20{margin-left:20px!important}.ml-sm-24{margin-left:24px!important}.ml-sm-28{margin-left:28px!important}.ml-sm-32{margin-left:32px!important}.ml-sm-36{margin-left:36px!important}.ml-sm-40{margin-left:40px!important}.ml-sm-44{margin-left:44px!important}.ml-sm-48{margin-left:48px!important}.ml-sm-52{margin-left:52px!important}.ml-sm-56{margin-left:56px!important}.ml-sm-60{margin-left:60px!important}.ml-sm-64{margin-left:64px!important}.ml-sm-68{margin-left:68px!important}.ml-sm-72{margin-left:72px!important}.ml-sm-76{margin-left:76px!important}.ml-sm-80{margin-left:80px!important}.ml-sm-84{margin-left:84px!important}.ml-sm-88{margin-left:88px!important}.ml-sm-92{margin-left:92px!important}.ml-sm-96{margin-left:96px!important}.ml-sm-100{margin-left:100px!important}}@media(max-width: 480px){.ml-xs-auto{margin-left:auto!important}.ml-xs-0{margin-left:0!important}.ml-xs-4{margin-left:4px!important}.ml-xs-8{margin-left:8px!important}.ml-xs-12{margin-left:12px!important}.ml-xs-16{margin-left:16px!important}.ml-xs-20{margin-left:20px!important}.ml-xs-24{margin-left:24px!important}.ml-xs-28{margin-left:28px!important}.ml-xs-32{margin-left:32px!important}.ml-xs-36{margin-left:36px!important}.ml-xs-40{margin-left:40px!important}.ml-xs-44{margin-left:44px!important}.ml-xs-48{margin-left:48px!important}.ml-xs-52{margin-left:52px!important}.ml-xs-56{margin-left:56px!important}.ml-xs-60{margin-left:60px!important}.ml-xs-64{margin-left:64px!important}.ml-xs-68{margin-left:68px!important}.ml-xs-72{margin-left:72px!important}.ml-xs-76{margin-left:76px!important}.ml-xs-80{margin-left:80px!important}.ml-xs-84{margin-left:84px!important}.ml-xs-88{margin-left:88px!important}.ml-xs-92{margin-left:92px!important}.ml-xs-96{margin-left:96px!important}.ml-xs-100{margin-left:100px!important}}.p-auto{padding:auto}.p-0{padding:0!important}.p-4{padding:4px!important}.p-8{padding:8px!important}.p-12{padding:12px!important}.p-16{padding:16px!important}.p-20{padding:20px!important}.p-24{padding:24px!important}.p-28{padding:28px!important}.p-32{padding:32px!important}.p-36{padding:36px!important}.p-40{padding:40px!important}.p-44{padding:44px!important}.p-48{padding:48px!important}.p-52{padding:52px!important}.p-56{padding:56px!important}.p-60{padding:60px!important}.p-64{padding:64px!important}.p-68{padding:68px!important}.p-72{padding:72px!important}.p-76{padding:76px!important}.p-80{padding:80px!important}.p-84{padding:84px!important}.p-88{padding:88px!important}.p-92{padding:92px!important}.p-96{padding:96px!important}.p-100{padding:100px!important}@media(max-width: 1450px){.p-xl-auto{padding:auto!important}.p-xl-0{padding:0!important}.p-xl-4{padding:4px!important}.p-xl-8{padding:8px!important}.p-xl-12{padding:12px!important}.p-xl-16{padding:16px!important}.p-xl-20{padding:20px!important}.p-xl-24{padding:24px!important}.p-xl-28{padding:28px!important}.p-xl-32{padding:32px!important}.p-xl-36{padding:36px!important}.p-xl-40{padding:40px!important}.p-xl-44{padding:44px!important}.p-xl-48{padding:48px!important}.p-xl-52{padding:52px!important}.p-xl-56{padding:56px!important}.p-xl-60{padding:60px!important}.p-xl-64{padding:64px!important}.p-xl-68{padding:68px!important}.p-xl-72{padding:72px!important}.p-xl-76{padding:76px!important}.p-xl-80{padding:80px!important}.p-xl-84{padding:84px!important}.p-xl-88{padding:88px!important}.p-xl-92{padding:92px!important}.p-xl-96{padding:96px!important}.p-xl-100{padding:100px!important}}@media(max-width: 1230px){.p-lg-auto{padding:auto!important}.p-lg-0{padding:0!important}.p-lg-4{padding:4px!important}.p-lg-8{padding:8px!important}.p-lg-12{padding:12px!important}.p-lg-16{padding:16px!important}.p-lg-20{padding:20px!important}.p-lg-24{padding:24px!important}.p-lg-28{padding:28px!important}.p-lg-32{padding:32px!important}.p-lg-36{padding:36px!important}.p-lg-40{padding:40px!important}.p-lg-44{padding:44px!important}.p-lg-48{padding:48px!important}.p-lg-52{padding:52px!important}.p-lg-56{padding:56px!important}.p-lg-60{padding:60px!important}.p-lg-64{padding:64px!important}.p-lg-68{padding:68px!important}.p-lg-72{padding:72px!important}.p-lg-76{padding:76px!important}.p-lg-80{padding:80px!important}.p-lg-84{padding:84px!important}.p-lg-88{padding:88px!important}.p-lg-92{padding:92px!important}.p-lg-96{padding:96px!important}.p-lg-100{padding:100px!important}}@media(max-width: 1024px){.p-md-auto{padding:auto!important}.p-md-0{padding:0!important}.p-md-4{padding:4px!important}.p-md-8{padding:8px!important}.p-md-12{padding:12px!important}.p-md-16{padding:16px!important}.p-md-20{padding:20px!important}.p-md-24{padding:24px!important}.p-md-28{padding:28px!important}.p-md-32{padding:32px!important}.p-md-36{padding:36px!important}.p-md-40{padding:40px!important}.p-md-44{padding:44px!important}.p-md-48{padding:48px!important}.p-md-52{padding:52px!important}.p-md-56{padding:56px!important}.p-md-60{padding:60px!important}.p-md-64{padding:64px!important}.p-md-68{padding:68px!important}.p-md-72{padding:72px!important}.p-md-76{padding:76px!important}.p-md-80{padding:80px!important}.p-md-84{padding:84px!important}.p-md-88{padding:88px!important}.p-md-92{padding:92px!important}.p-md-96{padding:96px!important}.p-md-100{padding:100px!important}}@media(max-width: 768px){.p-sm-auto{padding:auto!important}.p-sm-0{padding:0!important}.p-sm-4{padding:4px!important}.p-sm-8{padding:8px!important}.p-sm-12{padding:12px!important}.p-sm-16{padding:16px!important}.p-sm-20{padding:20px!important}.p-sm-24{padding:24px!important}.p-sm-28{padding:28px!important}.p-sm-32{padding:32px!important}.p-sm-36{padding:36px!important}.p-sm-40{padding:40px!important}.p-sm-44{padding:44px!important}.p-sm-48{padding:48px!important}.p-sm-52{padding:52px!important}.p-sm-56{padding:56px!important}.p-sm-60{padding:60px!important}.p-sm-64{padding:64px!important}.p-sm-68{padding:68px!important}.p-sm-72{padding:72px!important}.p-sm-76{padding:76px!important}.p-sm-80{padding:80px!important}.p-sm-84{padding:84px!important}.p-sm-88{padding:88px!important}.p-sm-92{padding:92px!important}.p-sm-96{padding:96px!important}.p-sm-100{padding:100px!important}}@media(max-width: 480px){.p-xs-auto{padding:auto!important}.p-xs-0{padding:0!important}.p-xs-4{padding:4px!important}.p-xs-8{padding:8px!important}.p-xs-12{padding:12px!important}.p-xs-16{padding:16px!important}.p-xs-20{padding:20px!important}.p-xs-24{padding:24px!important}.p-xs-28{padding:28px!important}.p-xs-32{padding:32px!important}.p-xs-36{padding:36px!important}.p-xs-40{padding:40px!important}.p-xs-44{padding:44px!important}.p-xs-48{padding:48px!important}.p-xs-52{padding:52px!important}.p-xs-56{padding:56px!important}.p-xs-60{padding:60px!important}.p-xs-64{padding:64px!important}.p-xs-68{padding:68px!important}.p-xs-72{padding:72px!important}.p-xs-76{padding:76px!important}.p-xs-80{padding:80px!important}.p-xs-84{padding:84px!important}.p-xs-88{padding:88px!important}.p-xs-92{padding:92px!important}.p-xs-96{padding:96px!important}.p-xs-100{padding:100px!important}}.pt-auto{padding-top:auto}.pt-0,.py-0{padding-top:0!important}.pt-4,.py-4{padding-top:4px!important}.pt-8,.py-8{padding-top:8px!important}.pt-12,.py-12{padding-top:12px!important}.pt-16,.py-16{padding-top:16px!important}.pt-20,.py-20{padding-top:20px!important}.pt-24,.py-24{padding-top:24px!important}.pt-28,.py-28{padding-top:28px!important}.pt-32,.py-32{padding-top:32px!important}.pt-36,.py-36{padding-top:36px!important}.pt-40,.py-40{padding-top:40px!important}.pt-44,.py-44{padding-top:44px!important}.pt-48,.py-48{padding-top:48px!important}.pt-52,.py-52{padding-top:52px!important}.pt-56,.py-56{padding-top:56px!important}.pt-60,.py-60{padding-top:60px!important}.pt-64,.py-64{padding-top:64px!important}.pt-68,.py-68{padding-top:68px!important}.pt-72,.py-72{padding-top:72px!important}.pt-76,.py-76{padding-top:76px!important}.pt-80,.py-80{padding-top:80px!important}.pt-84,.py-84{padding-top:84px!important}.pt-88,.py-88{padding-top:88px!important}.pt-92,.py-92{padding-top:92px!important}.pt-96,.py-96{padding-top:96px!important}.pt-100,.py-100{padding-top:100px!important}@media(max-width: 1450px){.pt-xl-auto{padding-top:auto!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pt-xl-4,.py-xl-4{padding-top:4px!important}.pt-xl-8,.py-xl-8{padding-top:8px!important}.pt-xl-12,.py-xl-12{padding-top:12px!important}.pt-xl-16,.py-xl-16{padding-top:16px!important}.pt-xl-20,.py-xl-20{padding-top:20px!important}.pt-xl-24,.py-xl-24{padding-top:24px!important}.pt-xl-28,.py-xl-28{padding-top:28px!important}.pt-xl-32,.py-xl-32{padding-top:32px!important}.pt-xl-36,.py-xl-36{padding-top:36px!important}.pt-xl-40,.py-xl-40{padding-top:40px!important}.pt-xl-44,.py-xl-44{padding-top:44px!important}.pt-xl-48,.py-xl-48{padding-top:48px!important}.pt-xl-52,.py-xl-52{padding-top:52px!important}.pt-xl-56,.py-xl-56{padding-top:56px!important}.pt-xl-60,.py-xl-60{padding-top:60px!important}.pt-xl-64,.py-xl-64{padding-top:64px!important}.pt-xl-68,.py-xl-68{padding-top:68px!important}.pt-xl-72,.py-xl-72{padding-top:72px!important}.pt-xl-76,.py-xl-76{padding-top:76px!important}.pt-xl-80,.py-xl-80{padding-top:80px!important}.pt-xl-84,.py-xl-84{padding-top:84px!important}.pt-xl-88,.py-xl-88{padding-top:88px!important}.pt-xl-92,.py-xl-92{padding-top:92px!important}.pt-xl-96,.py-xl-96{padding-top:96px!important}.pt-xl-100,.py-xl-100{padding-top:100px!important}}@media(max-width: 1230px){.pt-lg-auto{padding-top:auto!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pt-lg-4,.py-lg-4{padding-top:4px!important}.pt-lg-8,.py-lg-8{padding-top:8px!important}.pt-lg-12,.py-lg-12{padding-top:12px!important}.pt-lg-16,.py-lg-16{padding-top:16px!important}.pt-lg-20,.py-lg-20{padding-top:20px!important}.pt-lg-24,.py-lg-24{padding-top:24px!important}.pt-lg-28,.py-lg-28{padding-top:28px!important}.pt-lg-32,.py-lg-32{padding-top:32px!important}.pt-lg-36,.py-lg-36{padding-top:36px!important}.pt-lg-40,.py-lg-40{padding-top:40px!important}.pt-lg-44,.py-lg-44{padding-top:44px!important}.pt-lg-48,.py-lg-48{padding-top:48px!important}.pt-lg-52,.py-lg-52{padding-top:52px!important}.pt-lg-56,.py-lg-56{padding-top:56px!important}.pt-lg-60,.py-lg-60{padding-top:60px!important}.pt-lg-64,.py-lg-64{padding-top:64px!important}.pt-lg-68,.py-lg-68{padding-top:68px!important}.pt-lg-72,.py-lg-72{padding-top:72px!important}.pt-lg-76,.py-lg-76{padding-top:76px!important}.pt-lg-80,.py-lg-80{padding-top:80px!important}.pt-lg-84,.py-lg-84{padding-top:84px!important}.pt-lg-88,.py-lg-88{padding-top:88px!important}.pt-lg-92,.py-lg-92{padding-top:92px!important}.pt-lg-96,.py-lg-96{padding-top:96px!important}.pt-lg-100,.py-lg-100{padding-top:100px!important}}@media(max-width: 1024px){.pt-md-auto{padding-top:auto!important}.pt-md-0,.py-md-0{padding-top:0!important}.pt-md-4,.py-md-4{padding-top:4px!important}.pt-md-8,.py-md-8{padding-top:8px!important}.pt-md-12,.py-md-12{padding-top:12px!important}.pt-md-16,.py-md-16{padding-top:16px!important}.pt-md-20,.py-md-20{padding-top:20px!important}.pt-md-24,.py-md-24{padding-top:24px!important}.pt-md-28,.py-md-28{padding-top:28px!important}.pt-md-32,.py-md-32{padding-top:32px!important}.pt-md-36,.py-md-36{padding-top:36px!important}.pt-md-40,.py-md-40{padding-top:40px!important}.pt-md-44,.py-md-44{padding-top:44px!important}.pt-md-48,.py-md-48{padding-top:48px!important}.pt-md-52,.py-md-52{padding-top:52px!important}.pt-md-56,.py-md-56{padding-top:56px!important}.pt-md-60,.py-md-60{padding-top:60px!important}.pt-md-64,.py-md-64{padding-top:64px!important}.pt-md-68,.py-md-68{padding-top:68px!important}.pt-md-72,.py-md-72{padding-top:72px!important}.pt-md-76,.py-md-76{padding-top:76px!important}.pt-md-80,.py-md-80{padding-top:80px!important}.pt-md-84,.py-md-84{padding-top:84px!important}.pt-md-88,.py-md-88{padding-top:88px!important}.pt-md-92,.py-md-92{padding-top:92px!important}.pt-md-96,.py-md-96{padding-top:96px!important}.pt-md-100,.py-md-100{padding-top:100px!important}}@media(max-width: 768px){.pt-sm-auto{padding-top:auto!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pt-sm-4,.py-sm-4{padding-top:4px!important}.pt-sm-8,.py-sm-8{padding-top:8px!important}.pt-sm-12,.py-sm-12{padding-top:12px!important}.pt-sm-16,.py-sm-16{padding-top:16px!important}.pt-sm-20,.py-sm-20{padding-top:20px!important}.pt-sm-24,.py-sm-24{padding-top:24px!important}.pt-sm-28,.py-sm-28{padding-top:28px!important}.pt-sm-32,.py-sm-32{padding-top:32px!important}.pt-sm-36,.py-sm-36{padding-top:36px!important}.pt-sm-40,.py-sm-40{padding-top:40px!important}.pt-sm-44,.py-sm-44{padding-top:44px!important}.pt-sm-48,.py-sm-48{padding-top:48px!important}.pt-sm-52,.py-sm-52{padding-top:52px!important}.pt-sm-56,.py-sm-56{padding-top:56px!important}.pt-sm-60,.py-sm-60{padding-top:60px!important}.pt-sm-64,.py-sm-64{padding-top:64px!important}.pt-sm-68,.py-sm-68{padding-top:68px!important}.pt-sm-72,.py-sm-72{padding-top:72px!important}.pt-sm-76,.py-sm-76{padding-top:76px!important}.pt-sm-80,.py-sm-80{padding-top:80px!important}.pt-sm-84,.py-sm-84{padding-top:84px!important}.pt-sm-88,.py-sm-88{padding-top:88px!important}.pt-sm-92,.py-sm-92{padding-top:92px!important}.pt-sm-96,.py-sm-96{padding-top:96px!important}.pt-sm-100,.py-sm-100{padding-top:100px!important}}@media(max-width: 480px){.pt-xs-auto{padding-top:auto!important}.pt-xs-0,.py-xs-0{padding-top:0!important}.pt-xs-4,.py-xs-4{padding-top:4px!important}.pt-xs-8,.py-xs-8{padding-top:8px!important}.pt-xs-12,.py-xs-12{padding-top:12px!important}.pt-xs-16,.py-xs-16{padding-top:16px!important}.pt-xs-20,.py-xs-20{padding-top:20px!important}.pt-xs-24,.py-xs-24{padding-top:24px!important}.pt-xs-28,.py-xs-28{padding-top:28px!important}.pt-xs-32,.py-xs-32{padding-top:32px!important}.pt-xs-36,.py-xs-36{padding-top:36px!important}.pt-xs-40,.py-xs-40{padding-top:40px!important}.pt-xs-44,.py-xs-44{padding-top:44px!important}.pt-xs-48,.py-xs-48{padding-top:48px!important}.pt-xs-52,.py-xs-52{padding-top:52px!important}.pt-xs-56,.py-xs-56{padding-top:56px!important}.pt-xs-60,.py-xs-60{padding-top:60px!important}.pt-xs-64,.py-xs-64{padding-top:64px!important}.pt-xs-68,.py-xs-68{padding-top:68px!important}.pt-xs-72,.py-xs-72{padding-top:72px!important}.pt-xs-76,.py-xs-76{padding-top:76px!important}.pt-xs-80,.py-xs-80{padding-top:80px!important}.pt-xs-84,.py-xs-84{padding-top:84px!important}.pt-xs-88,.py-xs-88{padding-top:88px!important}.pt-xs-92,.py-xs-92{padding-top:92px!important}.pt-xs-96,.py-xs-96{padding-top:96px!important}.pt-xs-100,.py-xs-100{padding-top:100px!important}}.pr-auto{padding-right:auto}.pr-0{padding-right:0!important}.pr-4{padding-right:4px!important}.pr-8{padding-right:8px!important}.pr-12{padding-right:12px!important}.pr-16{padding-right:16px!important}.pr-20{padding-right:20px!important}.pr-24{padding-right:24px!important}.pr-28{padding-right:28px!important}.pr-32{padding-right:32px!important}.pr-36{padding-right:36px!important}.pr-40{padding-right:40px!important}.pr-44{padding-right:44px!important}.pr-48{padding-right:48px!important}.pr-52{padding-right:52px!important}.pr-56{padding-right:56px!important}.pr-60{padding-right:60px!important}.pr-64{padding-right:64px!important}.pr-68{padding-right:68px!important}.pr-72{padding-right:72px!important}.pr-76{padding-right:76px!important}.pr-80{padding-right:80px!important}.pr-84{padding-right:84px!important}.pr-88{padding-right:88px!important}.pr-92{padding-right:92px!important}.pr-96{padding-right:96px!important}.pr-100{padding-right:100px!important}@media(max-width: 1450px){.pr-xl-auto{padding-right:auto!important}.pr-xl-0{padding-right:0!important}.pr-xl-4{padding-right:4px!important}.pr-xl-8{padding-right:8px!important}.pr-xl-12{padding-right:12px!important}.pr-xl-16{padding-right:16px!important}.pr-xl-20{padding-right:20px!important}.pr-xl-24{padding-right:24px!important}.pr-xl-28{padding-right:28px!important}.pr-xl-32{padding-right:32px!important}.pr-xl-36{padding-right:36px!important}.pr-xl-40{padding-right:40px!important}.pr-xl-44{padding-right:44px!important}.pr-xl-48{padding-right:48px!important}.pr-xl-52{padding-right:52px!important}.pr-xl-56{padding-right:56px!important}.pr-xl-60{padding-right:60px!important}.pr-xl-64{padding-right:64px!important}.pr-xl-68{padding-right:68px!important}.pr-xl-72{padding-right:72px!important}.pr-xl-76{padding-right:76px!important}.pr-xl-80{padding-right:80px!important}.pr-xl-84{padding-right:84px!important}.pr-xl-88{padding-right:88px!important}.pr-xl-92{padding-right:92px!important}.pr-xl-96{padding-right:96px!important}.pr-xl-100{padding-right:100px!important}}@media(max-width: 1230px){.pr-lg-auto{padding-right:auto!important}.pr-lg-0{padding-right:0!important}.pr-lg-4{padding-right:4px!important}.pr-lg-8{padding-right:8px!important}.pr-lg-12{padding-right:12px!important}.pr-lg-16{padding-right:16px!important}.pr-lg-20{padding-right:20px!important}.pr-lg-24{padding-right:24px!important}.pr-lg-28{padding-right:28px!important}.pr-lg-32{padding-right:32px!important}.pr-lg-36{padding-right:36px!important}.pr-lg-40{padding-right:40px!important}.pr-lg-44{padding-right:44px!important}.pr-lg-48{padding-right:48px!important}.pr-lg-52{padding-right:52px!important}.pr-lg-56{padding-right:56px!important}.pr-lg-60{padding-right:60px!important}.pr-lg-64{padding-right:64px!important}.pr-lg-68{padding-right:68px!important}.pr-lg-72{padding-right:72px!important}.pr-lg-76{padding-right:76px!important}.pr-lg-80{padding-right:80px!important}.pr-lg-84{padding-right:84px!important}.pr-lg-88{padding-right:88px!important}.pr-lg-92{padding-right:92px!important}.pr-lg-96{padding-right:96px!important}.pr-lg-100{padding-right:100px!important}}@media(max-width: 1024px){.pr-md-auto{padding-right:auto!important}.pr-md-0{padding-right:0!important}.pr-md-4{padding-right:4px!important}.pr-md-8{padding-right:8px!important}.pr-md-12{padding-right:12px!important}.pr-md-16{padding-right:16px!important}.pr-md-20{padding-right:20px!important}.pr-md-24{padding-right:24px!important}.pr-md-28{padding-right:28px!important}.pr-md-32{padding-right:32px!important}.pr-md-36{padding-right:36px!important}.pr-md-40{padding-right:40px!important}.pr-md-44{padding-right:44px!important}.pr-md-48{padding-right:48px!important}.pr-md-52{padding-right:52px!important}.pr-md-56{padding-right:56px!important}.pr-md-60{padding-right:60px!important}.pr-md-64{padding-right:64px!important}.pr-md-68{padding-right:68px!important}.pr-md-72{padding-right:72px!important}.pr-md-76{padding-right:76px!important}.pr-md-80{padding-right:80px!important}.pr-md-84{padding-right:84px!important}.pr-md-88{padding-right:88px!important}.pr-md-92{padding-right:92px!important}.pr-md-96{padding-right:96px!important}.pr-md-100{padding-right:100px!important}}@media(max-width: 768px){.pr-sm-auto{padding-right:auto!important}.pr-sm-0{padding-right:0!important}.pr-sm-4{padding-right:4px!important}.pr-sm-8{padding-right:8px!important}.pr-sm-12{padding-right:12px!important}.pr-sm-16{padding-right:16px!important}.pr-sm-20{padding-right:20px!important}.pr-sm-24{padding-right:24px!important}.pr-sm-28{padding-right:28px!important}.pr-sm-32{padding-right:32px!important}.pr-sm-36{padding-right:36px!important}.pr-sm-40{padding-right:40px!important}.pr-sm-44{padding-right:44px!important}.pr-sm-48{padding-right:48px!important}.pr-sm-52{padding-right:52px!important}.pr-sm-56{padding-right:56px!important}.pr-sm-60{padding-right:60px!important}.pr-sm-64{padding-right:64px!important}.pr-sm-68{padding-right:68px!important}.pr-sm-72{padding-right:72px!important}.pr-sm-76{padding-right:76px!important}.pr-sm-80{padding-right:80px!important}.pr-sm-84{padding-right:84px!important}.pr-sm-88{padding-right:88px!important}.pr-sm-92{padding-right:92px!important}.pr-sm-96{padding-right:96px!important}.pr-sm-100{padding-right:100px!important}}@media(max-width: 480px){.pr-xs-auto{padding-right:auto!important}.pr-xs-0{padding-right:0!important}.pr-xs-4{padding-right:4px!important}.pr-xs-8{padding-right:8px!important}.pr-xs-12{padding-right:12px!important}.pr-xs-16{padding-right:16px!important}.pr-xs-20{padding-right:20px!important}.pr-xs-24{padding-right:24px!important}.pr-xs-28{padding-right:28px!important}.pr-xs-32{padding-right:32px!important}.pr-xs-36{padding-right:36px!important}.pr-xs-40{padding-right:40px!important}.pr-xs-44{padding-right:44px!important}.pr-xs-48{padding-right:48px!important}.pr-xs-52{padding-right:52px!important}.pr-xs-56{padding-right:56px!important}.pr-xs-60{padding-right:60px!important}.pr-xs-64{padding-right:64px!important}.pr-xs-68{padding-right:68px!important}.pr-xs-72{padding-right:72px!important}.pr-xs-76{padding-right:76px!important}.pr-xs-80{padding-right:80px!important}.pr-xs-84{padding-right:84px!important}.pr-xs-88{padding-right:88px!important}.pr-xs-92{padding-right:92px!important}.pr-xs-96{padding-right:96px!important}.pr-xs-100{padding-right:100px!important}}.pb-auto{padding-bottom:auto}.pb-0,.py-0{padding-bottom:0!important}.pb-4,.py-4{padding-bottom:4px!important}.pb-8,.py-8{padding-bottom:8px!important}.pb-12,.py-12{padding-bottom:12px!important}.pb-16,.py-16{padding-bottom:16px!important}.pb-20,.py-20{padding-bottom:20px!important}.pb-24,.py-24{padding-bottom:24px!important}.pb-28,.py-28{padding-bottom:28px!important}.pb-32,.py-32{padding-bottom:32px!important}.pb-36,.py-36{padding-bottom:36px!important}.pb-40,.py-40{padding-bottom:40px!important}.pb-44,.py-44{padding-bottom:44px!important}.pb-48,.py-48{padding-bottom:48px!important}.pb-52,.py-52{padding-bottom:52px!important}.pb-56,.py-56{padding-bottom:56px!important}.pb-60,.py-60{padding-bottom:60px!important}.pb-64,.py-64{padding-bottom:64px!important}.pb-68,.py-68{padding-bottom:68px!important}.pb-72,.py-72{padding-bottom:72px!important}.pb-76,.py-76{padding-bottom:76px!important}.pb-80,.py-80{padding-bottom:80px!important}.pb-84,.py-84{padding-bottom:84px!important}.pb-88,.py-88{padding-bottom:88px!important}.pb-92,.py-92{padding-bottom:92px!important}.pb-96,.py-96{padding-bottom:96px!important}.pb-100,.py-100{padding-bottom:100px!important}@media(max-width: 1450px){.pb-xl-auto{padding-bottom:auto!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pb-xl-4,.py-xl-4{padding-bottom:4px!important}.pb-xl-8,.py-xl-8{padding-bottom:8px!important}.pb-xl-12,.py-xl-12{padding-bottom:12px!important}.pb-xl-16,.py-xl-16{padding-bottom:16px!important}.pb-xl-20,.py-xl-20{padding-bottom:20px!important}.pb-xl-24,.py-xl-24{padding-bottom:24px!important}.pb-xl-28,.py-xl-28{padding-bottom:28px!important}.pb-xl-32,.py-xl-32{padding-bottom:32px!important}.pb-xl-36,.py-xl-36{padding-bottom:36px!important}.pb-xl-40,.py-xl-40{padding-bottom:40px!important}.pb-xl-44,.py-xl-44{padding-bottom:44px!important}.pb-xl-48,.py-xl-48{padding-bottom:48px!important}.pb-xl-52,.py-xl-52{padding-bottom:52px!important}.pb-xl-56,.py-xl-56{padding-bottom:56px!important}.pb-xl-60,.py-xl-60{padding-bottom:60px!important}.pb-xl-64,.py-xl-64{padding-bottom:64px!important}.pb-xl-68,.py-xl-68{padding-bottom:68px!important}.pb-xl-72,.py-xl-72{padding-bottom:72px!important}.pb-xl-76,.py-xl-76{padding-bottom:76px!important}.pb-xl-80,.py-xl-80{padding-bottom:80px!important}.pb-xl-84,.py-xl-84{padding-bottom:84px!important}.pb-xl-88,.py-xl-88{padding-bottom:88px!important}.pb-xl-92,.py-xl-92{padding-bottom:92px!important}.pb-xl-96,.py-xl-96{padding-bottom:96px!important}.pb-xl-100,.py-xl-100{padding-bottom:100px!important}}@media(max-width: 1230px){.pb-lg-auto{padding-bottom:auto!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pb-lg-4,.py-lg-4{padding-bottom:4px!important}.pb-lg-8,.py-lg-8{padding-bottom:8px!important}.pb-lg-12,.py-lg-12{padding-bottom:12px!important}.pb-lg-16,.py-lg-16{padding-bottom:16px!important}.pb-lg-20,.py-lg-20{padding-bottom:20px!important}.pb-lg-24,.py-lg-24{padding-bottom:24px!important}.pb-lg-28,.py-lg-28{padding-bottom:28px!important}.pb-lg-32,.py-lg-32{padding-bottom:32px!important}.pb-lg-36,.py-lg-36{padding-bottom:36px!important}.pb-lg-40,.py-lg-40{padding-bottom:40px!important}.pb-lg-44,.py-lg-44{padding-bottom:44px!important}.pb-lg-48,.py-lg-48{padding-bottom:48px!important}.pb-lg-52,.py-lg-52{padding-bottom:52px!important}.pb-lg-56,.py-lg-56{padding-bottom:56px!important}.pb-lg-60,.py-lg-60{padding-bottom:60px!important}.pb-lg-64,.py-lg-64{padding-bottom:64px!important}.pb-lg-68,.py-lg-68{padding-bottom:68px!important}.pb-lg-72,.py-lg-72{padding-bottom:72px!important}.pb-lg-76,.py-lg-76{padding-bottom:76px!important}.pb-lg-80,.py-lg-80{padding-bottom:80px!important}.pb-lg-84,.py-lg-84{padding-bottom:84px!important}.pb-lg-88,.py-lg-88{padding-bottom:88px!important}.pb-lg-92,.py-lg-92{padding-bottom:92px!important}.pb-lg-96,.py-lg-96{padding-bottom:96px!important}.pb-lg-100,.py-lg-100{padding-bottom:100px!important}}@media(max-width: 1024px){.pb-md-auto{padding-bottom:auto!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pb-md-4,.py-md-4{padding-bottom:4px!important}.pb-md-8,.py-md-8{padding-bottom:8px!important}.pb-md-12,.py-md-12{padding-bottom:12px!important}.pb-md-16,.py-md-16{padding-bottom:16px!important}.pb-md-20,.py-md-20{padding-bottom:20px!important}.pb-md-24,.py-md-24{padding-bottom:24px!important}.pb-md-28,.py-md-28{padding-bottom:28px!important}.pb-md-32,.py-md-32{padding-bottom:32px!important}.pb-md-36,.py-md-36{padding-bottom:36px!important}.pb-md-40,.py-md-40{padding-bottom:40px!important}.pb-md-44,.py-md-44{padding-bottom:44px!important}.pb-md-48,.py-md-48{padding-bottom:48px!important}.pb-md-52,.py-md-52{padding-bottom:52px!important}.pb-md-56,.py-md-56{padding-bottom:56px!important}.pb-md-60,.py-md-60{padding-bottom:60px!important}.pb-md-64,.py-md-64{padding-bottom:64px!important}.pb-md-68,.py-md-68{padding-bottom:68px!important}.pb-md-72,.py-md-72{padding-bottom:72px!important}.pb-md-76,.py-md-76{padding-bottom:76px!important}.pb-md-80,.py-md-80{padding-bottom:80px!important}.pb-md-84,.py-md-84{padding-bottom:84px!important}.pb-md-88,.py-md-88{padding-bottom:88px!important}.pb-md-92,.py-md-92{padding-bottom:92px!important}.pb-md-96,.py-md-96{padding-bottom:96px!important}.pb-md-100,.py-md-100{padding-bottom:100px!important}}@media(max-width: 768px){.pb-sm-auto{padding-bottom:auto!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pb-sm-4,.py-sm-4{padding-bottom:4px!important}.pb-sm-8,.py-sm-8{padding-bottom:8px!important}.pb-sm-12,.py-sm-12{padding-bottom:12px!important}.pb-sm-16,.py-sm-16{padding-bottom:16px!important}.pb-sm-20,.py-sm-20{padding-bottom:20px!important}.pb-sm-24,.py-sm-24{padding-bottom:24px!important}.pb-sm-28,.py-sm-28{padding-bottom:28px!important}.pb-sm-32,.py-sm-32{padding-bottom:32px!important}.pb-sm-36,.py-sm-36{padding-bottom:36px!important}.pb-sm-40,.py-sm-40{padding-bottom:40px!important}.pb-sm-44,.py-sm-44{padding-bottom:44px!important}.pb-sm-48,.py-sm-48{padding-bottom:48px!important}.pb-sm-52,.py-sm-52{padding-bottom:52px!important}.pb-sm-56,.py-sm-56{padding-bottom:56px!important}.pb-sm-60,.py-sm-60{padding-bottom:60px!important}.pb-sm-64,.py-sm-64{padding-bottom:64px!important}.pb-sm-68,.py-sm-68{padding-bottom:68px!important}.pb-sm-72,.py-sm-72{padding-bottom:72px!important}.pb-sm-76,.py-sm-76{padding-bottom:76px!important}.pb-sm-80,.py-sm-80{padding-bottom:80px!important}.pb-sm-84,.py-sm-84{padding-bottom:84px!important}.pb-sm-88,.py-sm-88{padding-bottom:88px!important}.pb-sm-92,.py-sm-92{padding-bottom:92px!important}.pb-sm-96,.py-sm-96{padding-bottom:96px!important}.pb-sm-100,.py-sm-100{padding-bottom:100px!important}}@media(max-width: 480px){.pb-xs-auto{padding-bottom:auto!important}.pb-xs-0,.py-xs-0{padding-bottom:0!important}.pb-xs-4,.py-xs-4{padding-bottom:4px!important}.pb-xs-8,.py-xs-8{padding-bottom:8px!important}.pb-xs-12,.py-xs-12{padding-bottom:12px!important}.pb-xs-16,.py-xs-16{padding-bottom:16px!important}.pb-xs-20,.py-xs-20{padding-bottom:20px!important}.pb-xs-24,.py-xs-24{padding-bottom:24px!important}.pb-xs-28,.py-xs-28{padding-bottom:28px!important}.pb-xs-32,.py-xs-32{padding-bottom:32px!important}.pb-xs-36,.py-xs-36{padding-bottom:36px!important}.pb-xs-40,.py-xs-40{padding-bottom:40px!important}.pb-xs-44,.py-xs-44{padding-bottom:44px!important}.pb-xs-48,.py-xs-48{padding-bottom:48px!important}.pb-xs-52,.py-xs-52{padding-bottom:52px!important}.pb-xs-56,.py-xs-56{padding-bottom:56px!important}.pb-xs-60,.py-xs-60{padding-bottom:60px!important}.pb-xs-64,.py-xs-64{padding-bottom:64px!important}.pb-xs-68,.py-xs-68{padding-bottom:68px!important}.pb-xs-72,.py-xs-72{padding-bottom:72px!important}.pb-xs-76,.py-xs-76{padding-bottom:76px!important}.pb-xs-80,.py-xs-80{padding-bottom:80px!important}.pb-xs-84,.py-xs-84{padding-bottom:84px!important}.pb-xs-88,.py-xs-88{padding-bottom:88px!important}.pb-xs-92,.py-xs-92{padding-bottom:92px!important}.pb-xs-96,.py-xs-96{padding-bottom:96px!important}.pb-xs-100,.py-xs-100{padding-bottom:100px!important}}.pl-auto{padding-left:auto}.pl-0{padding-left:0!important}.pl-4{padding-left:4px!important}.pl-8{padding-left:8px!important}.pl-12{padding-left:12px!important}.pl-16{padding-left:16px!important}.pl-20{padding-left:20px!important}.pl-24{padding-left:24px!important}.pl-28{padding-left:28px!important}.pl-32{padding-left:32px!important}.pl-36{padding-left:36px!important}.pl-40{padding-left:40px!important}.pl-44{padding-left:44px!important}.pl-48{padding-left:48px!important}.pl-52{padding-left:52px!important}.pl-56{padding-left:56px!important}.pl-60{padding-left:60px!important}.pl-64{padding-left:64px!important}.pl-68{padding-left:68px!important}.pl-72{padding-left:72px!important}.pl-76{padding-left:76px!important}.pl-80{padding-left:80px!important}.pl-84{padding-left:84px!important}.pl-88{padding-left:88px!important}.pl-92{padding-left:92px!important}.pl-96{padding-left:96px!important}.pl-100{padding-left:100px!important}

.vt-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gt-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.for-table {
  display: none;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.color-primary {
  color: var(--color-primary);
}

:root {
  --column: 10;
  --air-l: 30px;
  --air-b: 20px;
}

.bCols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
}

.bCols__col {
  max-width: 30%;
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
}

.col {
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
}

.col-1 {
  width: calc(100% / 12 * 1);
}

.col-2 {
  width: calc(100% / 12 * 2);
}

.col-3 {
  width: calc(100% / 12 * 3);
}

.col-4 {
  width: calc(100% / 12 * 4);
}

.col-5 {
  width: calc(100% / 12 * 5);
}

.col-6 {
  width: calc(100% / 12 * 6);
}

.col-7 {
  width: calc(100% / 12 * 7);
}

.col-8 {
  width: calc(100% / 12 * 8);
}

.col-9 {
  width: calc(100% / 12 * 9);
}

.col-10 {
  width: calc(100% / 12 * 10);
}

.col-11 {
  width: calc(100% / 12 * 11);
}

.col-12 {
  width: calc(100% / 12 * 12);
}

.content-wrap {
  padding: 4rem 0 4.6rem;
}

.content-wrap h1 {
  margin-bottom: 65px;
}

.bread-crumb + .content-wrap {
  padding-top: 48px;
}

/*section*/

.section {
  padding: 60px 0;
}

.section__title {
  margin-bottom: 65px;
}

.section__btn {
  --height: 72px;
  margin: 80px auto 0;
  padding: 0 2.33333em;
}

html,
body {
  font-family: var(--fm-1);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text);
  scrollbar-color: var(--scroll-thumb-color) var(--scroll-bar-color);
  /* «цвет ползунка» «цвет полосы скроллбара» */
  scrollbar-width: thin;
  /* толщина */
}

::-webkit-scrollbar {
  width: 0.8rem;
  background-color: var(--scroll-bar-color);
}

::-webkit-scrollbar-thumb {
  background-color: var(--scroll-thumb-color);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--scroll-thumb-color-hover);
}

.body {
  height: 1px;
  min-height: 100vh;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

/*--------------------------------Common--------------------------------*/

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1170px;
}

a[href*="tel:"],
a[href*="mailto:"] {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

a[href*="tel:"]:hover,
a[href*="mailto:"]:hover {
  color: var(--color-primary);
}

.title-1 span,
.title-2 span {
    color: var(--basick-black);
  padding-left: 0.5em;
  border-left: 0.30556em solid var(--color-secondary);
}

.title-1 {
  font-size: 36px;
  line-height: 1.22222;
  text-transform: uppercase;
  text-align: center;
}

.title-2 {
  font-size: 32px;
  line-height: 1.21875;
}

.title-3 {
    color: var(--basick-black);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.20833;
  text-transform: uppercase;
  text-align: center;
}
.title-3-color{
    color: var(--basick-black);
}

.text {
  font-size: 18px;
  line-height: 1.45833;
}

.text--lg {
  font-size: 24px;
  line-height: 1.45833;
}

/*accardion*/

.accardion {
  margin: 0 auto;
  max-width: 575px;
}

.accardion__item {
  background-color: #fff;
  font-size: 16px;
  border: 1px solid #eeeeee;
  border-bottom: none;
}

.accardion__item:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #eeeeee;
}

.accardion__item.open .accardion__item-arr {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.accardion__item-header {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 3.875em 0.5em 1.875em;
  min-height: 3.25em;
  font-weight: 600;
  line-height: 1.2;
}

.accardion__item-arr {
  position: absolute;
  top: 50%;
  right: 1.6875em;
  display: block;
  width: 1.61111em;
  height: 0.83333em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accardion__item-arr svg {
  width: 100%;
  height: 100%;
  fill: var(--color-primary);
}

.accardion__item-drop {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.accardion__item.open .accardion__item-drop {
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.accardion__item-content {
  padding: 0.71429em 2.14286em 1.28571em 2.28571em;
  font-size: 14px;
  line-height: 1.42857;
}

.accardion__item-content p + p {
  margin-top: 0.8em;
}

/*b-tabs*/

.b-tabs__links {
  background-color: #B3D5B41A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  overflow-x: auto;
}

.b-tabs__link {
  position: relative;
  font-weight: 500;
  padding: 0.875em 2.625em;
  transition: background-color 0.3s;
}

.b-tabs__link:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.b-tabs__link.active {
  cursor: default;
  color: #fff;
  background-color: var(--color-primary);
}

.b-tabs__content {
  margin-top: 40px;
}

.b-tabs__pane {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.b-tabs__pane.active {
  height: auto;
  visibility: visible;
  overflow: visible;
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.b-tabs__pane__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.b-tabs__pane p::after {
  content: "";
  display: block;
  clear: both;
}

.b-tabs__pane > * {
  margin-top: 1.5em;
}

.b-tabs__pane > *:first-child {
  margin-top: 0;
}

.b-tabs__pane img {
  height: auto;
}

/*b-input*/

.b-input {
    flex-direction: column;
  --air: 0 0 25px;
  --pl: 45px;
  --pr: 40px;
  --pdT: 21px var(--pl) 16px;
  --h: 65px;
  --fz: 18px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: var(--air);
}

.b-input__title {
  margin-top: 15px;
  margin-right: 0.83333em;
}

.b-input__input {
  position: relative;
  max-width: 490px;
  width: 100%;
}

.b-input__input input,
.b-input__input textarea {
  width: 100%;
  color: inherit;
  font-size: var(--fz);
  border: 1px solid #5E8D83;
  /* border-radius: calc(var(--h) / 2); */
  /* background-color: #f4f4f4; */
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.b-input__input input::-webkit-input-placeholder, .b-input__input textarea::-webkit-input-placeholder {
  color: #828282;
}

.b-input__input input::-moz-placeholder, .b-input__input textarea::-moz-placeholder {
  color: #828282;
}

.b-input__input input:-ms-input-placeholder, .b-input__input textarea:-ms-input-placeholder {
  color: #828282;
}

.b-input__input input::-ms-input-placeholder, .b-input__input textarea::-ms-input-placeholder {
  color: #828282;
}

.b-input__input input::placeholder,
.b-input__input textarea::placeholder {
  color: #828282;
}

.b-input__input input {
  padding: 0 var(--pr) 0 var(--pl);
  height: var(--h);
}

.b-input__input textarea {
  padding: var(--pdT);
  min-height: 98px;
}

.b-input__placeholder {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.b-input__placeholder {
  pointer-events: none;
  left: var(--pl);
  display: none;
  padding-right: 80px;
  max-width: 100%;
  color: var(--color-primary);
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.b-input__placeholder span {
  color: var(--basick-red);
}

.b-input input:focus ~ .b-input__placeholder {
  opacity: 0.4;
}

.b-input input:-moz-placeholder-shown ~ .b-input__placeholder {
  display: block;
}

.b-input input:-ms-input-placeholder ~ .b-input__placeholder {
  display: block;
}

.b-input input:placeholder-shown ~ .b-input__placeholder {
  display: block;
}

.b-radio {
  cursor: pointer;
  position: relative;
  display: block;
  padding-left: 1.94444em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.b-radio__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  pointer-events: none;
}

.b-radio__input:checked ~ .b-radio__custom::before {
  opacity: 1;
}

.b-radio__custom {
  position: absolute;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid var(--color-primary);
}

.b-radio__custom::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 45.45455%;
  height: 45.45455%;
  background-color: var(--color-primary);
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.b-radio__content {
  display: inline-block;
  min-width: 1.8125em;
  line-height: 1.2;
}

.b-select {
  display: inline-block;
  width: 192px;
  height: 40px;
  font-size: 12px;
  overflow: hidden;
  background-color: #fcfcfc;
  background-image: url(/assets/templates/floor/img/icons/b-select-arr.svg);
  background-repeat: no-repeat;
  background-position: right 1.16667em center;
}

.b-select select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  padding: 0 2.58333em 0 1.41667em;
  height: 100%;
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  background-color: transparent;
}

.b-select select::-ms-expand {
  display: none;
}

.b-select--viewing {
  background-image: none;
}

.b-select--viewing input {
  padding: 0 2.58333em 0 1.41667em;
  height: 100%;
  width: 100%;
  background-color: transparent;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/*bro menu*/

.bro-menu {
  position: relative;
  width: 100%;
  font-size: 18px;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  will-change: height;
}

.bro-menu__container {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.bro-menu__submenu {
  width: 100%;
}

.bro-menu__next,
.bro-menu__back,
.bro-menu__link {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1em;
  width: 100%;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.bro-menu__next:hover,
.bro-menu__back:hover,
.bro-menu__link:hover {
  background-color: #f4f4f4;
}

.bro-menu__link {
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}

.bro-menu li.active > .bro-menu__link {
  background-color: #f4f4f4;
}

.bro-menu li .bro-menu__submenu {
  visibility: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: visibility 0s 0.3s;
  -o-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s;
}

.bro-menu li .bro-menu__submenu.active {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -o-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.bro-menu li .bro-menu__submenu .bro-menu__link {
  font-size: 16px;
}

.bro-menu__next svg,
.bro-menu__back svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 10px;
}

.bro-menu__next svg {
  margin-left: auto;
}

.bro-menu__back {
  background-color: var(--color-primary) !important;
  font-size: 18px !important;
  color: var(--basick-white);
}

.bro-menu__back svg {
  margin-right: 1em;
  fill: var(--basick-white);
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

/*search*/

.search {
  cursor: pointer;
  font-size: 10px;
  height: 29px;
  -webkit-transition: width 0.3s, background-color 0s 0.3s;
  -o-transition: width 0.3s, background-color 0s 0.3s;
  transition: width 0.3s, background-color 0s 0.3s;
}

.search {
  width: 300px;
  -webkit-transition: width 0.3s, background-color 0s 0s;
  -o-transition: width 0.3s, background-color 0s 0s;
  transition: width 0.3s, background-color 0s 0s;
}

.search .search__inner {
  pointer-events: all;
}

.search .search__input {
  padding: 0px 42px 0 27px;
  opacity: 1;
}

.search__inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.search__input {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #f3fbfe;
  border-radius: inherit;
  -webkit-transition: opacity 0.3s, padding 0s 0.15s;
  -o-transition: opacity 0.3s, padding 0s 0.15s;
  transition: opacity 0.3s, padding 0s 0.15s;
}

.search__input::-webkit-input-placeholder {
  color: #b8d9ea;
}

.search__input::-moz-placeholder {
  color: #b8d9ea;
}

.search__input:-ms-input-placeholder {
  color: #b8d9ea;
}

.search__input::-ms-input-placeholder {
  color: #b8d9ea;
}

.search__input::placeholder {
  color: #b8d9ea;
}

.search__btn,
.search__close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0 10px;
  height: 100%;
}

.search__btn svg,
.search__close svg {
  fill: var(--color-primary);
}

.search__btn svg {
  width: 14.5px;
  height: 14.5px;
}

.search__close {
  display: none;
}

.search__close svg {
  width: 14px;
  height: 14px;
}

/*v-modal*/

.v-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.71);
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  pointer-events: none;
  overflow: auto;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /*v-form*/
}

.v-modal.active {
  opacity: 1;
  pointer-events: all;
}

.v-modal__inner {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.v-modal__form {
  position: relative;
  margin: auto 0;
  max-width: 675px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.21);
}

.v-modal__form-inner {
  position: relative;
  padding: 65px 70px 35px;
}

.v-modal__close {
  cursor: pointer;
  position: absolute;
  top: 22px;
  right: 25px;
  width: 29px;
  height: 29px;
  overflow: hidden;
  z-index: 3;
  background-color: #f0f0f0;
  border-radius: 50%;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.v-modal__close:hover {
  background-color: var(--color-primary);
}

.v-modal__close::before,
.v-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 53.125%;
  height: 2.5px;
  border-radius: 2px;
  background-color: #fff;
}

.v-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.v-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.v-modal__title {
  font-size: 32px;
  margin-bottom: 1.128em;
}
/* .v-modal__title span {
  border-color: var(--color-primari);
} */

.v-modal__application .b-input {
  --air: 0 0 24px;
  width: 100%;
}

.v-modal .application-f__submit {
  margin-top: 15px;
}

.v-modal__application .b-input__input {
  max-width: 100%;
}

.v-modal__application input, .v-modal__application textarea {
  border-radius: 0;
}

/*slider price*/

.slider-from-to__title {
  margin-right: 1.41667em;
}

.slider-from-to__title span {
  color: #c4c4c4;
  text-transform: uppercase;
}

.slider-from-to__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-from-to__label {
  position: relative;
  margin-right: 5px;
  width: 48px;
  font-size: 9px;
}

.slider-from-to__label:last-child {
  margin-right: 0;
}

.slider-from-to__label::before {
  content: attr(data-subtext);
  position: absolute;
  top: 45%;
  left: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #c4c4c4;
}

.slider-from-to [data-subtext] input {
  padding-left: 18px;
  color: #c4c4c4;
}

.slider-from-to__input {
  padding: 0 5px;
  height: 17px;
  width: 100%;
  text-align: center;
  color: #5a5a5a;
  background-color: #fcfcfc;
}

.slider-from-to__slider {
  margin-top: 10px;
}

/*number slider*/

.number-slider {
  display: -ms-inline-grid;
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 8px;
  font-size: 18px;
}

.number-slider__input {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  display: block;
  width: 2.77778em;
  height: 2.77778em;
  line-height: 2.77778em;
  text-align: center;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
}

.number-slider__up,
.number-slider__down {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  display: block;
  font-weight: 500;
  width: 1.16667em;
  height: 1.16667em;
  line-height: 1.16667em;
  text-align: center;
  color: #c4c4c4;
  background-color: #eee;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.number-slider__up:hover,
.number-slider__down:hover {
  background-color: #7ea434;
}

.number-slider__up {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

.number-slider--type-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
  row-gap: 0 !important;
  height: 40px;
  font-size: 18px;
  border-radius: 20px;
  overflow: hidden;
}

.number-slider--type-2 .number-slider__input {
  grid-row: auto;
  width: 47px;
  height: 100%;
  line-height: normal;
  color: #7d7d7d;
  background-color: #f5f4f4;
  border: none;
  border-radius: 0;
}

.number-slider--type-2 .number-slider__up,
.number-slider--type-2 .number-slider__down {
  grid-row: auto;
  grid-column: auto;
  display: block;
  width: 45px;
  height: 100%;
  font-size: 1.2em;
  line-height: normal;
  color: #fff;
  background-color: #cecece;
  border-radius: 0;
}

.number-slider--type-2 .number-slider__up:hover,
.number-slider--type-2 .number-slider__down:hover {
  background-color: #9b9b9b;
}

.js-bFilter .hide {
  display: none;
}

.noUi-horizontal {
  height: 2px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 1px;
}

.noUi-connects {
  background: #c4c4c4;
  border-radius: 1px;
}

.noUi-connect {
  background: var(--color-primary);
}

.noUi-horizontal .noUi-handle {
  cursor: pointer;
  right: -8px;
  top: -5px;
  width: 12px;
  height: 12px;
  background-color: var(--color-primary);
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-horizontal .noUi-handle::before {
  cursor: pointer;
  display: block;
  left: 50%;
  top: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*==================== BUTTONS ====================*/

.btn,
.btnGo,
.btnArr,
.btnBasket {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  font-weight: 500;
  text-align: center;
}

.btn,
.btnGo {
  --height: 40px;
  --fz: 14px;
  --colorText: #fff;
  --colorTone: var(--color-primary);
  height: var(--height);
  font-size: var(--fz);
  color: var(--colorText);
  background-color: var(--colorTone);
}

.btn {
  font-weight: 500;
  line-height: 1.25;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover {
  --colorTone: var(--color-secondary);
}

.btn--secondary {
  --colorTone: var(--color-secondary);
}

.btn--secondary:hover {
  --colorTone: var(--color-primary);
}

.btn--light {
  --colorTone: #f5f4f4;
  --colorText: #7d7d7d;
}

.btn--light:hover {
  --colorTone: var(--color-secondary);
}

.btnGo {
  --height: 50px;
  --fz: 16px;
  --colorTone: var(--color-primary);
  padding: 0;
  min-width: 250px;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btnGo__text {
  margin: 0 auto;
  padding: 0 0.6875em 0 1.5em;
}

.btnGo__arrWrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -1px;
  height: 100%;
  width: 3.5em;
  transition: background-color 0.3s;
  background-color: var(--color-secondary);
}

.btnGo__arr {
  margin: 0 auto;
  width: 0.71875em;
  height: 1.3125em;
  fill: var(--colorTone);
  transition: fill 0.3s;
}

.btnGo:hover {
  color: white;
  background-color: var(--color-secondary);
}

.btnArr {
  --color-border: var(--color-primary);
  --color-arr: var(--color-primary);
  padding: 0;
  width: 31px;
  height: 31px;
  fill: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btnArr svg {
  max-width: 100%;
  max-height: 100%;
}

.btnArr:hover {
  --color-arr: #fff;
  fill: var(--color-primary);
}

.btnBasket {
  position: relative;
  padding: 0;
}

.btnBasket__ic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 37px;
  height: 31px;
  fill: var(--color-primary);
}

.btnBasket strong {
  position: absolute;
  top: -10px;
  right: -10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #c4c4c4;
}

.btnBasket--circ {
  width: 65px;
  height: 65px;
  background-color: var(--color-primary);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btnBasket--circ .btnBasket__ic {
  margin: 0 0 -6px -6px;
  fill: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btnBasket--circ strong {
  top: 12px;
  right: 11px;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btnBasket--circ:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(147, 191, 61, 0.34);
          box-shadow: 0px 0px 20px rgba(147, 191, 61, 0.34);
}

.btnBasket--circ:hover .btnBasket__ic {
  fill: var(--color-primary);
}

.btnBasket--circ:hover strong {
  color: var(--color-primary);
}

.search-toggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  width: 38px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.search-toggle svg {
  display: block;
  width: 50%;
  height: 50%;
  fill: var(--color-primary);
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.search-toggle:hover {
  background-color: var(--color-primary);
}

.search-toggle:hover svg {
  fill: #fff;
}

/*v-up*/

.v-up {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 155px;
  z-index: 250;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 20px var(--color-primary);
          box-shadow: 0px 0px 20px var(--color-primary);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  -o-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}

.v-up.active {
  opacity: 1;
  pointer-events: all;
}

.v-up:hover {
  background-color: var(--color-primary);
}

.v-up:hover::before,
.v-up:hover::after {
  background-color: #fff;
}

.v-up::before,
.v-up::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 40%;
  width: 35%;
  height: 7%;
  background-color: var(--color-primary);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.v-up::before {
  border-radius: 0px 3px 3px 0;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.v-up::after {
  margin-left: -15.4%;
  border-radius: 3px 0 0 3px;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*==================== COMON BLOCKS ====================*/

/*application block*/

.application-b {
  --air-l: 30px;
  --air-b: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 75px 0 0;
}

.application-b h1,
.application-b h2,
.application-b h3,
.application-b .title-1 {
  text-align: left;
}

.application-b__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.application-b__application-f,
.application-b__map {
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
}

.application-b__application-f {
  width: calc(100% / var(--column) * 5.65 - var(--air-l));
}

.application-b__application-f .b-input__input {
  max-width: none;
}

.application-b__map {
  width: calc(100% / var(--column) * 6 - var(--air-l));
  height: 380px;
}

.application-b__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/*application form*/

.application-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.application-f__submit {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 27px auto 0;
}

/*availability-label*/

.availability-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 600;
}

.availability-label::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
}

.availability-label--available {
  color: var(--color-greeniesh);
}

.availability-label--available::before {
  background-image: url(/assets/templates/floor/img/icons/sprite.svg#availability_yes);
}

.availability-label--find {
  color: var(--basick-birch);
}

.availability-label--find::before {
  background-image: url(/assets/templates/floor/img/icons/sprite.svg#availability_find);
}

.availability-label--no {
  color: var(--color-redish);
}

.availability-label--no::before {
  background-image: url(/assets/templates/floor/img/icons/sprite.svg#availability_no);
}

/*articlesLaw-b*/

.articlesLaw-b__text {
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 1.38889;
}

.articlesLaw-b__text p {
  margin-bottom: 1.38889em;
}

.articlesLaw-b__text p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.articlesLaw-b__articles {
  font-size: 14px;
  line-height: 1.78571;
}

.articlesLaw-b__articles h2,
.articlesLaw-b__articles h3 {
  margin-top: 2.5em;
  font-weight: 600;
}

.articlesLaw-b__articles h2:nth-of-type(1),
.articlesLaw-b__articles h3:nth-of-type(1) {
  margin-top: 0;
}

.articlesLaw-b ol {
  list-style: none;
  counter-reset: li;
}

.articlesLaw-b ol li::before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}

.articlesLaw-b ul li {
  list-style-position: inside;
}

.articlesLaw-b ul li::marker {
  content: "- ";
}

/*Главное меню*/

.bread-crumb {
  padding: 30px 0 20px;
}

.bread-crumb__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #7d7d7d;
}

.bread-crumb__item {
  position: relative;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

a.bread-crumb__item {
  margin-right: 1.66667em;
}

a.bread-crumb__item::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: calc(100% + 6px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.bread-crumb__item:hover {
  color: var(--color-primary);
}

/*catalogMenu*/

.catalogMenu {
  position: relative;
  z-index: 5;
  padding: 20px 0 10px 34px;
  background-color: #fcfcfc;
}

.catalogMenu__title {
  margin-bottom: 1.77778em;
  font-weight: 600;
  font-size: 18px;
}

.catalogMenu ul {
  position: relative;
  background-color: #fcfcfc;
}

.catalogMenu ul li > span,
.catalogMenu ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 1.5625em 1em 0;
}

.catalogMenu ul li > span:hover,
.catalogMenu ul a:hover {
  color: var(--color-primary);
}

.catalogMenu ul li > span svg,
.catalogMenu ul a svg {
  width: 0.6875em;
  height: 1.25em;
  fill: var(--color-primary);
}

.catalogMenu ul li:not(.open) {
  /*2-ой уровень меню*/
}

.catalogMenu ul li:not(.open):hover ul {
  opacity: 1;
  pointer-events: all;
}

.catalogMenu ul li:not(.open) ul {
  position: absolute;
  top: 0;
  left: 100%;
  padding: 10px;
  min-width: 270px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), inset 0px 10px 10px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), inset 0px 10px 10px -10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  min-height: 100%;
}

.catalogMenu ul li:not(.open) ul li > span,
.catalogMenu ul li:not(.open) ul a {
  padding: 10px;
}

.catalogMenu ul li.open {
  padding-bottom: 1.5625em;
}

.catalogMenu ul li.open > span,
.catalogMenu ul li.open > a {
  padding: 0.3em 1.5625em 0.3em 0;
  color: var(--color-primary);
}

.catalogMenu ul li.open ul li > span,
.catalogMenu ul li.open ul a {
  padding: 0.46667em 1.66667em 0.4em 0.8em;
  font-size: 0.9375em;
}

.catalogMenu ul li.active > span,
.catalogMenu ul li.active > a {
  color: var(--color-primary);
}

/*category links*/

.catalogLinks-b {
  padding: 50px 0 40px;
  font-weight: 500;
  line-height: 1.25;
}

.catalogLinks-b__row {
  --air-l: 50px;
  --air-b: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalogLinks-b__link {
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  width: calc(100% / var(--column) * 2.5 - var(--air-l));
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.catalogLinks-b__link::before {
  content: "";
  display: block;
  padding-bottom: 103.80435%;
}

.catalogLinks-b__link:hover {
  -webkit-box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.15);
}

.catalogLinks-b__link-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 5.125em);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.catalogLinks-b__link-text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625em;
  min-height: 5.125em;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.92);
}

.catalogLinks-b__link-arr {
  display: none;
  position: absolute;
  top: 50%;
  right: 22.7px;
  width: 0.78571em;
  height: 1.5em;
  fill: var(--color-primary);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*company description*/

.companyDesc-b__item {
  margin-top: 90px;
}

.companyDesc-b__item:first-child {
  margin-top: 0;
}

.companyDesc-b__item:nth-child(even) .companyDesc-b__itemRow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.companyDesc-b__item .companyDesc-b__itemRow {
  --air-b: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.companyDesc-b__item .companyDesc-b__itemTextBox,
.companyDesc-b__item .companyDesc-b__itemImgBox {
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
}

.companyDesc-b__item .companyDesc-b__itemTextBox {
  width: calc(100% / var(--column) * 7 - var(--air-l));
}

.companyDesc-b__item .companyDesc-b__itemTextBox a {
  color: var(--color-primary);
  font-weight: 500;
}

.companyDesc-b__item .companyDesc-b__itemTextBox a:hover {
  text-decoration: underline;
}

.companyDesc-b__item .companyDesc-b__itemImgBox {
  width: calc(100% / var(--column) * 5 - var(--air-l));
}

.companyDesc-b__item h1,
.companyDesc-b__item h2,
.companyDesc-b__item h3 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.23077;
  text-transform: uppercase;
}

.companyDesc-b__item--type-2 {
  margin-top: 78px;
}

.companyDesc-b__item--type-2 .companyDesc-b__itemRow {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.companyDesc-b__item--type-2 .companyDesc-b__itemTextBox > * {
  margin-top: 1.8em;
}

.companyDesc-b__item--type-2 .companyDesc-b__itemTextBox > *:first-child {
  margin-top: 0;
}

.companyDesc-b__item--type-2 .companyDesc-b__itemTextBox p + ul {
  margin-top: 0.4em;
}

/*filters-f*/

.filters-f {
  --air-l: 22px;
  --air-b: 10px;
  font-size: 12px;
  color: #5a5a5a;
}

.filters-f__item {
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
  width: calc(100% / var(--column) * 3 - var(--air-l));
}

.filters-f__item.slider-from-to {
  min-width: 230px;
}

.filters-f__btns {
  --air-l: 15px;
  --air-b: 10px;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filters-f__btns button {
  min-width: 180px;
  height: 32px;
  font-size: 12px;
}

/*delivery info*/

.deliveryInfo-b__text {
  font-size: 18px;
  line-height: 1.22222;
  text-align: center;
  text-transform: uppercase;
}

.deliveryInfo-b__methods {
  margin-top: 77px;
}

/*deliveryMethods*/

.deliveryMethods__list {
  --air-l: 0px;
  --air-b: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.deliveryMethods__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% / var(--column) * 4 - var(--air-l));
  padding: 20px 20px 38px;
  min-height: 188px;
  font-size: 18px;
  text-align: center;
  line-height: 1.22222;
  outline: 1px solid #eeeeee;
}

.deliveryMethods__item-title {
  margin-top: 20px;
  font-weight: 600;
}

.deliveryMethods__item-text {
  margin: auto 0;
  color: #7d7d7d;
}

/*defaultText*/

.defaultText {
  font-size: 18px;
  line-height: 1.94444;
}

.defaultText h1,
.defaultText h2,
.defaultText h3 {
  margin: 2.77778em 0 1.5em;
}

.defaultText h2 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.defaultText h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.defaultText a {
  color: var(--color-blue);
  font-weight: 500;
}

.defaultText p,
.defaultText ul,
.defaultText ol {
  margin: 1em 0;
}
.defaultText ul,
.defaultText ol {
  padding-left: 1em;
}
.defaultText ul li::before,
.defaultText ol li::before {
  content: '- ';
}

.defaultText > h1:first-child,
.defaultText >
  h2:first-child,
.defaultText >
  h3:first-child,
.defaultText >
  h4:first-child,
.defaultText >
  h5:first-child,
.defaultText >
  div:first-child,
.defaultText >
  p:first-child,
.defaultText >
  ul:first-child,
.defaultText >
  ol:first-child {
  margin-top: 0;
}

.defaultText > h1:last-child,
.defaultText >
  h2:last-child,
.defaultText >
  h3:last-child,
.defaultText >
  h4:last-child,
.defaultText >
  h5:last-child,
.defaultText >
  div:last-child,
.defaultText >
  p:last-child,
.defaultText >
  ul:last-child,
.defaultText >
  ol:last-child {
  margin-bottom: 0;
}

.defaultText strong {
    font-weight: 600;
}
.defaultText iframe {
    border: none;
}

/*fag block*/

.faq-b h1,
.faq-b h2,
.faq-b h3 {
  margin-bottom: 1.91667em;
}

/*grid gallery*/

.gridGallery-b__list {
  --air-l: 23px;
  --air-b: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
}

.gridGallery-b__img {
  position: relative;
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
  width: calc(100% / var(--column) * 3 - var(--air-l));
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gridGallery-b__img:hover {
  -webkit-box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.15);
}

.gridGallery-b__img::before {
  content: "";
  display: block;
  padding-bottom: 63.13869%;
}

.gridGallery-b__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 600px;
  width: 100%;
}

.gallery__thumbsWrap {
  position: absolute;
  inset: 0 auto 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 97px;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.gallery__thumbs {
  height: 100%;
}

.gallery__thumbs-item {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: auto;
}

.gallery__thumbs-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.gallery__thumbs-item.swiper-slide-thumb-active::before {
  border-color: var(--color-primary);
}

.gallery__thumbs-item img {
  max-height: 100%;
}

.gallery__sliderWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-left: 118px;
}

.gallery__slider-slide {
  position: relative;
  overflow: hidden;
}

.gallery__slider-slide::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.gallery__slider-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.gallery__slider-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery__fullScreenBtn {
  position: absolute;
  top: 27px;
  right: 16px;
  padding: 0.71429em 1.78571em 0.71429em 0.78571em;
  font-size: 14px;
  color: #7d7d7d;
  background-color: rgba(255, 255, 255, 0.54);
  border-radius: 100px;
}

.gallery__fullScreenBtn-ic {
  display: inline-block;
  margin-right: 0.35714em;
  width: 0.96429em;
  height: 1em;
}

.gallery__fullScreenBtn-ic svg {
  max-height: 100%;
  fill: currentColor;
}

.gallery .slider-nav {
  display: none;
  position: static;
  z-index: 5;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.gallery .slider-arr {
  --color-arr: rgba(255, 255, 255, 0.37);
  --color-border: rgba(255, 255, 255, 0.37);
  position: absolute;
  top: 0;
  z-index: 5;
  width: 50px;
  height: 100%;
  fill: rgba(255, 255, 255, 0.37);
}

.gallery .slider-arr.swiper-button-disabled {
  pointer-events: all;
}

.gallery .slider-arr svg {
  width: 31px;
  height: 31px;
}

.gallery .slider-arr--prev {
  left: 0px;
}

.gallery .slider-arr--prev svg {
  margin-right: 3px;
  margin-left: auto;
}

.gallery .slider-arr--next {
  right: 0px;
}

.gallery .slider-arr--next svg {
  margin-right: 3px;
  margin-left: auto;
}

/*firm info*/

.firm-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.33;
}

.firm-info__ic {
  display: inline-block;
  margin-right: 0.25em;
  width: 20px;
  height: 20px;
  fill: var(--color-primary);
}

.firm-info--work .firm-info__ic {
  height: 34px;
  width: 37px;
  margin-right: -1.42857em;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.firm-info--loc .firm-info__ic {
  margin-top: -0.14286em;
  height: 1.5em;
  width: 1.25em;
  fill: var(--color-primary);
}

.firm-info--mail .firm-info__ic,
.firm-info--clock .firm-info__ic {
  margin-right: 0.5em;
  height: 1.14286em;
  width: 1.14286em;
  fill: var(--color-primary);
}

.firm-info--mai .firm-info__ic {
  margin-right: 0.64286em;
}

.fullScreenSlider {
  margin: 0 auto;
  width: calc(100% - 178px);
}

.fullScreenSlider__slide {
  position: relative;
  overflow: hidden;
}

.fullScreenSlider__slide::before {
  content: "";
  display: block;
  padding-bottom: 56.34675%;
}

.fullScreenSlider__slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*general slider settings*/

.slider-wrap {
  position: relative;
}

.slider-nav {
  position: absolute;
  top: 50%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-nav .swiper-button-lock {
  display: none !important;
}

.slider-arr {
  width: 50px;
  height: 50px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.slider-arr.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.slider-arr--prev {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.slider-pagination {
  display: block;
  z-index: 2;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100%;
  text-align: center;
}

.slider-pagination.swiper-pagination-lock {
  display: none !important;
}

.slider-pagination .swiper-pagination-bullet {
  margin: 0 15px 7px 0;
  width: 9px;
  height: 9px;
  background: #e5e5e5;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.slider-pagination .swiper-pagination-bullet:hover {
  background-color: var(--color-primary);
}

.slider-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*sort block*/

.sort-f {
  margin: 37px 0 32px;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.21429;
  color: #a6a7a7;
  background-color: #B3D5B41A;
  border-radius: 100px;
}

.sort-f__row {
  --air-l: 7px;
  --air-b: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
}

.sort-f__row > * {
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;

}

/*table details*/

.tableDetails {
  border: 1px solid #eeeeee;
}

.tableDetails__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 8px 10px 25px;
  min-height: 72px;
  border-bottom: 1px solid #eeeeee;
}

.tableDetails__row:last-child {
  border-bottom: none;
}

.tableDetails__row-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 7px;
  word-break: break-word;
}

.tableDetails--small .tableDetails__row {
  min-height: 52px;
}

.tableWrap {
  overflow: auto;
}

.tableWrap table {
  word-break: break-word;
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  min-width: 775px;
  text-align: center;
  /* border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee; */
}

.tableWrap table td,
.tableWrap table th {
  padding: 10px 7px;
  border-bottom: 1px solid var(--color-primary);
  border-top: 1px solid var(--color-primary);
}

/*product*/

.product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product__details {
  margin-left: 5.89744%;
}

.product__details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product__details .tableDetails {
  margin-bottom: 31px;
}

.product__details .tableDetails__row-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
    gap: 20px;
}

.product__availability {
  font-size: 14px;
  line-height: 1.78571;
}

.product__article {
  line-height: 1.25;
}

.product__article-val {
  color: var(--color-primary);
}

.product__price {
  font-size: 18px;
}

.product__price .old_price {
  font-weight: 500;
  font-size: 0.8em;
  color: #7d7d7d !important;
}

.product__price-val {
  font-weight: 700;
  font-size: 1.33333em;
  color: var(--color-primary);
}

.product__price-unit {
  color: #cecece;
  margin-left: 6px;
}

.product__quantity {
  --air-l: 24px;
  --air-b: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 31px;
  font-size: 18px;
}

.product__quantity p {
  font-weight: 500;
  font-size: 14px;
}

.product__btns {
  --air-l: 21px;
  --air-b: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
}

.product__toBasket,
.product__buy {
  margin: 20px 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
  min-width: 192px;
}

.product__buy {
  text-transform: uppercase;
}

.product__specific {
  margin-top: 31px;
}

.product__specific-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.14286;
}

.product__specific-item p span {
  font-weight: 400;
}

.product__hint {
  margin-top: 31px;
  padding: 18px 35px;
  font-size: 14px;
  line-height: 1.42857;
  background-color: #B3D5B41A;
}

.product__hint strong {
  font-weight: 600;
}

.product__tabs {
  margin-top: 69px;
}

.product__tabs .tableDetails__row-col:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33.49282%;
  font-weight: 600;
}

.product__tabs .defaultText {
  font-size: 16px;
}

/*panel block*/

.panel-b {
  /*producers-b*/
  /*products block*/
}

.panel-b__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.panel-b__sidebar,
.panel-b__content {
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
}

.panel-b__sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
}

.panel-b__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.panel-b .producers-b .producerCard {
  width: calc(100% / var(--column) * 3 - var(--air-l));
}

.panel-b .products-b .productCard {
  width: calc(100% / var(--column) * 5 - var(--air-l));
}

/*producers block*/

.producers-b__row {
    justify-content: center;
  --air-l: 22px;
  --air-b: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
}

.producers-b .producerCard {
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
  width: calc(100% / var(--column) * 3 - var(--air-l));
}

/*products block*/

.products-b__list {
    justify-content: space-evenly;
  --air-l: 25px;
  --air-b: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
}

.products-b .productCard {
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
  width: calc(100% / var(--column) * 3 - var(--air-l));
}

.products-b .pagination {
  padding: 53px 0 0;
}

.producerCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 10px 13px;
  font-size: 12px;
  line-height: 1.25;
  color: #272727;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  flex: 0 1 33.3%;
}
.producerCard:hover {
  border-color: var(--color-primary);
}

.producerCard__img {
  position: relative;
  margin: 0 auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  width: 100%;
  min-height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.producerCard__img::before {
  content: "";
  display: block;
  padding-bottom: 22.74052%;
}

.producerCard__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.producerCard__name {
  margin-top: 0.75em;
}

/*products slider*/

.productsSlider-b {
  padding: 60px 0;
  background-color: #B3D5B41A;
  overflow: hidden;
}

.productsSlider-b h1,
.productsSlider-b h2,
.productsSlider-b h3 {
  margin-bottom: 65px;
}

.productsSlider-b .productsSlider {
  margin: -27px 0 -60px;
  overflow: hidden;
}

.productsSlider {
  --pd: 60px;
  padding: var(--pd) 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.productsSlider__slide {
  height: auto;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s !important;
  transition: opacity 0.3s, -webkit-transform 0.3s !important;
  -o-transition: opacity 0.3s, transform 0.3s !important;
  transition: opacity 0.3s, transform 0.3s !important;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s !important;
}

/* .productsSlider__slide:not(.swiper-slide-visible) {
  opacity: 0.6;
} */

.productCard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #B3D5B41;
  /* -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) */;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.productCard > form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.productCard__img {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.productCard__img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.productCard__img img {
    padding: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.productCard__textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 23px 45px;
}

.productCard__availabilityWrap {
  --air-l: 7px;
  --air-b: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
    justify-content: center;
  padding-bottom: 13px;
  font-size: 14px;
  color: #a9a9a9;
  flex-direction: column;
  text-align: center;
}

.productCard__availabilityWrap > div {
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
}

.productCard__name {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5625;
  text-transform: uppercase;
}

.productCard__desc {
  margin-bottom: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.14286;
}

.productCard__desc-item span {
  font-weight: 400;
}

.productCard__price {
  margin: 0.875em 0 1.20833em;
}

.productCard__price-inner {
  --air-l: 12px;
  --air-b: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
}

.productCard__price-val,
.productCard__price-old {
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
}

.productCard__price-val {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.20833;
  text-align: center;
  color: var(--color-greeniesh);
}

.productCard__price-old {
  font-weight: 500;
  font-size: 18px;
  color: #7d7d7d;
}

.productCard__toBasket,
.productCard__buy {
  width: 100%;
}

.productCard__buy {
  margin-top: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

/*products labels*/

.productLabels {
  --air-l: 13px;
  --air-b: 10px;
  position: absolute;
  top: 50px;
  left: 14px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
}

.productLabels .productLabel {
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
}

/*productLabel*/

.productLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66px;
  height: 66px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22222;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--color-greeniesh);
  border-radius: 50%;
  overflow: hidden;
}

.productLabel--stock {
  font-size: 14px;
  line-height: 1.21429;
  background-color: var(--color-primary);
}

.productLabel--new {
  background-color: var(--basick-green);
}

/*pagination*/

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 30px;
  row-gap: 10px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.pagination .page-item {
  margin: 0 0.2em;
}

.pagination .page-item:hover:not(.disabled) a,
.pagination .page-item.active a {
  font-weight: 600;
  color: var(--color-primary);
}

.pagination .page-item:last-child,
.pagination .page-item:first-child {
  margin-bottom: -0.3125em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.pagination .page-item:last-child svg,
.pagination .page-item:first-child svg {
  width: 1em;
  height: 1em;
  color: var(--basick-white);
  fill: var(--color-primary);
}

.pagination .page-item:last-child:hover,
.pagination .page-item:first-child:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.pagination .page-item.disabled {
  pointer-events: none;
}

.pagination .page-item.disabled svg {
  fill: #a6a7a7;
}

.pagination .page-item:first-child {
  margin-right: 0.83333em;
}

.pagination .page-item:first-child svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.pagination .page-item:last-child {
  margin-left: 0.83333em;
}

.pagination a {
  display: inline-block;
  min-width: 1.04167em;
  height: 1.20833em;
  color: #c4c4c4;
  line-height: 1.20833em;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/*paymentInfo*/

.paymentInfo-b__text {
  font-size: 18px;
  line-height: 1.21429;
  text-transform: uppercase;
  text-align: center;
}

.paymentInfo-b__text > * {
  margin-top: 1.55556em;
}

.paymentInfo-b__text > *:first-child {
  margin-top: 0;
}

.paymentInfo-b p,
.paymentInfo-b ul {
  line-height: 1.66667;
  text-transform: none;
/*   color: #7d7d7d; */
}

.paymentInfo-b p + ul {
  margin-top: 0;
}

.paymentInfo-b__methods {
  margin-top: 68px;
}

.reviews-b {
  padding: 72px 0 69px;
  background-color: #B3D5B41A;
}

.reviews-b__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews-b__row {
  --air-b: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
}

.reviews-b .reviewsCard {
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
  width: calc(100% / var(--column) * 6 - var(--air-l));
}

.reviews-b__more {
  margin: 55px auto 0;
}

/*reviewsCard*/

.reviewsCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 31px 17px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}

.reviewsCard__row {
  --air-b: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: auto;
}

.reviewsCard__imgBox,
.reviewsCard__textBox {
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
}

.reviewsCard__imgBox {
  min-width: 170px;
  text-align: center;
}

.reviewsCard__img {
  margin: 0 auto;
  width: 112px;
  height: 112px;
}

.reviewsCard__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.reviewsCard__requesites {
  margin-top: 0.97222em;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.27778;
}

.reviewsCard__textBox {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 7;
  font-size: 14px;
  line-height: 1.64286;
}

.reviewsCard__more {
  --color-arr: var(--color-primary);
  --color-border: var(--color-primary);
  margin: -13px 0 0 auto;
}
.reviewsCard__more:hover {
  --color-arr: var(--basick-white);
}
.reviewsCard__more .btnGo__arr {
  fill: var(--basick-white);
  width: 31px;
  height: 31px;
}
.reviewsCard__more:hover .btnGo__arr {
  fill: var(--color-border);
}

/*replacement-f*/

.replacement-f {
  padding-top: 59px;
}

.replacement-f h1,
.replacement-f h2,
.replacement-f h3 {
  margin-bottom: 2.08333em;
}

.replacement-f__inputs {
  margin: 0 auto;
  max-width: 535px;
}

.replacement-f .b-input__input {
  max-width: none;
}

/* .replacement-f .b-input__input textarea {
  border-radius: 100px;
} */

.replacement-f__submit {
  margin: 28px auto 0;
}

/*sci*/

.sci {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sci__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin-left: 6px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sci__link:not(.sci__link--phone):hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.sci__link:first-child {
  margin-left: 0;
}

.sci__link--phone {
  position: relative;
  font-size: 16px;
  margin-left: 13px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: auto;
}

.sci__link--phone::before {
  content: "";
  position: absolute;
  bottom: -10%;
  left: 50%;
  display: block;
  height: 1px;
  width: 0;
  opacity: 0;
  background-color: var(--color-primary);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.3s, opacity 0s 0.3s;
  -o-transition: width 0.3s, opacity 0s 0.3s;
  transition: width 0.3s, opacity 0s 0.3s;
}

.sci__link--phone:hover::before {
  opacity: 1;
  width: 100%;
  -webkit-transition: width 0.3s, opacity 0s;
  -o-transition: width 0.3s, opacity 0s;
  transition: width 0.3s, opacity 0s;
}

.sci__link svg {
  display: block;
  width: 27.5px;
  height: 27.5px;
}

.sci__hint {
  font-size: 0.875em;
  color: #a6a7a7;
}

.selectWrap {
  display: inline-block;
  overflow: hidden;
  background-image: url(/assets/templates/floor/img/icons/arr-tr-down.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
}

.selectWrap select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  padding: 0 20px 0 0;
  height: 100%;
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  background-color: transparent;
}

.similarProducts-b {
  padding: 63px 0 105px;
  background-color: #fbfbfb;
  overflow: hidden;
}

.similarSlider {
  margin: -27px 0 -60px;
  padding: 60px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: visible;
}

/*sci link*/

.sci-link {
  display: inline-block;
  height: 30px;
  width: 30px;
}

.sci-link object {
  pointer-events: none;
}

.sci-link svg,
.sci-link img {
  max-height: 100%;
  max-width: 100%;
}

/*search panel*/

.search-panel {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.search-panel__container {
  height: 100%;
  padding: 0;
}

.search-panel__inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid var(--color-primary);
  overflow: hidden;
  background-color: #fff;
}

.search-panel input {
  padding-top: 2px;
  padding-right: 3.5em;
  padding-left: 0.75em;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.search-panel button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 2px 0;
  width: 2.75em;
  height: calc(100% - 4px);
}

.search-panel button svg {
  width: 1.25em;
  height: 100%;
  fill: var(--color-primary);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-panel button:hover svg {
  fill: #a9cd62;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/*main slider*/

.mainSlider {
  font-size: 24px;
}

.mainSlider__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 660px;
  overflow: hidden;
}

.mainSlider__slide-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mainSlider__slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.mainSlider__slide-textBox {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.75em 4.58333em 3.54167em 0;
  height: 100%;
  width: 62.47863%;
  line-height: 1.45833;
}

.mainSlider__slide-textBox::before {
    opacity: 0.6;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  background-color: #10101080;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: skewX(-12deg);
      -ms-transform: skewX(-12deg);
          transform: skewX(-12deg);
}

.mainSlider__slide-textBox h1,
.mainSlider__slide-textBox h2 {
  margin-bottom: 0.21429em;
  font-size: 1.75em;
  line-height: 1.42857;
  font-weight: 500;
  text-transform: uppercase;
}
.mainSlider__slide-textBox h1 span,
.mainSlider__slide-textBox h2 span {
  color: var(--color-primary);
  font-weight: 700;
}

.mainSlider__slide-textBox p {
  color: #FEFFFE;
  max-width: 90%;
}

.mainSlider__slide-textBox > * {
  margin-top: 1.08333em;
}

.mainSlider__slide-textBox > *:first-child {
  margin-top: 0;
}

.mainSlider__slide-textBox .btnGo {
  margin: 7.5em auto 0 19%;
}

.mainSlider__paginationWrap {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mainSlider__paginationWrap .slider-pagination {
  margin: 0;
  padding: 0;
}

.mainSlider__paginationWrap .slider-pagination .swiper-pagination-bullet {
  display: block;
  margin: 10.6px 0 10.6px auto;
  width: 11px;
  height: 11px;
  background: rgba(255, 255, 255, 0.76);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mainSlider__paginationWrap .slider-pagination .swiper-pagination-bullet-active {
  margin: 12.7px 0 12.7px auto;
  background: #869D96;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: scale(1.53);
      -ms-transform: scale(1.53);
          transform: scale(1.53);
}

#map {
  position: relative;
  overflow: hidden;
}

/*mobile basket btn*/

.mobile-btnBasket {
  display: none;
  position: fixed;
  z-index: 10;
  left: 30px;
  bottom: 50px;
}

/*logo*/

.logo {
  display: block;
  max-width: 262px;
}

/*hamburger*/

.hamburger {
  position: relative;
  width: 17px;
  height: 20px;
  color: var(--color-primary);
  transition: color 0.3s;
}

.hamburger span {
  top: 50%;
  display: block;
  margin-top: -2px;
  -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  -o-transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
}

.hamburger.active span {
  -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger.active span::after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -o-transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.active span::before {
  top: 0;
  -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -o-transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger span,
.hamburger span::before,
.hamburger span:after {
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 1.5px;
}

.hamburger span::before,
.hamburger span::after {
  display: block;
  content: "";
}

.hamburger span::before {
  top: -6px;
  -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -o-transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger span::after {
  bottom: -6px;
  -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -o-transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

/*illustrated Methods*/

.illustratedMethods__list {
  --air-l: 0px;
  --air-b: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
}

.illustratedMethods__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 10px 10px;
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
  width: calc(100% / var(--column) * 3 - var(--air-l));
  min-height: 140px;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  outline: 1px solid #eeeeee;
}

.illustratedMethods__img {
  margin: 0 auto;
  width: 86px;
  height: 86px;
}

.illustratedMethods__img svg {
  max-height: 100%;
  max-width: 100%;
}

.illustratedMethods__title {
  margin: 0.94444em 0 0;
  font-weight: 600;
  line-height: 1.22222;
}

.illustratedMethods__text {
  margin-top: 0.72222em;
  line-height: 1.33;
  color: #7d7d7d;
}

.illustratedMethods--small .illustratedMethods__item {
  padding: 20px 10px 22px;
}

.illustratedMethods--small .illustratedMethods__img {
  width: 54px;
  height: 54px;
}

.illustratedMethods--small .illustratedMethods__title {
  margin: 0.72222em 0 0;
}

/*payment info*/

.illustratedInfo-b__row {
  --air-b: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.illustratedInfo-b__textBox,
.illustratedInfo-b__imgBox {
  margin: 0 0 var(--air-b) var(--air-l);
  word-wrap: break-word;
}

.illustratedInfo-b__textBox {
  width: calc(100% / var(--column) * 7 - var(--air-l));
  max-width: 600px;
}

.illustratedInfo-b__textBox h1,
.illustratedInfo-b__textBox h2,
.illustratedInfo-b__textBox h3 {
  margin: 1.66667em 0 1.33333em;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.20833;
  text-transform: uppercase;
}

.illustratedInfo-b__textBox h1:first-child,
.illustratedInfo-b__textBox h2:first-child,
.illustratedInfo-b__textBox h3:first-child {
  margin-top: 0;
}

.illustratedInfo-b__textBox > * {
  margin-top: 1em;
}

.illustratedInfo-b__textBox > *:first-child {
  margin-top: 0;
}

.illustratedInfo-b__textBox p + ul {
  margin-top: 0.4em;
}

.illustratedInfo-b__imgBox {
  width: calc(100% / var(--column) * 5 - var(--air-l));
  max-width: 435px;
}

/*illustratedLinks*/

.illustratedLinks__row {
  --air-b: 79px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.illustratedLinks__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 270px;
  width: 100%;
}

.illustratedLinks__link-ic {
  display: block;
  margin: 0 auto;
  width: 127px;
  height: 127px;
}

.illustratedLinks__link-ic svg {
  max-height: 100%;
}

.illustratedLinks__link-title {
  margin-top: 1.7em;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5625;
  text-transform: uppercase;
}

.illustratedLinks__link-btn {
  margin-top: 20px;
  width: 48px;
  height: 48px;
}

/*==================== HEADER ====================*/

header {
  position: relative;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 5px 0 0;
  width: 100%;
  -webkit-animation: anim 0.5s;
          animation: anim 0.5s;
}

@-webkit-keyframes anim {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes anim {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header {
  /*logo*/
  /*header top*/
  /*header bottom*/
}

.header__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 34px;
  padding-top: 17px;
}

.header__logo {
  margin: auto;
  padding: 9px 0;
  max-width: 262px;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 7px;
  font-size: 14px;
}

/* .header__firm-info {
  margin-left: 4%;
} */

.header__sciLinks {
  margin-left: auto;
}

.header__sciLinks .sci-link {
  margin-right: 8px;
}

.header__sciLinks .sci-link:last-child {
  margin-right: 0;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__bottom .sci-link {
  display: none;
  margin-left: auto;
  width: 34px;
  height: 34px;
  border: 0.5px solid #f4f3f3;
}

.header__bottom .sci-link svg {
  margin: 0 auto;
  max-width: 58.82353%;
}

.header__bottom-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-top: -13px;
}

.header__burger .bro-menu {
  overflow: visible;
}

.header__search-toggle {
  margin-right: 18px;
}

.header__search-toggle--mobile {
  display: none;
}

.header__search-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2.25em;
  z-index: 1;
  font-size: 20px;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.header__search-panel.open {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}

.header__search-panel .search-panel__inner {
  -webkit-box-shadow: inset 0px 20px 20px -20px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 20px 20px -20px rgba(0, 0, 0, 0.1);
}

.header__callback {
  --height: 2.375em;
  --fz: 16px;
  min-width: 12.1875em;
}

.header__btnBasket {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
}

.header__hamburger {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
  margin-left: 40px;
  height: 31px;
  width: 31px;
  color: var(--basick-white);
  background-color: var(--color-primary);
  border-radius: 50%;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.header__hamburger span {
  left: 50%;
  width: 58.06452%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__hamburger span::before {
  top: -6px;
}

.header__hamburger span::after {
  bottom: -6px;
}

.header__hamburger.active span {
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

/*menu*/

.menu {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  /*1-ый уровень, не скрытый, горизонтальный*/
  /***********************************/
}

.menu > .menu__item {
  position: relative;
  margin-right: 2px;
}

.menu > .menu__item:first-child {
  padding-left: 0;
}

.menu > .menu__item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.menu > .menu__item > .menu__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 10px 28px;
  line-height: 1.25;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger + .menu__link {
  font-weight: 700;
}
.menu > .menu__item > .menu__link > .menu__arr svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu > .menu__item:hover > .menu__link,
.menu > .menu__item:hover > .menu__item-toggle,
.menu > .menu__item.active > .menu__item-toggle,
.menu > .menu__item.active > .menu__link {
  color: var(--color-primary);
}

.menu > .menu__item:hover > .menu__link .menu__arr {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

/*==================== FOOTER ====================*/

footer {
  padding-top: 43px;
  margin-top: auto;
  font-size: 12px;
  color: #fff;
  background-color: #383838;
}

.footer {
  /*footer top*/
}

.footer__top {
  padding-bottom: 13px;
}

.footer__top-row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__top-col p {
  margin-top: 14px;
  line-height: 1.25;
}

.footer__top-col:nth-of-type(1) {
  max-width: 315px;
}

.footer__top-col:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__company p {
  margin: 0 0 0 15px;
  line-height: 1.55;
}

.footer__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* max-width: 61px; */
}

.footer__sci {
  margin-top: 16px;
  font-size: 14px;
}

.footer__sci .sci__link--phone::before {
  background-color: var(--color-secondary);
}

.footer__sci a:hover {
  color: var(--color-secondary);
}

.footer__category {
  line-height: 1.83333;
}

.footer__category a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__category a:hover,
.footer__category li.active span {
  color: var(--color-brown);
}

.footer__menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.53571em;
  font-size: 14px;
  line-height: 1.21429;
}

.footer__menu > .menu__item > .menu__link {
  padding: 0 0.53571em;
}

.footer__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 1.3;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  margin-right: -1.83333em;
  margin-bottom: -0.6em;
  height: 100%;
  justify-content: space-evenly;
}
.footer__menu ~ .footer__links {
  margin-top: 1.58333em;
}

.footer__links li {
  margin-right: 1.83333em;
  margin-bottom: 0.6em;
}

.footer__links a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__links a:hover,
.footer__links li.active span {
  color: var(--color-secondary);
}

.footer__firmInfoBox {
  display: -ms-inline-grid;
  display: flex;
  flex-direction: column;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 1.07143em;
     -moz-column-gap: 1.07143em;
          column-gap: 1.07143em;
  row-gap: 20px;
  /* margin-top: 1.57143em; */
  font-size: 14px;
}
.footer__firmInfoBox .firm-info--loc .firm-info__ic,
.footer__firmInfoBox .firm-info--mail .firm-info__ic,
.footer__firmInfoBox .firm-info--clock .firm-info__ic {
  fill: var(--basick-white);
}

/* .footer__firmInfoBox a:hover {
  color: var(--color-blue);
} */

.footer__sciLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.16667em;
}

.footer__sciLinks .sci-link {
  margin-left: auto;
}

.footer__bottom {
  padding: 11px 0;
  background-color: #343434;
  font-size: 12px;
  line-height: 1.25;
}

.footer__bottom-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__bottom .ArtBro {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  /* color: var(--color-primary); */
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*==================== INDEX PAGE ====================*/

.index-pg .content-wrap {
  padding-top: 0;
}

/*==================== CATALOG ====================*/

.catalog-pg .filters-f {
  margin-bottom: 40px;
}

/*==================== BASKET ====================*/

.basket-pg .basket-table {
  margin-bottom: 19px;
}

.basket-pg .products-slider-b {
  margin-top: 130px;
}

/*basket form*/

.basket-f__bottom {
  --air-l: 20px;
  --air-b: 15px;
  font-size: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basket-f__bottom-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.basket-f__minCost {
  padding: 12px 7px 13px;
  min-width: 277px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--color-primary);
}

.basket-f__reset-btn,
.basket-f__submit-btn {
  min-width: 194px;
}

.basket-f__submit-btn {
  font-weight: 700;
  text-transform: uppercase;
}

/*basket info*/

.basket-table {
  font-size: 12px;
  border: 1px solid #c4c4c4;
}

.basket-table__row {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.basket-table__row > div {
  padding: 0 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.basket-table__head {
  padding: 1.16667em 20px 1.16667em 35px;
  line-height: 1.25;
  text-transform: uppercase;
  background-color: #eeeeee;
}

.basket-table__body {
  padding: 0 20px 0 35px;
}

.basket-table__body .basket-table__row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 1.5em;
}

.basket-table__body .basket-table__row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 5px 20px;
  border-right: 1px solid #eeeeee;
}

.basket-table__body .basket-table__row > div:last-child {
  border-right: 0;
}

.basket-table__body .basket-table__row:last-child {
  padding-bottom: 0;
}

.basket-table__body .basket-table__name {
  text-align: left;
}

.basket-table__body .basket-table__name p {
  margin-bottom: 0.91667em;
  line-height: 1.5;
  word-wrap: break-word;
}

.basket-table__body .basket-table__name a {
  display: inline-block;
}

.basket-table__body .basket-table__name img {
  max-width: 100px;
}

.basket-table__body .basket-table__price,
.basket-table__body .basket-table__unit {
  font-size: 14px;
}

.basket-table__body .basket-table__cost {
  font-weight: 600;
  font-size: 16px;
  color: var(--color-primary);
}

.basket-table__name {
  min-width: 30%;
}

.basket-table__name-copy {
  display: none !important;
}

/*payer form*/

.order-registration {
  font-size: 20px;
  line-height: 1.2;
}

.order-registration__data {
  margin: 0 auto;
  max-width: 645px;
}

.order-registration h2,
.order-registration h3 {
  margin: 2.27778em 0 1.75em;
}

.order-registration__inputs + h2,
.order-registration__inputs + h3 {
  margin-top: 1.61111em;
}

.order-registration__toggles {
  margin-bottom: 40px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.order-registration__inputs {
  margin: 0 auto;
  max-width: 535px;
}

.order-registration__inputs .b-input {
  --air: 0 0 24px;
  width: 100%;
}

.order-registration__inputs .b-input__input {
  max-width: none;
}

.order-registration .form-action {
  margin-top: 70px;
}

/*form action buttons*/

.form-action {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-action__back,
.form-action__submit-btn {
  min-width: 200px;
}

.form-action__submit-btn {
  text-transform: uppercase;
}

/*total purchase*/

.total-purchase__cost {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-primary);
}

/*==================== ABOUT PAGE ====================*/

.about-pg .gridGallery-b {
  margin-top: 78px;
}

/*==================== PRODUCTS ====================*/

.product-pg .content-wrap {
  padding-bottom: 0;
}

.product-pg h1 {
  margin-bottom: 83px;
}

.product-pg .similarProducts-b {
  margin-top: 85px;
  background-color: #B3D5B41A;
}

/*==================== NOTIFY PAGE ====================*/

.notify-pg .content-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
}

.notify-pg h1 {
  margin-bottom: 21px;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.22917;
  text-transform: uppercase;
}

.notify-pg main {
  margin: auto 0;
}

.notify-pg main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.notify-pg main .btnGo {
  margin: 43px auto 0;
  min-width: 250px;
}

.notify-pg main p {
  font-size: 18px;
}

.notify-pg main .firm-info {
  margin: 21px auto 0;
  font-size: 14px;
}

.thanks-pg .content-wrap {
  background-position: center;
  background-size: cover;
}

.err-pg h1 {
  margin-bottom: 3px;
  font-size: 144px;
  line-height: 1.22222;
}

.err-pg .content-wrap {
  background-position: center;
  background-size: cover;
}

/*--------------------------------Other--------------------------------*/

@media screen and (min-width: 1025px) {
  .productCard:hover {
     -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #355F5A;
    background-color: #FEFFFE;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@media screen and (min-width: 1231px) {
  .header__container {
    /* -webkit-box-align: end;
      -ms-flex-align: flex-end;
          align-items: flex-end; */
  }
  header .menu > li > ul {
    /*имитация тени шапки над выпадающим списком*/
  }

  header .menu > li > ul::before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 100%;
    left: -10px;
    z-index: 1;
    display: block;
    height: 13px;
    background-color: #fff;
  }

  .menu {
    /*Все вложенные списки в меню, скрытые, вертикальные*/
    /*Раскрытие вложенного списка при наведение на li*/
    /*Позиционирование 2-го уровень меню*/
    /*Позиционирование 3+-го уровень меню*/
    /*ссылки со 2-го уровня меню*/
    /*Элементы со 2-го уровня меню(активные)*/
    /*Элементы со 2-го уровня меню(наведение)*/
    /*Вложенное меню в 1-ом уровне*/
  }

  .menu ul {
    position: absolute;
    padding: 14px 0;
    min-width: 300px;
    max-width: 340px;
    background-color: var(--basick-white);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05), inset 0px 20px 20px -20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05), inset 0px 20px 20px -20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .menu li {
    position: relative;
  }

  .menu li:not(.menu__item--drop):hover > ul {
    opacity: 1;
    pointer-events: all;
  }

  .menu > li > ul {
    top: 100%;
    left: 0;
  }

  .menu ul ul {
    padding: 0;
    top: 0;
    left: 100%;
  }

  ul .menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 20px 12px 20px;
    width: 100%;
  }

  .menu ul li.active {
    background-color: var(--color-primary);
  }

  .menu ul li.active > a,
  .menu ul li.active > span {
    color: var(--basick-white);
  }

  .menu ul li.active > a > span svg,
  .menu ul li.active > span > span svg {
    fill: var(--basick-white);
  }

  .menu ul li:not(.active):hover {
    background-color: var(--color-primary);
  }

  .menu ul li:not(.active):hover > a,
  .menu ul li:not(.active):hover > span {
    color: var(--basick-white);
  }

  .menu ul li:not(.active):hover > a > span svg,
  .menu ul li:not(.active):hover > span > span svg {
    fill: var(--basick-white);
  }

  .menu__item--drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }

  .menu__item--drop.active > ul {
    opacity: 1;
    pointer-events: all;
  }

  .menu__item--drop .menu__arr {
    margin-left: 20px;
  }

  .menu__item--drop .menu__item-toggle {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: -10px;
  }

  /* .menu__item--drop .menu__item-toggle.active + .menu__link {
    color: var(--color-primary);
    text-shadow: 0.05px 0.05px 0 var(--color-primary), -0.05px -0.05px 0 var(--color-primary);
  } */

  .menu__arr {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.25em 0 0 0.5em;
    height: 0.6875em;
    width: 0.625em;
    fill: var(--textColor);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .menu__arr svg {
    max-height: 100%;
  }

  button + .sci__link {
    margin-left: 0;
  }
}

@media (max-width: 1230px) {
  .col-lg-1 {
    width: calc(100% / 12 * 1);
  }

  .col-lg-2 {
    width: calc(100% / 12 * 2);
  }

  .col-lg-3 {
    width: calc(100% / 12 * 3);
  }

  .col-lg-4 {
    width: calc(100% / 12 * 4);
  }

  .col-lg-5 {
    width: calc(100% / 12 * 5);
  }

  .col-lg-6 {
    width: calc(100% / 12 * 6);
  }

  .col-lg-7 {
    width: calc(100% / 12 * 7);
  }

  .col-lg-8 {
    width: calc(100% / 12 * 8);
  }

  .col-lg-9 {
    width: calc(100% / 12 * 9);
  }

  .col-lg-10 {
    width: calc(100% / 12 * 10);
  }

  .col-lg-11 {
    width: calc(100% / 12 * 11);
  }

  .col-lg-12 {
    width: calc(100% / 12 * 12);
  }

  .content-wrap h1 {
    margin-bottom: 50px;
  }

  .section__title {
    margin-bottom: 60px;
  }

  .section__btn {
    --height: 60px;
    --fz: 16px;
    margin: 70px auto 0;
  }

  .container {
    max-width: 960px;
  }

  .title-1 {
    font-size: 28px;
  }

  .title-2 {
    font-size: 28px;
  }

  .title-3 {
    font-size: 22px;
  }

  .text--lg {
    font-size: 20px;
  }

  .b-input {
    --pl: 30px;
    --h: 55px;
    --fz: 16px;
  }

  .v-modal__form {
    max-width: 580px;
  }

  .v-modal__form-inner {
    padding: 69px 60px 50px;
  }

  .v-up {
    width: 65px;
    height: 65px;
  }

  .application-b {
    --air-l: 30px;
  }

  .application-f .b-input {
    --pl: 30px;
    --h: 55px;
    --fz: 16px;
  }

  .articlesLaw-b__text {
    font-size: 16px;
  }

  .catalogLinks-b__row {
    --air-l: 15px;
  }

  .companyDesc-b__item {
    margin-top: 70px;
  }

  .companyDesc-b__item h1,
  .companyDesc-b__item h2,
  .companyDesc-b__item h3 {
    font-size: 22px;
  }

  .companyDesc-b__item--type-2 {
    margin-top: 60px;
  }

  .deliveryInfo-b__text {
    font-size: 16px;
  }

  .deliveryInfo-b__methods {
    margin-top: 50px;
  }

  .defaultText {
    font-size: 16px;
    line-height: 1.5625;
  }

  .gallery {
    max-width: 530px;
  }

  .fullScreenSlider {
    width: calc(100% - 140px);
  }

  .fullScreenSlider-nav .slider-arr {
    width: 40px;
    height: 40px;
  }

  .panel-b .products-b .productCard {
    width: calc(100% / var(--column) * 6 - var(--air-l));
  }

  .panel-b .filters-f__item {
    width: calc(100% / var(--column) * 4 - var(--air-l));
  }

  .productsSlider-b h1,
  .productsSlider-b h2,
  .productsSlider-b h3 {
    margin-bottom: 54px;
  }

  .paymentInfo-b__text {
    font-size: 16px;
  }

  .paymentInfo-b__methods {
    margin-top: 50px;
  }

  .replacement-f {
    padding-top: 45px;
  }

  .similarProducts-b {
    padding: 58px 0 80px;
  }

  .mainSlider {
    font-size: 20px;
  }

  .mainSlider__slide {
    min-height: 620px;
  }

  .mobile-btnBasket {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .illustratedInfo-b__textBox h1,
  .illustratedInfo-b__textBox h2,
  .illustratedInfo-b__textBox h3 {
    font-size: 22px;
  }

  header {
    padding: 10px 0;
  }
  header.fixed {
    padding: 5px 0;
  }

  .header__firm-info,
  .header__bottom-col,
  .header__sciLinks {
    display: none;
  }

  .header__top {
    padding-bottom: 0;
  }

  .header__body {
    padding-top: 0;
  }

  /* .header__logo {
    padding: 0;
    max-width: 60px;
  } */

  .header__hamburger {
    display: block;
  }

  .header__search-toggle--mobile {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 27.5px;
    height: 27.5px;
  }

  .header__sci {
    margin-left: auto;
  }

  .header__burger {
    position: fixed;
    left: -100%;
    z-index: 999;
    width: 100%;
    background-color: var(--basick-white);
    -webkit-box-shadow: inset 0px 20px 20px -20px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 20px 20px -20px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    /*bro menu*/
  }

  .header__burger::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 98;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .header__burger.open {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }

  .header__burger-inner {
    max-height: 100vh;
    width: 100%;
    overflow: auto;
  }

  .header__burger .hamburger,
  .header__burger .menu__arr,
  .header__burger .menu__item-arr {
    display: none !important;
  }

  .header__burger .bro-menu {
    font-size: 16px;
  }

  .header__burger .bro-menu ul {
    width: 100%;
  }

  .header__burger .bro-menu__next,
  .header__burger .bro-menu__back,
  .header__burger .bro-menu .menu__link {
    cursor: pointer;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.9rem 1em;
    width: 100%;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }

  .header__burger .bro-menu__next:hover,
  .header__burger .bro-menu__back:hover,
  .header__burger .bro-menu .menu__link:hover {
    background-color: #f4f4f4;
  }

  .header__burger .bro-menu .menu__link {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }

  .header__burger .bro-menu .menu__item.active > .bro-menu__link {
    background-color: #f4f4f4;
  }

  .header__burger .bro-menu__next svg,
  .header__burger .bro-menu__back svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 13px;
  }

  .header__burger .bro-menu__next svg {
    margin-left: auto;
  }

  .header__burger .bro-menu__back {
    background-color: var(--color-primary) !important;
    color: var(--basick-white);
  }

  .header__burger .bro-menu__back svg {
    margin-right: 1em;
    fill: var(--basick-white);
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }

  .header__burger .menu {
    display: block;
  }

  .header__burger .menu > .menu__item {
    position: static;
    margin-right: 0;
  }

  .header__burger .menu > .menu__item > .menu__link {
    padding: 0.9em 1em;
  }

  .header__burger .bro-menu {
    overflow: hidden;
  }

  .footer__top-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .footer__top-col:nth-of-type(2) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .footer__firmInfoBox {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 1.28571em;
  }

  .basket-pg .products-slider-b {
    margin-top: 90px;
  }

  .order-registration {
    font-size: 18px;
  }

  .order-registration .form-action {
    margin-top: 50px;
  }

  .about-pg .gridGallery-b {
    margin-top: 60px;
  }

  .product-pg h1 {
    margin-bottom: 70px;
  }

  .product-pg .similarProducts-b {
    margin-top: 65px;
  }

  .notify-pg h1 {
    font-size: 32px;
  }

  .notify-pg main p {
    font-size: 16px;
  }

  .err-pg h1 {
    font-size: 122px;
  }
}

@media (max-width: 1024px) {
  .for-table {
    display: block;
  }

  .col-md-1 {
    width: calc(100% / 12 * 1);
  }

  .col-md-2 {
    width: calc(100% / 12 * 2);
  }

  .col-md-3 {
    width: calc(100% / 12 * 3);
  }

  .col-md-4 {
    width: calc(100% / 12 * 4);
  }

  .col-md-5 {
    width: calc(100% / 12 * 5);
  }

  .col-md-6 {
    width: calc(100% / 12 * 6);
  }

  .col-md-7 {
    width: calc(100% / 12 * 7);
  }

  .col-md-8 {
    width: calc(100% / 12 * 8);
  }

  .col-md-9 {
    width: calc(100% / 12 * 9);
  }

  .col-md-10 {
    width: calc(100% / 12 * 10);
  }

  .col-md-11 {
    width: calc(100% / 12 * 11);
  }

  .col-md-12 {
    width: calc(100% / 12 * 12);
  }

  .content-wrap {
    padding: 2.5rem 0 5rem;
  }

  .bread-crumb + .content-wrap {
    padding-top: 15px;
  }

  .section {
    padding: 58px 0 20px;
  }

  .section__btn {
    --height: 51px;
    --fz: 12px;
    margin: 50px auto 0;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 768px;
  }

  .b-tabs__content {
    margin-top: 30px;
  }

  .application-b h1,
  .application-b h2,
  .application-b h3 {
    text-align: center;
  }

  .application-b__application-f,
  .application-b__map {
    width: calc(100% / var(--column) * 12 - var(--air-l));
  }

  .application-b .application-f .b-input__input {
    max-width: 490px;
  }

  .application-f__submit {
    margin: 23px auto 0;
  }

  .bread-crumb {
    padding: 23px 0 20px;
  }

  .companyDesc-b__item .companyDesc-b__itemTextBox,
  .companyDesc-b__item .companyDesc-b__itemImgBox {
    width: calc(100% / var(--column) * 12 - var(--air-l));
  }

  .companyDesc-b__item .companyDesc-b__itemImgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .companyDesc-b__item .companyDesc-b__itemImg {
    display: inline-block;
    margin: 0 auto;
    max-width: 465px;
  }
  .companyDesc-b__item .companyDesc-b__itemImg img{
      height: auto;
  }

  .deliveryMethods__item {
    width: calc(100% / var(--column) * 6 - var(--air-l));
    min-width: 310px;
  }

  .gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
  }

  .gallery__sliderWrap {
    margin: 0 auto;
    max-width: 500px;
  }

  .gallery__thumbsWrap {
    position: static;
    margin-top: 21px;
    width: auto;
    height: 97px;
  }

  .gallery__thumbs-item {
    height: 100%;
    width: auto;
  }

  .gallery__fullScreenBtn {
    inset: 0;
    background-color: transparent;
    border-radius: 0;
  }

  .gallery__fullScreenBtn-inner {
    opacity: 0;
  }

  .gallery .slider-nav {
    display: block;
  }

  .product__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__gallery {
    margin: 0 auto;
  }

  .product__details {
    margin: 30px 0 0;
    text-align: center;
  }

  .product__details .tableDetails {
    margin-bottom: 25px;
  }

  .product__availability {
    margin: 0 auto;
  }

  .product__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .product__hint {
    text-align: left;
  }

  .panel-b {
    /*products block*/
  }

  .panel-b__sidebar {
    display: none;
  }

  .panel-b .products-b .productCard {
    width: calc(100% / var(--column) * 4 - var(--air-l));
  }

  .reviewsCard {
    padding: 30px 15px 24px;
  }

  .reviewsCard__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .reviewsCard__more {
    width: 50px;
    height: 50px;
  }

  .mainSlider {
    font-size: 18px;
  }

  .mainSlider__slide {
    min-height: 500px;
  }

  .mainSlider__slide-bg {
    background-position: center;
  }

  .mainSlider__slide-textBox {
    padding: 47px 25px 105px;
    width: 100%;
    text-align: center;
  }
  .mainSlider__slide-textBox p {
    max-width: none;
  }
  .mainSlider__slide-textBox .btnGo {
    margin: 5.5em auto 0;
  }

  .mainSlider__slide-textBox::before {
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }

  .mainSlider__paginationWrap {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .mainSlider__paginationWrap .slider-pagination {
    display: block;
    padding-bottom: 48px;
  }

  .mainSlider__paginationWrap .slider-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 12px 7px 0;
    width: 13px;
    height: 13px;
  }

  .mainSlider__paginationWrap .slider-pagination .swiper-pagination-bullet-active {
    margin: 0 16px 7px 4px;
  }

  .illustratedMethods__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .illustratedMethods__item {
    width: calc(100% / var(--column) * 6 - var(--air-l));
    max-width: 293px;
    min-width: 240px;
  }

  header.fixed {
    padding: 10px 0;
  }

  .footer__top-row {
     flex-direction: column;
    --air-b: 22px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__top-col:nth-of-type(1) {
    max-width: none;
    min-width: 70%;
  }

  .footer__top-col:nth-of-type(2) {
    min-width: 70%;
  }

  .footer__bottom .ArtBro {
    position: static;
    margin-left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 768px) {
  .col-sm-1 {
    width: calc(100% / 12 * 1);
  }

  .col-sm-2 {
    width: calc(100% / 12 * 2);
  }

  .col-sm-3 {
    width: calc(100% / 12 * 3);
  }

  .col-sm-4 {
    width: calc(100% / 12 * 4);
  }

  .col-sm-5 {
    width: calc(100% / 12 * 5);
  }

  .col-sm-6 {
    width: calc(100% / 12 * 6);
  }

  .col-sm-7 {
    width: calc(100% / 12 * 7);
  }

  .col-sm-8 {
    width: calc(100% / 12 * 8);
  }

  .col-sm-9 {
    width: calc(100% / 12 * 9);
  }

  .col-sm-10 {
    width: calc(100% / 12 * 10);
  }

  .col-sm-11 {
    width: calc(100% / 12 * 11);
  }

  .col-sm-12 {
    width: calc(100% / 12 * 12);
  }

  .content-wrap h1 {
    margin-bottom: 35px;
  }

  .section__title {
    margin-bottom: 58px;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
    max-width: 100%;
  }

  .title-1 {
    font-size: 20px;
  }

  .title-2 {
    font-size: 18px;
  }

  .title-3 {
    font-size: 18px;
  }

  .text {
    font-size: 16px;
  }

  .accardion {
    max-width: none;
  }

  .accardion__container {
    padding: 0;
  }

  .accardion__item-header {
    font-size: 14px;
  }

  .b-tabs__content {
    margin-top: 20px;
  }

  .b-input {
    --air: 0 0 23px;
    --pl: 28px;
    --pdT: 18.45px 20px 15px var(--pl);
    --h: 45px;
    --fz: 15px;
  }

  .v-modal__form {
    max-width: 500px;
  }

  .v-modal__form-inner {
    padding: 56px 25px 30px 25px;
  }

  .v-modal .application-f__submit {
    margin-top: 15px;
    min-width: 230px;
  }

  .slider-from-to__label {
    width: 50%;
  }

  .number-slider {
    grid-auto-flow: column;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    font-size: 14px;
  }

  .number-slider__up,
  .number-slider__down,
  .number-slider__input {
    grid-column: auto;
    grid-row: auto;
  }

  .number-slider__up,
  .number-slider__down {
    width: 1.5em;
    height: 1.5em;
  }

  .v-up {
    right: 20px;
  }

  .application-b {
    padding: 65px 0 0;
  }

  .application-b__row {
    --air-l: 0px;
    flex-wrap: wrap;
  }

  .application-f .b-input {
    --air: 0 0 23px;
    --pl: 28px;
    --pdT: 18.45px 20px 15px var(--pl);
    --h: 45px;
    --fz: 15px;
  }

  .application-f .b-input__input textarea {
    min-height: 88px;
  }

  .catalogLinks-b {
    padding: 26px 0 67px;
    font-size: 14px;
  }

  .catalogLinks-b__row {
    --air-l: 15px;
    --air-b: 16px;
  }

  .catalogLinks-b__link {
    padding: 0;
    min-height: auto;
    max-width: 295px;
    width: calc(100% / var(--column) * 12 - var(--air-l));
    background-color: rgba(255, 255, 255, 0.92);
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .catalogLinks-b__link::before {
    display: none;
  }

  .catalogLinks-b__link:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .catalogLinks-b__link-bg {
    background-position: center;
  }

  .catalogLinks-b__link-text {
    position: relative;
    padding: 1em;
    padding-right: 2.85714em;
    min-height: 61px;
  }

  .catalogLinks-b__link-arr {
    display: inline-block;
  }

  .companyDesc-b__item {
    margin-top: 52px;
  }

  .companyDesc-b__item h1,
  .companyDesc-b__item h2,
  .companyDesc-b__item h3 {
    font-size: 18px;
  }

  .companyDesc-b__item--type-2 {
    margin-top: 46px;
  }

  .filters-f__btns button {
    min-width: 148px;
  }

  .deliveryInfo-b__text {
    font-size: 14px;
  }

  .deliveryInfo-b__methods {
    margin-top: 28px;
  }

  .defaultText h1,
  .defaultText h2,
  .defaultText h3 {
    margin: 1.875em 0 1.5625em;
  }

  .defaultText p,
  .defaultText ul,
  .defaultText ol {
    margin: 1.5625em 0;
  }

  .faq-b h1,
  .faq-b h2,
  .faq-b h3 {
    margin-bottom: 31px;
  }

  .gridGallery-b__list {
    --air-l: 31px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .gridGallery-b__img {
    width: calc(100% / var(--column) * 6 - var(--air-l));
    max-width: 275px;
  }

  .fullScreenSlider {
    width: calc(100% - 82px);
  }

  .fullScreenSlider-nav .slider-arr {
    width: 34px;
    height: 34px;
  }

  .slider-pagination {
    margin-top: 30px;
  }

  .tableDetails__row {
    padding: 10px 7px;
  }

  .product__hint {
    padding: 18px 27px;
  }

  .product__tabs {
    margin-top: 20px;
    font-size: 14px;
  }

  .product__tabs .tableDetails__row-col:first-child {
    width: 40%;
  }

  .product__tabs .defaultText {
    font-size: 14px;
  }

  .panel-b {
    /*producers-b*/
    /*products block*/
  }

  .panel-b .filters-f__item {
    width: calc(100% / var(--column) * 6 - var(--air-l));
  }

  .panel-b .producers-b .producerCard {
    width: calc(100% / var(--column) * 4 - var(--air-l));
  }

  .panel-b .products-b .productCard {
    width: calc(100% / var(--column) * 6 - var(--air-l));
  }

  .producers-b__row {
    --air-l: 16px;
    --air-b: 16px;
  }

  .producers-b .producerCard {
    width: calc(100% / var(--column) * 4 - var(--air-l));
  }

  .products-b {
    --air-b: 33px;
  }

  .products-b__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .products-b .productCard {
    min-width: 300px;
  }

  .products-b .pagination {
    padding: 65px 0 0;
  }

  .producerCard {
    padding: 10px 10px 12px;
    font-size: 10px;
    flex: 0 1 50%;
  }

  .producerCard__name {
    margin-top: 7.5px;
  }

  .productsSlider-b {
    padding: 40px 0 60px;
  }

  .productsSlider-b h1,
  .productsSlider-b h2,
  .productsSlider-b h3 {
    margin-bottom: 70px;
  }

  .productsSlider-b .productsSlider {
    margin-left: auto;
    margin-right: auto;
    max-width: 270px;
  }

  .productsSlider .swiper-slide-visible {
    -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
            transform: translateY(-25px);
  }

  .paymentInfo-b__text {
    font-size: 14px;
  }

  .paymentInfo-b__text > * {
    margin-top: 1.14286em;
  }

  .paymentInfo-b__methods {
    margin-top: 43px;
  }

  .reviews-b__row {
      flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .reviews-b .reviewsCard {
    width: calc(100% / var(--column) * 12 - var(--air-l));
    max-width: 330px;
  }

  .reviews-b__more {
    margin: 70px auto 0;
  }

  .replacement-f {
    padding-top: 35px;
  }

  .replacement-f h1,
  .replacement-f h2,
  .replacement-f h3 {
    margin-bottom: 23px;
  }

  .replacement-f .b-input__input textarea {
    padding: 12px var(--pr) 0 var(--pl);
    height: var(--h);
    min-height: auto;
  }

  .replacement-f__submit {
    margin-top: 18px;
  }

  .similarProducts-b {
    padding: 51px 0 68px;
  }

  .similarProducts-b h1,
  .similarProducts-b h2,
  .similarProducts-b h3 {
    margin-bottom: 70px;
  }

  .similarProducts-b .similarSlider {
    margin-left: auto;
    margin-right: auto;
    max-width: 270px;
  }

  .similarSlider .swiper-slide {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s !important;
    transition: opacity 0.3s, -webkit-transform 0.3s !important;
    -o-transition: opacity 0.3s, transform 0.3s !important;
    transition: opacity 0.3s, transform 0.3s !important;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s !important;
  }

  .similarSlider__slide:not(.swiper-slide-visible) {
    opacity: 0.6;
  }

  .similarSlider .swiper-slide-visible {
    -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
            transform: translateY(-25px);
  }

  .mainSlider {
    font-size: 16px;
  }

  .mainSlider__slide-textBox h1,
  .mainSlider__slide-textBox h2 {
    margin-bottom: 0.26923em;
    font-size: 26px;
  }

  .mainSlider__paginationWrap .slider-pagination {
    margin-top: 0;
  }

  .illustratedInfo-b__textBox,
  .illustratedInfo-b__imgBox {
    width: calc(100% / var(--column) * 12 - var(--air-l));
    max-width: none;
  }

  .illustratedInfo-b__textBox h1,
  .illustratedInfo-b__textBox h2,
  .illustratedInfo-b__textBox h3 {
    font-size: 18px;
  }

  .illustratedInfo-b__img {
    margin: 0 auto;
    max-width: 400px;
  }

  header {
    padding: 8px 0;
  }

  .header__logo {
    max-width: 180px;
  }

  .header__hamburger {
    margin-left: 28px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .header__sci {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .header__sci .search-toggle {
    margin-left: auto;
  }

  .header__sci .sci__link--phone {
    display: none;
  }

  .footer__sciLinks .sci-link {
    margin: 0 auto;
  }

  .footer__bottom {
    padding: 12px 0;
  }

  .footer__bottom-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__bottom .ArtBro {
    margin: 0.58333em 0 0;
  }

  .basket-pg .basket-table {
    margin-bottom: 15px;
  }

  .basket-pg .products-slider-b {
    margin-top: 61px;
  }

  .basket-f__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .basket-f__bottom-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 31px;
  }

  .basket-table__head .basket-table__row > div:not(.basket-table__name) {
    display: none;
  }

  .basket-table__head .basket-table__row > div {
    padding: 0;
  }

  .basket-table__body {
    padding: 23px 20px 30px 25px;
  }

  .basket-table__body .basket-table__row {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "name name"
 "image unit"
 "image price"
 "image cost"
 "quantity quantity";
    grid-auto-columns: -webkit-min-content auto;
    grid-auto-columns: min-content auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    row-gap: 9px;
    padding-bottom: 2.5em;
  }

  .basket-table__body .basket-table__row > div {
    padding: 0;
    border-right: none;
    text-align: left;
  }

  .basket-table__body .basket-table__name {
    grid-area: image;
    margin-top: 2px;
  }

  .basket-table__body .basket-table__name img {
    max-width: 180px;
  }

  .basket-table__body .basket-table__name p {
    display: none;
  }

  .basket-table__body .basket-table__unit {
    grid-area: unit;
    font-size: 14px;
  }

  .basket-table__body .basket-table__price {
    grid-area: price;
    font-size: 16px;
  }

  .basket-table__body .basket-table__cost {
    grid-area: cost;
    font-size: 18px;
  }

  .basket-table__body .basket-table__quantity {
    grid-area: quantity;
  }

  .basket-table__name-copy {
    grid-area: name;
    display: block !important;
    text-align: left !important;
  }

  .basket-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .basket-table__name {
    min-width: auto;
  }

  .order-registration {
    font-size: 16px;
  }

  .order-registration h2,
  .order-registration h3 {
    margin: 46px 0;
  }

  .order-registration__inputs + h2,
  .order-registration__inputs + h3 {
    margin-top: 22px;
  }

  .order-registration__inputs textarea {
    min-height: 87px;
  }

  .order-registration .form-action {
    margin-top: 40px;
  }

  .about-pg .gridGallery-b {
    margin-top: 42px;
  }

  .product-pg h1 {
    margin-bottom: 51px;
  }

  .product-pg .similarProducts-b {
    margin-top: 46px;
  }

  .notify-pg h1 {
    font-size: 24px;
  }

  .notify-pg main .firm-info {
    margin: 15px auto 0;
  }

  .notify-pg main .btnGo {
    margin: 30px auto 0;
  }

  .thanks-pg .content-wrap {
    background-position: left bottom;
  }

  .err-pg h1 {
    font-size: 86px;
  }
}

@media (max-width: 768px){

  .basket-table__body .basket-table__name {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }

  .basket-table__body .basket-table__unit {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .basket-table__body .basket-table__price {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }

  .basket-table__body .basket-table__cost {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }

  .basket-table__body .basket-table__quantity {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .basket-table__name-copy {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media (max-width: 520px) {
    .producerCard {
        flex: 0 1 100%;
      }
  .order-registration__toggles {
    --air-l: 35px;
    --air-b: 23px;
    margin-bottom: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 calc(var(--air-b) * -1) calc(var(--air-l) * -1);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .order-registration__toggles label {
    margin: 0 0 var(--air-b) var(--air-l);
    word-wrap: break-word;
  }

  .order-registration__inputs {
    margin-top: 29px;
  }
}

@media (max-width: 480px) {
  .col-xs-1 {
    width: calc(100% / 12 * 1);
  }

  .col-xs-2 {
    width: calc(100% / 12 * 2);
  }

  .col-xs-3 {
    width: calc(100% / 12 * 3);
  }

  .col-xs-4 {
    width: calc(100% / 12 * 4);
  }

  .col-xs-5 {
    width: calc(100% / 12 * 5);
  }

  .col-xs-6 {
    width: calc(100% / 12 * 6);
  }

  .col-xs-7 {
    width: calc(100% / 12 * 7);
  }

  .col-xs-8 {
    width: calc(100% / 12 * 8);
  }

  .col-xs-9 {
    width: calc(100% / 12 * 9);
  }

  .col-xs-10 {
    width: calc(100% / 12 * 10);
  }

  .col-xs-11 {
    width: calc(100% / 12 * 11);
  }

  .col-xs-12 {
    width: calc(100% / 12 * 12);
  }

  .v-modal__form-inner {
    padding: 70px 20px 30px 20px;
  }

  .deliveryMethods__item {
    min-width: 290px;
  }

  .product__quantity {
    margin-bottom: 13px;
  }

  .product__quantity .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .panel-b {
    /*producers-b*/
  }

  .panel-b .filters-f__item {
    width: calc(100% / var(--column) * 12 - var(--air-l));
  }

  .panel-b .producers-b .producerCard {
    width: calc(100% / var(--column) * 6 - var(--air-l));
  }

  .form-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 75px;
  }

  .form-action .btn:not(:last-child) {
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 400px) {
  .mainSlider h1,
  .mainSlider h2 {
    font-size: 20px;
  }

 /*  .header__logo {
   max-width: 50px;
 } */

  .header__sci .sci__link--phone {
    font-size: 10px;
  }

  .header__search-panel {
    font-size: 18px;
  }

  .header__hamburger {
    margin-left: 15px;
    width: 29px;
    height: 29px;
  }
}