/* start standart controlls */
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);
* {
    box-sizing: border-box;
}
*:before,*:after {
    box-sizing: border-box;
}
html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 0px;
}
body, td, th, input, textarea, select, a {
    font-size: 14px;
}
a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:active, a:focus, label:hover {
    color: #000;
    text-decoration: none;
}
a img {
    border: none;
}
h1 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 500;
}
@media (max-width:991px) {
    h1 {
        font-size: 28px;
    }
}
@media (max-width:767px) {
    h1 {
        font-size: 26px;
    }
}
.heading {
    margin: 0 0 40px 0;
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    background: no-repeat 0 0;
}
@media (max-width:767px) {
    .heading {
        font-size: 26px;
    }
}
.heading__icon {
    background: no-repeat, 0 0;
}
h2 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
}
p {
    margin-top: 0px;
    margin-bottom: 10px;
}
form {
    padding: 0;
    margin: 0;
    display: inline;
}
table {
    border-spacing: 0;
    height: 100%;
    border-collapse: collapse;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ul_reset ul {
    list-style: disc;
    padding: 0 0 0 15px;
}
img {
    vertical-align: middle;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,	.table-responsive > .table > tbody > tr > th,	.table-responsive > .table > tfoot > tr > th,.table-responsive > .table > thead > tr > td,.table-responsive > .table > tbody > tr > td,.table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,.table-responsive > .table-bordered > tbody > tr > th:first-child,.table-responsive > .table-bordered > tfoot > tr > th:first-child,.table-responsive > .table-bordered > thead > tr > td:first-child,.table-responsive > .table-bordered > tbody > tr > td:first-child,.table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,	.table-responsive > .table-bordered > tbody > tr > th:last-child,	.table-responsive > .table-bordered > tfoot > tr > th:last-child,.table-responsive > .table-bordered > thead > tr > td:last-child,.table-responsive > .table-bordered > tbody > tr > td:last-child,.table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,	.table-responsive > .table-bordered > tfoot > tr:last-child > th,.table-responsive > .table-bordered > tbody > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
.text_center {
    text-align: center;
}
.text_left {
    text-align: left;
}
.table_max {
    width: 100%;
}
.img-responsive {
    display: inline-block;
}
.alert {
    border-radius: 0;
    padding: 18px;
    border-radius: 28px;
    margin: 0 0 20px 0;
    border-radius: 10px;
    color: #fff;
}
.alert_bottom {
    margin-bottom: 20px;
}
.alert_success {
    background: #86C8E5;
}
.alert_warning {
    background: #d8232a;
}
.alert_warning a, .alert_warning a:hover, .alert_warning a:focus, .alert_warning a:active, .alert-warning a, .alert-warning a:hover {
    font-weight: 500;
    color: #fff;
}
.error {
    display: inline-block;
    width: 100%;
    color: #ea0b0c;
    text-align: left;
    margin-top: 3px;
    font-size: 13px;
}
input[type="checkbox"], input[type="radio"] {
    display:none;
}
input[type="checkbox"] + label, input[type="radio"] + label,
.ocf-label-text,
.simple-label-text {
    position: relative;
    padding: 0 0 0 32px;
    cursor: pointer;
    line-height: 22px;
}
input[type="radio"] + label:after,
input[type="radio"] + label:before,
input[type="checkbox"] + label:after,
input[type="checkbox"] + label:before,
.ocf-label-text:before, .ocf-label-text:after,
.simple-label-text:before, .simple-label-text:after {
    position: absolute;
    content: '';
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before,
.ocf-label-text:before,
.simple-label-text:before {
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ececec;
    height: 25px;
    width: 25px;
    border-radius: 4px;
}
input[type="radio"] + label:before,
input[type="radio"] + label:after,
input[type="radio"] + .ocf-label-text:before,
input[type="radio"] + .ocf-label-text:after,
.simple-content label input[type="radio"] + .simple-label-text:before,
.simple-content label input[type="radio"] + .simple-label-text:after {
    border-radius: 50%;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:checked + .ocf-label-text:before,
.simple-content label input[type="radio"]:checked + .simple-label-text:before {
}
input[type="radio"]:checked + label:after,
input[type="radio"]:checked + .ocf-label-text:after,
.simple-content label input[type="radio"]:checked + .simple-label-text:after {
    top: 6px;
    left: 6px;
    height: 13px;
    width: 13px;
    background: #86C8E5;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + .ocf-label-text:before,
.simple-content label input[type="checkbox"]:checked + .simple-label-text:before {
    border-color: #86C8E5;
    background: #86C8E5;
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:checked + .ocf-label-text:after,
.simple-content label input[type="checkbox"]:checked + .simple-label-text:after {
    top: 1px;
    left: 12px;
    height: 17px;
    width: 9px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
input[type="radio"]:disabled + label:before,
input[type="radio"]:checked:disabled + label:before,
input[type="checkbox"]:disabled + label:before,
input[type="checkbox"]:checked:disabled + label:before,
input:disabled + .ocf-label-text:before,
input:checked:disabled + .ocf-label-text:before,
input:disabled + .ocf-label-text:after,
input:disabled + .simple-label-text:before,
input:checked:disabled + .simple-label-text:before,
input:disabled + .simple-label-text:after {
    background: #ececec;
    border-color: #ececec;
}
.container__center {
    margin: 0 auto;
    max-width: 767px;
}
.form__container {
    padding: 40px;
    max-width: 500px;
    border: 1px solid #ececec;
    margin-bottom: 40px;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .form__container {
        max-width: 767px;
    }
}
@media (max-width: 450px) {
    .form__container {
        padding: 30px 15px;
    }
}
.form__container_max {
    max-width: 100%;
}
.form__container_no-border {
    border: 0;
}
.from__heading {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 30px;
    text-align: center;
}
.form__item {
    margin: 0 0 10px 0;
}
.from__label, .form__label, label {
    text-align: left;
    display: block;
    margin: 0 0 5px 0;
    cursor: pointer;
    font-size: 13px;
    color: #909090;
}
.from__label:hover, .from__label:active, .from__label:focus,
.form__label, .form__label:active, .form__label:focus,
label:hover, label:active, label:focus {
    color: #2E649F;
}
.form__input, .form__textarea, input, textarea {
    display: block;
    height: 40px;
    padding: 5px 10px;
    line-height: 1.42857143;
    opacity: 1;
    border: 1px solid #ececec;
    border-radius: 6px;
    background: #fff;
    box-shadow: unset;
    width: 100%;
    resize: none;
}
.form__textarea, textarea {
    height: 90px;
}
.form__input:hover, .form__input:active, .form__input:focus,
.form__textarea:hover, .form__textarea:active, .form__textarea:focus,
input:hover, input:active, input:focus,
textarea:hover, textarea:active, textarea:focus {
    border: 1px solid #ececec;
    outline:0;
}
.form__input::-moz-placeholder, .form__textarea::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
    color: #909090 !important;
    opacity: 1;
}
.form__input:-moz-placeholder, .form__textarea:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder {
    color: #909090 !important;
    opacity: 1;
}
.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder, input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #909090 !important;
    opacity: 1;
}
.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #909090 !important;
    opacity: 1;
}
.form__input::-ms-expand, .form__textarea::-ms-expand, input::-ms-expand, textarea::-ms-expand {
    color: #909090 !important;
    opacity: 1;
}
.button {
    padding: 13px 30px;
    display: inline-block;
    height: auto;
    width: auto;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    border: 1px solid #2E649F;
    background-color: #2E649F;
    border-radius: 22px;
    cursor: pointer;
}
.button:hover, .button:active, .button:focus, a.button:hover, a.button:active, a.button:focus, input.button:hover, input.button:focus, input.button:active {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.button_back {
    border-color: #000;
    background-color: #fff;
    color: #2E649F;
}
.buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-top: 30px;
}
.buttons_center {
    -webkit-box-pack: center;
    justify-content: center;
}
.breadcrumb__container {
    margin: 40px 0 20px;
    padding: 0;
    background: #fff;
}
.breadcrumb__item {
    color: #909090;
}
.breadcrumb__separator {
    display: inline-block;
    margin: 0 15px 4px 10px;
    height: 1px;
    width: 10px;
    background-color: #909090;
}
/* end standart controlls */
/* start bootstrap */
#content {
    min-height: 600px;
    padding-bottom: 70px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1300px;
    }
}
@media (min-width: 1600px) {
    .container {
        width: 1560px;
    }
}
.img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
@media (max-width: 450px) {
    .hidden-es {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row:before, .row:after {
    display: none !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-xs-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-xs-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-xs-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-xs-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xs-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-xs-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-xs-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xs-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-xs-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-xs-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xs-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-xs-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
}
/* end bootstrap */
/* start Menu Mobile */
.dropdown__container {
    padding: 10px 15px;
}
@media (max-width: 991px) {
    .dropdown__container {
        display: none;
    }
}
.dropdown__item {
    padding: 10px 0;
    text-align: center;
}
.dropdown__link {
}
@media (min-width: 992px) {
    .dropdown_desktop {
        display: block !important;
        padding: 0;
    }
}
@media (min-width: 768px) {
    .dropdown_display-non-mobile {
        display: block !important;
        padding: 0;
    }
}
/* end Menu Mobile */
/* start information */
.information__content table {
    width: 100%;
}
@media(max-width: 991px) {
    .information__content table {
        overflow-x: auto;
        display: block;
    }
}
.information__content thead {
}
.information__content th {
    padding: 10px;
    border: transparent;
    font-weight: 500;
    font-size: 16px;
    vertical-align: top;
}
.information__content td {
    padding: 10px;
    border: 1px solid #ececec;
}
.information__content td:first-child {
}
.information__content ul {
    list-style: disc;
    padding: 0 0 0 15px;
}
.information__content {
    font-size: 16px;
    line-height: 26px;
}
.information__content p {
    margin: 0 0 30px;
}
/* end information */
/* start dialog window */
.callback__container, .catapulta__container, .custom__container {
    display: block;
    margin: 0 auto;
    position: relative;
    background: #fff;
    max-width: 350px;
    border-radius: 10px;
}
.custom__container {
    max-width: 450px;
}
/* end dialog window */
/* start compare page */
.compare__item {
    vertical-align: top;
    min-width: 200px;
    padding: 12px 0 12px 15px;
}
@media (max-width: 767px) {
    .compare__item {
        min-width: 110px;
    }
}
.compare__item_heading {
    font-weight: 700;
    width: 200px;
}
.compare__name {
    line-height: 22px;
}
.compare__item_price {
    font-weight: 500;
    color: #2E649F;
}
.compare__price_old {
    color: #909090;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}
.compare__content:nth-of-type(odd) {
    background-color: #F6F6F6;
}
.compare__item_button {
    padding-left: 0;
    text-align: center;
}
.compare__image {
    display: block;
    max-width: 300px;
}
.button_compare {
    padding: 0;
    background: none;
    border: 0;
    color: #2E649F;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
}
a.button_compare:hover,
a.button_compare:active,
a.button_compare:focus {
    color: #bf0b13;
    text-decoration: underline;
    background: none;
    border: 0;
}
/* end compare page */
/* start pagination */
.pagination__container {
    margin: 0 0 50px 0;
}
.pagination__content {
    display: -webkit-box;
    display: flex;
}
.pagination__button {
    margin: 0 10px 5px 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: block;
    font-size: 16px;
    color: #2E649F;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    background-color: #F6F6F6;
    border-radius: 50%;
    position: relative;
}
.pagination__button:hover,
.pagination__button:focus,
.pagination__button:active,
.pagination__active {
    background-color: #2E649F;
    color: #fff;
}
.pagination__button_first,
.pagination__button_next,
.pagination__button_last,
.pagination__button_prev {
    background-color: #000;
}
.pagination__arrow {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
}
.pagination__prev,
.pagination__next {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.pagination__prev {
    margin: 0 0 0 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination__next {
    margin: 0 5px 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.pagination__last,
.pagination__first {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.pagination__first {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination__last {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.pagination__first:before,
.pagination__last:before {
    position: absolute;
    content: '';
    bottom: 0px;
    top: 3px;
    left: 3px;
    right: 1px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.pagination__arrow_next,
.pagination__arrow_prev,
.pagination__arrow_last,
.pagination__arrow_first {
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: auto 0;
}
.pagination__arrow_last,
.pagination__arrow_first {
    width: 20px;
}
.pagination__arrow_next,
.pagination__arrow_last {
    left: 0;
    right: unset;
}
.pagination__arrow_prev,
.pagination__arrow_first {
    right: 0;
    left: unset;
}
.pagination__button:hover .pagination__next,
.pagination__button:hover .pagination__prev,
.pagination__button:hover .pagination__first,
.pagination__button:hover .pagination__first:before,
.pagination__button:hover .pagination__last,
.pagination__button:hover .pagination__last:before,

.pagination__button:active .pagination__next,
.pagination__button:active .pagination__prev,
.pagination__button:active .pagination__first,
.pagination__button:active .pagination__first:before,
.pagination__button:active .pagination__last,
.pagination__button:active .pagination__last:before,

.pagination__button:focus .pagination__next,
.pagination__button:focus .pagination__prev,
.pagination__button:focus .pagination__first,
.pagination__button:focus .pagination__first:before,
.pagination__button:focus .pagination__last,
.pagination__button:focus .pagination__last:before {
    border-color: #fff;
}
/* end pagination */
/*start icon set*/
.button-icon {
    padding: 10px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}
.button-icon-max {
    font-size: 18px;
}
.account-icon_edit {
    margin: 0 10px;
    background: url("../image/account/edit.svg") no-repeat center center;
}
.account-icon_trash {
    background: url("../image/account/remove.svg") no-repeat center center;
}
.account-icon_repeat {
    background: url("../image/account/repeat.svg") no-repeat center center;
}
.checkout-icon_minus {
    background: url("../image/account/minus.svg") no-repeat center center;
}
.checkout-icon_plus {
    background: url("../image/account/plus.svg") no-repeat center center;
}
.checkout-icon_remove {
    background: url("../image/account/remove.svg") no-repeat center center;
}
/*end icon set*/
/* start carousel module */
.carousel__container {
    position: relative;
}
.carousel__container_2 {
    padding: 0 70px;
}
.carousel__nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    background-color: #e0e0e0;
    z-index: 2;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .carousel__nav {
        height: 40px;
        width: 40px;
    }
}
.carousel__nav:hover {
    background-color: #000;
}
.carousel__nav:before {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    bottom: 0;
    top: 0;
    margin: auto;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.carousel__nav:after {
    position: absolute;
    content: '';
    width: 27px;
    height: 2px;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto 0;
    background: #fff;
}
@media (max-width: 767px) {
    .carousel__nav:after {
        width: 22px;
    }
}
.carousel__nav_next {
    right: -20px;
}
@media (max-width: 767px) {
    .carousel__nav_next {
        right: -10px;
    }
}
.carousel__nav_next:before {
    right: 7px;
    left: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.carousel__nav_next:after {
    left: 0;
}
.carousel__nav_prev {
    left: -20px;
}
@media (max-width: 767px) {
    .carousel__nav_prev {
        left: -10px;
    }
}
.carousel__nav_prev:before {
    left: 7px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* end carousel module */
/* start account */
.heading__account {
    margin: 0 0 30px 0;
}
.heading__account_top {
    margin-top: 20px;
}
.account__content {
    margin: 0 0 20px 0;
}
.account__content:last-child {
    margin: 0;
}
.account-menu__item {
    margin: 0 0 25px 0;
}
.account-menu__item:last-child {
    margin: 0;
}
.account-menu__link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.login__forgotten {
    margin: 10px 0 0 0;
}
.account-list__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ececec;
}
.account-list__container:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}
.account-list__heading {
    font-weight: 700;
}
.account-list__data {
    display: block;
    margin: 0 0 8px;
    line-height: 20px;
}
.account-list__item {
    line-height: 22px;
    font-size: 16px;
}
.form-login__description {
    text-align: left;
}
/* end account */
/* start news */
.news__item {
    padding: 0 30px 30px;
    border-radius: 20px;
}
.carousel__container .news__item {
    margin: 0 20px 30px;
}
@media (max-width: 1399px) {
    .news__item {
        padding: 0 15px 30px;
    }
}
@media (max-width: 991px) {
    .news__item {
        padding: 0;
    }
}
@media (min-width: 992px) {
    .news__item:hover {
        box-shadow: 0 10px 24px rgba(37, 37, 37, 0.1);
    }
}
.news__item_carousel {
    margin: 5px 15px 25px;
}
@media (max-width: 991px) {
    .news__item_carousel {
        margin: 0;
    }
}
.news__image {
    display: block;
    margin: 0 -30px 30px;
}
@media (max-width: 1399px) {
    .news__image {
        margin: 0 -15px 30px;
    }
}
@media (max-width: 991px) {
    .news__image {
        margin: 0 0 30px;
    }
}
.owl-carousel .news__image img {
    width: auto;
}
.news__title {
    position: relative;
    margin: 0 0 20px 0;
}
.news__link {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.news__description {
    line-height: 20px;
}
.news__date {
    margin: 0 0 17px;
    padding: 1px 0 1px 30px;
    color: #929292;
    background: url('/catalog/view/theme/default/image/home/date.svg') no-repeat 0 1px;
}
.news__item_list {
    margin: 0 0 20px 0;
}
.news__date_page {
    margin: 0 0 20px 0;
}
.news__container_list {
    margin-bottom: 70px;
}
.news__container_list:last-child {
    margin-bottom: 0;
}
@media (max-width: 1399px) and (min-width: 1200px) {
    .news__container_list {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (max-width: 450px) {
    .news__container_list {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.news__buttons {
    padding: 40px 0 0;
}
.news__button {
    padding-left: 60px;
    color: #2E649F;
    font-size: 16px;
    font-weight: 500;
    background-image: url('/catalog/view/theme/default/image/news/more.svg');
    background-repeat: no-repeat;
    background-position: 30px center;
}
.news__button:hover,
.news__button:focus,
.news__button:active {
    color: #fff;
    background-image: url('/catalog/view/theme/default/image/news/more_hover.svg');
}
/* end news */
/* start 404 */
.container-404 {
    padding: 50px 0 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.image-404 {
}
.text-404 {
    margin: 40px 0 40px;
}
.text-404 a {
    color: #000;
    font-size: 16px;
}
/* end 404 */
/* start review */
.review__item {
    margin: 0 0 70px 0;
}
@media (max-width: 991px) {
    .owl-carousel .review__item {
        margin-bottom: 0px;
    }
}
.review__image {
    margin: 0 0 30px 0;
}
.review__img {
    width: auto !important; /*reset owl*/
}
.review__author {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 500;
}
.review__heading {
    margin: 0 0 10px 0;
}
.review__description {
    margin: 0 0 15px 0;
    line-height: 22px;
}
.review__date {
    margin: 0 0 17px;
    padding: 1px 0 1px 25px;
    color: #929292;
    background: url('/catalog/view/theme/default/image/home/date.svg') no-repeat 0 0;
}
.review__stars {
    display: inline-block;
    margin: 20px 0 0 -15px;
}
.review-stars__label {
    float: right;
    margin-right: 5px;
    background: url("../image/review/star_inactive.png") no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-bottom: -3px;
}
.review-stars__label:hover, .review-stars__label:hover ~ label, .review-stars__input:checked + label ~ label {
    background: url("../image/review/star.png") no-repeat;
}
input[type="radio"]:checked + .review-stars__label:after {
    background: transparent;
}
.review-stars__input[type="radio"]:checked + label:before {
    content: "";
    font-size: 0;
    line-height: 0;
}
.review-stars__input[type="radio"]:checked + label {
    background: url("../image/review/star.png") no-repeat;
}
.review-stars__input[type="radio"] + label:before {
    border: 0;
    content: "";
    height: 0;
    margin-right: 0;
    width: 0;
}
/* end review */
/* start contact */
.contact__item {
    margin: 0 0 30px;
}
.contact__item:last-child {
    margin: 0;
}
.contact__telephone {
    font-size: 18px;
}
.heading_contact {
    text-align: left;
}
.contact__content {
    padding: 30px;
    background-color: #F6F6F6;
    border-radius: 10px;
}
@media (max-width: 450px) {
    .contact__content {
        padding: 30px 15px;
    }
}
.contact__content p {
    margin: 0 0 20px;
}
.contact__content p:last-child {
    margin: 0;
}
.from__heading_contact {
    text-align: left;
}
/* end contact */
/* start scroll top */
.scroll_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
}
.scroll_top:before {
    top: 8px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.scroll_top:after {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: unset;
    width: 2px;
    height: 27px;
}
@media(max-width: 991px) {
    .scroll_top {
        display: none;
    }
}
/* end scroll top */
/* start grid */
.grid__container {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: (25%)[4];
    grid-template-columns: repeat(4, 25%);
}
.grid__container_3 {
    -ms-grid-columns: (33.333333%)[3];
    grid-template-columns: repeat(3, 33.333333%);
}
.unit__content {
    padding: 20px 20px 20px 20px;
}
@media (max-width: 991px) {
    .grid__container  {
        -ms-grid-columns: (33.333333%)[3];
        grid-template-columns: repeat(3, 33.333333%);
    }
}
@media (max-width: 768px) {
    .grid__container {
        -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);
    }
}
.grid__container_carousel {
    position: relative;
}
.grid__container_carousel:before, .grid__container_carousel:after {
    position: absolute;
    content: '';
    top: 4px;
    height: calc(100% - 8px);
    width: 2px;
    background: #fff;
    z-index: 2;
}
.grid__container_carousel:before {
    left: 0;
}
.grid__container_carousel:after {
    right: 0;
}
/* end grid */
/* start product item */
 {
    padding: 0 30px 30px;
    margin: 0 0 40px;
    border-radius: 10px;
    position: relative;
    background-color: #fff;
}
@media (max-width: 1399px) {
    .unit__content {
        padding: 0 15px 30px;
    }
}
@media (max-width: 991px) {
    .unit__content {
        padding: 0 15px;
    }
    .unit__content_carousel {
        padding: 0;
        margin: 0;
    }
}
@media (min-width: 1500px) {
    .unit__content:hover {
        box-shadow: 0 10px 24px rgba(37, 37, 37, 0.1);
        z-index: 2;
    }
}
@media (min-width: 992px) {
    .unit__content:hover {
        /* box-shadow: 0 4px 10px rgba(37, 37, 37, 0.1); */
        z-index: 2;
    }
}
.unit__image {
    margin: 0 0 30px;
    display: block;
    border-bottom: 1px solid #ececec;
    position: relative;
}
@media (max-width: 1399px) {
    .unit__image {
        margin: 0 0 20px;
    }
}
.unit__model {
  margin: 0 0 6px;
  min-height: 36px;
}
.unit__name {
    overflow: hidden;
    min-height: 80px;
    margin: 0 0 20px;
}
@media (max-width: 1199px) {
    .unit__name {
        height: 50px;
        margin: 0 0 15px;
    }
}
.unit__link {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}
@media (max-width: 1399px) {
    .unit__link {
        font-size: 14px;
        line-height: 17px;
    }
}
@media (max-width: 1199px) {
    .unit__link {
        font-size: 13px;
    }
}
@media (max-width: 1199px) {
    .unit__link_viewed {
        line-height: 16px;
        font-size: 13px;
    }
}
.unit__ctrl {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
}
@media (max-width: 1399px) {
    .unit__ctrl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        /*flex-direction: column;*/
    }
}
.unit__price {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /*flex-direction: row;*/
    flex-direction: column;
}
@media (max-width: 1399px) {
    .unit__price {
        /*margin: 0 0 20px;*/
    }
}
.unit-price__item {
    height: 100%;
    /*padding: 5px 20px;*/
    font-size: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 500;
    border-radius: 6px;
	background: #FFF;
    position: relative;
    white-space: nowrap;
}
@media (max-width: 1499px) {
    .unit-price__item {
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .unit-price__item {
        font-size: 15px;
    }
}
.unit-price__special {
    /* padding: 5px 0 0 10px;*/
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
    white-space: nowrap;
    color: #929292;
}
@media (max-width: 1499px) {
    .unit-price__special {
        font-size: 16px;
    }
}
@media (max-width: 1399px) {
    .unit-price__special {
        padding: 5px 0 0 0;
    }
}
@media (max-width: 1199px) {
    .unit-price__special {
        font-size: 13px;
    }
}
.unit__buttons {
    width: 100px;
    display: -webkit-inline-box;
    display: inline-flex;
}
@media (max-width: 1399px) {
    .unit__buttons {
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
        justify-content: end;
    }
}
.unit__button {
    margin: 0 10px 0 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
}
.unit__button:last-child {
    margin: 0;
}
.unit__button:hover,
.unit__button:focus,
.unit__button:active {
    background-color: #000;
}
.unit__button_cart {
    background: url(/catalog/view/theme/default/image/unit/cart.svg) no-repeat center center #333333;
}
.unit__button_wishlist {
    background: url(/catalog/view/theme/default/image/unit/wishlist.svg) no-repeat center center #2E649F;
    background-size: auto 30px;
}
.unit__button_wishlist:hover,
.unit__button_wishlist:focus,
.unit__button_wishlist:active {
}
@media (max-width: 1199px) {
  .unit__button {
    width: 30px;
    height: 30px;
  }
  .unit__button_cart,
  .unit__button_wishlist {
    background-size: 80%;
  }
}
.unit__alert {
    padding: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    background-color: #F6F6F6;
    color: #2E649F;
    z-index: 999;
}
@media (max-width: 1399px) {
    .unit__alert {
        font-size: 13px;
    }
}
.unit__alert:hover, .unit__alert:focus, .unit__alert:active {
    color: #2E649F;
}
.unit__sticker {
    position: absolute;
    top: 30px;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
@media (max-width: 1399px) {
    .unit__sticker {
        top: 15px;
    }
}
.unit-sticker__item {
    height: 26px;
    margin: 0 0 8px;
    padding: 0 12px;
    border-radius: 22px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #2E649F;
}
@media (max-width: 1399px) {
    .unit-sticker__item {
        height: 22px;
        padding: 0 7px;
        font-size: 12px;
    }
}
.unit-sticker__item:last-child {
    margin: 0;
}
.unit-sticker__item_sticker_1 {
    background-color: #2E649F;
    color: #fff;
}
.unit-sticker__item_sticker_2 {
    background-color: #86C8E5;
    color: #fff;
}
.unit-sticker__item_sticker_3 {
    background-color: #F6F6F6;
}
.unit-sticker__item_sticker_4 {
    background-color: #D3D2EE;
}
.unit__image:hover, .unit__image:focus, .unit__image:active {
    color: #2E649F;
}
.wishlist__buttons {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}
@media (max-width: 1399px) {
    .wishlist__buttons {
        right: 5px;
        top: 5px;
    }
}
.wishlist__button {
    width: 35px;
    height: 35px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wishlist__button:before, .wishlist__button:after {
    position: absolute;
    content: '';
    height: 18px;
    width: 2px;
    background: #2E649F;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.wishlist__button:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wishlist__button:hover:before, .wishlist__button:hover:after {
    background: #2E649F;
}
/* end product item */
/* start search autocomplete */
.suggestion__content {
    position: absolute;
    border: 1px solid transparent !important;
    z-index: 9999 !important;
    width: 100% !important;
    left: 0 !important;
    padding: 15px 15px 20px;
    box-shadow: 0 10px 24px rgba(37, 37, 37, 0.1);
    border-radius: 10px;
    top: calc(100% + 5px) !important;
}
.suggestion__item {
    display: block;
    margin: 0 0 15px !important;
}
.suggestion__item:last-child {
    margin: 0 !important;
}
.suggestion__link {
    padding: 0 !important;/* reset jquery ui */
    border: 0 !important;/* reset jquery ui */
    margin: 0 !important;/* reset jquery ui */
    color: #2E649F !important;/* reset jquery ui */
    line-height: 20px !important;
}
.suggestion__link:hover, .suggestion__link:active, .suggestion__link:focus, .suggestion__link.ui-state-active {
    color: #2E649F !important;/* reset jquery ui */
    background: #fff !important;/* reset jquery ui */
    border: 0;/* reset jquery ui */
}
.suggestion__name {
}
.suggestion__price {
    margin-left: 10px;
    font-size: 14px;
    white-space: nowrap;
}
.suggestion-price__item_special {
    font-weight: 700;
    margin: 0 5px 0 0;
}
.suggestion-price__item_old {
    font-size: 14px;
}
.suggestion__more {
    color: #000;
    text-decoration: underline;
}
/* end search autocomplete */
/* start faq */
.faq__container {
    margin: 0 0 50px;
}
.faq__container:last-child {
    margin: 0;
}
.faq__title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 30px;
}
.faq__content {
    background-color: #F6F6F6;
    padding: 30px;
    border-radius: 10px;
}
@media (max-width: 450px) {
    .faq__content {
        padding: 30px 15px;
    }
}
/* end faq */
/* start manufacturer */
.manufacturer__category {
    margin: 0 0 50px;
}
.manufacturer-category__link {
    margin: 0 15px 0 0;
    font-size: 40px;
    font-weight: 500;
}
.manufacturer__container {
    margin: 0 0 50px;
}
.manufacturer__container:last-child {
    margin: 0;
}
.manufacturer__heading {
    margin: 0 0 40px 0;
    font-size: 40px;
    font-weight: 500;
}
@media (max-width:991px) {
    .manufacturer__heading {
        font-size: 28px;
    }
}
@media (max-width:767px) {
    .manufacturer__heading {
        font-size: 26px;
    }
}
.manufacturer__link {
    display: -webkit-box;
    display: flex;
    margin: 0 0 50px;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.manufacturer__img {
    margin: 0 0 30px;
    max-width: 160px;
}
.manufacturer__title {
    font-size: 20px;
    font-weight: 500;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
}
/* end manufacturer */
/*start vertical menu */
.vertical-menu__container {
    padding: 40px;
}
@media (max-width:1399px) {
    .vertical-menu__container {
        padding: 30px 20px;
    }
}
.vertical-menu__item {
    margin: 0 0 25px 0;
}
.vertical-menu__item:last-child {
    margin: 0;
}
.vertical-menu__link {
    font-weight: 500;
    font-size: 16px;
}
/*end vertical menu */
/* start select arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow,
.selectboxit-default-arrow,
.goods-desc__title:before,
.filter__close_mini:before,
.filter__close:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1px solid #909090;
    border-left: 1px solid #909090;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.goods-desc__title_active:before,
button[aria-expanded="true"] .filter__close_mini:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* end select arrow */
.column-left:before {
    position: absolute;
    content: '';
    bottom: -187px;
    left: 10px;
    right: 10px;
    border: 170px solid transparent;
    border-top: 20px solid #FFF;
}
@media (max-width: 1599px) {
    .column-left:before {
        bottom: -155px;
        border-width: 138px;
        border-top: 20px solid #F6F6F6;
    }
}
@media (max-width: 1399px) and (min-width: 1200px) {
    .column-left:before {
        bottom: -112px;
        border-width: 98px;
        border-top-width: 15px;
    }
}
.column-left {
    position: relative;
    border-radius: 22px;
 
    border: 1px solid #F6F6F6;
}
