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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

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

input, textarea {
  box-sizing: border-box;
  border: none;
  outline: none;
}

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

strong, b {
  font-weight: 700;
}

button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

p {
  margin-bottom: 10px;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Light.ttf");
  src: url("../fonts/Gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Light.eot") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Regular.ttf");
  src: url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Regular.eot") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Medium.ttf");
  src: url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Medium.eot") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-SemiBold.ttf");
  src: url("../fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-SemiBold.eot") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Bold.ttf");
  src: url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Bold.eot") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-ExtraBold.ttf");
  src: url("../fonts/Gilroy/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-ExtraBold.eot") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Black.ttf");
  src: url("../fonts/Gilroy/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Black.eot") format("truetype");
  font-style: normal;
  font-weight: 900;
}
.container_lg {
  width: 100%;
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.row {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  flex: 1 1 0px;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col_4, .col_5, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col_3_5 {
  flex: 0 0 27%;
  max-width: 27%;
  padding-left: 15px;
  padding-right: 15px;
}

.col_4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col_5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col_7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col_8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col_9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col_10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col_11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col_12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.justify_content_center {
  justify-content: center !important;
}

.justify_content_between {
  justify-content: space-between !important;
}

.justify_content_around {
  justify-content: space-around !important;
}

.justify_content_end {
  justify-content: flex-end !important;
}

.align_items_bottom {
  align-items: flex-end !important;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.text_center {
  text-align: center !important;
}

@media only screen and (max-width: 992px) {
  .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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 {
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col_sm_1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col_sm_2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col_sm_3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col_sm_4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col_sm_5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col_sm_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col_sm_7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col_sm_8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col_sm_9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col_sm_10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col_sm_11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col_sm_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hidden_sm {
    display: none !important;
  }
}
@media only screen and (max-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: 0 0 100%;
    max-width: 100%;
  }
  .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 {
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col_xs_1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col_xs_2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col_xs_3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col_xs_4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col_xs_5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col_xs_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col_xs_7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col_xs_8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col_xs_9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col_xs_10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col_xs_11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col_xs_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.my0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

body {
  font: 400 14px "Gilroy", sans-serif;
  line-height: 1.6;
}

a {
  transition: 0.2s;
  text-decoration: none;
}

button {
  font-family: "Gilroy", sans-serif;
}

select {
  display: none;
}

input {
  font-family: "Gilroy";
}

input, textarea {
  padding: 10px 15px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  font-size: 15px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
}
input:focus, textarea:focus {
  border-color: #1170F6;
}

.btn_default {
  padding: 10px 15px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  border: none;
  background-color: #FEF252;
  border-radius: 3px;
  box-shadow: 0 2px 0 #B1A93C;
  outline: none;
  display: inline-block;
}
.btn_default:hover {
  background-color: #1170F6;
  color: #fff;
  box-shadow: 0 2px 0 #0049b9;
}

.title_style_circle {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  position: relative;
  line-height: 1.2;
}
.title_style_circle:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 50%;
  background-color: #FEF252;
  z-index: -1;
}

.outside_img {
  position: absolute;
  height: 100%;
  width: 40%;
  top: 0;
}
.outside_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title_style_section {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}
.title_style_section:first-line {
  background-color: #FEF252;
}
.title_style_section span {
  position: relative;
}
.title_style_section span:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1170F6;
  position: absolute;
  right: -20px;
  bottom: 15px;
}

.btn_square_style {
  background-color: #1170F6;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  width: 200px;
  height: 200px;
  display: block;
}
.btn_square_style:hover img {
  width: 60%;
}
.btn_square_style span {
  position: absolute;
  width: 100%;
  padding: 10px 18px 10px 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
}
.btn_square_style img, .btn_square_style svg {
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: 50%;
  height: 17px;
  transition: 0.2s;
}

.btn_phone_style {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 17px;
  border-radius: 3px;
  text-decoration: none;
}
.btn_phone_style img {
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
  height: auto;
}

.checkbox_style {
  position: relative;
}
.checkbox_style input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
}
.checkbox_style input:hover + span {
  color: #1170F6;
}
.checkbox_style span {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  display: inline-block;
}
.checkbox_style span:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e2e2e2;
  background: #fff;
  transition: 0.2s;
  border-radius: 3px;
}
.checkbox_style input:checked + span:before {
  background: #1170F6 url("../images/icons/checked.svg") center center no-repeat;
  border-color: #1170F6;
}
.checkbox_style input:checked + span {
  color: #1170F6;
  font-weight: 600;
}

.radio_style {
  position: relative;
}
.radio_style input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
}
.radio_style input:hover + span {
  color: #1170F6;
}
.radio_style span {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  display: inline-block;
}
.radio_style span:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #909090;
  background: #fff;
  transition: 0.2s;
  border-radius: 50%;
  display: block;
}
.radio_style span:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 3px;
  border-radius: 50%;
  background: transparent;
  display: block;
}
.radio_style input:checked + span:before {
  border-color: #1170F6;
}
.radio_style input:checked + span:after {
  background: #1170F6;
}
.radio_style input:checked + span {
  color: #1170F6;
}

.bt-dropdown {
  border: none;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 3px;
}
.bt-dropdown.open .bt-dropdown-toggle span.icon {
  transform: rotate(180deg);
  background-position: center center;
  opacity: 0.3;
}

.bt-dropdown-toggle {
  padding: 10px 15px;
  border: 1px solid #e2e2e2;
  font-weight: 600;
  width: 100% !important;
  border-radius: 3px;
}
.bt-dropdown-toggle span.icon {
  background-image: url(../images/icons/chevron-down-dark.svg);
  background-position: center center;
  right: 7px;
}

.bt-dropdown-options {
  overflow: auto;
  border: 1px solid #e2e2e2;
  right: 0;
  z-index: 9;
}
.bt-dropdown-options a {
  padding: 8px 15px;
}
.bt-dropdown-options a:hover {
  color: #1170F6;
}

.bt-dropdown-option {
  border: none;
}
.bt-dropdown-option:hover {
  background: transparent;
}

.bg_user_wrap_active {
  z-index: 19;
}

.user_menu_wrap {
  background-color: #fff;
  padding: 40px 20px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 20;
  width: 330px;
  transform: translateX(100%);
  transition: 0.4s;
}
.user_menu_wrap .user_name {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.user_menu_wrap .user_name .thumb {
  width: 60px;
  padding-right: 10px;
}
.user_menu_wrap .user_name .thumb img {
  width: 100%;
  border: 2px solid #1170F6;
  border-radius: 50%;
}
.user_menu_wrap .user_name .name {
  font-size: 16px;
  color: #3a3a3a;
}
.user_menu_wrap .title_label {
  padding: 7px 0;
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
.user_menu_wrap .title_label a {
  color: #000;
}
.user_menu_wrap .title_label a:hover {
  color: #1170F6;
}
.user_menu_wrap .title_label img, .user_menu_wrap .title_label svg {
  vertical-align: middle;
  margin-right: 10px;
}
.user_menu_wrap p {
  color: #707070;
  font-size: 13px;
}
.user_menu_wrap .btn_logout {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #1170F6;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  box-shadow: 0 2px 0 #0E4DA5;
  margin: 50px 30px 20px;
}
.user_menu_wrap .btn_logout:hover {
  background-color: #0028f6;
}

.counter_product {
  display: flex;
  flex: 0 110px;
}
.counter_product input, .counter_product button {
  background-color: #fff;
  padding: 4px;
  color: #3a3a3a;
  line-height: 1;
  margin: 0;
  width: 30px;
  text-align: center;
}
.counter_product button {
  border: 1px solid #e2e2e2;
  font-size: 20px;
}
.counter_product button:hover {
  color: #1170F6;
}
.counter_product input {
  border-radius: 0;
}
.counter_product input:focus {
  border: 1px solid #e2e2e2;
}
.counter_product .minus_count {
  border-radius: 3px 0 0 3px;
  margin-right: -1px;
}
.counter_product .plus_count {
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
}

.modal_basket_wrap {
  display: none;
  width: 100%;
  max-width: 600px;
  padding: 30px;
  border-radius: 6px;
}
.modal_basket_wrap .title_modal {
  padding: 10px 0 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.modal_basket_wrap .item_product {
  padding: 15px;
  background-color: #F8FAFB;
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.modal_basket_wrap .name_product {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  flex: 1;
  padding: 0 15px;
}
.modal_basket_wrap .btn_delete {
  flex: 0 40px;
  background-color: transparent;
  border: none;
}
.modal_basket_wrap .price_product {
  flex: 0 90px;
  text-align: right;
  font-weight: 600;
}
.modal_basket_wrap .total_price {
  text-align: right;
  padding-bottom: 10px;
  font-size: 18px;
}
.modal_basket_wrap .total_price span {
  font-weight: 800;
}
.modal_basket_wrap .btns {
  text-align: center;
}
.modal_basket_wrap .btns button, .modal_basket_wrap .btns a {
  display: inline-block;
  padding: 15px 18px;
  border-radius: 3px;
  font-weight: 600;
  margin: 10px;
  border: 2px solid #1170F6;
  vertical-align: top;
  font-size: 14px;
}
.modal_basket_wrap .btns a {
  background-color: #1170F6;
  box-shadow: 0 2px 0 #0E4DA5;
  color: #fff;
  text-decoration: none;
  padding: 11px 15px;
}
.modal_basket_wrap .btns a:hover {
  background-color: #0028f6;
  border-color: #0028F6;
}
.modal_basket_wrap .btns button {
  background-color: #fff;
  color: #1170F6;
  transition: 0.2s;
}
.modal_basket_wrap .btns button:hover {
  background-color: #1170F6;
  color: #fff;
}

.authorization_page {
  position: relative;
}
.authorization_page .bt-dropdown-toggle {
  font-weight: 400;
}
.authorization_page .title_block {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
.authorization_page .subtitle_block {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.authorization_page .bg_block {
  background: #022F6F url(../images/icons/logo-bg-op.svg) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.authorization_page .left_block, .authorization_page .right_block {
  padding: 40px 0 70px;
}
.authorization_page .btn_input {
  padding: 13px 30px;
  background-color: transparent;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 18px;
  border-radius: 3px;
  transition: 0.2s;
  cursor: pointer;
  width: auto;
}
.authorization_page .left_block {
  width: 70%;
}
.authorization_page .left_block .title_block {
  color: #fff;
}
.authorization_page .left_block .btn_input {
  border-color: #FEF252;
  color: #FEF252;
}
.authorization_page .left_block .btn_input:hover {
  background-color: #FEF252;
  color: #000;
}
.authorization_page .politic_row {
  display: flex;
  padding: 10px 0;
  margin-bottom: 20px;
}
.authorization_page .politic_row .checkbox_style span {
  display: inline;
}
.authorization_page .politic_row .checkbox_style span:before {
  width: 22px;
  height: 22px;
}
.authorization_page .politic_row div {
  padding-left: 10px;
  color: #a5a5a5;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.authorization_page .politic_row div a {
  color: #1170F6;
}
.authorization_page .politic_row div a:hover {
  color: #000;
}
.authorization_page .right_block {
  padding-left: 50px;
  padding-right: calc(30% - 50px);
  position: relative;
}
.authorization_page .right_block .link_abs {
  position: absolute;
  top: 40px;
  right: 0;
  color: #1170F6;
  font-size: 13px;
  text-decoration: underline;
  font-weight: 500;
}
.authorization_page .right_block .link_abs:hover {
  color: #000;
  text-decoration: none;
}
.authorization_page .right_block .btn_input {
  border-color: #1170F6;
  color: #1170F6;
  line-height: 1;
}
.authorization_page .right_block .btn_input:hover {
  background-color: #1170F6;
  color: #fff;
}
.authorization_page .right_block .btn_input.btn_blue {
  background-color: #1170F6;
  color: #fff !important;
}
.authorization_page .right_block .btn_input.btn_blue:hover {
  background-color: rgba(17, 112, 246, 0.8);
}
.authorization_page .right_block .btns_row {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.authorization_page .right_block .btns_row .btn_forget_password {
  color: #1170F6;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 500;
}
.authorization_page .right_block .btns_row .btn_forget_password:hover {
  color: #000;
  text-decoration: none;
}
.authorization_page .right_block.block_reset_password {
  min-height: 70vh;
}
.authorization_page .right_block.block_reset_password [type=email] {
  margin: 40px 0 20px;
}
.authorization_page .btn_back {
  text-align: right;
  padding-top: 40px;
}
.authorization_page .btn_back span {
  color: #1170F6;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
  transition: 0.2s;
}
.authorization_page .btn_back span:hover {
  color: #000;
  text-decoration: none;
}
.authorization_page .is-invalid {
  border-color: red;
}
.authorization_page .bt-dropdown:has(> select.is-invalid) {
  border: 1px solid red;
}
.authorization_page form.deactivated_form {
  position: relative;
}
.authorization_page form.deactivated_form:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
}

footer.footer {
  padding-top: 20px;
  color: #fff;
  background-color: #000;
}
footer.footer a {
  color: #fff;
  text-decoration: none;
}
footer.footer a:hover {
  color: #1170F6;
}
footer.footer li {
  list-style: none;
}
footer.footer .menu_footer li {
  padding: 4px 0;
}
footer.footer .logo_footer {
  padding: 30px 0;
}
footer.footer .title_col_menu {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
footer.footer .custom_col {
  max-width: 250px;
  padding: 0 15px;
}
footer.footer .list_social_wrap {
  margin-top: -10px;
  border-bottom: 1px solid #A5A5A5;
  padding: 15px 0 30px;
  width: 100%;
}
footer.footer .list_social_wrap .list_social {
  display: flex;
}
footer.footer .list_social_wrap .list_social li {
  margin-right: 20px;
}
footer.footer .copy {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
  width: 100%;
}

.category_main_description {
  padding: 55px 0;
  background-color: #F3F8FF;
}
.category_main_description .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.category_main_description p {
  font-weight: 500;
}

.pages {
  padding: 20px 0;
  min-height: 500px;
}
.pages ul {
  margin: 20px 0;
  list-style: inside;
}

@media only screen and (max-width: 992px) {
  header.header {
    position: relative;
  }
  header.header .subheader {
    padding: 10px 0;
  }
  header.header .subheader .btn_open_main_category {
    padding: 15px;
  }
  header.header .subheader .btn_open_main_category img {
    margin-right: 0;
  }
  header.header .subheader .btn_open_main_category span {
    display: none;
  }
  header.header .subheader .btn_nav_head {
    flex: 0 0 80px;
    max-width: 80px;
  }
  header.header .subheader .user_wrap .user_ico {
    display: none;
  }
  header.header .subheader .wrap_menu_category ul {
    width: 100%;
  }
  header.header .subheader .wrap_menu_category .list_items_child, header.header .subheader .wrap_menu_category .list_brands_menu_wrap {
    position: static;
  }
  header.header .subheader .wrap_menu_category .menu_category_level_1 .list_brands_menu li {
    width: 25%;
  }
  header.header .subheader .wrap_menu_category .list_items_child {
    width: 100%;
  }
  header.header .logo {
    padding: 15px 0;
  }
  header.header .main_menu li a {
    padding: 10px 0;
  }
  .nav_menu {
    order: 3;
  }
  .banner_home_wrap .item_slide {
    padding: 70px 0 80px;
  }
  .banner_home_wrap .item_slide .title {
    font-size: 34px;
  }
  .more_info {
    margin-top: -180px;
    height: 150px;
    float: right;
    width: 50px;
  }
  .outside_img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .about_us_home {
    padding: 0;
  }
  .about_us_home .btn_square_style {
    bottom: 0;
    right: 0;
  }
  .for_dealers_home {
    padding: 0 0 30px;
  }
  .for_dealers_home .outside_img {
    width: 100%;
  }
  .catalog_home {
    padding-top: 0;
  }
  .title_style_section {
    font-size: 34px;
  }
  .oil_category_home {
    padding: 50px 0;
  }
  .subscribe_wrap input[type=email] {
    margin-bottom: 15px;
  }
  .subscribe_wrap .title {
    margin-bottom: 15px;
  }
  .list_advant_about_page {
    padding-top: 0;
  }
  .partner_about_us {
    padding-top: 0;
  }
  .variant_select_about {
    background: #FEF252;
  }
  .variant_select_about .item_partner {
    color: #000;
    margin-bottom: 20px;
  }
  .variant_select_about .item_partner .btn_default {
    background-color: #1170f6;
    box-shadow: 0 2px 0 #0049b9;
    color: #fff;
  }
  .variant_select_about .btn_default {
    margin-top: 20px;
  }
  .prof_progress_wrap {
    padding-top: 0;
  }
  .prof_progress_wrap .outside_img {
    width: 100%;
  }
  .modal_response_vacancy {
    padding: 10px 0;
  }
  .modal_response_vacancy .header_modal .title {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1;
  }
  .default_page_content h1 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1;
  }
  .sidebar_wrap {
    width: 100%;
  }
  .list_brands_dropdown .col {
    width: 20%;
  }
  .title_style_category {
    margin-bottom: 15px;
  }
  .authorization_page .title_block {
    font-size: 28px;
    line-height: 1;
  }
  .order_page .title_section {
    font-size: 28px;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  .list_product_line .item_product {
    flex-direction: column;
  }
  .list_product_line .item_product .thumb {
    flex: 0 100%;
  }
  .list_product_line .item_product .btns {
    flex: 0 auto;
  }
  .list_brands_dropdown .col {
    width: 33.3333%;
  }
  .modal_basket_wrap .item_product {
    flex-direction: column;
  }
  .modal_basket_wrap .price_product {
    flex: none;
  }
  .counter_product {
    flex: none;
    margin: 20px 0;
  }
  .list_product_table {
    overflow: auto;
  }
  .search_wrap {
    order: 1;
  }
  header.header .logo_wrap, header.header .phone_wrap_head {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  header.header .logo_wrap {
    max-width: 105px;
  }
  header.header .phone a {
    font-size: 14px;
  }
  header.header .subheader .btn_nav_head {
    order: 2;
  }
  header.header .subheader .user_block {
    order: 3;
  }
  header.header .subheader .user_block .user_name {
    padding-left: 0;
  }
  header.header .subheader .basket_btn_wrap {
    order: 4;
    margin-left: auto;
  }
  header.header .main_menu {
    display: none;
  }
  header.header .main_menu ul {
    flex-direction: column;
    text-align: right;
    padding-bottom: 20px;
  }
  header.header .main_menu ul li {
    padding: 0;
  }
  header.header .main_menu ul li a {
    padding: 5px 0;
  }
  .user_menu_wrap {
    width: 270px;
  }
  .btn_open_mobile_menu {
    width: 35px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    border: none;
    margin-left: auto;
  }
  .btn_open_mobile_menu span {
    height: 1px;
    background-color: #000;
    margin: 3px;
    width: 100%;
  }
  .single_good_page h1 {
    font-size: 28px;
  }
  .single_good_page .thumb_good {
    flex: none;
  }
  .single_good_page .payment_delivery_wrap {
    margin-top: 30px;
  }
  .authorization_page .title_block {
    color: #fff !important;
  }
  .authorization_page .left_block {
    padding-bottom: 0;
  }
  .authorization_page .bg_block, .authorization_page .left_block, .authorization_page .right_block {
    width: 100%;
  }
  .authorization_page .right_block {
    padding-left: 0;
  }
  .order_page .wrap_section {
    overflow: auto;
  }
  .order_page .wrap_delivery_form {
    width: 100%;
  }
  .order_page .wrap_delivery_form .row_fields {
    flex-direction: column;
  }
  .order_page .wrap_delivery_form .row_fields input {
    width: 100% !important;
    margin-left: 0;
  }
  .success_page .title_success {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1;
    text-align: center;
  }
  .success_page .title_success svg {
    margin-right: 0;
  }
  .success_page .wrap_section {
    overflow: auto;
  }
  .success_page .wrap_section .total_price span {
    font-size: 16px;
  }
  .success_page .info > div:first-child div {
    font-size: 14px;
  }
  .success_page .total_all_price div {
    font-size: 18px !important;
  }
}

/*# sourceMappingURL=authorization.css.map */
