@font-face {
    font-family: 'AvenirNextCyr';
    src: url('../fonts/AvenirNextCyr-Bold.eot');
    src: local('Avenir Next Cyr Bold'), local('AvenirNextCyr-Bold'),
    url('../fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirNextCyr-Bold.woff') format('woff'),
    url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextCyr';
    src: url('../fonts/AvenirNextCyr-Medium.eot');
    src: local('Avenir Next Cyr Medium'), local('AvenirNextCyr-Medium'),
    url('../fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirNextCyr-Medium.woff') format('woff'),
    url('../fonts/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextCyr';
    src: url('../fonts/AvenirNextCyr-Regular.eot');
    src: local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Regular'),
    url('../fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirNextCyr-Regular.woff') format('woff'),
    url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/*common*/
body {
    color: #222222;
}
input {
    -webkit-appearance: none !important;
}
body, button, textarea, input, select {
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 400;
}
button {
    font-weight: 700;
}
button {
    cursor: pointer;
}
button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}
.content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1140px;
}
.page-wrap {
    overflow: hidden;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.va-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.d-ib {
    display: inline-block;
}
.hidden {
    display: none !important;
}
.popup__title,
h3,
h1,
h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    position: relative;
    padding-left: 6px;
}
h3 {
    padding-left: 0;
    font-size: 20px;
}
h4 {
    padding-left: 0;
    font-size: 16px;
}
.popup__title:after,
h3:after,
h1:after,
h2:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    z-index: -1;
    background: #FBCC00;
}
h3:after {
    top: -2px;
    left: -6px;
}
.black-btn,
.yellow-btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    width: 100%;
}
.black-btn {
    background: #222222;
    border-radius: 25px;
    max-width: 260px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #FFFFFF;
}
.black-btn:hover {
    background: #FBCC00;
}
.yellow-btn {
    max-width: 215px;
    background: #FBCC00;
    border-radius: 25px;
    height: 38px;
    line-height: 36px;
    font-weight: bold;
    font-size: 15px;
    color: #222222;
}
.yellow-btn:hover {
    background: #ffa800;
}
/*end common*/

/*top-bar*/
.top-bar {
    background: #F7F7F7;
}
.icon-personal {
    width: 24px;
    height: 24px;
    fill: #ACACAC;
}
.nav {
    position: relative;
    top: -1px;
}
.top-bar__nav {
    width: 60.52%;
}
.top-bar__nav a {
    font-size: 14px;
    height: 59px;
    line-height: 56px;
    text-decoration: none;
    color: #222222;
}
.personal__link:hover,
.top-bar__nav a.active,
.top-bar__nav a:hover {
    color: #fbcc00;
}
.personal__link {
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #222222;
}
.personal__link:hover .svg-icon {
    fill: #fbcc00;
}
.personal__link span {
    margin-left: 9px;
}
.personal__link > * {
    display: inline-block;
    vertical-align: middle;
}
/*end top-bar*/

/*header*/
.header {
    padding-top: 12px;
    padding-bottom: 14px;
}
.logo {
    /*background: url('../images/logo.png') no-repeat center;*/
    background: url('../images/logo.webp') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: -7px;
    width: 372px;
    height: 48px;
}
.icon-basket {
    width: 34px;
    height: 34px;
    fill: #ACACAC;
}
.header__contact-time,
.callback__btn {
    font-size: 14px;
    line-height: 17px;
}
.callback__btn {
    text-decoration-line: underline;
    cursor: pointer;
}
.callback__btn:hover {
    text-decoration: none;
}
.header__contact-email,
.callback__phone {
    text-decoration: none;
    display: inline-block;
    margin-top: 2px;
}
.h-basket__link:hover .h-basket__link-sum,
.header__contact-email:hover,
.callback__phone:hover {
    color: #fbcc00;
}
.header__contact-email,
.h-basket__link-sum,
.callback__phone {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #222222;
}
.callback__phone {
    display: block;
}
.h-basket__link {
    display: block;
    text-decoration: none;
}
.h-basket__link > * {
    display: inline-block;
    vertical-align: middle;
}
.h-basket__link-icon {
    position: relative;
    font-size: 0;
}
.h-basket__link-count {
    position: absolute;
    right: -7px;
    bottom: -4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    background: #FCCC00;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #000000;
}
.h-basket__link-sum {
    margin-left: 7px;
    position: relative;
    top: -1px;
}
.h-basket__link:hover .icon-basket {
    fill: #FCCC00;
}
.callback,
.header__contact {
    position: relative;
    top: -2px;
}
.callback {
    left: 2px;
}
/*end header*/

/*nav-bar*/
.nav-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}
.nav__link .svg-icon {
    width: 28px;
    height: 28px;
    fill: #ACACAC;
}
.nav__link {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    margin-right: 40px;
}
.nav__link:last-child {
    margin-right: 0;
}
.nav__link.active,
.nav__link:hover {
    color: #fbcc00;
}
.nav__link:hover .svg-icon {
    fill: #fbcc00;
}
.nav__link > * {
    display: inline-block;
    vertical-align: middle;
}
.nav__link span {
    position: relative;
    margin-left: 3px;
    top: -1px;
}
.icon-search {
    width: 20px;
    height: 20px;
    fill: #FFFFFF;
}
.nav-bar .search {
    width: 40.08%;
}
.search {
    max-width: 457px;
    position: relative;
}
.search__field {
    width: 100%;
    background: #F7F7F7;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 17px;
    padding-left: 20px;
    height: 40px;
    color: #222222;
}
.search__field:focus {
    background: none;
}
.search__btn {
    position: absolute;
    right: 0; top: 0;
    height: 100%;
    background: #FBCC00;
    border-radius: 0 5px 5px 0;
    width: 49px;
}
.search__btn:hover {
    background: #ffa800;
}
/*end nav-bar*/

/*categories*/
.categories {
    padding-top: 41px;
}
.categories__list {
    margin-top: 18px;
}
.categories__link {
    width: 31.57%;
    overflow: hidden;
    border-radius: 5px;
    text-decoration: none;
    background: #222222;
    height: 154px;
    position: relative;
}
.categories__link:last-child span {
    color: #222222;
}
.categories__link:last-child {
    background: #FBCC00;
}
.categories__link span {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    padding-left: 29px;
    color: #FFFFFF;
}
.categories__link-photo {
    position: absolute;
    right: 0; bottom: 0;
}
.categories__link-photo_1 {
    background: url('../images/categories/photo-1.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 140px;
    height: 132px;
}
.categories__link-photo_2 {
    background: url('../images/categories/photo-2.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 146px;
    height: 131px;
}
.categories__link-photo_3 {
    background: url('../images/categories/photo-3.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 146px;
    height: 135px;
}
/*end categories*/

/*about*/
.about {
    padding-top: 38px;
}
.about__text {
    box-sizing: border-box;
    background: #F7F7F7;
    border: 1px solid #EBEBEB;
    width: 48.59%;
    border-radius: 5px;
    padding: 30px 20px;
}
.about__text p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
}
.about__text p:last-child {
    margin-bottom: 0;
}
.about__banner {
    width: 48.68%;
    margin-left: 2.73%;
}
.about__banner img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
/*end about*/

/*footer*/
.footer {
    margin-top: 38px;
    padding-top: 28px;
    background: #F7F7F7;
}
.footer__col {
    width: 22.98%;
    margin-right: 2.69%;
}
.footer__col:nth-child(4n) {
    margin-right: 0;
}
.footer__col-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.footer__address,
.site-map a {
    font-size: 16px;
    line-height: 22px;
}
.site-map a {
    text-decoration: none;
    color: #222222;
}
.site-map a:hover {
    color: #fbcc00;
}
.footer__contact-email,
.footer__contact-time,
.footer .callback__btn,
.footer .callback__phone {
    font-size: 14px;
    line-height: 22px;
}
.footer .callback__phone {
    margin-top: -4px;
}
.footer__address {
    margin-bottom: 6px;
}
.footer__contact {
    margin-top: 7px;
}
.footer__contact-email {
    font-weight: 700;
    text-decoration: none;
    color: #222222;
}
.footer__contact-email:hover {
    color: #fbcc00;
}
.footer__contact-time {
    margin-bottom: -2px;
}
.social__link,
.footer__bottom > * {
    display: inline-block;
    vertical-align: middle;
}
.footer__bottom {
    padding-top: 36px;
    padding-bottom: 31px;
}
.social {
    font-size: 0;
}
.social__link {
    margin-right: 10px;
}
.social__link:last-child {
    margin-right: 0;
}
.social__link:hover .svg-icon {
    fill: #fbcc00;
}
.social__link .svg-icon {
    width: 24px;
    height: 24px;
    fill: #B0B0B0;
}
.copyright {
    margin-right: 150px;
    position: relative;
    top: 2px;
    font-size: 14px;
    line-height: 22px;
    color: #ACACAC;
}
/*end footer*/

/*page*/
.page {
    padding-top: 19px;
}
.pager > * {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
   /*color: #8A8A8A;*/
    color: #259fe8;
}
.pager {
    margin-bottom: 29px;
}
.pager a:hover {
    text-decoration: none;
    color: #fbcc00;
}
.text-block {
    padding-bottom: 20px;
    margin-top: 17px;
}
.text-block p {
    font-size: 16px;
    line-height: 1.4;
    color: #8A8A8A;
    margin-bottom: 18px;
}
.text-block p:last-child {
    margin-bottom: 0;
}
/*end page*/

/*error*/
.error-field {
    border-color: #ff7272 !important;
}

small.error-sub {
    display: block;
    color: #ff7272;
    font-size: 12px;
    margin-bottom: 5px;
}

.error {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 80px;
}
.error__number {
    display: inline-block;
    position: relative;
    font-size: 270px;
    line-height: 1;
}
.error__number:after {
    content: '';
    position: absolute;
    left: -7px;
    top: -12px;
    background: #FBCC00;
    z-index: -1;
    width: 127px;
    height: 127px;
    border-radius: 50%;
}
.error__title {
    margin-top: 72px;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
}
.error__desc {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 23px;
}
.error__return {
    margin-top: 21px;
}
/*end error*/

/*services*/
.services {
    padding-bottom: 40px;
    padding-top: 17px;
}
.services__desc {
    font-size: 16px;
    line-height: 22px;
    color: #8A8A8A;
}
.services__list {
    margin-top: 19px;
}
.services__link {
    background: #F7F7F7;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    height: 122px;
    color: #222222;
    margin-bottom: 20px;
    width: 31.57%;
    margin-right: 2.64%;
}
.services__link span {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}
.services__link:nth-child(3n) {
    margin-right: 0;
}
.services__link:hover {
    background: #FCCC00;
}
/*end services*/

/*search-result*/
.page .search {
    margin-top: 26px;
}
.search-result {
    margin-top: 30px;
    padding-bottom: 44px;
}
.search-result__list {
    margin-bottom: 113px;
}
.search-result__item {
    margin-bottom: 35px;
}
.search-result__item:last-child {
    margin-bottom: 0;
}
.search-result__item a {
    font-size: 22px;
    line-height: 30px;
    color: #222222;
}
.search-result__item a:hover {
    color: #fccc00;
    text-decoration: none;
}
.pages__prev .svg-icon,
.pages__next .svg-icon {
    width: 10px;
    height: 16px;
    stroke: #D8D8D8;
}
.pages {
    text-align: center;
    font-size: 0;
}
.pages__link,
.pages > * {
    display: inline-block;
    vertical-align: middle;
}
.pages__prev,
.pages__next,
.pages__link {
    width: 31px;
    height: 31px;
    position: relative;
    text-align: center;
    line-height: 31px;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    border-radius: 50%;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    overflow: hidden;
}
.pages__list {
    margin: 0 16px;
}
.pages__link {
    margin-right: 16px;
}
.pages__link.active,
.pages__next:hover,
.pages__prev:hover,
.pages__link:hover {
    background: #FCCC00;
    border-color: #FCCC00;
}
.pages__next:hover .svg-icon,
.pages__prev:hover .svg-icon {
    stroke: #000000;
}
.pages__link:last-child {
    margin-right: 0;
}
.icon-page-prev {
    left: -2px;
}
.icon-page-next {
    right: -2px;
}
/*end search-result*/

/*contacts*/
.contacts {
    padding-bottom: 60px;
    margin-top: 17px;
}
#map {
    overflow: hidden;
    border-radius: 5px;
    height: 457px;
    background: #E5E5E5;
    width: 48.94%;
}
.ymaps-2-1-78-map {
    filter: grayscale(100%);
}
.contacts__right {
    width: 48.68%;
    margin-left: 2.38%;
}
.contact {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}
.contact:last-child {
    margin-bottom: 0;
}
.contact__title {
    font-weight: bold;
    margin-bottom: 2px;
}
.contact__desc a {
    color: inherit;
    text-decoration: none;
}
.form_question {
    margin-top: 20px;
    max-width: 457px;
}
.form__field {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 25px;
    height: 41px;
    padding-left: 26px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #222222;
}
.form__field::placeholder {
    color: #B2B2B2;
    opacity: 1;
}
.form__field:-ms-input-placeholder {
    color: #B2B2B2;
}
.form__field_text {
    resize: none;
    border-radius: 7px;
    height: 133px;
    padding: 14px 26px;
}
.form__field:hover,
.form__field:focus {
    border-color: #FBCC00;
}
/*end contacts*/

/*order*/
.form__btn {
    display: block;
    margin-left: auto;
    margin-top: 3px;
}
.form__label .form__field {
    margin-bottom: 0;
}
.form__label {
    margin-bottom: 29px;
    display: block;
}
.form__label-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    display: block;
    margin-bottom: 14px;
}
.order {
    margin-top: 27px;
    max-width: 457px;
    padding-bottom: 60px;
}
.order .form__btn {
    margin-top: 0;
    margin-left: 0;
}
.order__info {
    font-size: 12px;
    line-height: 18px;
    margin-top: -16px;
    padding-left: 6px;
    color: #8A8A8A;
}
.order__bottom {
    margin-top: 24px;
}
.order__return {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    margin-right: 32px;
    color: #ACACAC;
}
.order__return:hover {
    color: #fbcc00;
}
/*end order*/

/*calc*/
.scheme {
    width: 29.29%;
}
.scheme img {
    width: 100%;
}
.calc__about-left {
    width: 68.24%;
}
.scheme__desc {
    margin-top: 26px;
    font-size: 16px;
    line-height: 22px;
    color: #8A8A8A;
}
.calc__wrap {
    margin-top: 17px;
    padding-bottom: 60px;
}
.calc__about p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
}
.calc__about p:last-child {
    margin-bottom: 0;
}
.calc__about p strong {
    font-weight: 700;
}
.calc {
    width: 37.63%;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 28px 28px 48px;
}
.calc__btn {
    display: block;
    margin-top: 41px;
    margin-left: auto;
    max-width: 143px;
    line-height: 34px;
}
.calc__block {
    margin-top: 46px;
    margin-bottom: 29px;
}
.calc__fields-list .select,
.calc__fields-list > * {
    width: 30.08%;
}
.calc__fields-list .select {
    margin-top: -2px;
}
.calc__fields {
    margin-bottom: 28px;
}
.calc__fields-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}
.calc__label-title {
    display: block;
    font-size: 16px;
}
.calc__field {
    width: 100%;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 3px;
    height: 38px;
    padding-left: 14px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}
.calc__fields-list {
    margin-top: 18px;
}
.result {
    padding: 9px 8px 19px 31px;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 5px;
    width: 59.73%;
}
.result__table {
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
}
.result__table:last-child {
    margin-bottom: 0;
}
.result__table th:first-child,
.result__table td:first-child {
    text-align: left;
}
.result__table th:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 25px;
    left: -25px;
    background: #F7F7F7;
}
.result__table th {
    position: relative;
    background: #F7F7F7;
    height: 33px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}
.result__table tr:last-child td {
    border-bottom: none;
}
.result__table td {
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    height: 31px;
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.result__table td:last-child {
    border-right: none;
}
.result__table th:nth-child(1),
.result__table td:nth-child(1) {
    width: 40.78%;
}
.result__table th:nth-child(2),
.result__table td:nth-child(2) {
    width: 15.62%;
}
.result__table th:nth-child(3),
.result__table td:nth-child(3) {
    width: 14.53%;
}
.result__table th:nth-child(4),
.result__table td:nth-child(4) {
    width: 29.06%;
}
.result__table_imp th:nth-child(2):last-child,
.result__table_imp td:nth-child(2):last-child,
.result__table th:nth-child(2):last-child,
.result__table td:nth-child(2):last-child {
    width: 16.8%;
}
.result__table_imp th:last-child {
    font-weight: normal;
    background: #EDEDED;
}
/*end calc*/

/*banners*/
.banners {
    margin-top: 30px;
}
.banners__slider {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    font-size: 0;
}
.banners__slider .owl-dots {
    position: absolute;
    left: 42px;
    bottom: 16px;
    z-index: 10;
    font-size: 0;
}
.banners__slider button.owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    margin-right: 7px;
}
.banners__slider button.owl-dot:last-child {
    margin-right: 0;
}
.banners__slider button.owl-dot:hover,
.banners__slider button.owl-dot.active {
    background: #FBCC00;
    border: 1px solid #FBCC00;
}
.banner {
    min-height: 312px;
    position: relative;
}
.banner__bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.banner__bg,
.banner__bg:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}
.banner__bg:after {
    content: '';
    background: rgba(255, 255, 255, 0.2);
}
.banner__about {
    position: relative;
    padding: 65px 38px 30px;
    z-index: 3;
}
.banner__title {
    font-weight: bold;
    font-size: 33px;
    line-height: 30px;
    max-width: 530px;
    color: #FFFFFF;
}
.banner__desc {
    font-size: 14px;
    line-height: 18px;
    color: #ACACAC;
    max-width: 365px;
    margin-top: 14px;
}
.banner__link {
    margin-top: 19px;
    font-size: 18px;
    max-width: 207px;
    position: relative;
    border-radius: 25px 0 0 25px;
}
.banner__link:after {
    content: '';
    position: absolute;
    background: url('../images/banners/button-image.png') no-repeat center;
    width: 60px;
    height: 58px;
    right: -48px;
    top: -9px;
}
/*end banners*/

/*selections*/
.selections {
    padding-top: 34px;
}
.selection {
    width: 48.68%;
    position: relative;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 24px 26px 70px;
    margin-right: 2.64%;
}
.selection:nth-child(2n) {
    margin-right: 0;
}
.selection__form-btn {
    position: absolute;
    right: 26px;
    bottom: 28px;
    font-size: 16px;
    padding-bottom: 2px;
    line-height: 34px;
    width: 143px;
}
.selection__form-btn[disabled='disabled'] {
    background-color: #929292;
}
.selection__cols {
    margin-top: 15px;
}
.selection__col {
    width: 22.28%;
    margin-right: 3.62%;
    margin-bottom: 16px;
}
.selection__col:nth-child(4n) {
    margin-right: 0;
}
.selection__col-title,
.select {
    display: block;
    width: 100%;
    position: relative;
}
.scale__sum,
.selection__col-title,
.select__title,
.checkbox__title {
    font-size: 16px;
    line-height: 18px;
}
.select__field {
    margin-top: 9px;
    outline: none;
    width: 100%;
    background: #F7F7F7;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 3px;
    height: 38px;
    padding-left: 15px;
    font-size: 18px;
    color: #909090;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    cursor: pointer;
}
.select__field option {
    background: #ffffff;
    color: #222222;
    cursor: pointer;
    font-size: 20px;
}
.select__field.selected {
    background: #ffffff;
    color: #222222;
}
.select .icon-select-arrow {
    pointer-events: none;
    position: absolute;
    stroke: #C2C2C2;
    z-index: 2;
    width: 13px;
    height: 9px;
    right: 11px;
    bottom: 14px;
}
.radio input {
    position: absolute;
    left: -10000px;
}
.radio > * {
    display: inline-block;
    vertical-align: middle;
}
.radio__btn {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #D2D2D2;
    position: relative;
    top: -1px;
    margin-right: 2px;
}
.radio span {
    font-size: 16px;
    line-height: 18px;
}
.radios {
    margin-top: 18px;
    padding-left: 3px;
}
.radio {
    cursor: pointer;
}
.radio input:checked + .radio__btn {
    background: #FBCC00;
}

.aside__form .checkbox {
    display: block;
    margin-top: 26px;
    margin-bottom: 16px;
}
.null_title {
    height: 28px;
    display: block !important;
    line-height: 28px !important;
}
.checkbox input {
    position: absolute;
    left: -10000px;
}
.checkbox > * {
    display: inline-block;
    vertical-align: middle;
}
.checkbox__btn {
    width: 15px;
    height: 15px;
    background: #EDEDED;
    position: relative;
    top: -4px;
    margin-top: 9px;
    margin-right: 2px;
    border: 5px solid #EDEDED;
}
.checkbox span {
    font-size: 16px;
    line-height: 18px;
}
.checkbox {
    cursor: pointer;
}
.checkbox input:checked + .checkbox__btn {
    background: #FBCC00;
}

.scale__line {
    margin-top: 26px;
    width: 100%;
    display: block;
    height: 4px;
    background: #D2D2D2;
}
.info {
    margin-left: 6px;
}
.icon-info, .info {
    font-size: 0;
    width: 12px;
    height: 12px;
}
.select__title, .info {
    display: inline-block;
    vertical-align: middle;
}
.selection_f-width {
    padding-bottom: 32px;
    width: 100%;
}
.selections + .selections {
    padding-top: 26px;
}
.selection_f-width .selection__col {
    margin-bottom: 0;
    margin-right: 0;
    width: 18.5%;
}
.selection_f-width .selection__col_btn {
    padding-left: 15px;
    width: 143px;
}
.selection_f-width .selection__form-btn {
    position: static;
}
.scale__sum_disk,
.scale__sum_tires {
    font-size: 14px;
    letter-spacing: -0.04em;
}
/*end selections*/

/*catalog*/
.catalog {
    padding-top: 38px;
}
.catalog__slider {
    margin-top: 20px;
    position: relative;
}
.card {
    box-sizing: border-box;
    padding: 18px 8px 10px;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
}
.card:hover {
    border: 1px solid #FBCC00;
}
.card__photo {
    padding-top: 93%;
    position: relative;
    display: block;
}
.card__photo img {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}
.card__desc {
    position: relative;
    padding: 20px 10px 12px;
}
.card__buy-click {
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    /*color: #222222;*/
    color: #259fe8;
}
.card__title:hover,
.card__buy-click:hover {
    text-decoration: none;
    color: #fbcc00;
}
.card__title {
    margin-top: 16px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #222222;
}
.card__price {
    margin-top: 16px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
}
.card:hover .card__price {
    color: #FBCC00;
}
.card__buy {
    position: absolute;
    right: 20px;
    bottom: 14px;
    font-size: 0;
}
.card__buy .svg-icon,
.card__buy {
    width: 32px;
    height: 32px;
}
.card__buy.in_basket .svg-icon {
    fill: #FBCC00;
}
.card__buy:hover .svg-icon {
    fill: #FBCC00;
}
.catalog__control {
    position: absolute;
    right: 0;
    top: -50px;
    font-size: 0;
}
.catalog__prev,
.catalog__next {
    width: 28px;
    height: 28px;
    position: relative;
    border: 2px solid #E9E9E9;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.catalog__prev:hover,
.catalog__next:hover {
    border-color: #FBCC00;
}
.catalog__prev:hover .svg-icon,
.catalog__next:hover .svg-icon {
    fill: #FBCC00;
}
.catalog__prev {
    margin-right: 13px;
}
.catalog__prev .svg-icon {
    left: -2px;
}
.catalog__next .svg-icon {
    right: -2px;
}
.catalog__prev .svg-icon,
.catalog__next .svg-icon {
    width: 9px;
    height: 14px;
    fill: #E9E9E9;
}
.page_catalog h1 {
    margin-left: 21px;
    margin-top: 35px;
}
/*end catalog*/

/*aside*/
.page__wrap {
    padding-top: 22px;
}
.aside__form h3 {
    margin-bottom: 17px;
}
.aside {
    width: 22.89%;
    box-sizing: border-box;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 23px 25px 28px;
}
.aside__form .select {
    margin-bottom: 16px;
}
.aside__form .icon-select-arrow {
    right: 16px;
    stroke: #C2C2C2;
}
.aside__form .scale {
    margin-bottom: 44px;
    padding-top: 1px;
}
.aside__form .scale__line {
    margin-top: 24px;
}
.aside__form-btn {
    padding-bottom: 2px;
    width: 143px;
    display: block;
    margin: 0 auto 11px;
    font-size: 16px;
    line-height: 34px;
}
.aside__form-btn:last-child {
    margin-bottom: 0;
}
.page__content {
    width: 74.21%;
}
.page__wrap {
    padding-bottom: 43px;
}
.basket__list .card,
.catalog__list .card {
    margin-bottom: 30px;
    width: 30.96%;
    margin-right: 3.56%;
}
.catalog__list .card:nth-child(3n) {
    margin-right: 0;
}
.catalog__list {
    padding-bottom: 33px;
}
.filter {
    text-align: right;
    margin-bottom: 19px;
}
.filter__select-wrap > *,
.filter__type,
.filter > * {
    display: inline-block;
    vertical-align: middle;
}
.filter__type,
.filter__type .svg-icon {
    width: 25px;
    height: 25px;
}
.filter__types {
    font-size: 0;
}
.filter__type {
    cursor: pointer;
    margin-right: 18px;
}
.filter__type input {
    position: absolute;
    left: -10000px;
}
.filter__type:last-child {
    margin-right: 0;
}
.filter__type .svg-icon {
    stroke: #E1E1E1;
}
.filter__type input:checked + .svg-icon {
    stroke: #FBCC00;
}
.filter__select-field {
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 29px 0 17px;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 15px;
    background: none;
    font-size: 14px;
    line-height: 18px;
    height: 30px;
    color: #222222;
}
.filter__select-field[name=view] {
    padding-right: 39px;
}
.filter__select {
    position: relative;
    margin-right: 43px;
}
.filter__select-wrap {
    margin-right: 52px;
}
.filter__select-wrap .filter__select {
    margin-right: 0;
}
.filter__select .svg-icon {
    position: absolute;
    top: 0; bottom: 0;
    right: 13px;
    margin: auto;
    width: 8px;
    height: 5px;
}
.filter__select-title {
    margin-right: 12px;
    font-size: 14px;
    line-height: 18px;
    color: #B2B2B2;
}
.selection__results {
    margin-bottom: -16px;
}
.selection__results-col {
    width: 48.51%;
}
.selection__results-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
}
.selection__result {
    font-size: 16px;
    line-height: 1.15;
}
.selection__result-title {
    font-weight: 700;
}
.selection__result-list a {
    color: #222222;
}
.selection__result-list a:hover {
    color: #fbcc00;
}
.selection__result-list a strong {
    font-weight: 700;
}
.selection__results {
    margin-top: 27px;
}
.selection__result {
    margin-bottom: 18px;
}
.selection__result:last-child {
    margin-bottom: 0;
}
/*end aside*/

/*card_line*/
.basket__list .card_line,
.catalog__list .card_line {
    width: 100%;
    margin-right: 0;
    position: relative;
    min-height: 260px;
    padding: 16px 34px 16px 291px;
}
.card_line .card__photo {
    position: absolute;
    padding-top: 0;
    width: 243px;
    left: 17px;
    top: 16px;
}
.card_line .card__photo:after {
    content: '';
    display: block;
    padding-top: 93%;
}
.card_line .card__title {
    margin-top: 0;
    line-height: 22px;
}
.card__right {
    padding-top: 11px;
}
.card__params {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
}
.card__params strong {
    font-weight: normal;
}
.card__bottom {
    position: relative;
    margin-top: 14px;
}
.card__bottom > * {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}
.card__bottom .card__price {
    margin-left: 119px;
    min-width: 130px;
    position: relative;
    top: 1px;
}
.card__bottom  .card__count {
    margin-left: 3px;
}
.card__count {
    width: 82px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background: #F7F7F7;
    border-radius: 5px;
}
.card__bottom .card__buy {
    bottom: 7px;
    right: 6px;
}
.card_line:last-child {
    margin-bottom: 12px;
}
/*end card_line*/

/*basket*/
.basket {
    padding-top: 21px;
}
.basket__list {
    width: 74.38%;
}
.basket__list .card {
    margin-bottom: 26px;
}
.basket__list .card:last-child {
    margin-bottom: 0;
}
.card__refresh {
    font-size: 15px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #FBCC00;
    margin-right: 38px;
}
.card__refresh:hover {
    text-decoration: none;
}
.card__delete {
    margin-left: 45px;
    font-size: 15px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #ACACAC;
}
.card__delete:hover {
    color: #FBCC00;
    text-decoration: none;
}
.basket .card__price {
    min-width: inherit;
    margin-left: auto;
    position: absolute;
    right: 15px;
    top: 7px;
}
.basket__result {
    padding: 18px 23px 24px;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    width: 22.8%;
    text-align: center;
}
.basket__result-order {
    margin-top: 18px;
    height: 40px;
    line-height: 40px;
}
.basket__result-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
    color: #BEBEBE;
}
.basket__result-sum {
    margin-top: 7px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
}
.basket__result-return:hover {
    border-color: #FBCC00;
    background: #FBCC00;
}
.basket__result-return {
    margin-top: 8px;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 25px;
    height: 40px;
    font-weight: bold;
    font-size: 15px;
    line-height: 38px;
    display: block;
    text-decoration: none;
    color: #222222;
}
/*end basket*/

/*no ui slider*/
.noUi-target {
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}
.noUi-connects {
    border-radius: 0;
}
.noUi-connect {
    background: #FBCC00;
}
.noUi-base {
    width: auto;
    margin-right: 17px;
}
.noUi-connects {
    margin-right: -3px;
    width: auto;
}
.noUi-horizontal .noUi-handle {
    outline: none;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #222222;
    box-shadow: none;
}
.noUi-handle:after,
.noUi-handle:before {
    display: none;
}
/*end no ui slider*/

/*product*/
.page .catalog {
    padding-bottom: 2px;
}
.product__slider {
    width: 31.31%;
}
.product__slider-main,
.product__preview {
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 5px;
}
.product__slider-main {
    font-size: 0;
}
.product__preview.active,
.product__preview:hover {
    border-color: #FBCC00;
    cursor: pointer;
}
.product__slide {
    padding-top: 100%;
    position: relative;
}
.product__preview img,
.product__slide img {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.product__preview:after {
    content: '';
    display: block;
    padding-top: 100%;
}
.product__previews {
    margin-top: 12px;
}
.product__preview {
    margin-right: 2.94%;
    position: relative;
    width: 31.37%;
}
.product__preview:nth-child(3n) {
    margin-right: 0;
}
.product {
    margin-top: 23px;
}
.product__params {
    padding-top: 18px;
    width: 30%;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: bold;
}
.product__params strong {
    font-weight: normal;
}
.product__control {
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    width: 360px;
    padding: 20px 30px 25px;
}

.product__price {
    font-weight: bold;
    padding-right: 3px;
    font-size: 24px;
    position: relative;
}

.product__price small {
    font-size: 10px;
    color: #929292;
    font-weight: normal;
    display: block;
    position: absolute;
    z-index: 1;
    right: 0px;
}

.product__count {
    position: relative;
    top: -3px;
    font-size: 15px;
}
.product__count strong {
    font-weight: 700;
}
.product__field {
    width: 82px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background: #F7F7F7;
    border-radius: 5px;
}
.product__fields {
    margin-top: 21px;
    margin-bottom: 36px;
}
.product__add {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    width: 200px;
    padding-bottom: 2px;
}
.product__info {
    font-size: 15px;
    line-height: 20px;
}
.rating {
    font-size: 0;
}
.rating .svg-icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.rating .svg-icon:last-child {
    margin-right: 0;
}
.product__buy-click {
    margin-right: 23px;
    font-size: 15px;
    line-height: 20px;
    text-decoration-line: underline;
    /*color: #222222;*/
    color: #259fe8;
    position: relative;
    top: -11px;
}
.product__buy-click:hover {
    color: #fbcc00;
    text-decoration: none;
}
.product__info {
    margin-top: 10px;
}
.product__about {
    background: #F7F7F7;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 267px;
    padding: 17px 22px;
}
.product__about p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}
.product__about p:last-child {
    margin-bottom: 0;
}
.tabs__link {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 15px;
    height: 35px;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 25px;
    line-height: 35px;
    /*color: #ACACAC;*/
    color: #259fe8;
    cursor: pointer;
    margin-right: 15px;
}
.tabs__link:last-child {
    margin-right: 0;
}
.tabs__link:not(.active):hover {
    color: #fbcc00;
}
.tabs__link.active {
    background: #FBCC00;
    color: #222222;
}
.tabs {
    margin-top: 32px;
}
.tabs__list {
    margin-top: 15px;
}
.tab {
    display: none;
}
.tab .tab__link {
    display: none;
}
.tab.active {
    display: block;
}
/*end product*/

/*popups*/
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    z-index: 100;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}
.popup {
    display: none;
    opacity: 0;
    position: relative;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 10px;
    max-width: 500px;
    margin: 50px auto;
    padding: 25px 33px 27px 41px;
}
.popup__title {
    padding-left: 0;
}
.popup__title:after {
    z-index: 1;
    left: -7px;
    top: 0;
}
.popup__title i {
    position: relative;
    z-index: 2;
}
.popup__desc {
    font-size: 14px;
    line-height: 18px;
    margin-top: 18px;
}
.popup__form {
    margin-top: 22px;
}
.popup__info {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #8A8A8A;
}
.popup__close,
.popup__form-btn {
    display: inline-block;
    vertical-align: middle;
}
.popup__close {
    cursor: pointer;
    margin-left: 27px;
    font-weight: bold;
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 180px;
    color: #ACACAC;
}
.popup .form__field {
    margin-bottom: 24px;
}
.popup__close:hover {
    color: #fbcc00;
}
.mobile-filter,
.menu,
.filter__btn,
.menu__btn {
    display: none;
}
/*end popups*/






















@media all and (max-width: 1150px) {
    .product__control {
        width: 330px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .product__add {
        width: 190px;
    }
    .selection_f-width .selection__col {
        width: 17.9%;
    }
    .selection__col:nth-child(4n),
    .selection__col {
        width: 30%;
        margin-right: 5%;
    }
    .selection__col:nth-child(3n) {
        margin-right: 0;
    }
    .selection_fix {
        padding-bottom: 5px;
    }
    .selection_f-width .selection__col {
        margin-right: 0;
        width: 17.9%;
    }
}

@media all and (max-width: 1100px) {
    .nav-bar .search {
        width: 38%;
    }
    .nav__link {
        margin-right: 25px;
    }
    .content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .search-result__item a {
        font-size: 20px;
        line-height: 1.2;
    }
    .card__refresh,
    .card__delete,
    .card__bottom .card__count {
        margin-left: 0;
        margin-right: auto;
    }
    .basket .card__price {
        position: static;
    }
    .card__bottom {
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .card__bottom > * {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .basket__result {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about__text {
            padding: 30px 16px 22px;
    }
    .banner__about {
        padding-left: 32px;
    }
}

@media all and (max-width: 1024px) {
    .top-bar__nav {
        width: 68%;
    }
    .header__contact-time, .callback__btn {
        font-size: 13px;
    }
    .callback, .header__contact {
        top: 0;
    }
    .nav-bar .search {
        width: 36%;
    }
    .nav__link {
        margin-right: 22px;
        font-size: 15px;
    }
    .nav {
        top: 0;
    }
    .page {
        padding-left: 28px;
        padding-right: 28px;
    }
    .error__number {
        font-size: 200px;
    }
    .error__number:after {
        width: 100px;
        height: 100px;
    }
    .error__title {
        margin-top: 30px;
        font-size: 30px;
    }
    .error__desc {
        font-size: 16px;
    }
    .error {
        padding-bottom: 60px;
    }
    .search-result__item a {
        font-size: 18px;
    }
    .search-result__list {
        margin-bottom: 50px;
    }
    .services__link {
        font-size: 14px;
        line-height: 18px;
        height: 88px;
        margin-bottom: 15px;
    }
    .contacts__right {
        width: 44.68%;
    }
    #map {
        width: 51.94%;
    }
    .basket__list {
        width: 100%;
    }
    .basket__result {
        margin-top: 25px;
        padding-left: 23px;
        padding-right: 23px;
        width: 100%;
    }
    .basket__result-order,
    .basket__result-return {
        width: 212px;
        margin-left: auto;
        margin-right: auto;
    }
    .card_line {
        border-radius: 5px;
    }
    .basket__list .card {
        margin-bottom: 12px;
    }
    .basket__list .card:last-child {
        margin-bottom: 0;
    }
    .basket {
        padding-bottom: 12px;
    }
    .calc__about-left {
        width: 66%;
    }
    .scheme__desc,
    .calc__about p {
        font-size: 14px;
        line-height: 18px;
    }
    .scheme__desc {
        margin-top: 22px;
    }
    .scheme__desc li {
        margin-bottom: 10px;
    }
    .scheme__desc li:last-child {
        margin-bottom: 0;
    }
    .product__buy-click {
        top: 0;
    }
    .product__add {
        width: 220px;
    }
    .product__control {
        padding-left: 30px;
        padding-right: 30px;
        width: 46%;
    }
    .product__params {
        order: 3;
    }
    .product__slider {
        width: 48%;
    }
    .filter__select-wrap,
    .aside,
    .selection_mob-none {
        display: none;
    }
    .page__content {
        width: 100%;
    }
    .page_catalog h1 {
        margin-left: 0;
    }
    .filter__btn {
        display: block;
    }
    .filter__btn.active .svg-icon {
        stroke: #FBCC00;
    }
    .icon-filter {
        width: 27px;
        height: 27px;
        stroke: #E1E1E1;
    }
    .filter {
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin-bottom: 22px;
    }
    .filter > * {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .page__wrap {
        padding-top: 18px;
    }
    .catalog__list  .card__bottom .card__price {
        margin-left: 60px;
    }
    .mobile-filter {
        display: none;
        margin-left: -30px;
        padding-left: 30px;
        margin-right: -30px;
        padding-right: 30px;
        padding-bottom: 27px;
        border-top: 1px solid #E3E3E3;
    }
    .mobile-filter .selection__form-btn {
        display: inline-block;
        vertical-align: top;
    }
    .mobile-filter .selection__form-btn:last-child {
        margin-left: 22px;
    }
    .selection__results-col {
        width: 100%;
    }
    .selection__results {
        border-top: 1px solid #E3E3E3;
        margin: 0 -30px;
        padding: 27px 30px 40px;
    }
    .selection__results-col {
        display: none;
    }
    .selection__results-col.active {
        display: block;
    }
    .selection__results-btns {
        margin-bottom: 28px;
    }
    .selection__results-btn {
        display: inline-block;
        vertical-align: top;
        width: 127px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 25px;
        font-size: 17px;
        font-weight: 700;
        text-decoration: underline;
        color: #ACACAC;
    }
    .selection__results-btn.active {
        text-decoration: none;
        background: #FBCC00;
        color: #222222;
    }
}

@media all and (max-width: 1024px) {
    .selections {
        display: block;
    }
    .selection:nth-child(2n),
    .selection {
        width: auto;
        margin-left: -28px;
        margin-right: -28px;
        padding-left: 28px;
        padding-right: 28px;
    }
    .selection {
        border-radius: 0;
        border-right: none;
        border-left: none;
    }
    .selection:first-child {
        border-top: none;
        border-bottom: none;
    }
    .selection__form-btn {
        position: static;
        display: block;
    }
    .selection_f-width .selection__col_btn {
        width: 100%;
        padding-left: 0;
    }
    .selection {
        padding-bottom: 25px;
    }
    .selection__form-btn {
        margin-top: 18px;
    }
    .radios {
        display: block;
        text-align: left;
    }
    .radios > * {
        display: inline-block;
        vertical-align: middle;
    }
    .radio:first-child {
        margin-right: 16px;
    }
    .selection_f-width .selection__col {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 6px;
    }
    .selection_f-width:first-child {
        border-bottom: 1px solid #E3E3E3;
    }
    .selection_f-width .selection__col:nth-child(3n) {
        margin-right: 0;
    }
    .selection_f-width .selection__col_btn {
        margin-right: 0;
        width: 100%;
    }
}

@media all and (max-width: 920px) {
    .top-bar__nav {
        width: 72%;
    }
    .top-bar__nav a {
        line-height: 58px;
    }
    .logo {
        width: 300px;
        height: 39px;
    }
    .nav__link {
        margin-right: 18px;
        font-size: 14px;
    }
    .nav-bar .search {
        width: 35%;
    }
    .copyright {
        margin-right: 100px;
    }
    .footer__top {
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    }
    .footer__top > * {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .footer__col {
        margin-right: 0;
        padding-right: 20px;
        width: auto;
    }
    .footer__col:last-child {
        padding-right: 0;
    }
    .card_line .card__title {
        font-size: 16px;
        line-height: 20px;
    }
    .card__params {
        font-size: 15px;
        line-height: 22px;
    }
    .calc {
        width: 100%;
        margin-bottom: 32px;
    }
    .result {
        width: 100%;
    }
    .calc__btn {
        margin-left: auto;
        margin-right: auto;
    }
    .product__add {
        width: 200px;
    }
    .catalog__list  .card__bottom .card__price {
        margin-left: 30px;
    }
    .catalog__list .card__bottom .card__buy {
        right: -10px;
    }
}

@media all and (max-width: 850px) {
    .logo {
        width: 240px;
        height: 31px;
    }
    .top-bar__nav a {
        font-size: 13px;
    }
    .top-bar__nav {
        width: 73%;
    }
    .header__contact-time, .callback__btn {
        font-size: 12px;
    }
    .header__contact-email, .h-basket__link-sum, .callback__phone {
        font-size: 13px;
    }
    .nav__link {
        margin-right: 12px;
        font-size: 13px;
    }
    .nav-bar .search {
        width: 32%;
    }
    .site-map a {
        font-size: 15px;
    }
    .services__link:nth-child(3n),
    .services__link {
        width: 48.5%;
        margin-right: 3%;
    }
    .services__link:nth-child(2n) {
        margin-right: 0;
    }
    .product__control {
        padding-left: 20px;
        padding-right: 20px;
    }
    .product__control {
        width: 49%;
    }
}

@media all and (max-width: 760px) {
    .h-basket__link-sum,
    .nav-bar,
    .header__contact,
    .header .callback,
    .top-bar {
        display: none;
    }
    .header {
        background: #F7F7F7;
        padding: 12px 17px 11px 14px;
    }
    .h-basket__link .icon-basket {
        width: 32px;
        height: 32px;
    }
    .h-basket__link-count {
        width: 17px;
        height: 17px;
        line-height: 17px;
    }
    .menu__btn {
        background: #FBFBFB;
        position: relative;
        display: block;
        width: 36px;
        height: 36px;
    }
    .menu__btn-icon {
        position: absolute;
        top: 0; bottom: 0; left: 0; right: 0;
        width: 18px;
        height: 18px;
        box-sizing: border-box;
        border-top: 2px solid #222222;
        border-bottom: 2px solid #222222;
        margin: auto;
    }
    .menu__btn-icon:after,
    .menu__btn-icon:before {
        content: '';
        position: absolute;
        top: 0; bottom: 0; left: 0;
        margin: auto;
        width: 100%;
        height: 2px;
        background: #222222;
    }
    .footer__col {
        display: none;
    }
    .footer__col:first-child {
        width: 100%;
        display: block;
        padding-right: 0;
    }
    .error__number {
        font-size: 180px;
    }
    #map {
        width: 100%;
        margin-right: 0;
        height: 323px;
    }
    .contacts__right {
        width: 100%;
        margin-left: 0;
        margin-top: 27px;
    }
    .form_question .form__btn {
        margin-left: 0;
    }
    .contacts {
        margin-top: 25px;
    }
    .basket__list .card {
        padding-left: 14px;
    }
    .card__params {
        display: none;
    }
    .card_line .card__title {
        margin-left: 180px;
        min-height: 110px;
    }
    .basket__list .card_line,
    .catalog__list .card_line {
        min-height: inherit;
    }
    .card_line .card__photo {
        width: 140px;
    }
    .scheme,
    .calc__about-left {
        width: 100%;
    }
    .scheme {
        margin-top: 20px;
    }
    .scheme img {
        width: auto;
        max-width: 100%;
    }
    .calc__block {
        margin-top: 28px;
        margin-bottom: 30px;
    }
    .product__slider,
    .product__control {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 360px;
    }
    .product__control {
        margin-top: 20px;
    }
    .product__params {
        width: 100%;
    }
    .about__text {
        width: 100%;
    }
    .about {
        margin-left: -30px;
        margin-right: -30px;
    }
    .about__banner {
        margin-left: 0;
        width: 100%;
    }
    .about__text p {
        font-size: 14px;
        line-height: 22px;
    }
    .about__text {
        padding: 36px 28px 30px;
        border-radius: 0;
    }
    .about__banner {
        position: relative;
        padding-top: 60%;
    }
    .about + .footer {
        margin-top: 0;
    }
    .about__banner img {
        position: absolute;
        top: 0; bottom: 0; left: 0; right: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .categories__link {
        width: 100%;
        margin-bottom: 8px;
    }
    .categories__link:last-child {
        margin-bottom: 0;
    }
    .banners__slider {
        margin-left: -30px;
        margin-right: -30px;
        border-radius: 0;
    }
    .banners {
        margin-top: 0;
    }
    .catalog__list .card:not(.card_line):nth-child(3n),
    .catalog__list .card:not(.card_line) {
        width: 48%;
        margin-right: 4%;
    }
    .catalog__list .card:not(.card_line):nth-child(2n) {
        margin-right: 0;
    }
    .catalog__list .card__bottom .card__buy {
        position: static;
    }
    .catalog__list .card__bottom .card__price {
        margin-left: 0;
        min-width: inherit;
        margin-bottom: 0;
    }
    .catalog__list .card__bottom .card__count {
        margin-right: 0;
    }
    .catalog__list .card_line .card__title {
        margin-left: 0;
        min-height: 60px;
    }
    .catalog__list .card_line {
        padding-left: 200px;
    }
    .menu {
        display: block;
        background: #F7F7F7;
        padding-left: 12px;
        padding-right: 12px;
        left: 0; bottom: 0; right: 0;
        width: 100%;
        position: fixed;
        top: 59px;
        overflow: auto;
        box-sizing: border-box;
        z-index: 90;
    }
    .menu .search {
        max-width: inherit;
    }
    .menu .nav__link {
        display: block;
    }
    .nav {
        margin-top: 20px;
    }
    .nav__link {
        margin-right: 0;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .nav__link:last-child {
        margin-bottom: 0;
    }
    .nav__link span {
        margin-left: 11px;
        top: 0;
    }
    .menu .spacer_top {
        max-width: 294px;
    }
    .menu__links a {
        font-size: 14px;
        line-height: 34px;
        text-decoration: none;
        color: #222222;
    }
    .menu__links a:hover {
        color: #fbcc00;
    }
    .menu__links-wrap {
        margin-top: 20px;
        border-top: 1px solid #EFEFEF;
        margin-left: -12px;
        margin-right: -12px;
        padding: 13px 12px 31px;
    }
    .menu__bottom {
        padding-top: 46px;
        padding-bottom: 21px;
        text-align: center;
    }
    .menu {
        display: none;
    }
    .menu__btn.open .menu__btn-icon {
        border-top: none;
        border-bottom: none;
        width: 25px;
        height: 25px;
    }
    .menu__btn.open .menu__btn-icon:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }
    .menu__btn.open .menu__btn-icon:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
}

@media all and (max-width: 650px) {
    .catalog__list .card__bottom .card__price {
        font-size: 12px;
        line-height: 18px;
    }
    .catalog__list .card__bottom .card__count {
        width: 50px;
        height: 25px;
        font-size: 12px;
    }
    .catalog__list .card_line .card__photo {
        width: 130px;
    }
    .catalog__list .card_line {
        padding-left: 180px;
    }
}

@media all and (max-width: 550px) {
    .catalog__list .card:not(.card_line):nth-child(3n),
    .catalog__list .card:not(.card_line) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .catalog__list {
        padding-bottom: 23px;
    }
    .pager {
        margin-left: -14px;
    }
    .pager > * {
        font-size: 12px;
        line-height: 18px;
    }
    .pager i {
        margin-left: -1px;
        margin-right: -2px;
    }
    .popup__title,
    h3,
    h1,
    h2 {
        padding-left: 0;
        font-size: 18px;
        line-height: 18px;
    }
    .page {
        padding-top: 0;
    }
    .pager {
        margin-bottom: 16px;
    }
    .popup__title:after,
    h3:after,
    h1:after,
    h2:after {
        top: -5px;
        left: -6px;
        width: 15px;
        height: 15px;
    }
    .text-block p {
        font-size: 14px;
        line-height: 18px;
    }
    .text-block {
        margin-top: 20px;
        padding-bottom: 0;
    }
    .footer {
        margin-top: 30px;
    }
    .copyright {
        margin-right: 70px;
    }
    .footer__bottom {
        margin-top: 9px;
    }
    .footer .content {
        padding-left: 24px;
        padding-right: 24px;
    }
    .error__number {
        font-size: 100px;
        line-height: 1;
    }
    .error__number:after {
        width: 43px;
        height: 43px;
        top: 4px;
        left: 0;
    }
    .error {
        padding-bottom: 74px;
    }
    .error__title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 42px;
    }
    .error__desc {
        font-size: 14px;
        line-height: 20px;
        max-width: 266px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 11px;
    }
    .error__return {
        font-size: 14px;
        margin-top: 26px;
    }
    .error {
        padding-bottom: 51px;
    }
    .page .search {
        margin-left: -6px;
        margin-right: -6px;
        margin-top: 24px;
    }
    .search-result__item a {
        font-size: 14px;
        line-height: 18px;
    }
    .search-result__item {
        margin-bottom: 24px;
    }
    .search-result {
        margin-top: 29px;
    }
    .search-result__list {
        margin-bottom: 38px;
    }
    .pages__prev, .pages__next, .pages__link {
        width: 36px;
        line-height: 34px;
        height: 36px;
    }
    .pages__prev .svg-icon, .pages__next .svg-icon {
        width: 13px;
        height: 20px;
    }
    .pages__list {
        margin: 0 19px;
    }
    .pages__link {
        margin-right: 19px;
    }
    .search-result {
        padding-bottom: 19px;
    }
    .order__info {
        padding-left: 0;
        text-align: center;
        margin-top: -13px;
    }
    .order__return {
        margin-right: 0;
    }
    .services__link:nth-child(3n),
    .services__link {
        width: 100%;
    }
    .services__desc {
        font-size: 14px;
        line-height: 22px;
        padding-top: 3px;
    }
    .services {
        padding-bottom: 10px;
    }
    #map {
        height: 223px;
    }
    .contacts {
        margin-left: -4px;
        margin-right: -4px;
        padding-bottom: 26px;
    }
    .basket__list .card_line, .catalog__list .card_line {
        padding-right: 15px;
    }
    .calc__wrap {
        padding-bottom: 8px;
    }
    .page_product h1 {
        line-height: 24px;
    }
    .pager > * {
        display: inline;
    }
    .pager {
        margin-right: -11px;
        padding-top: 9px;
    }
    .tabs__links {
        display: none;
    }
    .tabs {
        margin-left: -28px;
        margin-right: -28px;
    }
    .tab {
        display: block;
        margin-bottom: -1px;
    }
    .product__about {
        border: none;
        border-radius: 0;
        min-height: inherit;
    }
    .tab .tab__link {
        height: 40px;
        line-height: 38px;
        display: block;
        padding-left: 28px;
        padding-right: 28px;
        position: relative;
        border-top: 1px solid #E3E3E3;
        border-bottom: 1px solid #E3E3E3;
        font-weight: bold;
        font-size: 14px;
        color: #ACACAC;
    }
    .tab.active .tab__link {
        border-top-color: #FBCC00;
        border-bottom-color: #FBCC00;
        background: #FBCC00;
        color: #222222;
    }
    .tabs {
        margin-top: 28px;
    }
    .product__about {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tab.active .icon-select-arrow {
        stroke: #222222;
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
    }
    .icon-select-arrow {
        position: absolute;
        right: 34px;
        top: 0;
        bottom: -2px;
        margin: auto;
        stroke: #C2C2C2;
        width: 13px;
        height: 9px;
    }
    .product__about {
        display: none;
    }
    .tab:first-child .product__about {
        display: block;
    }
    .catalog__slider {
        margin-top: 29px;
    }
    .catalog {
        padding-top: 20px;
    }
    .catalog h2 {
        padding-right: 80px;
        font-size: 16px;
        line-height: 18px;
    }
    .about__banner {
        padding-top: 80%;
    }
    .catalog.content,
    .categories.content {
        padding-left: 27px;
        padding-right: 27px;
    }
    .categories {
        padding-bottom: 16px;
    }
    .banner__about {
        padding-top: 39px;
        padding-left: 38px;
    }
    .banner__desc {
        margin-top: 7px;
    }
    .banner__link {
        margin-top: 25px;
    }
    .banner__title {
        font-size: 18px;
        line-height: 24px;
    }
    .banner__desc {
        font-size: 12px;
        max-width: 220px;
        line-height: 12px;
    }
    .banner__link {
        width: 166px;
        line-height: 30px;
        height: 30px;
        font-size: 14px;
        margin-top: 25px;
    }
    .banner__link:after {
        width: 48px;
        height: 46px;
        -webkit-background-size: cover;
        background-size: cover;
        top: -9px;
        right: -42px;
    }
    .banners__slider .owl-dots {
        bottom: 18px;
    }
    .banner {
        min-height: 250px;
    }
    .selection h3 {
        font-size: 16px;
    }
    .selections {
        padding-top: 4px;
    }
    .scale__sum, .selection__col-title, .select__title {
        font-size: 14px;
        line-height: 18px;
    }
    .select__field {
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        margin-top: 6px;
    }
    .selection__form {
        padding-top: 4px;
    }
    .select .icon-select-arrow {
        top: auto;
        bottom: 10px;
        right: 13px;
    }
    .select__field option {
        font-size: 18px;
    }
    .selection_f-width .selection__col:nth-child(3n),
    .selection_f-width .selection__col,
    .selection__col:nth-child(3n),
    .selection__col:nth-child(4n), .selection__col {
        width: 45.14%;
        margin-right: 9.72%;
    }
    .selection__col:nth-child(2n) {
        margin-right: 0;
    }
    .selection__col {
        margin-bottom: 9px;
    }
    .selection__form-btn {
        width: 118px;
        font-size: 14px;
        margin-top: 24px;
    }
    .selections {
        padding-left: 28px;
        padding-right: 28px;
    }
    .selections + .selections {
        padding-top: 4px;
    }
    .selection_f-width {
        padding-bottom: 21px;
    }
    .categories {
        padding-top: 30px;
    }
    .page__wrap {
        padding-bottom: 36px;
    }
    .filter__select {
        width: 130px;
        margin-right: 0;
    }
    .filter__select-field {
        width: 130px;
        font-size: 11px;
        padding-left: 15px;
    }
    .catalog__list .card__buy-click {
        width: 100%;
        margin-bottom: 10px;
    }
    .overlay {
        padding-left: 0;
        padding-right: 0;
    }
    .popup {
        padding: 20px 21px 15px 27px;
    }
    .popup__close,
    .popup__form-btn {
        width: 137px;
        height: 23px;
        line-height: 23px;
        font-size: 10px;
    }
    .popup__close {
        margin-left: 20px;
        width: 110px;
    }
    .popup__desc {
        font-size: 12px;
        line-height: 16px;
        max-width: 200px;
        margin-top: 9px;
    }
    .popup .form__field {
        height: 26px;
        font-size: 12px;
        margin-bottom: 16px;
        padding-left: 15px;
    }
    .popup__info {
        margin-top: 15px;
        font-size: 9px;
        line-height: 12px;
    }
    .popup__form {
        margin-top: 11px;
    }
    .categories__link {
        height: 114px;
    }
    .categories__link span {
        font-size: 16px;
        padding-left: 20px;
    }
    .categories__link-photo {
        height: 100px;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: right top;
    }
}

@media all and (max-width: 450px) {
    .logo {
        width: 194px;
        height: 25px;
        position: relative;
        right: 1px;
        top: -2px;
        margin-left: 0;
    }
    .h-basket {
        position: relative;
        top: -2px;
    }
    .footer__bottom {
        padding-top: 39px;
        padding-bottom: 22px;
        position: relative;
    }
    .social {
        position: absolute;
        left: 0; top: 0;
    }
    .copyright {
        margin-right: 0;
    }
    .order__bottom {
        display: block;
        text-align: center;
    }
    .order .form__btn {
        display: block;
        margin-bottom: 23px;
        margin-left: auto;
        margin-right: auto;
    }
    .order {
        padding-bottom: 20px;
    }
    .basket__list .card_line,
    .catalog__list .card_line {
        padding-right: 8px;
        padding-top: 13px;
    }
    .card_line .card__photo {
        top: 6px;
        left: 8px;
        width: 76px;
    }
    .card_line .card__title {
        font-weight: 500;
        margin-left: 79px;
        font-size: 14px;
        line-height: 18px;
        min-height: 57px;
    }
    .card__bottom {
        margin-top: 18px;
    }
    .card__right {
        padding-top: 0;
    }
    .basket {
        padding-top: 30px;
        margin-left: -4px;
        margin-right: -4px;
    }
    .card__delete,
    .card__refresh {
        font-size: 10px;
        line-height: 20px;
    }
    .card__count {
        width: 51px;
        height: 25px;
        font-size: 12px;
    }
    .basket .card__price {
        margin-left: 0;
        font-size: 14px;
        line-height: 18px;
    }
    .calc {
        padding-left: 21px;
        padding-right: 21px;
    }
    .calc__fields-title {
        font-size: 16px;
    }
    .select__title {
        font-size: 14px;
    }
    .calc__fields-list {
        margin-top: 21px;
    }
    .select .icon-select-arrow {
        right: 5px;
    }
    .select__field {
        padding-left: 6px;
        font-size: 16px;
    }
    .select__field option {
        font-size: 16px;
    }
    .calc__btn {
        font-size: 16px;
    }
    .calc__fields-list .select, .calc__fields-list > * {
        width: 27.38%;
    }
    .result__table th:first-child:after {
        display: none;
    }
    .result {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 17px;
    }
    .result__table th {
        font-size: 12px;
        height: 30px;
    }
    .result__table th:first-child,
    .result__table td:first-child {
        padding-left: 13px;
        padding-right: 3px;
    }
    .result__table td {
        font-size: 12px;
        line-height: 14px;
        padding-top: 5px;
        padding-bottom: 1px;
    }
    .result__table th:nth-child(1),
    .result__table td:nth-child(1) {
        width: 42.36%;
    }
    .result__table th:nth-child(2),
    .result__table td:nth-child(2) {
        width: 19.08%;
    }
    .result__table th:nth-child(3),
    .result__table td:nth-child(3) {
        width: 19.08%;
    }
    .result__table th:nth-child(4),
    .result__table td:nth-child(4) {
        width: 19.84%;
    }
    .result__table {
        margin-bottom: 6px;
    }
    .result__table:last-child {
        margin-top: 14px;
    }
    .result__table th:nth-child(2):last-child,
    .result__table td:nth-child(2):last-child {
        width: 8.8%;
    }
    .result__table_imp th:nth-child(2):last-child,
    .result__table_imp td:nth-child(2):last-child {
        width: 11%;
    }
    .about__banner {
        position: relative;
        padding-top: 102%;
    }
    .catalog__list .card_line .card__photo {
        width: 74px;
        top: 7px;
        left: 7px;
    }
    .catalog__list .card_line {
        padding: 9px 5px 12px 92px;
    }
    .catalog__list .card_line .card__title {
        font-weight: 500;
        font-size: 13px;
        min-height: 57px;
        line-height: 16px;
    }
    .catalog__list .card__bottom {
        margin-top: 4px;
    }
    .catalog__list .card__buy .svg-icon {
        width: 28px;
        height: 28px;
    }
    .catalog__list .card__bottom .card__buy {
        margin-right: 5px;
        width: 28px;
        height: 28px;
    }
}

@media all and (max-width: 400px) {
    .product__previews {
        margin-top: 10px;
    }
    .product__count {
        font-size: 13px;
        line-height: 16px;
    }
    .product__price {
        font-size: 18px;
        line-height: 18px;
    }
    .product__control {
        padding: 20px 4px 13px 20px;
    }
    .product__field {
        width: 60px;
        height: 29px;
        font-size: 13px;
    }
    .product__price {
        padding-right: 20px;
        position: relative;
        top: -4px;
    }
    .product__price small {
        padding-right: 17px;
        top: 12px;
        font-size: 8px;
    }

    .product__add {
        width: 150px;
        height: 33px;
        line-height: 31px;
        font-size: 11px;
        margin-right: 15px;
    }
    .product__fields {
        margin-top: 10px;
    }
    .product__info {
        margin-top: 12px;
        font-size: 14px;
    }
    .product__fields {
        margin-bottom: 15px;
    }
    .rating .svg-icon {
        width: 12px;
        height: 12px;
        margin-right: 3px;
    }
    .product__buy-click {
        margin-right: 17px;
        font-size: 14px;
    }
    .product__params {
        font-size: 14px;
        line-height: 22px;
        padding-top: 21px;
    }

}













































