@charset "UTF-8";

@font-face {
  font-display: swap;
  font-family: Geometria;
  src: url("fonts/Geometria/Geometria-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: Geometria;
  src: url("fonts/Geometria/Geometria.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: Geometria;
  src: url("fonts/Geometria/Geometria-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: Geometria;
  src: url("fonts/Geometria/Geometria-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueCyr';
  src: url("fonts/HelveticaNeueCyr-Light.eot");
  src: url("fonts/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("fonts/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueCyr';
  src: url("fonts/HelveticaNeueCyr-Medium.eot");
  src: url("fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueCyr';
  src: url("fonts/HelveticaNeueCyr-Bold.eot");
  src: url("fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Segoe UI';
  src: url("fonts/SegoeUI.eot");
  src: url("fonts/SegoeUI.eot?#iefix") format("embedded-opentype"), url("fonts/SegoeUI.woff") format("woff"), url("fonts/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Segoe UI';
  src: url("fonts/segoeuisl.eot");
  src: local("☺"), url("fonts/segoeuisl.woff") format("woff"), url("fonts/segoeuisl.ttf") format("truetype"), url("fonts/segoeuisl.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Segoe UI';
  src: url("fonts/SegoeUI-SemiBold.eot");
  src: url("fonts/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/SegoeUI-SemiBold.woff") format("woff"), url("fonts/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Segoe UI';
  src: url("fonts/SegoeUI-Bold.eot");
  src: url("fonts/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/SegoeUI-Bold.woff") format("woff"), url("fonts/SegoeUI-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  src: url("fonts/Roboto-Bold.eot");
  src: url("fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Bold.woff") format("woff"), url("fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*height: 100vh;*/
  color: #000;
  font-family: 'Segoe UI', sans-serif;
  line-height: normal;
}

.btn_active_wi {
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.btn_active_wi:active {
  /* transform: translateY(3px);*/
  outline: none;
}

.btn_active_wi:hover {
  text-decoration: none;
}

.btn_active_wi:focus {
  text-decoration: none;
  outline: none;
}

.field label:hover input[type=radio] + span:before {
  background-position: 0 0;
}

.field label input[type=radio] {
  position: absolute;
  left: -9999px;
}

.field label input[type=radio] + span:before {
  content: "";
  height: 2.5rem;
  width: 2.5rem;
  display: block;
  background: #fff url(img/ellipse.svg) -45px 0px no-repeat;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.field label input[type=radio]:checked + span:before {
  background-position: 0 0;
}

.field label span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.375rem;
  line-height: 1.33rem;
  width: 100%;
}

.field label span i {
  font-style: normal;
  display: block;
  width: -webkit-calc(100% - 9rem);
  width: -moz-calc(100% - 9rem);
  width: calc(100% - 9rem);
  font-family: HelveticaNeueCyr, sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 17px;
}

.field label span i div {
  display: inline-block;
}

.field label span:before {
  margin: 0 2rem;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.301961);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.301961);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.301961);
}

a.burger {
  height: 100%;
  width: 20%;
  position: absolute;
  text-align: right;
  right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

a.burger .top_menu {
  /* width: 20px; */
  /* height: 15px; */
  /* position: absolute; */
  visibility: visible;
  /* right: 1rem; */
  height: 100%;
  width: 100%;
}

a.burger .top_menu:before,
a.burger .top_menu:after {
  top: 0;
  /* left: 0;*/
  right: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

a.burger .top_menu.close {
  opacity: 1;
  visibility: visible;
}

a.burger .top_menu.close:after {
  content: '';
  width: 20px;
  height: 15px;
  position: absolute;
  background: url(img/burger.svg);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  opacity: 1;
  visibility: visible;
}

a.burger .top_menu.open {
  opacity: 1;
  visibility: visible;
}

a.burger .top_menu.open:before,
a.burger .top_menu.open:after {
  height: 3px;
  visibility: visible;
  opacity: 1;
  background: #000;
  width: 20px;
}

a.burger .top_menu.open:before {
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

a.burger .top_menu.open:after {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.bold {
  font-weight: 600;
  font-family: 'HelveticaNeueCyr', sans-serif;
}

.note {
  text-align: center;
  color: #42ae00;
}

.api-mf-antibot {
  border: 0 none !important;
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 0 !important;
}

.mt-3 {
  margin-top: 1rem;
}

.geo_block .choose-city {
  color: #212529;
}

.geo_block .choose-city:hover svg {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.geo_block button {
  background: 0 0;
}

.geo_block button span {
  padding: .2rem;
  cursor: pointer;
}

.geo_block button span svg {
  width: 10px;
  height: 10px;
}

.geo_block button:focus {
  outline: none;
}

#geo-filial-list .title {
  font-size: 1.125rem;
  font-weight: 500;
}

#geo-filial-list .title .d-flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#geo-filial-list .bg-gray {
  background: #f2f2f4;
}

#geo-filial-list .filial-title span {
  color: #000;
  cursor: pointer;
}

#geo-filial-list .filial-title:hover span {
  border-bottom: 1px solid #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#geo-filial-list .filial-title span {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#geo-filial-list .close {
  color: #201600;
  cursor: pointer;
  font-size: 34px;
  line-height: 30px;
}

#geo-filial-list a {
  color: #000;
  text-decoration: none;
}

#geo-set-filial {
  position: absolute;
  background: #fff;
  color: #000;
  min-width: 25rem;
  z-index: 1000 !important;
  margin-top: -10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 7.36px 0.64px rgba(92, 94, 101, 0.31);
  -moz-box-shadow: 0 0 7.36px 0.64px rgba(92, 94, 101, 0.31);
  box-shadow: 0 0 7.36px 0.64px rgba(92, 94, 101, 0.31);
}

#geo-set-filial .title {
  font-family: Geometria, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #000;
}

#geo-set-filial button {
  background-color: transparent;
}

#geo-set-filial button span {
  font-family: Geometria, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  background-color: #ff0000;
  height: 40px;
}

#geo-set-filial button:focus {
  outline: none;
}

#geo-set-filial .btn_check_cont {
  margin: 0 -1rem;
}

#geo-set-filial .btn_check_cont .btn_check {
  padding: 0 1rem;
  width: 50%;
}

#geo-set-filial .btn_check_cont .btn_check .btn {
  line-height: normal;
  text-transform: none !important;
  background: #b12933;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  outline: 0;
  height: 100%;
  border: 0;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
}

#geo-set-filial:after,
#geo-set-filial:before {
  content: '';
  position: absolute;
  top: -19px;
  left: 22%;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.1);
  margin-left: -10px;
}

#geo-set-filial:after {
  border-bottom: 10px solid #fff;
  top: -18px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

header .contact-block,
header .navigation {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .contact-block {
  /* flex-wrap: wrap;*/
}

header .contact-block > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 90px;
  padding: 0 1rem;
}

header .contact-block > div#logo:after,
header .contact-block > div#city:after {
  content: '';
  height: 100%;
  width: 1px;
  display: block;
  background: #F2F2F4;
  position: absolute;
  right: 0;
}

header .contact-block #logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .contact-block #logo .logo {
  width: 217px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .contact-block #city.as_side {
  left: 0;
  -webkit-transition: left .5s;
  -o-transition: left .5s;
  -moz-transition: left .5s;
  transition: left .5s;
}

header .contact-block #city.as_side .block .block_under_02 .line_01 .city_title button i {
  display: block;
}

header .contact-block #city .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .contact-block #city .block .block_under_01 {
  padding-right: 1rem;
}

header .contact-block #city .block .block_under_02 {
  line-height: 0.88rem;
}

header .contact-block #city .block .block_under_02 .line_01 a span {
  font-weight: 600;
  font-size: 1rem;
  font-family: HelveticaNeueCyr,sans-serif;
  font-style: normal;
  line-height: 16px;
  color: #3977AE;
}

header .contact-block #city .block .block_under_02 .line_01 a:hover {
  text-decoration: none;
}

header .contact-block #city .block .block_under_02 .line_01 .city_title:hover i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

header .contact-block #city .block .block_under_02 .line_01 .city_title button {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
}

header .contact-block #city .block .block_under_02 .line_01 .city_title button i {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

header .contact-block #city .block .block_under_02 .line_01 .additional.adress {
  font-size: .75rem;
  margin-top: .33rem;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
}

header .navigation nav {
  width: 100%;
  height: 100%;
}

header .navigation nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

header .navigation nav ul li {
  /*max-width: 320px;*/
  width: 50%;
  height: 100%;
}

header .navigation nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.65rem;
  color: #FF0000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1rem;
  white-space: nowrap;
}

header .navigation nav ul li a svg {
  margin-right: 2rem;
  fill: #FF0000;
}

header .navigation nav ul li a:hover,
header .navigation nav ul li a.active {
  background: #FF0000;
  color: #fff;
}

header .navigation nav ul li a:hover svg,
header .navigation nav ul li a.active svg {
  fill: #fff;
}

ul:not(.list-unstyled),
ol:not(.list-unstyled) {
  list-style-type: none;
  padding-left: 2rem;
}

ul:not(.list-unstyled) li,
ol:not(.list-unstyled) li {
  position: relative;
  color: #000407;
  font-family: Geometria, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}

ul:not(.list-unstyled) li:before,
ol:not(.list-unstyled) li:before {
  content: '';
  background: url(img/li.svg) no-repeat left top;
  position: absolute;
  top: 6px;
  height: 14px;
  width: 14px;
  display: inline-block;
  margin-left: -2rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#geo-filial-list {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

#geo-filial-list .title {
  font-size: 1.125rem;
  font-weight: 500;
}

#geo-filial-list .title .d-flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#geo-filial-list .bg-gray {
  background: #f2f2f4;
}

#geo-filial-list .filial-title span {
  color: #000;
  cursor: pointer;
}

#geo-filial-list .filial-title:hover span {
  border-bottom: 1px solid #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#geo-filial-list .filial-title span {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#geo-filial-list .close {
  color: #201600;
  cursor: pointer;
  font-size: 34px;
  line-height: 30px;
}

#geo-filial-list a {
  color: #000;
  text-decoration: none;
}

main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

main article {
  width: 50%;
}

main article.line_01 {
  padding: 0 4rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(img/main_bg.jpg);
}

main article.line_01 h1 {
  font-weight: 600;
  font-size: 2.63rem;
  max-width: 620px;
  width: 100%;
  font-family: Geometria, sans-serif;
  font-style: normal;
  line-height: 119.51%;
  color: #FFFFFF;
}

main article.line_01 h1 span {
  font-size: 4.37rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  font-family: Geometria, sans-serif;
  font-style: normal;
  line-height: 88px;
  color: #FFFFFF;
}

main article.line_01 .who-are-we {
  font-weight: 600;
  width: 100%;
  max-width: 450px;
  margin: -1rem 0;
  padding: 3rem 0;
  font-family: Geometria, sans-serif;
  line-height: 20px;
  color: #FFFFFF;
}

main article.line_01 .who-are-we li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
}

main article.line_01 .who-are-we li img {
  padding-right: 1.25rem;
}

main article.line_01 .who-are-we li i {
  font-style: normal;
  padding: 0 5px;
  position: relative;
}

main article.line_01 .who-are-we li i:before {
  content: "";
  border: 1px solid #FF0000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

main article.line_01 .circle {
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  position: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  left: 0;
  background-position: center !important;
  /* background-attachment: unset !important; */
  background-repeat: no-repeat !important;
}

main article.line_01 .text {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1.3;
  -webkit-flex: 1.3 0 auto;
  -moz-box-flex: 1.3;
  -ms-flex: 1.3 0 auto;
  flex: 1.3 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 5rem;
}

main article.line_01 .text_1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

main article.line_01 .bg_slide {
  position: absolute;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

main article.line_02 section {
  padding: 3.5rem 4rem 4rem;
  background: #F2F2F4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

main article.line_02 section#section_00 .block_1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

main article.line_02 section .block_1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*padding: 0rem 5rem 1rem;*/
}

main article.line_02 section .block_1 h2 {
  font-weight: 500;
  font-size: 2.375rem;
  text-align: center;
  width: 100%;
  font-family: Geometria, sans-serif;
  line-height: 146.31%;
}

main article.line_02 section .block_2 {
  -webkit-box-flex: 1.6;
  -webkit-flex: 1.6 0 auto;
  -moz-box-flex: 1.6;
  -ms-flex: 1.6 0 auto;
  flex: 1.6 0 auto;
  margin: 3rem -1rem 0;
}

main article.line_02 section .block_2 .paragraf {
  font-size: 1.19rem;
  line-height: 28px;
  text-align: center;
  font-family: 'HelveticaNeueCyr', sans-serif;
  font-weight: 300;
  margin-bottom: 2rem;
}

main article.line_02 section .block_2 .paragraf .bold {
  font-weight: 600;
}

main article.line_02 section .block_2 .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main article.line_02 section .block_2 .form .field {
  padding: 1rem;
  width: 50%;
}

main article.line_02 section .block_2 .form .field label {
  border: 1px solid #EAEAEC;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
}

main article.line_02 section .block_2 .form .field label.bg_grey {
  background: #EAEAEC;
}

main article.line_02 section .block_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-bottom: 70px; */
}

main article.line_02 section .block_3.img_rst {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

main article.line_02 section .block_3.img_rst > div {
  padding: 0 1rem;
}

.line_trigger {
  width: 100%;
  /* max-width: 350px; */
  margin: 2rem auto;
  text-align: center;
}

.feedback_form {
  background: #EAEAEC;
  padding: 1rem;
}

.feedback_form .title {
  font-family: HelveticaNeueCyr, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 1rem 0;
  text-align: center;
}

.feedback_form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feedback_form form .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback_form form .group .field_feedback {
  padding: 0.66rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.feedback_form form .group .field_feedback > div.img {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.feedback_form form .group .field_feedback > div.input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  margin-left: 0.2rem;
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
}

.feedback_form form .group .field_feedback > div.input input {
  outline: none;
  height: 100%;
  border: none;
  width: 100%;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.14rem;
  font-size: 1.18rem;
  padding-left: 1.26rem;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.feedback_form form .group .field_feedback > div.input input::-webkit-input-placeholder {
  color: #C1C4C6;
}

.feedback_form form .group .field_feedback > div.input input::-moz-placeholder {
  color: #C1C4C6;
}

.feedback_form form .group .field_feedback > div.input input:-moz-placeholder {
  color: #C1C4C6;
}

.feedback_form form .group .field_feedback > div.input input:-ms-input-placeholder {
  color: #C1C4C6;
}

.feedback_form form .group .btn {
  background: #FF0000;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.33rem;
  font-size: 1.375rem;
  color: #fff;
  font-weight: 500;
  outline: none;
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.66rem;
  height: 74px;
  padding: 0 1rem;
  position: relative;
}

.feedback_form form .group .btn span {
  position: relative;
}

.feedback_form form .group .btn span:after {
  content: "";
  background-image: url(img/arrow-white-right.svg);
  width: 13px;
  height: 22px;
  display: block;
  position: absolute;
  right: -2rem;
  top: 0;
}

.feedback_form form .group .btn input.btn {
  width: 100%;
  height: 100%;
  max-height: none;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

#phone .block,
#mobile_phone .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#phone .block .block_under_01,
#mobile_phone .block .block_under_01 {
  padding-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#phone .block .block_under_02 .line_01,
#mobile_phone .block .block_under_02 .line_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'HelveticaNeueCyr', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.33rem;
  margin: 0 -1rem;
}

#phone .block .block_under_02 .line_01 a,
#mobile_phone .block .block_under_02 .line_01 a {
  color: #000;
  padding: 0 1rem;
}

#phone .block .block_under_02 .line_02,
#mobile_phone .block .block_under_02 .line_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
  line-height: 0.88rem;
  font-weight: 300;
}

#phone .block .block_under_02_mobile a,
#mobile_phone .block .block_under_02_mobile a {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.15rem;
  color: #FF0000;
}

header .contact-block #city.mobile_menu.as_side > div:not(.block_mobile_menu) {
  padding: 1rem 1.75rem;
}

header .contact-block #city.mobile_menu.as_side .block_mobile_menu {
  padding-bottom: 1rem;
}

header .contact-block #city.mobile_menu.as_side .block_mobile_menu li {
  height: 80px;
  background: #F2F2F4;
  margin: 2px 0;
}

header .contact-block #city.mobile_menu.as_side .block_mobile_menu li a {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.46rem;
  color: #FF0000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1rem;
  white-space: nowrap;
}

header .contact-block #city.mobile_menu.as_side .block_mobile_menu li a:hover {
  background: #EAEAEC;
}

header .contact-block #city.mobile_menu.as_side .block .block_under_02 .line_01 {
  font-size: 1.25rem;
  line-height: 1.46rem;
}

header .contact-block #city.mobile_menu.as_side .block .block_under_02 .line_02 {
  font-size: 0.875rem;
}

header .contact-block #city.mobile_menu.as_side #mobile_phone .block_under_02 .line_2 {
  font-size: 0.875rem;
}

header .contact-block #city.mobile_menu.as_side #mobile_phone .block_under_02 a {
  font-size: 1.25rem;
  line-height: 2.4rem;
}

.block_sertificate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem -1rem 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.block_sertificate > div {
  padding: 0 1rem;
}

.block_sertificate > div.img_sertificate {
  width: 290px;
  text-align: center;
}

.block_sertificate > div.img_sertificate a {
  position: relative;
  display: block;
}

.block_sertificate > div.img_sertificate a .img_hover {
  opacity: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  color: #000;
  border: 1px solid #ce2430;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.block_sertificate > div.img_sertificate a .img_hover span {
  margin-top: 20px;
}

.block_sertificate > div.img_sertificate a:hover .img_hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.block_sertificate > div.description {
  font-family: 'HelveticaNeueCyr', sans-serif;
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
  font-weight: 300;
  font-size: 1.19rem;
  line-height: 1.14rem;
}

.back {
  margin-top: 3rem;
  height: 33px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.back a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #808284;
  font-size: 1.19rem;
}

.back a img {
  height: 100%;
  margin-right: 1rem;
  max-width: 33px;
}

.sertificate_form form .fieldsgroup {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#section_0 .feedback_form {
  position: relative;
  margin-top: 3rem;
}

#section_0 .feedback_form:before {
  content: "";
  background-image: url(img/scale.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  top: -33px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#section_0 .block_2 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0;
}

#section_0 .block_3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#section_0 .block_3 .data {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #D5D6D8;
  border-bottom: 1px solid #D5D6D8;
  height: 246px;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#section_0 .block_3 .data > div {
  padding: 0 1rem;
}

#section_0 .block_3 .data .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

ul.dis_list {
  padding-left: 1.3rem;
  margin: -0.7rem 0;
  font-family: 'HelveticaNeueCyr',sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 15px;
}

ul.dis_list li {
  padding: 0.5rem 0;
  position: relative;
  left: 10px;
}

ul.dis_list li > div:first-child {
  line-height: 19px;
}

ul.dis_list li:before {
  content: "";
  background-image: url(img/li.svg);
  margin-right: 1px;
  position: absolute;
  left: -26px;
  width: 16px;
  height: 16px;
  top: 9px;
}

ul.dis_list li a {
  position: relative;
  color: #FF0000;
}

ul.dis_list li a.documents {
  display: inline-block;
}

ul.dis_list li a.documents:before {
  content: '';
  background-image: url(img/download.svg);
  display: block;
  width: 20px;
  height: 27px;
  position: absolute;
  top: -5px;
}

ul.dis_list li a.documents span {
  margin-left: 30px;
  border-bottom: 1px solid #FF0000;
}

ul.dis_list li a.documents span:hover {
  border-bottom: 1px solid transparent;
}

ul.dis_list li .small_text {
  font-size: 0.75rem;
  line-height: 17px;
  padding: 0.66rem 0;
}

ul.dis_list li .feedback_form {
  margin-left: -3rem;
  margin-top: -1rem;
  max-width: 525px;
  width: 100%;
  padding: 1rem;
}

ul.dis_list li .feedback_form .field_feedback {
  width: 100%;
}

ul.dis_list li .feedback_form .title {
  padding: 0 0 1rem 2rem;
  text-align: left;
}

@media (min-width: 1201px) {
  header .contact-block #logo .top_menu {
    display: none;
  }

  header .contact-block #city .block_mobile_menu,
  header .contact-block #city #mobile_phone {
    display: none;
  }

  #phone .block .block_under_02_mobile,
  #mobile_phone .block .block_under_02_mobile {
    display: none;
  }
}

@media (min-width: 1371px) {
  #phone .block .block_under_02 .line_02 span:last-child {
    margin-left: 10px;
  }
}

@media (min-width: 1651px) {
  main {
    height: -webkit-calc(100% - 90px);
    height: -moz-calc(100% - 90px);
    height: calc(100% - 90px);
  }
}

@media (min-width: 1900px) {
  body {
    height: 100vh;
  }
}

@media (max-width: 1800px) {
  header .contact-block,
  header .navigation {
    width: auto;
  }

  header .contact-block {
    overflow: hidden;
  }

  header .navigation {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  ul.dis_list li a.documents {
    /*margin-top: 10px;*/
  }
}

@media (max-width: 1600px) {
  header .contact-block #city .block .block_under_02 .line_01 .additional.adress {
    font-size: 0.9rem;
  }

  #phone .block .block_under_02 .line_02,
  #mobile_phone .block .block_under_02 .line_02 {
    font-size: 0.9rem;
  }

  ul.dis_list li .small_text {
    font-size: 0.9rem;
  }

  ul.dis_list li .feedback_form {
    width: -webkit-calc(100% + 3rem);
    width: -moz-calc(100% + 3rem);
    width: calc(100% + 3rem);
  }
}

@media (max-width: 1400px) {
  main article.line_02 section .block_2 .form .field {
    width: 100%;
    padding: 0.33rem 0;
  }

  main article.line_02 section .block_3.img_rst {
    margin-top: 3rem;
  }

  .block_sertificate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .block_sertificate > div.img_sertificate {
    margin: 0 auto;
    text-align: center;
  }

  .block_sertificate > div.description {
    width: 100%;
    padding: 2rem 1rem;
  }

  ul.dis_list li .feedback_form {
    max-width: unset;
    width: -webkit-calc(100% + 3.3rem);
    width: -moz-calc(100% + 3.3rem);
    width: calc(100% + 3.3rem);
    padding-top: 1rem;
  }
}

@media (max-width: 1200px) {
  body {
    height: auto;
  }

  body.fixed {
    width: 100%;
    position: fixed;
  }

  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  header .contact-block,
  header .navigation {
    width: 100%;
  }

  header .contact-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  header .contact-block > div {
    height: 60px;
    width: 100%;
    padding: 0;
  }

  header .contact-block #city {
    position: fixed;
    height: 100%;
    background: #fff;
    z-index: 9;
    left: -100%;
    top: 60px;
    -webkit-transition: left .5s;
    -o-transition: left .5s;
    -moz-transition: left .5s;
    transition: left .5s;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  header .contact-block #city .block .block_under_02 .line_01 a span {
    font-size: 1.25rem;
  }

  header .contact-block #city .block .block_under_02 .line_01 .additional.adress {
    font-size: 0.875rem;
  }

  header .navigation nav ul li {
    max-width: 50%;
    height: 60px;
  }

  header .navigation nav ul li a {
    font-size: 1.06rem;
    line-height: 1.27rem;
  }

  header .navigation nav ul li a svg {
    margin-right: 0.66rem;
    /* width: 30px; */
    height: 30px;
  }

  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main article {
    width: 100%;
  }

  main article.line_01 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  main article.line_01 h1 span {
    font-size: 2.5rem;
    line-height: 2.98rem;
  }

  main article.line_01 h1 {
    font-size: 1.5rem;
    line-height: 1.77rem;
  }

  main article.line_01 .text {
    padding-top: 2rem;
  }

  main article.line_02 section {
    padding-right: 0;
    padding-left: 0;
  }

  main article.line_02 section .block_1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  main article.line_02 section .block_1 h2 {
    font-size: 1.625rem;
    line-height: 1.9rem;
    margin-bottom: 2rem;
  }

  main article.line_02 section .block_2 {
    margin: 0;
  }

  main article.line_02 section .block_2 .paragraf {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .feedback_form form .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feedback_form form .group .field_feedback {
    width: 100%;
    padding: 0.33rem 0;
  }

  .feedback_form form .group .btn {
    margin: 0.66rem auto;
  }

  #phone .block .block_under_02 {
    display: none;
  }

  #phone {
    border-top: 1px solid #F2F2F4;
    border-bottom: 1px solid #F2F2F4;
  }

  #phone .block .block_under_01,
  #mobile_phone .block .block_under_01 {
    display: none;
  }

  #phone .block .block_under_01 img,
  #mobile_phone .block .block_under_01 img {
    width: 20px;
  }

  header .contact-block #city.mobile_menu {
    width: 100%;
  }

  header .contact-block #city.mobile_menu.as_side .block_mobile_menu li a img {
    width: 10px;
  }

  header .contact-block #city.mobile_menu.as_side .block .block_under_01 {
    width: 35px;
  }

  header .contact-block #city.mobile_menu.as_side .block .block_under_02 {
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: calc(100% - 35px);
  }

  header .contact-block #city.mobile_menu.as_side .block .block_under_02 .line_01 img {
    width: 10px;
  }

  header .contact-block #city.mobile_menu.as_side .block .block_under_02 .line_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  header .contact-block #city.mobile_menu.as_side #mobile_phone .block_under_01 {
    width: 35px;
    margin-top: 0.6rem;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  header .contact-block #city.mobile_menu.as_side #mobile_phone .block_under_02 {
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: calc(100% - 35px);
  }

  header .contact-block #city.mobile_menu.as_side #mobile_phone .block_under_02 .line_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .back {
    padding: 0 1rem;
  }

  #section_0 .block_3 {
    margin-bottom: 40px;
  }
}

@media (max-width: 1000px) {
  main article.line_01 .bg_slide {
    display: none;
  }
}

@media (max-width: 768px) {
  #section_0 .block_3 .data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  #section_0 .block_3 .data > div {
    padding: 1rem;
  }

  #section_0 .block_3 .data .img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

@media (max-width: 767.98px) {
  ul:not(.list-unstyled) li,
  ol:not(.list-unstyled) li {
    font-size: 1rem;
  }
}

@media (max-width: 500px) {
  #geo-set-filial {
    width: 100%;
    left: 0;
    min-width: auto;
  }
}

@media (max-width: 400px) {
  header .navigation nav ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  header .navigation nav ul li a svg {
    margin-right: 0;
  }

  main article.line_01 h1 span {
    font-size: 2rem;
  }
}

@media (max-width: 350px) {
  .feedback_form form .group .field_feedback > div.input input {
    font-size: 1rem;
    padding-left: 0.5rem;
  }
}

@media (min-width: 1201px) and (max-width: 1650px) {
  header {
    /* height: 180px;*/
  }

  main {
    /* height: calc(100% - 180px);*/
    height: 100%;
  }
}

@media (min-width: 1201px) and (max-width: 1500px) {
  .feedback_form form .group .field_feedback > div.input input {
    font-size: 1rem;
    padding-left: 0.5rem;
  }
}

@media (min-width: 1201px) and (max-width: 1420px) {
  #phone .block .block_under_02 .line_01,
  #phone .block .block_under_02 .line_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}