.main_slider .swiper-container-fade .swiper-slide {
  opacity: 0 !important;
}

.main_slider .swiper-container-fade .swiper-slide-active {
  opacity: 1 !important;
}

.main_img {
  position: absolute;
  z-index: 1;
  width: 768px;
  height: 1000px;
  right: 0;
  top: 0;
}

.col {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.header {
  position: relative;
  z-index: 9;
}

.header_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  height: 80px;
  padding: 0 100px;
}

.header_logo svg {
  width: 144px;
}

.header_logo:hover {
  background: #DA1823;
}

.header_nav {
  background: #e9e9ea;
}

.header_nav ul {
  display: flex;
}

.header_nav ul li {
  border: 1px solid #7F7F7F;
  border-left: none;
  border-top: none;
}

.header_nav ul a {
  padding: 0 75px;
  white-space: nowrap;
  height: 79px;
  display: inline-flex;
  align-items: center;
  font-size: 20px;
}

.header_nav ul a:hover {
  color: #170552;
}

.header_contacts {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 70px;
  flex-direction: column;
  height: 80px;
  justify-content: center;
  background: #e9e9ea;
  border-bottom: 1px solid #7F7F7F;
}

.header_contacts_phone {
  font-size: 16px;
  color: #00010C;
  margin-bottom: 6px;
  white-space: nowrap;
}

.header_contacts_socials {
  display: flex;
  justify-content: center;
  padding-left: 10px;
}

.header_contacts_socials .btn {
  min-width: 27px;
  max-width: 27px;
  height: 28px;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}

.header_contacts_socials .btn:hover path {
  fill: #170552 !important;
}

.header_contacts_socials .btn:hover mask {
  display: none;
}

.btn {
  border-radius: 0;
}

.btn_white {
  background: #ffffff;
}

.btn_white span {
  color: #170552;
}

.btn_white span path {
  fill: #170552;
}

.btn_white:hover {
  background: #FBFBFB;
}

.btn_blue {
  background: #170552;
}

.btn_blue span {
  color: #ffffff;
}

.btn_blue:hover {
  background: #20096D;
}

.btn_red {
  background: #C1121C;
}

.btn_red span {
  color: #ffffff;
}

.btn_red:hover {
  background: #DA1823;
}

.header_search_button {
  width: 80px;
  height: 80px;
  border-radius: 0;
}

.header_search_button svg {
  min-width: 26px;
  max-width: 26px;
  height: 26px;
}

.header .col:last-child {
  min-width: 80px;
  max-width: 80px;
}

.main {
  position: relative;
  height: 1000px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.main_box {
  width: 867px;
  margin-top: 347px;
  position: relative;
}

.main_box_logo {
  position: absolute;
  left: -98px;
  top: -122px;
  font-size: 200px;
  color: transparent;
  -webkit-text-stroke: 2px #C1121C;
  text-stroke: 2px #C1121C;
  font-family: "Kharkiv";
  z-index: 1;
  text-transform: uppercase;
}

.main_box_content {
  position: relative;
  z-index: 2;
}

.main_box_title {
  color: #ffffff;
  font-size: 80px;
  line-height: 1.1;
  font-family: "Kharkiv";
}

.main_box_text {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
  padding-right: 100px;
  margin-bottom: 70px;
}

.main_box_links .btn {
  height: 52px;
  padding: 0 40px;
  margin-right: 40px;
}

.main_box_links .btn span {
  font-size: 20px;
}

.jobs {
  padding: 70px 45px;
}

.jobs_slider {
  display: flex;
  align-items: center;
}

.jobs_slider .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.jobs_slider .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 140px;
}

.jobs_slider .btn_sl {
  position: static;
  min-width: 12px;
  max-width: 12px;
  height: 24px;
}

.jobs_slider .swiper-button-prev {
  margin-right: 52px;
}

.jobs_slider .swiper-button-next {
  margin-left: 52px;
}

.hits {
  background: #170552;
  padding: 190px 0 90px;
}

.hits_title {
  position: relative;
  margin-bottom: 24px;
}

.hits_title_border {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  font-size: 200px;
  position: absolute;
  z-index: 1;
  top: -116px;
  left: -97px;
  line-height: 1;
  padding-bottom: 30px;
  font-family: "Roboto";
  text-transform: uppercase;
}

.hits_title_text {
  color: #ffffff;
  font-family: "Roboto";
  font-size: 80px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}

.hits_slider {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.hits_slider .swiper-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .hits_slider .swiper-scrollbar {
    display: block;
  }
}

.hits_slider_nav {
  position: relative;
  min-width: 207px;
  max-width: 207px;
  margin-right: 58px;
  padding-top: 70px;
}

.hits_slider_nav .btn {
  width: 100%;
  position: static;
  height: 60px;
  justify-content: space-between;
  padding: 0 23px;
  margin: 0;
  opacity: 1 !important;
  margin-bottom: 20px;
}

.hits_slider_nav .btn span {
  font-size: 20px;
}

.hits_slider_box {
  flex-grow: 1;
}

.hits_slider_img {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 405px;
}

.hits_slider_img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 992px) {
  .hits_slider_img {
    height: 350px;
  }
}

@media screen and (max-width: 892px) {
  .hits_slider_img {
    height: 310px;
  }
}

@media screen and (max-width: 768px) {
  .hits_slider_img {
    height: 300px;
  }
}

.hits_slider_box .swiper-slide {
  height: auto;
  position: relative;
  padding-bottom: 44px;
}

.hits_slider_link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 992px) {
  .hits_slider_box .swiper-slide {
    padding-bottom: 30px;
  }
}

.hits_slider_title {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-right: 110px;
}

.hits_slider_status {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 45px;
  height: 12px;
}

.hits_slider_link .btn {
  width: 100%;
  height: 52px;
}

.hits_slider_link .btn span {
  font-size: 20px;
}

.call_form {
  padding: 200px 0;
  background: #e9e9ea;
}

.call_form_bg {
  background: url("../images/callbg.png") no-repeat left center/cover;
  padding: 70px 0;
}

.call_form_box {
  width: 700px;
  margin-left: auto;
  background: #170552;
  padding: 58px 75px;
  border: 1px solid #111111;
}

.call_form_slogan {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
}

.call_form_title {
  font-size: 50px;
  font-family: "Kharkiv";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 30px;
}

.call_form_subtitle {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 64px;
  line-height: 1.2;
}

.call_form_control {
  margin-bottom: 15px;
}

.call_form_control ::-webkit-input-placeholder {
  color: #ffffff;
}

.call_form_control ::-moz-placeholder {
  color: #ffffff;
}

.call_form_control :-ms-input-placeholder {
  color: #ffffff;
}

.call_form_control :-moz-placeholder {
  color: #ffffff;
}

.call_form_control input {
  height: 60px;
  border: 1px solid #ffffff;
  background: transparent;
  padding: 0 25px;
  font-size: 20px;
  color: #ffffff;
}

.call_form_agree {
  margin-bottom: 20px;
}

.call_form_agree .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.call_form_agree .checkbox+label {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
}

.call_form_agree .checkbox+label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #ffffff;
  background-position: center center;
  transition: 0.2s;
}

.call_form_agree .checkbox:checked+label:after {
  background: url("../images/check.svg") no-repeat center center/10px auto;
}

.call_form_send .btn {
  height: 52px;
  width: 100%;
}

.call_form_send .btn span {
  font-size: 20px;
}

.preference {
  background: #e9e9ea;
  padding-bottom: 100px;
}

.preference_title {
  font-size: 50px;
  font-family: "Kharkiv";
  text-transform: uppercase;
  margin-bottom: 62px;
}

.preference_item {
  margin-bottom: 50px;
  display: flex;
}

.preference_item_numb {
  min-width: 135px;
  max-width: 135px;
  margin-right: 30px;
  display: flex;
  height: 135px;
  align-items: center;
  justify-content: center;
  background: url("../images/pref1.png") no-repeat right top/66px auto;
  font-size: 40px;
  font-family: "Kharkiv";
}

.preference_item_title {
  font-size: 30px;
  font-family: "Kharkiv";
  text-transform: uppercase;
  margin-bottom: 10px;
}

.preference .row {
  margin: 0 -4px;
}

.preference .col-4,
.preference .col {
  padding: 0 4px;
}

.preference_item_text {
  font-size: 16px;
  line-height: 1.2;
}

.about {
  padding-bottom: 110px;
  padding-top: 70px;
  background: #e9e9ea url("../images/aboutbg.png") repeat-x left top/auto 674px;
}

.about_title {
  position: relative;
  padding: 58px 0 0 45px;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: "Kharkiv";
}

.about_title_logo {
  position: absolute;
  top: -5px;
  left: -5px;
  -webkit-text-stroke: 1px #C1121C;
  text-stroke: 1px #C1121C;
  font-size: 110px;
  font-family: "Kharkiv";
  color: transparent;
}

.about_text {
  margin-bottom: 50px;
}

.about_text p {
  font-size: 16px;
  margin-bottom: 1px;
  line-height: 1.2;
}

.about_text ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 1px;
  line-height: 1.2;
}

.about_text ul li:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #111111;
  left: 5px;
  top: 7px;
}

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

.about_links a {
  height: 52px;
  margin: 0 30px;
  padding: 0 40px;
}

.about_links a span {
  font-size: 20px;
}

.about_slider {
  margin-top: 100px;
  margin-bottom: 50px;
}

.about_slider .swiper-pagination {
  position: static;
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_slider .swiper-pagination-bullet {
  opacity: 1;
  background: #7F7F7F;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: 0.2s;
}

.about_slider .swiper-pagination-bullet:hover {
  background: #170552;
}

.about_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C1121C;
  width: 18px;
  height: 18px;
}

.about_slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.about_slider_item {
  display: flex;
  padding: 30px;
  background: #ffffff;
  box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.3);
  border-bottom: 4px solid #170552;
  transition: 0.2s;
}

.about_slider_item:hover {
  background: #170552;
  border-bottom: 4px solid transparent;
}

.about_slider_item:hover .about_slider_status,
.about_slider_item:hover .about_slider_user,
.about_slider_item:hover .about_slider_text {
  color: #ffffff;
}

.about_slider_ava {
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  margin-right: 34px;
  background: #E9E9EA;
}

.about_slider_box {
  padding-right: 53px;
}

.about_slider_status {
  font-size: 16px;
  margin-bottom: 14px;
  transition: 0.2s;
}

.about_slider_user {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Kharkiv";
  transition: 0.2s;
  padding-right: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

.about_slider_user:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: url("../images/quote.svg") no-repeat right center/30px auto;
  right: 0;
  width: 30px;
  height: 30px;
  top: 5px;
}

@media screen and (max-width: 992px) {
  .about_slider_user:before {
    background: url("../images/quote.svg") no-repeat right center/20px auto;
    right: 0;
    width: 20px;
    height: 20px;
    top: 0px;
  }
}

.about_slider_text {
  font-size: 16px;
  line-height: 1.1;
}

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

.about_map_link .btn {
  height: 52px;
  padding: 0 63px;
}

.about_map_link .btn span {
  font-size: 20px;
}

.footer {
  padding: 70px 0;
  background: #170552;
}

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

.footer_top_item {
  width: 390px;
}

.footer_top_title {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  font-size: 22px;
}

.footer_top_line {
  margin-top: 34px;
}

.footer_top_line .name {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer_top_line .val {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.1;
}

.footer_bottom {
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
}

.footer_bottom_nav a {
  color: #ffffff;
  font-size: 20px;
}

.footer_bottom_nav a:hover {
  opacity: 0.8;
}

.footer_bottom_nav li {
  margin-top: 35px;
}

.footer_bottom_nav li:first-child {
  margin-top: 0;
}

.footer_bottom_logo {
  margin-top: auto;
  margin-bottom: 0;
  width: 192px;
}

.footer_bottom_logo_name {
  color: #ffffff;
  margin-top: 9px;
  font-size: 16px;
  line-height: 1.1;
}

.footer_bottom_last_img {
  min-width: 290px;
  max-width: 290px;
  margin-left: auto;
}

.footer_bottom_socials {
  min-width: 266px;
  max-width: 266px;
  margin-left: auto;
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
}

.footer_bottom_socials .btn {
  width: 56px;
  height: 56px;
}

.footer_bottom_socials .btn:hover {
  opacity: 0.8;
}

.footer_bottom_menu li {
  margin-top: 25px;
  text-align: right;
}

.footer_bottom_menu a {
  color: #ffffff;
  font-size: 16px;
  border-bottom: 1px solid #ffffff;
}

.footer_bottom_menu a:hover {
  opacity: 0.8;
  border-bottom: 1px solid transparent;
}

.content {
  background: #e9e9e9;
}

.search {
  margin-top: 160px;
  margin-bottom: 63px;
}

.search_title {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  height: 54px;
  display: flex;
  align-items: center;
}

.search_box_headline {
  display: flex;
  align-items: center;
  height: 54px;
  padding-left: 90px;
}

.search_box_headline input {
  padding: 0 32px;
  height: 52px;
  border: 1px solid #7F7F7F;
  border-right: none;
  font-size: 20px;
  color: #111111;
  font-weight: 600;
}

@media screen and (max-width: 1440px) {
  .search_box_headline input {
    font-weight: 600;
  }
}

.search_box_headline input ::-webkit-input-placeholder {
  font-weight: 400;
}

.search_box_headline input ::-moz-placeholder {
  font-weight: 400;
}

.search_box_headline input :-ms-input-placeholder {
  font-weight: 400;
}

.search_box_headline input :-moz-placeholder {
  font-weight: 400;
}

.search_box_headline .btn {
  height: 54px;
  padding: 0 65px;
}

.search_box_headline .btn span {
  font-size: 20px;
}

@media screen and (max-width: 1440px) {
  .search_box_headline .btn span {
    font-weight: 600;
    font-size: 16px;
  }
}

.search_results {
  position: absolute;
  background: #ffffff;
  top: 100%;
  width: auto;
  left: 90px;
  right: 0;
  padding: 33px 33px 0px;
  border: 1px solid #7F7F7F;
  display: none;
  opacity: 0;
  transition: opacity 0.2s;
}

@media screen and (max-width: 1440px) {
  .search_results {
    left: 0;
  }
}

.search_results.active {
  display: block;
  opacity: 1;
}

.search_results a,
.search_results p {
  display: flex;
  font-size: 22px;
  margin-bottom: 33px;
}

.search_results a span,
.search_results p span {
  font-weight: 600;
}

.search_results a:hover,
.search_results p:hover {
  color: #170552;
}

.catalog_sidebar {
  background: #170552;
  width: 457px;
  padding: 70px 50px;
}

@media screen and (max-width: 1440px) {
  .catalog_sidebar {
    padding: 62px 45px;
    width: 412px;
  }
}

.catalog_sidebar_title {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 27px;
  font-family: "Kharkiv";
  line-height: 1.1;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1440px) {
  .catalog_sidebar_title {
    margin-bottom: 60px;
  }
}

.catalog_sidebar_nav ul {
  margin-bottom: 40px;
}

.catalog_sidebar_nav li {
  margin-bottom: 25px;
}

.catalog_sidebar_nav a {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}

.catalog_sidebar_nav a:hover {
  opacity: 0.8;
}

.catalog_sidebar_nav .btn {
  height: 52px;
  width: 100%;
}

.catalog_sidebar_nav .btn span {
  font-size: 20px;
}

.catalog {
  padding-bottom: 150px;
}

.catalog_box {
  padding-left: 100px;
}

.catalog_subtitle {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 50px;
}

.catalog_list li {
  background: url("../images/catlist.svg") no-repeat left 0/19px auto;
  padding-left: 43px;
  margin-bottom: 33px;
}

.catalog_list a {
  font-size: 20px;
  line-height: 1.2;
  transition: 0.2s;
}

.catalog_list a:hover {
  font-weight: 600;
}

.search_wrapper {
  position: relative;
}

.catalog_item {
  padding-left: 50px;
}

.catalog_item_title {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
}

.catalog_item_df {
  display: flex;
  padding-bottom: 70px;
}

.catalog_item_img_wrap {
  min-width: 360px;
  max-width: 360px;
  margin-left: 50px;
}

.catalog_item_img {
  padding: 0 30px;
  margin-bottom: 50px;
}

.catalog_item_img img {
  height: auto;
}

.catalog_item_img_button .btn {
  width: 100%;
  height: 52px;
}

.catalog_item_img_button .btn span {
  font-size: 20px;
}

.catalog_item_box {
  margin-bottom: 30px;
}

.catalog_item_box p {
  font-size: 16px;
  line-height: 1.2;
}

.catalog_item_box_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2;
}

.catalog_item_table {
  display: flex;
  border: 1px solid #7F7F7F;
}

.catalog_item_table_box {
  flex-grow: 1;
}

.catalog_item_table_box_tech {
  min-width: 480px;
  max-width: 480px;
  border-right: 1px solid #7F7F7F;
}

@media screen and (max-width: 1440px) {
  .catalog_item_table_box_tech {
    min-width: 400px;
    max-width: 400px;
  }
}

.catalog_item_th {
  height: 60px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E4E4E0;
  padding: 2px 10px;
  font-size: 22px;
  font-weight: 600;
}

.catalog_item_table_line {
  font-size: 16px;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 1.2;
  overflow: hidden;
}

.catalog_item_table_line:nth-child(even) {
  background: #ffffff;
}

.catalog_sidebar_item {
  margin-top: 60px;
}

.catalog_sidebar_item:last-child {
  margin-bottom: 0;
}

.catalog_sidebar_item_img {
  margin-bottom: 35px;
}

.catalog_sidebar_item_title {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}

.catalog_sidebar_item_text {
  margin-bottom: 35px;
}

.catalog_sidebar_item_text p {
  color: #ffffff;
  line-height: 1.2;
}

.catalog_sidebar_item_link .btn {
  width: 100%;
  border: 1px solid #ffffff;
  height: 52px;
}

.catalog_sidebar_item_link .btn span {
  color: #ffffff;
  font-size: 20px;
}

.news_title {
  text-transform: uppercase;
  font-family: "Kharkiv";
  margin-bottom: 40px;
  line-height: 1.2;
  text-align: center;
  font-size: 40px;
}

.news {
  padding-top: 135px;
  padding: 135px 0 40px;
}

.news_list_item_img {
  margin-bottom: 40px;
}

.news_list_item_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.news_list_item_text p {
  font-size: 16px;
  line-height: 1.1;
}

.news_list_item {
  margin-bottom: 60px;
}

.delivery {
  padding: 150px 0 250px;
}

.delivery_wrap {
  display: flex;
  align-items: center;
}

.delivery_img {
  min-width: 700px;
  max-width: 700px;
  margin-right: 100px;
}

.delivery_title {
  font-size: 50px;
  line-height: 1.1;
  font-family: "Kharkiv";
  margin-bottom: 30px;
  text-transform: uppercase;
}

.delivery_text {
  margin-bottom: 20px;
}

.delivery_text p {
  line-height: 1.1;
  font-size: 20px;
}

.delivery_links {
  display: flex;
}

.delivery_links .btn {
  height: 52px;
  padding: 0 40px;
  margin-left: 60px;
}

.delivery_links .btn:first-child {
  margin-left: 0;
}

.delivery_links .btn span {
  font-size: 20px;
}

.contacts {
  padding: 150px 0;
}

.contacts_title {
  position: relative;
  margin-bottom: 70px;
}

.contacts_title_text {
  font-size: 50px;
  font-family: "Roboto";
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
  color: #170552;
  z-index: 2;
}

.contacts_title_logo {
  position: absolute;
  left: -45px;
  top: -55px;
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke: 1px #C1121C;
  text-stroke: 1px #C1121C;
  font-family: "Kharkiv";
  z-index: 1;
  text-transform: uppercase;
}

.contacts_top {
  display: flex;
  padding-bottom: 60px;
}

.contacts_box_item .name {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}

.contacts_box_item .val {
  margin-top: auto;
}

.contacts_box_item .val p {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.contacts_box_item .val p:last-child {
  margin-bottom: 0;
}

.contacts_top_item_wide {
  min-width: 660px;
  max-width: 660px;
  margin-left: 160px;
}

.contacts_box_item {
  margin-bottom: 30px;
}

.contacts_box_item_df {
  display: flex;
  flex-wrap: wrap;
}

.contacts_box_item_df .contacts_box_item {
  min-width: 270px;
  max-width: 270px;
  padding-right: 20px;
  flex-direction: column;
  display: flex;
}

.contacts_box_item_df .contacts_box_item:nth-child(even) {
  min-width: calc(100% - 270px);
  max-width: calc(100% - 270px);
}

.contacts_map {
  margin-bottom: 200px;
}

.contacts_bottom {
  display: flex;
}

.contacts_bottom_item {
  min-width: 50%;
  max-width: 50%;
  flex-direction: column;
  display: flex;
}

.contacts_bottom_item .contacts_box_item {
  padding-left: 25px;
}

.contacts_bottom_item:first-child {
  padding-right: 70px;
}

.contacts_bottom_item .contacts_title {
  padding-left: 25px;
  margin-bottom: 60px;
}

.contacts_bottom_item .contacts_title_logo {
  left: -10px;
}

.contacts_bottom_map {
  padding-left: 25px;
  width: 625px;
  margin-top: auto;
}

.contacts_bottom_items_wrap {
  padding-bottom: 50px;
}

.textpage {
  padding: 150px 0 130px;
}

.textpage h1 {
  font-size: 40px;
  font-family: "Kharkiv";
  margin-bottom: 25px;
  line-height: 1.2;
  text-transform: uppercase;
}

.textpage_box {
  margin-bottom: 35px;
}

.textpage_box h6,
.textpage_box .textpage_label {
  font-weight: 600;
  margin-bottom: 17px;
  line-height: 1.2;
  font-size: 22px;
}

.textpage_box p {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2;
}

.textpage_box p:last-child {
  margin-bottom: 0;
}

.textpage_box ul {
  margin-bottom: 5px;
}

.textpage_box ul li {
  padding-left: 20px;
  position: relative;
  font-size: 20px;
  line-height: 1.2;
}

.textpage_box ul li:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #111111;
  left: 5px;
  top: 10px;
}

.errorpage {
  padding: 350px 0 250px;
}

.errorpage_box {
  text-align: center;
}

.errorpage_headline {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin-bottom: 73px;
}

.errorpage_logo {
  position: absolute;
  left: -148px;
  top: -84px;
  font-size: 240px;
  color: transparent;
  -webkit-text-stroke: 1px #C1121C;
  text-stroke: 1px #C1121C;
  font-family: "Kharkiv";
}

.errorpage_title {
  font-size: 200px;
  font-family: "Kharkiv";
  position: relative;
  z-index: 2;
}

.errorpage_info {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 35px;
}

.errorpage_backlink .btn {
  height: 52px;
  padding: 0 40px;
}

.errorpage_backlink .btn span {
  font-size: 20px;
}

.modal-dialog {
  background: #ffffff;
  border-radius: 20px;
  padding: 27px 30px;
  min-width: 768px;
}

@media screen and (max-width: 992px) {
  .modal-dialog {
    min-width: 650px;
  }
}

@media screen and (max-width: 768px) {
  .modal-dialog {
    min-width: 90%;
  }
}

.modal-header {
  padding: 0;
}

.modal-body {
  padding: 30px 0 0;
}

.btn-close {
  cursor: pointer;
}

.order_ok .order_img {
  width: 190px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.order_text {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.order_homelink {
  text-align: center;
}

.order_homelink .btn {
  font-size: 20px;
  height: 52px;
  padding: 0 40px;
}

.order_info {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.header_search {
  position: relative;
}

.header_search_box {
  display: none;
  position: absolute;
  align-items: center;
  right: 0;
  top: 100%;
  width: 404px;
  padding: 6px 12px;
  opacity: 0;
  transition: opacity 0.2s;
}

.header_search_box.active {
  display: flex;
  opacity: 1;
}

.header_search_box .btn_close {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}

.header_search_box input {
  color: #170552;
  font-size: 22px;
  font-weight: 600;
  height: 40px;
  border: 1px solid #7F7F7F;
  text-align: center;
  background: url("../images/hsearch.svg") no-repeat 11px center/20px auto;
}

.header_search_box input::-webkit-input-placeholder {
  color: #170552;
}

.header_search_box input::-moz-placeholder {
  color: #170552;
}

.header_search_box input:-ms-input-placeholder {
  color: #170552;
}

.header_search_box input:-moz-placeholder {
  color: #170552;
}

.header_search_box input:focus {
  background: #ffffff url("../images/hsearch.svg") no-repeat 11px center/20px auto;
}

.header_search_results {
  display: none;
  position: absolute;
  background: #ffffff;
  top: 100%;
  right: 0;
  min-width: 100%;
  padding: 20px 20px 0;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.header_search_results.active {
  display: block;
}

.header_search_results a,
.header_search_results p {
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
  color: #170552;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header_search_results a span {
  font-weight: 600;
}

.header_search_results a:hover {
  color: #C1121C;
}

.main_slider_nav {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}

.main_slider_nav .btn_sl {
  position: static;
  height: 80px;
  width: 80px;
  opacity: 1 !important;
  background: #C1121C;
  transition: 0.2s;
}

.main_slider_nav .btn_sl:hover {
  cursor: pointer;
  background: #DA1823;
}

.main_slider_nav .btn_sl.swiper-button-disabled {
  background: #ffffff;
}

.main_slider_nav .btn_sl.swiper-button-disabled path {
  stroke: #00010C;
}

.main_slider {
  position: relative;
}

.header_mob {
  display: none;
}

.about_slider .swiper-scrollbar {
  display: none;
}

.jobs_slider .btn_sl {
  margin-top: 0;
}

.about_img_mob {
  display: none;
}

.footer_bottom_logo_mob {
  display: none;
}

@media screen and (max-width: 1840px) {
  .header_nav ul a {
    padding: 0 50px;
  }

  .call_form_agree .checkbox+label {
    display: block;
  }

  .header_contacts_socials .btn {
    min-width: 21px;
    max-width: 21px;
    height: 22px;
  }

  .header_nav ul a {
    font-size: 16px;
    height: 60px;
  }

  .header_contacts {
    height: 61px;
  }

  .header_search_button {
    width: 61px;
    height: 61px;
    border-radius: 0;
  }

  .header_logo svg {
    width: 108px;
  }

  .header_logo {
    height: 60px;
  }

  .header .col:last-child {
    min-width: 61px;
    max-width: 61px;
  }

  .header_contacts_phone {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .header_search_button svg {
    min-width: 18px;
    max-width: 18px;
    height: 18px;
  }

  .main_img {
    width: 580px;
  }

  .main_slider_nav .btn_sl {
    width: 60px;
    height: 60px;
  }

  .main_slider_nav .btn_sl svg {
    width: 9px;
  }

  .main {
    height: 756px;
    overflow: hidden;
  }

  .main_box {
    width: 651px;
  }

  .main_box_text {
    font-size: 18px;
    padding-right: 75px;
    margin-bottom: 55px;
  }

  .col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header .col {
    padding-left: 0;
    padding-right: 0;
  }

  .hits_title {
    margin-bottom: 15px;
  }

  .hits_slider {
    padding-left: 15px;
  }

  .call_form_bg {
    padding: 50px 0;
  }

  .header_logo {
    padding: 0;
  }

  .call_form_agree .checkbox+label {
    font-size: 12px;
    padding-left: 21px;
  }

  .call_form_send .btn {
    height: 44px;
  }

  .call_form_send .btn span {
    font-size: 16px;
  }

  .call_form_agree {
    margin-bottom: 15px;
  }

  .preference_title {
    font-size: 38px;
    margin-bottom: 45px;
  }

  .call_form_agree .checkbox+label:after {
    width: 12px;
    height: 12px;
  }

  .main_box_logo {
    font-size: 150px;
    left: -75px;
    top: 60px;
  }

  .hits_title_border {
    font-size: 150px;
    top: -87px;
    left: -75px;
  }

  .hits {
    padding: 140px 0 60px;
  }

  .hits_slider_nav {
    min-width: 155px;
    max-width: 155px;
  }

  .hits_slider_nav .btn span,
  .hits_slider_link .btn span {
    font-size: 16px;
  }

  .hits_slider_nav .btn .ic {
    min-width: 15px;
    max-width: 15px;
  }

  .hits_slider_nav .btn {
    height: 44px;
    margin-bottom: 15px;
  }

  .hits_slider_img {
    margin-bottom: 15px;
  }

  .hits_slider_title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .hits_slider_status {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 33px;
  }

  .hits_slider_link .btn {
    height: 44px;
  }

  .call_form {
    padding: 150px 0;
  }

  .call_form_box {
    padding: 40px 55px;
    width: 524px;
  }

  .call_form_slogan {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .call_form_title {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .call_form_subtitle {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .call_form_control {
    margin-bottom: 11px;
  }

  .call_form_control input {
    height: 44px;
    padding: 0 18px;
    font-size: 16px;
  }

  .main_box {
    margin-top: 107px;
  }

  .main_box_links .btn {
    height: 44px;
    padding: 0 30px;
    margin-right: 30px;
  }

  .main_box_links .btn span {
    font-size: 16px;
  }

  .main_box_text {
    line-height: 1.15;
  }

  .jobs {
    padding: 52px 30px;
  }

  .preference_item_numb {
    min-width: 102px;
    max-width: 102px;
    height: 102px;
    background-size: 50px auto;
    font-size: 30px;
  }

  .preference_item_title {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .preference_item_text {
    font-size: 12px;
  }

  .preference_item {
    margin-bottom: 37px;
  }

  .preference {
    padding-bottom: 45px;
  }

  .about {
    padding-top: 50px;
  }

  .about_title_logo {
    font-size: 83px;
  }

  .about_title {
    padding-top: 44px;
    padding-left: 34px;
    margin-bottom: 18px;
    font-size: 38px;
  }

  .about_text p,
  .about_text ul li {
    font-size: 12px;
  }

  .about_text {
    margin-bottom: 37px;
  }

  .about_links .btn {
    height: 44px;
    padding: 0 30px;
    margin: 0 22px;
  }

  .about_links .btn span {
    font-size: 16px;
  }

  .about_slider {
    margin-top: 83px;
    margin-bottom: 37px;
  }

  .about_slider .swiper-pagination {
    margin-top: 34px;
  }

  .about_slider_item {
    padding: 27px 16px;
  }

  .about_slider_item {
    border-width: 3px !important;
    box-shadow: 3px 7px 15px 0 rgba(0, 0, 0, 0.2);
  }

  .about_slider_ava {
    min-width: 68px;
    max-width: 68px;
    height: 68px;
    margin-right: 25px;
  }

  .about_slider_status {
    font-size: 12px;
    margin-bottom: 11px;
  }

  .about_slider_user {
    font-size: 24px;
    padding-right: 80px;
    font-size: 24px;
  }

  .about_slider_text {
    font-size: 12px;
  }

  .about_slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .about_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
  }

  .about_map_link .btn {
    height: 44px;
    padding: 0 35px;
  }

  .about_map_link .btn span {
    font-size: 16px;
  }

  .footer {
    padding: 55px 0;
  }

  .footer_top_title {
    font-size: 16px;
  }

  .footer_top_line {
    margin-top: 25px;
  }

  .footer_top_line .name {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .footer_top_line .val {
    font-size: 16px;
  }

  .footer_bottom {
    padding-top: 68px;
  }

  .footer_bottom_nav a {
    font-size: 16px;
  }

  .footer_bottom_nav li {
    margin-top: 28px;
  }

  .footer_bottom_nav li:first-child {
    margin-top: 0;
  }

  .footer_bottom_logo {
    width: 146px;
  }

  .footer_bottom_last_img {
    min-width: 222px;
    max-width: 222px;
    margin-left: auto;
  }

  .footer_bottom_socials {
    min-width: 202px;
    max-width: 202px;
    padding-bottom: 18px;
  }

  .footer_bottom_socials .btn {
    width: 48px;
    height: 48px;
  }

  .footer_bottom_logo_name {
    font-size: 12px;
    margin-top: 6px;
  }

  .footer_bottom_menu a {
    font-size: 12px;
  }

  .footer_bottom_menu li {
    margin-top: 18px;
  }
}

@media screen and (max-width: 1650px) {
  .main_box_logo {
    left: -25px;
  }

  .hits_title_border {
    left: -20px;
  }
}

@media screen and (max-width: 1280px) {
  .header_nav ul a {
    padding: 0 25px;
    font-size: 14px;
  }

  .main_box {
    margin-top: 70px;
  }

  .main_box_title {
    font-size: 60px;
  }

  .main_box {
    width: 600px;
  }

  .main_box_logo {
    font-size: 100px;
    top: 40px;
  }

  .main_box_text {
    font-size: 16px;
    padding-right: 40px;
    margin-bottom: 35px;
  }

  .main_img {
    width: 450px;
  }

  .main {
    height: 587px;
  }

  .hits_title_border {
    font-size: 100px;
  }

  .hits {
    padding-top: 100px;
  }

  .hits_title_border {
    top: -45px;
  }

  .call_form {
    padding: 100px 0;
  }

  .preference_item_numb {
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    font-size: 19px;
    background-size: 31px auto;
    margin-right: 15px;
  }

  .preference_item_title {
    font-size: 20px;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 1280px) and (max-width: 992px) {
  .preference_item_title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1280px) and (max-width: 768px) {
  .preference_item_title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1280px) {
  .preference_item_text {
    font-size: 10px;
  }
}

@media screen and (max-width: 1280px) and (max-width: 992px) {
  .preference_item_text {
    font-size: 9px;
  }
}

@media screen and (max-width: 1280px) and (max-width: 768px) {
  .preference_item_text {
    font-size: 8px;
  }
}

@media screen and (max-width: 1280px) {
  .preference_item {
    margin-bottom: 25px;
  }

  .preference {
    padding-bottom: 35px;
  }

  .about>.container>.row {
    align-items: center;
  }

  .about_title_logo {
    font-size: 80px;
  }

  .about_title {
    padding: 27px 0 0 20px;
    font-size: 24px;
  }

  .about_text {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1280px) and (max-width: 768px) {
  .about_text {
    margin-bottom: 24px;
  }
}

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

  .about_text p,
  .about_text ul li {
    font-size: 11px;
  }
}

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

  .about_text p,
  .about_text ul li {
    font-size: 10px;
  }
}

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

  .about_text p,
  .about_text ul li {
    font-size: 8px;
  }
}

@media screen and (max-width: 1280px) {
  .about_text ul li:before {
    top: 4px;
    width: 3px;
    height: 3px;
  }
}

@media screen and (max-width: 1280px) and (max-width: 992px) {
  .about_text ul li:before {
    top: 3px;
  }
}

@media screen and (max-width: 1280px) {
  .about_slider {
    margin-top: 75px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1280px) and (max-width: 992px) {
  .about_slider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1280px) {
  .about {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 1280px) and (max-width: 992px) {
  .about {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 1280px) and (max-width: 768px) {
  .about {
    padding-bottom: 60px;
  }
}

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

  .footer_top_title,
  .footer_top_line .name,
  .footer_top_line .val,
  .footer_bottom_nav a {
    font-size: 14px;
  }
}

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

  .footer_top_title,
  .footer_top_line .name,
  .footer_top_line .val,
  .footer_bottom_nav a {
    font-size: 12px;
  }
}

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

  .footer_top_title,
  .footer_top_line .name,
  .footer_top_line .val,
  .footer_bottom_nav a {
    font-size: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .footer_top_line {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1280px) and (max-width: 768px) {
  .footer_top_line {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1280px) {
  .footer_bottom_last_img {
    min-width: 140px;
    max-width: 140px;
  }

  .footer_bottom_socials {
    min-width: 140px;
    max-width: 140px;
    padding-bottom: 18px;
  }

  .footer_bottom_socials .btn {
    width: 32px;
    height: 32px;
  }

  .footer_bottom_nav li {
    margin-top: 20px;
  }

  .footer_bottom_nav li:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 1280px) and (max-width: 768px) {
  .footer_bottom_nav li {
    margin-top: 16px;
  }

  .footer_bottom_nav li:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 1280px) {
  .footer_bottom_menu a {
    font-size: 10px;
  }

  .footer_bottom_menu li {
    margin-top: 12px;
  }

  .footer_bottom_logo {
    width: 110px;
  }
}

@media screen and (max-width: 1280px) and (max-width: 992px) {
  .footer_bottom_logo {
    width: 100px;
  }
}

@media screen and (max-width: 1280px) and (max-width: 768px) {
  .footer_bottom_logo {
    width: 92px;
  }
}

@media screen and (max-width: 1280px) {
  .footer_bottom_logo_name {
    font-size: 10px;
    margin-top: 4px;
  }
}

@media screen and (max-width: 1280px) and (max-width: 768px) {
  .footer_bottom_logo_name {
    font-size: 8px;
  }
}

@media screen and (max-width: 1280px) {
  .header_contacts {
    padding-right: 30px;
  }
}

@media screen and (max-width: 992px) {
  .footer_top_item {
    width: 33.33%;
    padding-right: 10px;
  }

  .header {
    display: none;
  }

  .header_mob {
    display: block;
    position: relative;
  }

  .header_mob_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 15px;
  }

  .main_box_content {
    padding-left: 30px;
  }

  .main_box_title {
    font-size: 32px;
  }

  .main_box {
    margin-top: 110px;
  }

  .main_img {
    width: 351px;
    height: 456px;
  }

  .main {
    height: 456px;
  }

  .main_box_text {
    font-size: 12px;
    margin-bottom: 33px;
  }

  .main_box_logo {
    left: 0;
    top: -40px;
    font-size: 82px;
  }

  .main_box_links .btn {
    height: 26px;
    padding: 0 18px;
    margin-right: 15px;
    margin-left: 0;
  }

  .main_box_links .btn span {
    font-size: 10px;
  }

  .main_slider_nav .btn_sl {
    width: 38px;
    height: 38px;
  }

  .main_slider_nav .btn_sl svg {
    width: 6px;
  }

  .jobs {
    padding: 30px 25px;
  }

  .main_box {
    width: 450px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .main_box {
    width: 340px;
  }
}

@media screen and (max-width: 992px) {
  .jobs_slider .swiper-slide img {
    max-height: 70px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .jobs_slider .swiper-slide img {
    max-height: 58px;
  }
}

@media screen and (max-width: 992px) {
  .jobs_slider .swiper-button-prev {
    margin-right: 24px;
  }

  .jobs_slider .swiper-button-next {
    margin-left: 24px;
  }

  .hits_title_border {
    font-size: 80px;
  }

  .hits_title {
    padding-left: 45px;
  }

  .hits_title_text {
    font-size: 42px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .hits_title_text {
    font-size: 38px;
  }
}

@media screen and (max-width: 992px) {
  .hits {
    padding-top: 88px;
  }

  .hits_title_border {
    top: -50px;
    left: 0;
  }

  .hits_slider_nav {
    padding-top: 32px;
  }

  .hits_slider_nav {
    min-width: 95px;
    max-width: 95px;
    margin-right: 20px;
  }

  .hits_slider_nav .btn {
    padding: 0 10px;
    height: 28px;
  }

  .hits_slider_nav .btn span {
    font-size: 12px;
  }

  .hits_slider_nav .btn .ic {
    min-width: 10px;
    max-width: 10px;
  }

  .hits_slider_title {
    padding-right: 25px;
    font-size: 12px;
    margin-bottom: 7px;
  }

  .hits_slider_status {
    font-size: 10px;
    margin-bottom: 21px;
    height: 8px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .hits_slider_status {
    font-size: 8px;
  }
}

@media screen and (max-width: 992px) {
  .hits_slider_link .btn {
    height: 30px;
  }

  .hits_slider_link .btn span {
    font-size: 12px;
  }

  .call_form {
    padding: 60px 0;
  }

  .call_form_box {
    padding: 24px 32px;
    width: 324px;
  }

  .call_form_slogan {
    font-size: 14px;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .call_form_slogan {
    font-size: 12px;
  }
}

@media screen and (max-width: 992px) {
  .call_form_title {
    font-size: 30px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .call_form_title {
    font-size: 24px;
  }
}

@media screen and (max-width: 992px) {
  .call_form_subtitle {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .call_form_subtitle {
    font-size: 12px;
  }
}

@media screen and (max-width: 992px) {
  .call_form_control input {
    height: 28px;
    padding: 0 11px;
    font-size: 12px;
  }

  .call_form_control {
    margin-bottom: 7px;
  }

  .call_form_agree .checkbox+label {
    font-size: 8px;
    padding-left: 15px;
  }

  .call_form_agree .checkbox+label:after {
    width: 8px;
    height: 8px;
    background-size: 6px auto;
    top: -1px;
  }

  .call_form_agree {
    margin-bottom: 10px;
  }

  .call_form_send .btn {
    height: 30px;
  }

  .call_form_send .btn span {
    font-size: 12px;
  }

  .call_form_bg {
    padding: 30px 0;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .call_form_bg {
    background-position: center center;
  }
}

@media screen and (max-width: 992px) {
  .preference_title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .preference_title {
    font-size: 24px;
  }
}

@media screen and (max-width: 992px) {
  .preference_item_title {
    font-size: 14px;
  }

  .about_links .btn {
    height: 28px;
    padding: 0 17px;
    margin: 0 14px;
  }

  .about_links .btn span {
    font-size: 12px;
  }

  .about_slider_ava {
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    margin-right: 16px;
  }

  .about_slider_item {
    padding: 15px;
  }

  .about_slider_box {
    padding-right: 0;
  }

  .about_slider_status {
    font-size: 10px;
    margin-bottom: 7px;
  }

  .about_slider_user {
    padding-right: 30px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .about_slider_text {
    font-size: 10px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .about_slider_text {
    font-size: 8px;
  }
}

@media screen and (max-width: 992px) {
  .about_slider .swiper-pagination {
    margin-top: 21px;
  }

  .about_slider {
    margin-bottom: 23px;
  }

  .about_map_link .btn {
    height: 30px;
    padding: 0 10px;
  }

  .about_map_link .btn span {
    font-size: 12px;
  }
}

.call_form_agree .checkbox {
  width: 1px;
}

@media screen and (max-width: 768px) {
  .hits_slider_nav {
    display: none;
  }

  .hits_slider {
    padding-right: 15px;
  }

  .hits_slider_box {
    width: 100%;
  }

  .hits_slider .swiper-scrollbar {
    position: static;
    margin-top: 17px;
    height: 8px;
    border-radius: 4px;
    border: 1px solid #7F7F7F;
    padding: 2px;
    box-sizing: border-box;
    width: 100%;
  }

  .hits .swiper-scrollbar-drag {
    background: #DA1823;
  }

  .jobs {
    padding-left: 18px;
    padding-right: 18px;
  }

  .jobs .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .about_slider .swiper-scrollbar {
    display: block;
    position: static;
    width: 100%;
    margin-top: 32px;
    height: 8px;
    border-radius: 4px;
    border: 1px solid #7F7F7F;
    padding: 2px;
    box-sizing: border-box;
  }

  .about_slider .swiper-scrollbar-drag {
    background: #DA1823;
  }

  .about_slider .swiper-pagination {
    display: none;
  }

  .footer_bottom {
    padding-top: 40px;
  }

  .container {
    max-width: 100%;
  }

  .about_img.about_img_mob {
    display: block;
    margin-bottom: 60px;
  }

  .about_img {
    display: none;
  }

  .about>.container>.row {
    display: block;
  }

  .about>.container>.row>.col-6 {
    width: 100%;
  }

  .about {
    padding-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .about_title_logo {
    font-size: 54px;
  }

  .about_title {
    margin-bottom: 11px;
  }

  .main_box {
    margin-top: 60px;
  }

  .main_box_logo {
    font-size: 54px;
    top: -15px;
    -webkit-text-stroke: 1px #C1121C;
    text-stroke: 1px #C1121C;
  }

  .main_box_content {
    padding-left: 15px;
  }

  .main_box_title {
    font-size: 24px;
  }

  .main_box_text {
    font-size: 10px;
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 500px) and (max-width: 500px) {
  .main_box_text {
    font-size: 8px;
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .main_img {
    width: 175px;
    height: 100%;
  }

  .main_img img {
    width: auto;
    height: 100%;
  }

  .main {
    height: 310px;
  }

  .main_slider_nav .btn_sl {
    width: 24px;
    height: 24px;
  }

  .main_box {
    width: 250px;
  }

  .jobs_slider .btn_sl svg {
    width: 8px;
  }

  .jobs_slider {
    margin-left: -15px;
    margin-right: -15px;
  }

  .main_slider_nav .btn_sl svg {
    width: 4px;
  }

  .hits_title_border {
    font-size: 55px;
    top: -36px;
  }

  .hits {
    padding: 60px 0 20px;
  }

  .hits_title {
    padding-left: 30px;
  }

  .hits_title_text {
    font-size: 25px;
  }

  .hits_slider_title {
    font-size: 10px;
  }

  .hits_title {
    margin-bottom: 8px;
  }

  .hits_slider_status {
    margin-bottom: 14px;
  }

  .call_form_box {
    width: 100%;
    padding: 25px 18px;
  }

  .call_form_title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .call_form_subtitle {
    margin-bottom: 20px;
  }

  .preference_title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .preference_item_numb {
    min-width: 43px;
    max-width: 43px;
    height: 43px;
    background-size: 21px auto;
    font-size: 13px;
    margin-right: 10px;
  }

  .preference_item_title {
    font-size: 10px;
  }
}

@media screen and (max-width: 500px) and (max-width: 360px) {
  .preference_item_title {
    font-size: 9px;
  }
}

@media screen and (max-width: 500px) {
  .preference .col-md-4 {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer_df_mob {
    display: flex;
    flex-direction: column;
  }

  .footer_bottom {
    order: -1;
    flex-direction: column;
    display: flex;
    padding-top: 0;
  }

  .footer_bottom .footer_bottom_logo {
    display: none;
  }

  .footer_bottom_logo_mob {
    display: block;
  }

  .footer_bottom_nav {
    text-align: center;
  }

  .footer_bottom_nav li {
    margin-top: 12px;
  }

  .footer_bottom_nav {
    margin-bottom: 20px;
  }

  .footer_bottom_last {
    order: -1;
  }

  .footer_bottom_menu {
    display: none;
  }

  .footer_bottom_last {
    min-width: initial;
    max-width: initial;
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
  }

  .footer_bottom_last_img {
    min-width: 140px;
    max-width: 140px;
    margin-left: 0;
    margin-right: 30px;
  }

  .footer_bottom_socials {
    margin-top: 0;
    margin-left: 0;
  }

  .footer_top {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .footer_top_item {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer_top_item:last-child {
    margin-bottom: 0;
  }

  .footer_top_title {
    text-align: center;
  }

  .footer_top_title span {
    display: inline-block;
    padding-right: 36px;
    padding-left: 36px;
    cursor: pointer;
    position: relative;
  }

  .footer_top_title span:before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 10px;
    height: 6px;
    background: url("../images/down.svg") no-repeat left center/10px auto;
    transition: 0.2s;
  }

  .footer_top_title.active span:before {
    transform: rotate(180deg);
  }

  .footer_top_list {
    display: none;
    text-align: center;
  }

  .footer_bottom_logo {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }

  .footer_bottom_logo_img {
    width: 92px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
  }

  .footer_bottom_logo_name {
    text-align: center;
  }

  .footer_bottom_agreement {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
  }

  .footer_bottom_year {
    color: #ffffff;
    text-align: center;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .footer_top_title {
    font-size: 14px;
  }

  .footer_bottom_nav a {
    font-size: 16px;
  }

  .footer_top_title,
  .footer_top_line .name,
  .footer_top_line .val,
  .footer_bottom_nav a {
    font-size: 16px;
  }
}

.header_mob .header_mob_menu {
  display: none;
}

@media screen and (max-width: 992px) {
  .header_mob_menu {
    display: none;
    background: #170552;
    padding: 40px 45px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .header_mob_menu .footer_df_mob {
    display: flex;
    flex-direction: column;
  }

  .header_mob_menu .footer_bottom {
    order: -1;
    flex-direction: column;
    display: flex;
    padding-top: 0;
  }

  .header_mob_menu .footer_bottom .footer_bottom_logo {
    display: none;
  }

  .header_mob_menu .footer_bottom_logo_mob {
    display: block;
  }

  .header_mob_menu .footer_bottom_nav {
    text-align: center;
  }

  .header_mob_menu .footer_bottom_nav li {
    margin-top: 12px;
  }

  .header_mob_menu .footer_bottom_nav {
    margin-bottom: 20px;
  }

  .header_mob_menu .footer_bottom_last {
    order: -1;
  }

  .header_mob_menu .footer_bottom_menu {
    display: none;
  }

  .header_mob_menu .footer_bottom_last {
    min-width: initial;
    max-width: initial;
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
  }

  .header_mob_menu .footer_bottom_last_img {
    min-width: 140px;
    max-width: 140px;
    margin-left: 0;
    margin-right: 30px;
  }

  .header_mob_menu .footer_bottom_socials {
    margin-top: 0;
    margin-left: 0;
  }

  .header_mob_menu .footer_top {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .header_mob_menu .footer_top_item {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .header_mob_menu .footer_top_item:last-child {
    margin-bottom: 0;
  }

  .header_mob_menu .footer_top_title {
    text-align: center;
  }

  .header_mob_menu .footer_top_title span {
    display: inline-block;
    padding-right: 36px;
    padding-left: 36px;
    cursor: pointer;
    position: relative;
  }

  .header_mob_menu .footer_top_title span:before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 10px;
    height: 6px;
    background: url("../images/down.svg") no-repeat left center/10px auto;
    transition: 0.2s;
  }

  .header_mob_menu .footer_top_title.active span:before {
    transform: rotate(180deg);
  }

  .header_mob_menu .footer_top_list {
    display: none;
    text-align: center;
  }

  .header_mob_menu .footer_bottom_logo {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }

  .header_mob_menu .footer_bottom_logo_img {
    width: 92px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
  }

  .header_mob_menu .footer_bottom_logo_name {
    text-align: center;
  }

  .header_mob_menu .footer_bottom_agreement {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
  }

  .header_mob_menu .footer_bottom_year {
    color: #ffffff;
    text-align: center;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .header_mob_menu .footer_top_title {
    font-size: 14px;
  }

  .header_mob_menu .footer_bottom_nav a {
    font-size: 16px;
  }

  .header_mob_menu .footer_top_title,
  .header_mob_menu .footer_top_line .name,
  .header_mob_menu .footer_top_line .val,
  .header_mob_menu .footer_bottom_nav a {
    font-size: 16px;
  }

  .header_mob_menu .header_mob_menu_close {
    position: absolute;
    right: 45px;
    top: 40px;
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 1440px) {
  .catalog_sidebar {
    width: 412px;
    padding: 60px 45px;
  }

  .search_box_headline {
    padding-left: 0;
  }
}

@media screen and (max-width: 1280px) {
  .search_title {
    font-size: 30px;
  }

  .search_box_headline input {
    font-size: 18px;
  }

  .catalog>.container>.row>.col-4 {
    width: 45%;
  }

  .catalog>.container>.row>.col-8 {
    width: 55%;
  }
}

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

  .search .col-4,
  .search .col-8 {
    width: 100%;
  }

  .search {
    margin-top: 160px;
    margin-bottom: 63px;
  }

  .catalog_subtitle {
    margin-bottom: 45px;
  }

  .catalog_list a {
    font-size: 18px;
  }

  .catalog_box {
    padding-left: 0px;
  }
}

@media screen and (max-width: 992px) {
  .search {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .catalog>.container>.row>.col-4,
  .catalog>.container>.row>.col-8 {
    width: 100%;
  }

  .catalog_sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .catalog_sidebar {
    padding: 27px 40px;
  }

  .catalog_sidebar_title {
    margin-bottom: 40px;
    font-size: 27px;
  }

  .catalog_sidebar_nav li {
    margin-bottom: 22px;
  }

  .catalog_sidebar_nav li a {
    font-size: 16px;
  }

  .search_title {
    font-size: 36px;
  }

  .search_box_headline input,
  .search_box_headline .btn {
    height: 44px;
  }

  .search_box_headline .btn {
    padding: 0 46px;
  }

  .search_box_headline input {
    font-size: 16px;
  }

  .catalog_sidebar_nav .btn {
    height: 48px;
  }

  .catalog_sidebar_nav .btn span {
    font-size: 16px;
  }

  .catalog_subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .catalog_list li {
    padding-left: 36px;
    background-size: 17px auto;
  }

  .catalog_list a {
    font-size: 16px;
  }

  .catalog {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 500px) {
  .search_title {
    font-size: 18px;
  }

  .search_box_headline input {
    font-size: 12px;
    padding: 0 12px;
    height: 28px;
  }

  .search_box_headline .btn {
    padding: 0 23px;
    height: 28px;
  }

  .search_box_headline .btn span {
    font-size: 9px;
  }

  .search {
    margin-bottom: 20px;
    margin-top: 23px;
  }

  .search_box_headline {
    height: 30px;
  }

  .search_title {
    height: initial;
    margin-bottom: 7px;
  }

  .catalog_sidebar {
    padding: 13px 20px;
  }

  .catalog_sidebar_title {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .catalog_sidebar_nav li a {
    font-size: 10px;
  }

  .catalog_sidebar_nav li {
    margin-bottom: 11px;
  }

  .catalog_sidebar_nav .btn {
    height: 28px;
  }

  .catalog_sidebar_nav .btn span {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) and (max-width: 370px) {
  .catalog_sidebar_nav .btn {
    height: 24px;
  }

  .catalog_sidebar_nav .btn span {
    font-size: 10px;
  }
}

@media screen and (max-width: 500px) {
  .catalog_sidebar {
    margin-bottom: 20px;
  }

  .catalog_list li {
    margin-bottom: 15px;
  }

  .catalog {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .catalog_item {
    padding-left: 0px;
  }

  .catalog_item_img_wrap {
    min-width: 327px;
    max-width: 327px;
    margin-left: 45px;
  }
}

@media screen and (max-width: 992px) {
  .catalog_item_title {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 992px) and (max-width: 500px) {
  .catalog_item_title {
    font-size: 12px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .catalog_item_box_title {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .catalog_item_box_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .catalog_item_box p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .catalog_item_box p {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .catalog_item_img_wrap {
    min-width: 271px;
    max-width: 271px;
    margin-left: 38px;
  }

  .catalog_item_box {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .catalog_item_box {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .catalog_item_df {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .catalog_item_df {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .catalog_item_img_button .btn {
    height: 28px;
  }

  .catalog_item_img_button .btn span {
    font-size: 12px;
  }

  .catalog_item_th {
    height: 44px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .catalog_item_th {
    height: 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .catalog_item_table_line {
    height: 44px;
    padding-top: 4px;
    padding-bottom: 4px;
    max-height: initial;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .catalog_item_table_line {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .catalog_item_table_box_tech {
    min-width: 45%;
    max-width: 45%;
  }
}

@media screen and (max-width: 650px) {
  .catalog_item_table {
    display: block;
  }

  .catalog_item_table_box_tech {
    min-width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #7f7f7f;
  }

  .catalog_item_df {
    display: block;
  }

  .catalog_item_img_wrap {
    margin-left: 0;
    min-width: 290px;
    max-width: 100%;
    width: 350px;
  }

  .catalog_item_img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .search_results {
    left: 0;
    padding: 15px 15px 0;
  }

  .search_results a,
  .search_results p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

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

  .search_results a,
  .search_results p {
    font-size: 12px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  .search_box_headline input {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1550px) {
  .contacts_title_text {
    padding-left: 40px;
  }

  .contacts_title_logo {
    left: 0;
  }

  .contacts_bottom_item .contacts_title_logo {
    left: 0px;
  }

  .contacts_bottom_item .contacts_box_item {
    padding-left: 40px;
  }

  .contacts_bottom_item .contacts_title {
    padding-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .contacts_top {
    display: block;
  }

  .contacts_top_item_wide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 992px) {
  .contacts_title_logo {
    font-size: 60px;
    top: -35px;
  }

  .contacts_title_text {
    font-size: 35px;
  }

  .contacts {
    padding: 130px 0;
  }

  .contacts_title {
    margin-bottom: 50px;
  }

  .contacts_bottom_map {
    width: 350px;
  }

  .contacts_map {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .contacts {
    padding: 80px 0;
  }

  .contacts_title_text {
    font-size: 24px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .contacts_title_text {
    font-size: 18px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contacts_title {
    margin-bottom: 25px;
  }

  .contacts_box_item .name {
    font-size: 18px;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .contacts_box_item .name {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .contacts_box_item .val p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .contacts_box_item .val p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .contacts_box_item {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .contacts_box_item {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 768px) {
  .contacts_top {
    padding-bottom: 20px;
  }

  .contacts_bottom {
    display: block;
  }

  .contacts_bottom_item {
    padding-right: 0 !important;
    min-width: 100%;
    max-width: 100%;
  }

  .contacts_bottom_items_wrap {
    padding-bottom: 30px;
  }

  .contacts_bottom_item .contacts_title {
    margin-bottom: 25px;
  }

  .contacts_bottom_item:first-child {
    margin-bottom: 80px;
  }

  .contacts_bottom_map {
    padding-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .contacts_title_logo {
    font-size: 50px;
  }
}

@media screen and (max-width: 1440px) {
  .delivery_img {
    min-width: 47%;
    max-width: 47%;
    margin-right: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .delivery_wrap {
    display: block;
  }

  .delivery_img {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 33px;
    margin-right: 0;
  }

  .delivery_title {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .delivery_text p {
    font-size: 18px;
  }

  .delivery {
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .delivery_title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .delivery_text p {
    font-size: 16px;
  }

  .delivery_links .btn {
    height: 32px;
    margin-left: 24px;
    padding: 0 25px;
  }

  .delivery_links .btn span {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) and (max-width: 450px) {
  .delivery_links .btn span {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .delivery {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1200px) {
  .news .catalog_sidebar {
    width: 100%;
  }

  .news_title {
    text-align: left;
  }
}

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

  .news .col-4,
  .news .col-8 {
    min-width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .news {
    padding: 60px 0 20px;
  }

  .catalog_sidebar_item_title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .catalog_sidebar_item_text {
    margin-bottom: 33px;
  }

  .catalog_sidebar_item_text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .catalog_sidebar_item_text p {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .catalog_sidebar_item_link .btn {
    height: 32px;
  }

  .catalog_sidebar_item_link .btn span {
    font-size: 12px;
  }

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

@media screen and (max-width: 1200px) {
  .textpage {
    padding: 80px 0 60px;
  }
}

@media screen and (max-width: 992px) {
  .textpage h1 {
    font-size: 36px;
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .textpage h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

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

  .textpage_box h6,
  .textpage_box .textpage_label {
    font-size: 20px;
  }
}

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

  .textpage_box h6,
  .textpage_box .textpage_label {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .textpage_box p {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .textpage_box p {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .textpage_box {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .textpage_box {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .textpage {
    padding: 60px 0 40px;
  }
}

@media screen and (max-width: 992px) {
  .errorpage {
    padding: 150px 0 80px;
  }

  .errorpage_logo {
    left: -40px;
    top: -40px;
    font-size: 80px;
  }

  .errorpage_headline {
    margin-bottom: 25px;
  }

  .errorpage_title {
    font-size: 80px;
  }

  .errorpage_info {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .errorpage_backlink .btn {
    height: 32px;
  }

  .errorpage_backlink .btn span {
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  .errorpage_info {
    font-size: 20px;
  }
}

@media screen and (max-width: 568px) {
  .order_text {
    font-size: 18px;
  }

  .order_homelink .btn {
    height: 38px;
  }

  .order_homelink .btn span {
    font-size: 14px;
  }

  .modal-dialog {
    padding: 20px;
  }

  .order_info {
    font-size: 16px;
  }
}

@media screen and (max-width: 550px) {
  .contacts_box_item_df .contacts_box_item {
    min-width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1550px) {
  .contacts_top {
    padding-left: 40px;
  }
}

@media screen and (max-width: 1550px) and (max-width: 768px) {
  .contacts_top {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1550px) and (max-width: 768px) {
  .contacts_top {
    padding-left: 20px;
  }
}

@media screen and (max-width: 992px) {
  .catalog_sidebar_item:nth-child(n+2) {
    display: none;
  }
}

.modal_form .modal-body {
  padding: 0;
}

.modal_form .modal-dialog {
  padding: 0;
  min-width: initial;
  overflow: hidden;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
}

.modal_form .call_form_box {
  width: 100%;
}

@media screen and (min-width: 993px) {
  .modal_form .modal-dialog {
    min-width: 700px;
  }
}

@media screen and (max-width: 992px) {
  .modal_form .modal-dialog {
    width: 324px;
  }
}

.modal_form .call_form_box {
  margin-left: 0;
}

.modal_form .modal-header {
  position: relative;
}

.modal_form .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
  padding: 0;
  opacity: 1;
}

.modal_form .btn-close svg {
  width: 100%;
}

.modal_form .btn-close:hover {
  opacity: 0.8;
}

.contacts_map iframe,
.contacts_bottom_map iframe {
  display: block;
  width: 100% !important;
  height: 460px !important;
}

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

  .contacts_map iframe,
  .contacts_bottom_map iframe {
    width: 100% !important;
    height: 400px !important;
  }
}

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

  .contacts_map iframe,
  .contacts_bottom_map iframe {
    width: 100% !important;
    height: 217px !important;
  }
}

@media screen and (max-width: 768px) {
  .catalog_sidebar_item {
    margin-bottom: 0px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .catalog_sidebar_item {
    margin-top: 12px;
  }
}