/* LANDING */

:root {
  --inner-distance-1: 30px;
  --font-size-1: 36px;
  --font-size-2: 32px;
  --font-size-3: 20px;
  --main-color-1: #C3163D;
  --main-color-2: #079CD2;
  --main-hover-1: #980023;
  --main-hover-2: #AAE9FF;
  --bg-color-0: #ffffff;
  --bg-color-1: #F1F4F6;
  --bg-color-2: #3F4042;
  --bg-color-3: #DDEBF5;
  --bg-color-4: #2A2D32;
  --text-color-1: #838E9F;
  --text-color-2: #3F4042;
  --text-color-3: #676C76;
  --text-color-4: #26282C;
  --element-color-1: #BECAD6;
  --border-radius-1: 10px;
  --border-radius-2: 20px;
  --border-radius-3: 30px;
  --shadow-1: 0px 0px 20px 0px #EAEEF3;
}

@media screen and (max-width: 1023px) {
  :root {
    --inner-distance-1: 20px;
    --font-size-1: 26px;
    --font-size-2: 20px;
    --font-size-3: 16px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --font-size-1: 24px;
  }
}

h1,
h2,
h3,
h4,
p {
  margin-bottom: 0 !important;
}

ul {
  margin: 0;
}

body {
  font-size: 16px;
}

.box {
  padding: var(--inner-distance-1);
}

.landing_block * {
  line-height: 120%;
}

header {
  margin-bottom: 0px;
}

header,
footer,
.breadcrumbs,
#bottom_mob_menu {
  display: none;
}

.landing_block h2,
.landing_block h1 {
  font-size: var(--font-size-1);
  font-weight: 600 !important;
}

.landing_block h2 {
  text-transform: uppercase;
}

.landing_block h3 {
  font-size: var(--font-size-2) !important;
}

.landing_block h4 {
  font-size: var(--font-size-3) !important;
}

#header_block.landing_block {
  border-bottom: 1px solid #CFD1D6;
  padding: 15px 0;
}

.title_block+* {
  margin-top: 30px;
}

a {
  color: var(--text-color-4);
  transition: all .3s;
}

a:hover {
  color: var(--main-color-1);
}

.stretch .img_block {
  position: relative;
}

.stretch .img_block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: var(--border-radius-2);
}

.hide {
  display: none;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: auto;
  width: 100%;
}

.grey_block_bg {
  padding: 60px 0;
  background-color: var(--bg-color-1);
}

.btn {
  border-radius: var(--border-radius-2);
  border: 2px solid var(--main-color-1);
  padding: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  font-weight: bold;
  text-transform: none;
  justify-content: center;
  transition: all .3s;
  display: block;
  text-align: center;
}

.btn.red {
  background-color: var(--main-color-1);
  color: var(--bg-color-0);
}

.btn:hover {
  background-color: var(--main-hover-1);
  color: var(--bg-color-0);
  border-color: var(--main-hover-1);
}

.btn.blue {
  background-color: var(--main-color-2);
  color: white !important;
  border-color: var(--main-color-2);
}

.btn.blue:hover {
  background-color: var(--main-hover-2);
  border-color: var(--main-hover-2);
  color: var(--text-color-4) !important;
}

.text_block>* {
  margin: 0;
}

.text_block>*+* {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .grey_block_bg {
    padding: 40px 0;
  }

  body {
    font-size: 14px;
  }

  .xs-hide {
    display: none !important;
  }

  .title_block+* {
    margin-top: 20px;
  }

  .stretch .img_block img {
    position: relative;
  }
}


/* header */

.social_block .item svg {
  transition: all .3s;
  width: 24px;
  height: 24px;
}

.social_block .item:hover svg {
  opacity: .7;
}

.help_block a {
  color: var(--main-color-1);
  font-weight: 600;
  transition: all .3s;
  flex-wrap: nowrap;
}

.help_block a span {
  text-decoration: underline;
  white-space: nowrap;
}

.help_block a:hover {
  color: var(--text-color-4);
}

#header_block {
  margin-bottom: 0 !important;
}

#header_block .social_phone_block {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

#header_block .social_block a {
  line-height: 0;
}

#header_block .phone_block .phone_btn {
  padding: 0;
  position: relative;
  top: 3px;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: var(--text-color-4);
  transition: all .3s;
  cursor: pointer;
  display: block;
}

#header_block .phone_block .phone_btn_block+div {
  font-size: 14px;
  margin-top: 5px;
  text-align: right;
  color: var(--text-color-1);
}

#header_block .logo_block,
.social_phone_block {
  min-width: 250px;
}

.mob_acc svg {
  display: none;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1023px) {

  #header_block .logo_block,
  .social_phone_block {
    min-width: 0;
  }

  #header_block .logo_block img {
    width: 170px;
  }

  #img_bullet_block .mob_acc svg {
    display: block;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {

  #img_bullet_block .icon_block+.name_discription_block * {
    font-size: 14px !important;
    line-height: normal;
  }

  #header_block .container,
  #header_block {
    padding: 0 !important;
  }

  #header_block .flex>* {
    order: 1;
  }

  #header_block .help_block {
    flex: 100%;
    max-width: 100%;
    order: 0;
    background-color: var(--main-color-1);
    padding: 10px;
    text-align: center;
  }

  #header_block .help_block * {
    color: white;
  }

  #header_block .help_block a {
    display: inline-flex;
  }

  #header_block .logo_block,
  #header_block .social_phone_block {
    padding: 15px;
  }
}

@media screen and (max-width: 459px) {
  #header_block .social_block {
    display: none;
  }
}

/* first screen */

#first_screen {
  margin-bottom: 0 !important;
  padding: 60px 0;
}

#first_screen img {
  width: 100%;
}

#first_screen .img_block {
  padding-right: 15px;
}

#first_screen h1 span {
  padding: 5px 20px 10px 20px;
  background-color: var(--bg-color-3);
  margin-right: 10px;
  line-height: 100%;
  display: inline-block;
  border-radius: var(--border-radius-3);
  margin-bottom: 5px;
}

#first_screen h1 span:first-of-type {
  margin-left: 10px;
}

#first_screen h1 span:last-of-type {
  margin-right: 0;
}

#first_screen h1+p {
  font-size: 26px;
  margin-bottom: 0;
}

#first_screen h1+p span {
  color: var(--main-color-1);
  margin-right: 7px;
}

@media screen and (max-width: 1023px) {
  #first_screen h1+p {
    font-size: 18px;
  }

  #first_screen {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  #first_screen .text_block {
    text-align: center;
  }

  #first_screen h1 span {
    padding: 0 10px 4px 10px;
  }
}

/* callback */

#callback_block a.btn {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width:992px) {
  #callback_block {
    margin-left: 15px;
    margin-right: 15px;
    max-width: calc(100% - 30px);
    width: 100%;
    border-radius: var(--border-radius-2);
    padding: 30px 15px;
  }

  #callback_block .text_block>*+* {
    margin-top: 15px;
  }
}

@media screen and (max-width: 600px) {
  #callback_block {
    padding: 20px 5px;
  }
}

@media screen and (max-width:767px) {
  #callback_block {
    text-align: center;
  }

  #callback_block .btn {
    max-width: 190px;
    margin: auto;
  }

  #callback_block .text_block>*+* {
    margin-top: 10px;
  }
}

/* form */

.selection_form {
  position: relative;
  z-index: 1;
}

.selection_form .phone-placeholder {
  /* height: 50px;
  display: flex;
  align-items: center; */
}

.form_block input {
  height: 50px;
  padding: 0 15px;
  border: 1px solid #CFD1D6;
  background-color: var(--bg-color-0);
  font-size: 16px;
  font-family: sans-serif;
  color: var(--bg-color-4);
  width: 100%;
  border-radius: var(--border-radius-2);
  outline: none;
}

.form_block input::placeholder {
  transition: all .3s;
}

.form_block input:is(:focus, :active)::placeholder {
  opacity: 0;
}

.form_block input.error {
  border-color: #FFEF62;
}

.form_block input.error+.error {
  color: #FFEF62;
  font-size: 14px;
  margin-top: 5px;
}

.form_block button {
  height: 50px;
  cursor: pointer;
}

#selection_block {
  padding: 30px;
  background-color: var(--main-color-1);
  border-radius: var(--border-radius-2);
  position: relative;
  overflow: hidden;
}

#selection_block::after {
  content: url(../img/after.png);
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}


#selection_block h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.selection_form {
  width: 100%;
}

.selection_form .flex {
  align-items: flex-start;
}

.selection_form button:not(:hover) {
  background-color: var(--main-color-2)
}

.selection_form button:hover {
  background-color: var(--main-hover-2);
  color: var(--text-color-2)
}

.selection_form .line {
  flex: calc(100% - 410px);
  max-width: calc(100% - 410px);
  width: 100%;
}

.selection_form .line+.line {
  flex: 390px;
  max-width: 390px;
  width: 100%;
}

.selection_form .line_block {
  flex: calc(50% - 5px);
  max-width: calc(50% - 5px);
  width: 100%;
}

#selection_block .text_img_block .text_block {
  max-width: 420px;
  width: 100%;
}

#selection_block .text_img_block * {
  color: white;
}

#selection_block .text_img_block>.flex,
#selection_block .form_block,
#selection_block .text_img_block {
  width: 100%;
}

#selection_block .text_img_block .img_block {
  position: relative;
  z-index: 1;
}

#selection_block .text_img_block .img_block img {
  width: 440px;
  height: 150px;
  object-fit: cover;
  border-radius: var(--border-radius-2);
}

#selection_block .text_img_block .img_block .name_block {
  position: absolute;
  font-size: 18px;
  padding: 5px 15px;
  border-radius: var(--border-radius-2);
  bottom: 10px;
  left: 10px;
  background-color: var(--main-color-2);
  color: var(--bg-color-0);
}

#selection_block .info_block {
  font-size: 14px;
  color: white;
}

#selection_block.active {
  background: url(../img/img-2.png);
  background-size: cover;
  background-position: left center;
}

#selection_block.active .img_block,
#selection_block.active .form_block,
#selection_block.active::after {
  display: none;
}

#selection_block.active>.flex {
  height: 100%;
}

#selection_block .text_img_block .text_block>.flex>* {
  flex: 100%;
}

.select_form_block.active .img_block,
.select_form_block.active .form_block,
.select_form_block.active::after {
  display: none;
}

.select_form_block.active {
  background: url(../img/img-2-2.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #c3163d;
}

.select_form_block.active .text_img_block .text_block h3 {
  padding-right: 0;
}

.select_form_block.active>.flex {
  align-items: flex-start;
}

@media (max-width: 1023px) and (min-width: 768px) {
  #selection_block .text_img_block>.flex {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width:767px) {
  #selection_block.active>.flex {
    align-items: flex-start;
  }

  #selection_block.active .text_img_block .text_block h3 {
    padding-right: 0;
  }

  #selection_block.active {
    background: url(../img/img-2-2.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #c3163d;
  }

  .selection_form .flex {
    flex-direction: column;
  }

  .selection_form .text_img_block>.flex {
    flex-direction: row;
  }

  #selection_block .text_img_block .img_block img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }

  #selection_block .text_img_block .img_block {
    max-width: 120px;
    width: 100%;
  }

  .selection_form .line+.line {
    flex: 100%;
    max-width: 100%;
  }

  #selection_block>.flex {
    gap: 15px 0;
  }

  #selection_block .text_img_block>.flex {
    align-items: flex-start;
  }

  #selection_block .text_img_block .img_block .name_block {
    bottom: 0;
    font-size: 12px;
    background-color: #DDEBF5;
    color: var(--text-color-4);
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 10px;
  }

  #selection_block .text_img_block .text_block h3 {
    font-size: 28px !important;
    line-height: 40px;
  }

  #selection_block .text_img_block .text_block .discription {
    font-size: 14px;
  }

  #selection_block .text_img_block .text_block {
    max-width: 320px;
  }

  #selection_block .info_block {
    font-size: 12px;
    line-height: normal;
  }

  .form_block button {
    font-size: 14px;
  }

  .selection_form .line_block,
  .selection_form .line {
    flex: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #selection_block::after {
    display: none;
  }

  #selection_block {
    padding: 20px;
  }

  #selection_block .text_img_block .img_block {
    top: 20px;
    right: 20px;
    position: absolute;
  }


  #selection_block .text_img_block .text_block h3 {
    padding-right: 130px;
  }

}

.selection_form .line_block {
  position: relative;
}

.selection_form .phone-placeholder {
  position: absolute;
  left: 16px;
  font-family: sans-serif;
  color: #7d7d7d;
  font-weight: 500;
}

#selection_block .agreement-link {
  color: #fff;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .landing_block #selection_block .text_img_block .img_block img {
    height: 150px;
  }
}

/* UTP */

#img_bullet_block .img_block {
  overflow: hidden;
  border-radius: var(--border-radius-3);
  flex: calc(55% - 20px);
  max-width: calc(55% - 20px);
  width: 100%;
}

#img_bullet_block .img_container {
  position: relative;
}

#img_bullet_block .img_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}

#img_bullet_block .img_block+.bullet_block {
  flex: 45%;
  max-width: 45%;
  width: 100%;
}

#img_bullet_block .icon_block {
  flex: 40px;
  max-width: 40px;
  width: 100%;
  text-align: center;
}

#img_bullet_block .icon_block+.name_discription_block {
  flex: calc(100% - 60px);
  max-width: calc(100% - 60px);
  width: 100%;
}

#img_bullet_block .name_discription_block h3 {
  font-weight: 600;
  font-size: 20px !important;
  line-height: 120%;
  margin-bottom: 5px !important;
}

#img_bullet_block .item {
  background-color: var(--bg-color-1);
  padding: 15px 20px;
  border-radius: var(--border-radius-2);
  flex: 100%;
}

#img_bullet_block .item>.flex {
  align-items: flex-start;
}

@media (max-width: 1023px) and (min-width:768px) {
  #img_bullet_block>.flex>* {
    flex: 0 0 calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
  }

  #img_bullet_block .name_discription_block h3 {
    font-size: 16px !important;
  }

  #img_bullet_block .img_block img {
    object-position: center left;
    height: 390px;
  }
}

@media screen and (max-width: 1023px) {

  #img_bullet_block .mob_acc+* {
    display: none;
  }

  #img_bullet_block .mob_acc svg {
    display: block;
    margin-right: 10px;
  }

  #img_bullet_block .mob_acc:not(.active)+* {
    display: none;
  }

  #img_bullet_block .mob_acc.active+* {
    display: flex;
    margin-top: 0;
  }

  #img_bullet_block .mob_acc.active svg {
    transform: rotate(-90deg) scale(-1);
  }

  #img_bullet_block .icon_block svg {
    width: 30px;
    height: auto;
  }

  #img_bullet_block .icon_block {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #img_bullet_block .item>.flex {
    gap: 0 15px !important;
  }

  #img_bullet_block .icon_block+.name_discription_block {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {

  #img_bullet_block .img_block,
  #img_bullet_block .img_block+.bullet_block {
    flex: 100%;
    max-width: 100%;
  }

  #img_bullet_block .img_container {
    height: 0;
    padding-bottom: 40%;
  }

  #img_bullet_block .img_block img {
    object-position: top center;
  }

  #img_bullet_block .img_block {
    border-radius: var(--border-radius-2);
  }

  #img_bullet_block .icon_block+.name_discription_block * {
    font-size: 14px !important;
    line-height: normal;
  }

  #img_bullet_block .name_discription_block h3 {
    margin-bottom: 0 !important;
  }

  #img_bullet_block .discription_block {
    margin-top: 5px !important;
  }

}

/* shop list */

.shop_list_block .shop_list_item {
  position: relative;
  background-color: var(--bg-color-1);
  border-radius: var(--border-radius-3);
  overflow: hidden;
}

.shop_list_block .shop_list_item .list {
  margin-top: 15px;
}

.shop_list_block .shop_list_item .list .item:hover {
  color: var(--text-color-4);
  cursor: default;
}

.shop_list_block .lg-6 .shop_list_item {
  background-color: var(--bg-color-3);
}

.shop_list_item>.fly_img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 0;
  opacity: .3;
}

.shop_list_block .lg-6 .shop_list_item>.fly_img {
  right: -90px;
}

.shop_list_item>* {
  position: relative;
  z-index: 1;
}

.shop_list_block .list:not(.js_grid_list) {
  display: flex;
  gap: 10px 0;
  flex-direction: column;
}

.js_grid_list {
  display: grid;
  grid-template-columns: repeat(var(--grid-cols), 1fr);
  grid-template-rows: repeat(var(--grid-rows), auto);
  grid-auto-flow: column;
  align-items: start;
  gap: 10px 0;
}

.shop_list_block .shop_list_item .more_btn::before {
  content: 'Ещё';
  text-decoration: underline;
  color: var(--main-color-1);
}

.shop_list_block .shop_list_item .more_btn,
.shop_list_block .shop_list_item .not_link {
  display: none;
}

.shop_list_block .shop_list_item .not_link {
  color: var(--main-color-1);
  margin-top: 10px;
}

.shop_list_block .shop_list_item input[type="checkbox"] {
  position: absolute;
  z-index: -9999;
  left: -9999;
  opacity: 0;
}

@media screen and (max-width:991px) {
  .js_grid_list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(calc(var(--grid-rows) * var(--grid-cols) / 3 + 1), auto);
  }

  .shop_list_block .lg-6 .shop_list_item>.fly_img {
    right: -60px;
    height: 220px;
  }
}

@media screen and (max-width:767px) {
  .shop_list_block .shop_list_item .more_btn {
    /* display: block; */
    margin-top: 10px;
    cursor: pointer;
  }

  .shop_list_block .shop_list_item .not_link {
    display: block;
  }

  .shop_list_block .list .item:nth-child(5)~* {
    display: none;
  }

  .js_grid_list {
    display: flex;
    gap: 10px 0;
    flex-direction: column;
  }

  .shop_list_block .shop_list_item input[type="checkbox"]:checked+.list .item:nth-child(5)~* {
    display: block;
  }

  .shop_list_block .shop_list_item input[type="checkbox"]:checked~.more_btn::before {
    content: 'Скрыть';
  }
}

/*  mark/model */

.model_item {
  background-color: var(--bg-color-1);
  border-radius: var(--border-radius-3);
}

.model_item .list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px;
}

.model_item .list .item {
  padding: 8px 12px;
  background-color: white;
  border-radius: var(--border-radius-3);
}

.model_item .list .item p {
  margin: 0;
}

.model_item .list .item p span {
  color: var(--text-color-1);
}

.model_item .list .item .flex {
  gap: 5px;
}

/* about */

#about_block .list>.flex {
  display: flex;
  gap: 10px 20px;
}

#about_block h4 {
  font-weight: 600;
}

#about_block .list .item {
  padding: 30px 10px;
  background-color: white;
  border-radius: var(--border-radius-2);
  flex: 0 0 calc(33.333% - 13.3333px);
  text-align: center;
}

#about_block .flex>*:not(.hide) .text_block p {
  line-height: 150%;
}

#about_block .flex>*:not(.hide) .text_block h4+p {
  line-height: 120%;
}

#about_block .list .item .text_block p {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #about_block .flex>*:not(.hide) .text_block>*+* {
    margin-top: 15px;
  }

  #about_block .list .item {
    flex: 100%;
    max-width: 100%;
  }

  #about_block .list .item {
    padding: 10px;
  }

  #about_block .title_block+.flex {
    gap: 20px 0;
  }

  #about_block .title_block+.flex>.hide {
    margin-top: 20px;
  }
}

/* map block */

#map_block {
  border-radius: var(--border-radius-3);
  width: 100%;
  height: 450px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  #map_block {
    height: 350px;
  }
}

/* contact */

#contact_block .box {
  background-color: var(--bg-color-1);
  border-radius: var(--border-radius-2);
}

#contact_block .text_block {
  line-height: 150%;
}

#contact_block .link_list .item {
  background-color: var(--bg-color-3);
  padding: 10px 15px;
  border-radius: var(--border-radius-2);
  text-transform: none;
  color: var(--bg-color-4);
  display: inline-block;
  transition: all .3s;
  text-decoration: none;
}

#contact_block .link_list .item {
  font-weight: 600;
  font-size: 18px;
}

#contact_block .name_block span {
  display: none;
}

#contact_block .contact_block>.flex>* {
  flex: 100%;
}

#contact_block .text_block b,
#contact_block .text_block a {
  font-size: 20px;
  color: var(--bg-color-2) !important;
}

#contact_block .text_block b {
  margin-bottom: 5px;
  display: block;
}

#contact_block .text_block b a:hover {
  color: var(--main-color-1) !important;
}

#contact_block .link_list .item .icon_block {
  line-height: 0;
}

#contact_block .link_list .item:hover {
  background-color: var(--text-color-1);
  color: var(--bg-color-0);
}

@media screen and (max-width: 1023px) {
  #contact_block .item:not(:last-child) .name_block {
    font-size: 0;
    line-height: 0;
  }

  #contact_block .name_block span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
  }

  #contact_block .item:last-child {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #contact_block .item:not(:last-child) .name_block {
    display: none;
  }

  #contact_block .item:not(:last-child) {
    background-color: transparent;
    padding: 0;
  }

  #contact_block .item:last-child svg {
    width: 20px;
    height: 20px;
  }
}

/* footer */

#footer_block {
  background-color: var(--bg-color-4);
  margin-top: 0 !important;
  margin-bottom: -40px !important;
}

#footer_block>.line {
  padding: 40px 0;
}

#footer_block>.line+.line {
  padding: 20px 0;
  border-top: 1px solid #373B41;
}

#footer_block .description {
  color: var(--text-color-1);
}

#footer_block .address_block {
  text-align: right;
}

#footer_block .line:first-child .flex {
  align-items: flex-start;
}

#footer_block .logo_block+.description,
#footer_block .phone+.description,
#footer_block .address_block div+.description,
#footer_block .social_block .text_block+* {
  margin-top: 15px;
}

#footer_block .logo_block+.description {
  line-height: 150%;
}

#footer_block .phone {
  margin: 0;
}

#footer_block>.line+.line * {
  color: var(--text-color-1);
}

#footer_block>.line+.line a:hover {
  color: white !important;
}

#footer_block .phone a,
#footer_block .address_block div {
  font-size: 20px;
  color: white;
}

#footer_block .phone a:hover {
  color: var(--main-color-1) !important;
}

#footer_block .item svg {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1023px) {
  div[data-b24-crm-button-block-button] {
    opacity: 1;
  }
}

@media screen and (max-width:992px) {
  #footer_block .address_block {
    text-align: left;
  }

  #footer_block>.line {
    padding: 30px 0;
  }
}


@media (max-width:992px) and (min-width:768px) {
  #footer_block .line:first-child .container>.flex div:first-child {
    order: 0;
  }

  #footer_block .line:first-child .container>.flex div:nth-child(4) {
    order: 1;
  }

  #footer_block .line:first-child .container>.flex div:nth-child(3) {
    order: 2;
  }

  #footer_block .phone {
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  #footer_block * {
    font-size: 14px;
  }

  #footer_block .line:first-child .container>.flex div:first-child {
    order: 0;
  }

  #footer_block .line:first-child .container>.flex div:nth-child(4) {
    order: 1;
  }

  #footer_block .line:first-child .container>.flex div:nth-child(3) {
    order: 3;
  }

  #footer_block .line:first-child .container>.flex div:nth-child(2) {
    order: 2;
  }

  #footer_block .phone a,
  #footer_block .address_block div {
    font-size: 16px;
  }

  #footer_block .line:first-child .container>.flex {
    gap: 25px;
  }

  #footer_block .logo_block+.description,
  #footer_block .phone+.description,
  #footer_block .address_block div+.description,
  #footer_block .social_block .text_block+* {
    margin-top: 10px;
  }

  #footer_block>.line+.line .flex {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 15px;
  }

  #footer_block .item svg {
    width: 35px;
    height: 35px;
  }

  #footer_block>.line {
    padding: 20px 0;
  }
}