.modal__block {
  display: none;
  transition: all .2s;
  padding: 50px 60px;
  width: 100%;
  overflow-y: auto;
  max-height: 100%;
  max-width: 500px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 14px 10px 13px -6px #bdbdbd;
  -moz-box-shadow: 14px 10px 13px -6px #bdbdbd;
  box-shadow: 14px 10px 13px -6px #bdbdbd; }
  .modal__block.active {
    display: block;
    z-index: 9999; }
  .modal__block .validation_error {
    bottom: -20px;
    left: 10px; }

.modal_close {
  transition: all .2s;
  color: #0000007a;
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px; }
  .modal_close:hover {
    color: #73CAC2; }

.modal_svg {
  margin-right: 8px; }

.modal_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px; }
  .modal_title img {
    margin-right: 20px; }

.modal_form {
  margin-top: 40px; }

.modal_forget_btn {
  display: block;
  width: 100%;
  margin: 30px 0;
  cursor: pointer;
  text-align: center;
  text-decoration-line: underline; }

.modal_btn__block {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between; }
  .modal_btn__block .register {
    border: 1px solid; }

.modal__btn-center {
  display: flex;
  justify-content: center; }

.modal_new_user {
  text-transform: uppercase; }

.modal .mailing {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .modal .mailing_choice {
    display: flex; }
    .modal .mailing_choice__item {
      margin-right: 20px; }

.modal_auth-social {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .modal_auth-social__title {
    color: #828282;
    font-size: 14px; }
  .modal_auth-social a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: black; }
    .modal_auth-social a img {
      margin-right: 5px; }

.modal_open {
  cursor: pointer; }

@media (max-width: 480px) {
  .modal_btn__block {
    flex-direction: column; }
    .modal_btn__block .modal_btn {
      width: 100%;
      margin-bottom: 10px; }
    .modal_btn__block .modal_open {
      width: 100%; }
  .modal_title {
    justify-content: flex-start;
    padding-right: 30px; }
  .modal__block {
    padding: 15px; }
  .modal_form {
    padding-top: 0px;
    margin-top: 10px; } }

.input_section {
  margin-bottom: 15px; }
  .input_section__title {
    color: #333333;
    font-size: 14px;
    margin: 0 0 5px 25px; }
  .input_section input {
    width: 100%;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    padding: 10px; }
  .input_section textarea {
    width: 100%;
    border: 1px solid #F2F2F2;
    padding: 15px 24px;
    box-sizing: border-box; }

.modal_name {
  display: none; }

.modal__block_fast_buy .modal_name {
  display: flex;
  width: 100%;
  text-align: center;
  margin: 10px 0; }

.field_error {
  margin: 5px 0;
  width: 100%;
  text-align: center; }

.order__block .validation_error {
  bottom: -18px;
  left: 10px; }

.profile_section .validation_error {
  bottom: -20px;
  left: 10px; }

.modal_loading__block {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: none; }
  .modal_loading__block img {
    width: 100%;
    height: 100%; }
  .modal_loading__block.active {
    transition: all .2s;
    display: block;
    z-index: 10000; }

.modal_accept__block, .modal_bad__block {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  background: #fff;
  align-items: center;
  display: none;
  justify-content: center;
  padding: 20px;
  flex-direction: column;
  box-shadow: 10px 5px 5px rosybrown; }
  .modal_accept__block.active, .modal_bad__block.active {
    transition: all .2s;
    display: flex;
    z-index: 10000; }

.modal_accept_svg, .modal_bad_svg {
  width: 30px;
  height: 30px;
  margin-bottom: 10px; }
  .modal_accept_svg img, .modal_bad_svg img {
    width: 100%; }

.modal_accept_text, .modal_bad_text {
  width: 100%;
  text-align: center; }

.validation_container {
  position: relative; }

.validation_error {
  bottom: 8px;
  left: 0;
  width: 100%;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  font-size: 12px;
  color: red; }

@charset "UTF-8";
body {
  max-width: 1440px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif; }

a {
  text-decoration: none; }

li {
  list-style-type: none; }

.delivery_hint_hidden .header {
  padding-top: 0;
  top: 0; }

.delivery_hint_hidden .delivery_hint__block {
  margin-top: -30px; }

.delivery_hint_hidden .nav-frame_mob {
  top: 60px; }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .header_hamburger {
    overflow: hidden;
    position: relative;
    width: 65px;
    height: 60px;
    background: #2F2483;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .header_line {
    transition: all .2s;
    position: absolute;
    width: 30px;
    height: 5px;
    border-radius: 18px;
    margin: 4px 0;
    cursor: pointer;
    background: #FFFFFF; }
    .header_line_1 {
      top: 16px;
      left: 15px; }
    .header_line_2 {
      width: 23px;
      top: 24px;
      left: 15px; }
    .header_line_3 {
      top: 32px;
      left: 15px; }
  .header.active .header_line_1 {
    top: 24px;
    left: 15px;
    transform: rotate(45deg); }
  .header.active .header_line_2 {
    left: -100px; }
  .header.active .header_line_3 {
    top: 24px;
    left: 15px;
    transform: rotate(-45deg); }
  .header.active .nav-frame_mob {
    opacity: 1;
    left: 0;
    z-index: 3; }

.header_left {
  display: flex;
  justify-content: space-between; }

.header_right {
  display: flex;
  flex-direction: row-reverse; }

@media (max-width: 1300px) {
  .navFrame {
    display: none; } }

.navFrame ul {
  margin-top: 30px;
  display: flex; }

.navFrame .icon {
  display: none; }

.nav-frame_mob {
  display: flex;
  opacity: 0;
  background: white;
  padding: 20px;
  width: 300px;
  height: 100vh;
  transition: 0.2s all;
  position: fixed;
  left: -110%;
  top: 60px;
  flex-direction: column;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25); }
  .nav-frame_mob a {
    color: #2F2483;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase; }

.navLink {
  margin-left: 18px;
  color: #333333;
  text-transform: uppercase; }

.top_search {
  display: flex; }

.ser-ico {
  margin-top: 20px;
  margin-right: 20px;
  width: 40px;
  height: 40px; }

.icon {
  background-color: #3A3D92; }

.icotel {
  background-color: #3A3D92; }

.searching {
  height: 20px;
  width: 150px;
  display: none; }

.searching :active {
  display: block; }

.topContacts {
  display: flex; }

.topContacts a.icotel {
  display: none; }

.location {
  padding: 30px;
  background-color: #F2F2F2;
  color: darkblue;
  font-weight: 600; }

.header_phone {
  padding: 30px;
  background-color: black;
  color: #ffffff;
  font-weight: 500; }

.header_phone::before {
  margin-right: 5px; }

.contactUs {
  padding: 29px 59px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  background-color: #3A3D92;
  color: #ffffff; }

.pages {
  display: flex; }
  .pages-left, .pages-right {
    width: 50%;
    height: 69px;
    position: relative;
    display: flex; }
    .pages-left img, .pages-right img {
      width: 100%;
      height: 100%; }
    .pages-left div, .pages-right div {
      margin-left: 30px; }

.pages-left img {
  position: absolute;
  z-index: -1;
  width: 100%; }

.pages-left_content {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  margin-left: 30px;
  display: flex;
  align-items: center; }
  .pages-left_content a {
    color: #000000;
    font-weight: 700; }
  .pages-left_content h1 {
    font-size: 15px; }
  .pages-left_content .arrow {
    color: #333333;
    font-weight: 400; }
    .pages-left_content .arrow::after {
      content: "→";
      padding: 0 10px;
      color: #C4C4C4; }

.pages-left_content span {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase; }

.pages-right img {
  position: absolute; }

.pages-right_descr {
  position: absolute;
  color: #ffffff;
  z-index: 3;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  margin-left: 90px;
  margin-top: 25px; }

.delivery_hint__block {
  max-width: 1440px;
  position: fixed;
  z-index: 999;
  transition: all .2s;
  margin-top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  height: 30px; }
  .delivery_hint__block.hidden {
    margin-top: -30px; }

.delivery_hint_text {
  display: block;
  padding-left: 10px;
  color: white; }

@keyframes marquee {
  from {
    transform: translate(0, 0); }
  to {
    transform: translate(-100%, 0); } }
  @media (max-width: 1000px) {
    .delivery_hint_text {
      width: 90%;
      white-space: nowrap;
      overflow: hidden; }
      .delivery_hint_text span {
        display: inline-block;
        padding-left: 100%;
        animation: marquee 10s infinite linear; } }

.delivery_hint_close {
  position: absolute;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  cursor: pointer; }
  .delivery_hint_close svg {
    width: 100%;
    height: 100%; }
  .delivery_hint_close path {
    transition: all .2s;
    stroke: #BDBDBD; }
  .delivery_hint_close:hover path {
    stroke: #73CAC2; }

@media (max-width: 1300px) {
  .header {
    height: 60px;
    position: fixed;
    background: white;
    z-index: 15;
    width: 100%;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    top: 0px; }
    .header_hamburger {
      display: flex; }
  .logo img {
    width: 191px;
    height: 50px; }
  .top_logo {
    display: none; }
  .icon {
    width: 60px;
    height: 60px; }
  .icon img {
    padding: 15px; }
  .icotel img {
    padding: 15px; }
  .topContacts a {
    display: none; }
  .topContacts a.icotel {
    display: block; }
  .pages {
    margin-left: 0px;
    padding-top: 60px; } }

@media (max-width: 900px) {
  .pages {
    flex-direction: column; }
    .pages-left, .pages-right {
      width: 100%; } }

@media (max-width: 430px) {
  .icotel {
    height: 60px;
    width: 60px; }
  .navFrame ul {
    margin-top: 0; } }

.footer {
  z-index: 2; }

.footer_top {
  display: flex;
  width: 100%;
  height: auto;
  position: relative; }

.footer_contacts {
  display: block;
  z-index: 1;
  width: 50%;
  background-color: black;
  padding-bottom: 50px; }

.footer_contacts-title {
  color: #ffffff;
  height: 37px;
  padding-left: 119px;
  padding-top: 100px;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase; }

.footer_contacts-address {
  display: flex;
  padding-left: 119px;
  margin-top: 46px;
  width: 360px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff; }

.footer_contacts-phone {
  display: flex;
  padding-left: 119px;
  padding-top: 46px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff; }

.footer_contacts-phone a {
  color: #ffffff; }

i {
  margin-right: 15px; }

.footer_form {
  position: absolute;
  display: block;
  z-index: 3;
  width: 346px;
  background-color: #ffffff;
  transform: translate(-150px);
  bottom: 0; }

.footer_form-title {
  padding-top: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px; }

.form_button {
  border: 1px solid #3a3d92;
  background-color: #ffffff;
  color: #3a3d92;
  width: 189px;
  height: 51px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer; }
  .form_button_wrapper {
    margin-top: 30px; }

.btn_arrow {
  padding-left: 10px; }

.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px; }

.footer_nav ul {
  display: flex;
  width: 680px;
  margin: 0; }

.footer_nav a {
  text-transform: uppercase; }

.footer_nav ul li {
  padding-right: 30px; }

.db_logo {
  padding-left: 60px; }

.sw_logo {
  padding-right: 60px; }

ul li a {
  color: black; }

.footer_inputs {
  padding: 30px; }
  .footer_inputs__item input {
    width: 100%;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    padding: 10px;
    margin: 2px;
    border: 1px solid #cfcfcf; }

.footer_map {
  width: 50%; }
  @media (max-width: 430px) {
    .footer_map {
      width: 100%; } }
  .footer_map iframe {
    width: 100%; }

.address_title {
  white-space: nowrap; }

@media (max-width: 430px) {
  .footer_top {
    flex-direction: column-reverse; }
  .footer_contacts {
    width: auto; }
  .footer_contacts-title {
    padding-left: 50px;
    padding-top: 30px;
    font-size: 24px; }
  .footer_contacts-address,
  .footer_contacts-phone {
    padding-left: 40px;
    padding-top: 20px;
    font-size: 15px;
    display: flex;
    align-items: baseline;
    width: auto; }
  .footer_form {
    position: static;
    transform: translate(0);
    margin-top: 0; }
  iframe {
    width: 100%;
    height: 300px; }
  .footer_nav {
    display: none; }
  .footer_form {
    width: 100%; }
  .footer_bottom {
    justify-content: space-around; }
  .db_logo {
    padding-left: 0px; }
  .sw_logo {
    padding-right: 0px; } }

.contacts-title {
  padding-top: 50px;
  padding-bottom: 20px;
  color: #333333;
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  text-transform: uppercase; }

.footer_contacts {
  position: relative; }

.footer_contacts img {
  position: absolute; }

.contacts_title {
  position: absolute;
  padding-top: 60px;
  padding-left: 222px;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff; }

.contacts_address {
  position: absolute;
  display: flex;
  padding-top: 116px;
  padding-left: 232px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff; }

.contacts_phone {
  position: absolute;
  display: flex;
  padding-left: 232px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  padding-top: 240px; }

.footerform {
  display: block;
  height: 333px; }

.footer_form-title {
  padding-top: 70px; }

.modal {
  padding-top: 335px;
  height: 445px;
  background-color: #ffffff; }

.contacts_phone a {
  color: #ffffff; }

@media (max-width: 430px) {
  .contacts-title {
    padding: 30px 0; } }


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