@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/myriadpro.eot');
    src: url('../fonts/myriadpro.eot') format('embedded-opentype'),
         url('../fonts/myriadpro.woff2') format('woff2'),
         url('../fonts/myriadpro.woff') format('woff'),
         url('../fonts/myriadpro.ttf') format('truetype'),
         url('../fonts/myriadpro.svg#myriadpro') format('svg');
}
@font-face {
    font-family: 'Proxima Nova Cond';
    src: url('../fonts/proximanovacond.eot');
    src: url('../fonts/proximanovacond.eot') format('embedded-opentype'),
         url('../fonts/proximanovacond.woff2') format('woff2'),
         url('../fonts/proximanovacond.woff') format('woff'),
         url('../fonts/proximanovacond.ttf') format('truetype'),
         url('../fonts/proximanovacond.svg#proximanovacond') format('svg');
}
@keyframes bounce {
  0%, 20%, 53%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) scaleY(1.1);
    transform: translate3d(0, -10px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0) scaleY(1.05);
    transform: translate3d(0, -5px, 0) scaleY(1.05);
  }
}
* {
  transition: all .3s;
  scroll-behavior: smooth;
}
.container {
  width: 1192px;
  margin: 0 auto;
}
.btn-send,
.btn-download {
  color: #fff;
  border: 1px solid #41a7b3;
  background-color: #008b9c;
  width: 212px;
  height: 50px;
  font-size: 18px;
  font-family: "Proxima Nova Cond";
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-download {
  background-color: #4c5554;
  border: unset;
}
.btn-send:hover {
  box-shadow: 0 0 10px -1px rgba(0, 139, 156,.8);
}
.btn-send:active {
  box-shadow: inset 0 0 8px -3px rgba(0, 0, 0,.4);
}
.btn-download:hover,
.catalog-download:hover {
  box-shadow: 0 0 10px -1px rgba(0,0,0,.5);
}
.btn-download:active,
.catalog-download:active {
  box-shadow: inset 0 0 8px -3px rgba(0, 0, 0,.8);
}
.burger {
  display: none;
  width: 50px;
  height: 40px;
  background-color: #4c5554;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 5px 0;
  box-sizing: border-box;
  border-radius: 5px;
}
.burger:hover {
  box-shadow: 0 0 10px -2px rgba(0, 0, 0,.8);
}
.burger-lines {
  width: 28px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}
header {
  position: relative;
}
.header-top {
  background: #008b9b;
  max-height: 60px; 
}
.header-top_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-top-menu_wrapper {
  display: flex;
  align-self: center;
  justify-content: space-between;
  width: 100%;
}
.top-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 600px;
  list-style: none;
}
.top-menu a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  color: #ffffff;
  font-family: "Myriad Pro";
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
} 
.top-menu a:hover {
  border-bottom-color: #f3f3f3;
}
.header-top_social {
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  width: 167px;
  display: flex;  
  align-items: center;
  justify-content: space-around;
  padding: 5px 0;
  margin-top: -3px;
}
.telegram {
  --animate-delay: 3s;
  --animate-duration: 1s;
  --animate-repeat: 5;
}
.whatsapp-top {
  --animate-delay: 1s;
  --animate-duration: 1.2s;
  --animate-repeat: 5;
}
.viber {
  --animate-delay: 5s;
  --animate-duration: 1.4s;
  --animate-repeat: 5;
}
.header-top_social img:hover {
  transform: scale(1.3);
}
.slirder-item_description {
  font-size: 33px;
  color: #babfbf;
  font-family: "Proxima Nova Cond";
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%
}
.slirder-item_description .stars {
  color: #00a296;
}
.slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.slider-item img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.slick-arrow {
  display: none !important;
}
.header-top_form {
  position: absolute;
  bottom: -26px;
  left: calc(50% - 325px);
}
form#application {
  display: flex;
  width: 650px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.inputs-wrap {
  height: 100%;
}
form#application input,
form#application input::placeholder {
  font-family: "Proxima Nova Cond";
  font-size: 18px;
}
form#application input {
  border: 1px solid #e3e3e3;
  outline: none;
  padding-left: 37px;
  color: #929292;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
}
form#application input[type="text"] {
  border-right: none;
}
.info-header {
  background: url(/images/bg.jpg) no-repeat top left;
  background-size: cover;
}
.info-header_text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
}
.info-header_text p {
  font-size: 48px;
  color: #444444;
  font-family: "Myriad Pro";
}
.info-header_text span {
  color: #fff;
}
.info-body_tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 525px;
  margin: 0 auto;
  margin-top: -54px;
  position: relative;
  z-index: 10;
}
.tab-items {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #4b5553;
  cursor: pointer;
}
.tab-items.active-tab {
  background-color: #fff;
  box-shadow: 0 -8px 8px -5px rgba(0, 0, 0,.14);
}
.tab-items:not(:last-child) {
  margin-right: 4px;
}
.tab-items p {
  font-size: 16px;
  color: #fff;
  font-family: "Proxima Nova Cond";
  text-transform: uppercase;
}
.tab-items.active-tab p {
  color: #777777;
}
.content-items {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-top: 112px;
  padding-bottom: 80px;
}
.content-items.active-content {
  display: flex;
}
.content-items .item-left {
  margin-right: 50px;
}
.content-items .item-right {
  color: #4c4c4c;
  margin-left: 50px;
  align-self: flex-start;
  flex: 1;
}
.content-items .item-right h4 {
  font-size: 27px;
  font-family: "Myriad Pro";
  margin-top: 0;
  margin-bottom: 24px;
}
.content-items .item-right p {
  font-size: 16px;
  font-family: "Proxima Nova Cond";
}
#map {
  width: 550px;
  height: 309px;
}
.item-right .contacts-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
.content-items .item-right p.contacts-title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
}
.content-items_news img {
  max-width: 505px;
  height: 309px;
  width: auto;
}
.contacts-data {
  font-size: 18px;
}
p.contacts-data {
  margin-top: 0;
  margin-bottom: 0;
}
a.contacts-data {
  color: inherit;
}
.products {
  background: #f4f4f4 url(/images/bg_main.jpg) repeat-y top left;
  background-size: contain;
}
.main-header_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 206px;
}
.main-header {
  font-size: 67px;
  color: #4c5554;
  font-family: "Myriad Pro";
  font-weight: normal;
}
.main-header::before {
  content: url(/images/logo3.png);
  vertical-align: top;
  margin-right: 40px;
}
.main-header span {
  color: #008b9c;
}
.product-item:nth-child(odd) {
  background: url(/images/bg_product.jpg) no-repeat center center;
  background-size: cover;
}
.product-item:nth-child(odd) .btn-send {
  background-color: #1ac5a5;
}
.product-item:nth-child(odd) .btn-send:hover {
  box-shadow: 0 0 10px -1px rgba(0,0,0,.5);
}
.product-item_inner {
  padding-top: 40px;
  padding-bottom: 75px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product-item_photo {
  height: 401px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  min-width: 600px;
}
.product-item_slider.slick-slider {
  max-width: 617px;
  height: 401px;
}
.product-item_desc {
  margin-right: 33px;
  width: 617px;
  height: 660px;
  position: relative;
}
.product-item_spec {
  margin-left: 33px;
  width: 505px;
  height: 660px;
  background-color: #fff;
  padding: 26px 25px 26px 33px;
  box-sizing: border-box;
}
.product-model,
.product-name {
  font-family: "Myriad Pro";
}
.product-model {
  color: #008b9c;
}
.product-name {
  color: #4c5554;
}
.product-item:nth-child(odd) .product-model, 
.product-item:nth-child(odd) .product-name {
  color: #ffffff;
}
.product-model {
  font-size: 61px;
  font-weight: bold;
  padding-bottom: 8px;
}
.product-model::after,
.product-desc::before {
  width: 358px;
  height: 1px;
  background-color: #dcdddf;
  content: '';
  display: block;
}
.product-model::after {
  margin-top: -6px;
}
.product-item:nth-child(odd) .product-model::after,
.product-item:nth-child(odd) .product-desc::before {
  background-color: #19bfa3;
}
.product-name {
  font-size: 20px;
  text-transform: uppercase;
}
.product-item_slider {
  position: absolute;
  left: 0;
  top: 118px;
}
.product-item_slider .slick-list {
  max-width: 617px;
}
.product-item_photo img {
  max-width: 100%;
  width: auto;
}
.item-spec_header h3,
.item-spec_body p,
.product-desc p,
.item-spec_body ul,
.item-spec_subheader {
  font-family: "Proxima Nova Cond";
}
.product-desc {
  position: absolute;
  left: 0;
  top: 540px;
}
.product-desc p {
  font-size: 15px;
  color: #939598;
  margin-top: 10px;
  margin-bottom: 0;
}
.product-item:nth-child(odd) .product-desc p {
  color: #ffffff;
}
.product-item_buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
}
.slick-dotted.slick-slider {
  margin-bottom: 18px;
}
.product-item_slider .slick-arrow {
  display: none !important;
}
.product-item_slider .slick-dots {
  bottom: unset;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  width: auto;
}
.product-item_slider .slick-dots li button:before {
  font-size: 28px;
  opacity: 1;
  color: #1abc9c;
}
.product-item_slider .slick-dots li.slick-active button:before {
  color: #000;
}
.item-spec_header {
  margin-bottom: 13px;
}
.item-spec_header:after {
  content: "";
  width: 358px;
  height: 1px;
  background-color: #dcdddf;
  display: block;
  margin-top: 15px;
}
.item-spec_header h3 {
  font-size: 20px;
  line-height: 20px;
  color: #00a296;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.item-spec_body p,
.item-spec_body ul {
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 300;
  font-style: italic;
}
.item-spec_body ul {
  padding-left: 15px;
}
.item-spec_subheader {
  text-transform: uppercase;
  color: #00a296;
  display: block;
  margin-top: 26px;
}
.item-spec_subheader:before {
  content: "";
  width: 358px;
  height: 1px;
  background-color: #dcdddf;
  display: block;
  margin-bottom: 15px;
}
.special-text,
.special-text-without-line {
  color: #00a296;
  display: block;
  margin-top: 26px;
}
.special-text-without-line {
  margin-top: 0;
}
.special-text:before {
  content: "";
  width: 358px;
  height: 1px;
  background-color: #dcdddf;
  display: block;
  margin-bottom: 15px;
}
.green-text {
  color: #0eb099
}
.equipment {
  background: linear-gradient(98deg, rgba(0,139,156,.7) 29%, rgba(30,214,177,.7) 100%), url(/images/equipment_bg.jpg) no-repeat top left;
  background-size: cover;
  padding-bottom: 170px;
}
.equipment-header {
  font-size: 61px;
  color: #4c4c4c;
  font-family: "Myriad Pro";
  text-align: center;
  padding-top: 80px;
  padding-bottom: 95px;
  margin: 0;
  font-weight: normal;
}
.equipment-header_logo {
  color: #fff;
}
.equipment-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.equipment-item {
  background-color: #fff;
  padding: 30px 20px;
  height: 655px;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
}
.equipment-item_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.equipment-item_name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #0eb099;
}
.item-name {
  font-family: "Myriad Pro";
}
.item-name h4 {
  font-size: 30px;
  color: #008b9c;
  font-weight: bold;
  margin: 4px 0 0 0;
}
.item-name p {
  font-size: 16px;
  color: #4c4c4c;
  margin-top: 5px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.equipment-item_photo img {
  width: auto;
  max-width: 100%;
}
.equipment-item_desc p {
  font-size: 16px;
  color: #939598;
  font-family: "Proxima Nova Cond";
}
.equipment-item_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.equipment-item_buttons .btn-download,
.equipment-item_buttons .btn-send {
  width: 160px;
  height: 50px;
}
.equipment-slider .slick-dots li button:before {
  font-size: 46px;
  opacity: 1;
  color: #fff;
}
.equipment-slider .slick-dots li.slick-active button:before {
  color: #000;
}
.equipment-slider .slick-dots {
  bottom: -65px;
}
.questions {
  padding-top: 67px;
  padding-bottom: 56px;
}
.questions-header {
  font-size: 60px;
  color: #4c4c4c;
  font-family: "Myriad Pro";
  text-align: center;
  margin-top: 0;
  margin-bottom: 97px;
  font-weight: normal;
}
.questions-header_accent {
  color: #008d9c;
}
.questions-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.questions-body_form,
.questions-body_links {
  flex: 1;
  width: 50%;
}
.questions-body_links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.questions-body_links {
  margin-left: 22px;
}
.questions-body_form {
  margin-right: 22px;
}
#form-questions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.name-email,
.questions-phone_wrap {
  width: 100%;
}
.name-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
   margin-bottom: 15px;
}
.questions-phone_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.questions-phone,
.questions-message {
  width: 100%;
  box-sizing: border-box;
}
.questions-phone {
  margin-bottom: 30px;
}
.questions-name,
.questions-email {
  width: 45%;
}
#form-questions input,
#form-questions textarea {
  border: 1px solid #cccccc;
  font-size: 16px;
  color: #4c5554;
  font-family: "Proxima Nova Cond";
  padding: 18px 9px;
}
#form-questions input::placeholder,
#form-questions textarea::placeholder {
  font-size: 16px;
  color: #4c5554;
  font-family: "Proxima Nova Cond";
}
#form-questions textarea {
  min-height: 200px;
  margin-bottom: 70px;
}
#form-questions .btn-send {
  align-self: flex-start;
}
.questions-body_links-text {
  font-size: 16px;
  color: #4c5554;
  font-family: "Proxima Nova Cond";
}
.whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 140px;
}
.links-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 10px;
}
.links-text span {
  color: #008b9c;
  font-family: "Proxima Nova Cond";
}
.links-text span:first-child {
  font-size: 24px;
}
.links-text span:first-child::after {
  content: "";
  width: 152px;
  height: 1px;
  background-color: #0eb099;
  display: block;
  margin-top: 4px;
}
.links-text span:last-child {
  font-weight: 800;
  font-size: 35px;
}
.contacts {
  background-color: #f7f7f7;
}
.contacts-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 47px 0;
}
.contacts-item {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contacts-item:not(:last-child) {
  border-right: 1px solid #818181;
}
.contacts-item_header,
.contacts-item_text,
.contacts-item a {
  font-family: "Myriad Pro";
}
.contacts-item_header,
.contacts-item a {
  font-weight: bold;
}
.contacts-item_header,
.contacts-item_text {
  color: #4c4c4c;
  font-size: 18px;
}
.contacts-item_header {
  margin-top: 25px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.contacts-item_text {
  margin-top: 0;
  margin-bottom: 0;
}
.contacts-item a {
  font-size: 19px;
  color: #008d9c;
  text-decoration: none;
}
.catalog {
  background-color: #008b9b;
}
.catalog-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 56px;
  box-sizing: border-box;
}
.catalog-header {
  width: 70%;
  color: #f7f7f7;
  font-family: "Myriad Pro";
}
.catalog-header h3 {
  font-size: 46px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
}
.catalog-header span {
  font-weight: bold;
}
.catalog-header p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.catalog-button {
  width: 30%;
}
.catalog-download {
  width: 185px;
  height: 51px;
  background-color: #1abc9c;
  border: 1px solid #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px; 
  font-family: "Myriad Pro";
}
.footer {
  background-color: #4b5553;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
}
.copyright-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.copyright-block {
  font-size: 16px;
  color: #ffffff;
  font-family: "Myriad Pro";
  margin-left: 20px;
}
.copyright {
  margin-top: 0;
  margin-bottom: 9px;
}
.design {
  margin: 0;
}
.line-life {
  color: #1abc9c;
  text-decoration: none;
  padding-left: 5px;
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.social-links {
  margin-right: 12px;
}
.modal-wrapper,
.modal-sent {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.5);
}
.modal-inner {
  width: 400px;
  background-color: #fff;
  padding: 60px 40px 40px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#form-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.modal-inner h4 {
  font-size: 26px;
  color: #4c5554;
  font-family: "Proxima Nova Cond";
  text-align: center;
  margin-top: 0;
}
#form-modal input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #cccccc;
  font-size: 16px;
  color: #4c5554;
  font-family: "Proxima Nova Cond";
}
#form-questions input::placeholder {
  font-size: 16px;
  color: #4c5554;
  font-family: "Proxima Nova Cond";
}
#form-modal input:not(:last-child) {
  margin-bottom: 10px;
}
#form-modal .btn-send {
  margin-top: 30px;
}
.close-modal,
.close-sent {
  position: absolute;
  background-color: #000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.close-modal_cross {
  font-size: 34px;
  color: #fff;
}
.close-modal:hover {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0,.5);
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .header-top {
    max-height: unset;
  }
  .header-top-menu_wrapper {
    justify-content: flex-end;
  }
  .header-top_menu {
    order: 3;
    position: relative;
  }
  .top-menu {
    display: none;
    position: absolute;
    top: -10px;
    right: 0;
    flex-direction: column;
    width: 320px;
    padding: 0;
    background-color: #4b5553;
    z-index: 1000;
    margin: 0;
  }
  .top-menu_item {
    padding: 15px 0 15px 15px;
  }
  .top-menu_item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .top-menu a {
    font-size: 18px;
  }
  .burger {
    display: flex;
    margin-right: 15px;
  }
  .header-top_social {
    margin-right: 15px;
  }
  .info-header_text {
    text-align: center;
    flex-direction: column;
  }
  .info-header_text p {
    margin-top: 10px;
  }
  .content-items {
    flex-direction: column;
  }
  .content-items .item-left,
  .content-items .item-right {
    margin: 0;
  }
  .content-items .item-right {
    max-width: 80%;
    align-self: center;
    margin-top: 15px;
  }
  .content-items .item-right h4 {
    text-align: center;
  }
  .product-item_inner.container {
    width: auto;
  }
  .product-item_inner {
    flex-direction: column;
    align-items: center;
  }
  .product-item_desc,
  .product-item_spec {
    margin: 0;
  }
  .product-item_desc {
    margin-bottom: 20px;
  }
  .questions-body {
    padding: 0 15px;
  }
  .catalog-inner {
    padding: 40px 20px 56px;
  }
}
@media screen and (max-width: 768px) {
  .slirder-item_description {
    font-size: 22px;
  }
  .header-top_form {
    position: static;
    bottom: 0;
    left: 0;
    margin: 15px 0;
  }
  form#application {
    flex-direction: column;
    width: auto;
    height: auto;
  }
  form#application input {
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
  }
  form#application input[type="text"] {
    border-right: 1px solid #e3e3e3;
  }
  form#application .btn-send {
    width: 165px;
  }
  .info-header_text p {
    font-size: 36px;
  }
  .content-items {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .content-items .item-left iframe {
    width: 100% !important;
    height: auto !important;
  }
  .content-items .item-left #map {
    width: 400px;
    height: 200px;
  }
  .main-header_wrapper {
    height: auto;
  }
  .main-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 36px;
  }
  .main-header::before {
    margin: 0;
  }
  .product-item_desc {
    width: 90%;
  }
  .product-item_slider .slick-dots {
    bottom: -25px;
    top: unset;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
  }
  .product-model {
    font-size: 28px;
  }
  .product-name {
    font-size: 16px;
  }
  .product-item_spec {
    padding: 15px 10px;
    width: 90%;
    box-sizing: border-box;
    height: auto;
  }
  .product-item_slider {
    top: 80px;
  }
  .product-desc {
    top: 510px;
  }
  .equipment-header {
    font-size: 36px;
  }
  .questions-header {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .questions-body {
    flex-direction: column;
    align-items: center;
  }
  .questions-body_form,
  .questions-body_links {
    margin: 0;
    width: 90%;
  }
  .whatsapp {
    margin-top: 30px;
  }
  .contacts-inner {
    flex-direction: column;
  }
  .contacts-item {
    width: 80%;
  }
  .contacts-item:not(:last-child) {
    border-bottom: 1px solid #818181;
    border-right: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .catalog-inner {
    flex-direction: column;
  }
  .catalog-header {
    width: 95%;
    text-align: center;
    margin-bottom: 20px;
  }
  .catalog-header h3 {
    font-size: 36px;
  }
  .catalog-button {
    width: auto;
  }
}
@media screen and (max-width: 670px) {
  .product-item_slider {
    position: relative;
    top: unset;
    left: unset;
  }
  .product-item_slider.slick-slider {
    height: auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .product-desc {
    position: static;
  }
  .product-item_desc {
    height: auto;
  }
  .product-item_buttons {
    position: static;
    margin-top: 20px;
  }
  .product-item_photo {
    min-width: 320px;
  }
}
@media screen and (max-width: 600px) {
  .header-top_inner img {
    width: auto;
    max-width: 100%;
  }
  .header-top {
    padding: 10px 0;
  }
  .info-header_text {
    height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .name-email {
    flex-direction: column;
  }
  .questions-name, 
  .questions-email {
    width: 95%;
  }
  .questions-name {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 525px) {
  .info-body_tabs {
    width: 100%;
  }
  .content-items_news img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  .header-top_inner {
    flex-direction: column;
  }
  .header-top-menu_wrapper {
    justify-content: space-between;
  }
  .slirder-item_description {
    font-size: 16px;
  }
  .info-header_text p {
    font-size: 28px;
  }
  form#application input,
  form#application input::placeholder {
    font-size: 14px;
  }
  form#application input {
    height: 30px;
    padding-left: 15px;
  }
  form#application .btn-send {
    height: 30px; 
    font-size: 14px;
    width: 120px;
  }
  .info-header_text {
    padding-bottom: 30px;
  }
  .tab-items {
    height: 30px;
  }
  .content-items .item-left #map {
    width: 300px;
    height: 150px;
  }
  .tab-items p {
    font-size: 12px;
  }
  .info-body_tabs {
    margin-top: -30px;
  }
  .content-items .item-right h4 {
    font-size: 18px;
  }
  .content-items .item-right p.contacts-title {
    font-size: 18px;
  }
  .item-right .contacts-list {
    margin: 0;
  }
  .main-header {
    font-size: 28px;
  }
  .product-model::after, 
  .product-desc::before,
  .item-spec_header:after,
  .item-spec_subheader:before,
  .special-text:before {
    width: 90%;
  }
  .equipment-header {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .equipment-item {
    height: auto;
  }
  .equipment-item_buttons .btn-download, 
  .equipment-item_buttons .btn-send {
    width: 125px;
    font-size: 14px;
  }
  .footer-inner {
    flex-direction: column-reverse;
  }
  .footer-social {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .modal-inner {
    max-width: 400px;
    width: 95%;
  }
}