blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,p,pre,td,textarea,th,ul{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}abbr,fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ul li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}legend{color:#000}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}img{max-width:100%;height:auto}
@font-face {
  font-family: "Gilroy-Medium";
  src: url(../fonts/Gilroy-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (max-width:1229px) {
  .wrapper {
    overflow: hidden;
  }
}
.map{
  width: 100%;
  height: 479px;
}
img {
    max-width: 100%;
    height: auto;
}
.screen_img{
position: absolute;
width: 100%;
height: 100%;
top:0;
left:0;
overflow: hidden;
}
.screen_img img{
position: absolute;
width: 100%;
height: 100%;
top:0;
left:0;
overflow: hidden;
object-fit: cover;
}
.container {
  margin: 0 auto !important;
  width: 1200px !important;
}
@media (max-width:1229px) {
  .container {
    margin: 0 auto !important;
    width: 100% !important;
    padding: 0;
  }
  
}
.progress_value{
    width: 100%;
  }
.header_container {
  margin: 0 auto;
  width: 1230px;
}
@media (max-width:1229px) {
  .header_container {
    margin: 0 auto !important;
    width: 100% !important;
    padding: 0 15px;
  }
  section{
    padding: 0 15px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background: #e1e1e1;
}
.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}
.popup .close1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.popup-block .close2 {
  position: absolute;
  top: 20px;
  right: 22px;
  cursor: pointer;
  z-index: 9;
  width: 20px;
height: 20px;
display: flex;
justify-content:center;
align-items:center;
}
.popup-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 570px;
background: #0070C5;
border-radius: 5px;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  padding: 44px 88px;
}
.popup_form_title{
font-weight: bold;
font-size: 29.0722px;
line-height: 35px;
color: #fff;
text-align: center;
}
.popup_form_desc{
margin-top: 19px;
font-weight: 400;
font-size: 20px;
line-height: 24px;
text-align: center;
color: #fff;
}
@media (max-width:720px){
.popup-block{
    padding: 40px 12px;
}
.popup_form_title{
font-size: 24px;
line-height: 28px;
}
.popup_form_desc{
font-size: 16px;
line-height: 20px;
}  
} 

.button a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 13px 0;
  background: #F95F03;
  border-radius: 100px;
  color: #fff;
}
.button .btn_blue {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  background: #156BC1;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 13px;
  margin: 0 0 11px;
}

header {
  background-image: url(../images/header_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 87px;
  position: relative;
  overflow: hidden;
}
.header_bg{
  display: none;
  position: absolute;
  width: 100%;
    height: 50%;
    top:0;
    left:0;
    z-index: -1;
}
.header_winter {
  background-image: url(../images/header_bg2.jpg);
}
.header_summer {
  background-image: url(../images/header_bg3.jpg);
}
@media (max-width:720px) {
  header, .header_winter, .header_summer  {
    background: none;
  }
  .header_bg{
    display: block;
  }
}
@media (max-width:1229px) {
  header, .header_winter, .header_summer {
    background-size: 100% 50%;
  }
}
header .header_top {
  display: flex;
  justify-content: center;
  column-gap: 73px;
  padding: 74px 0 71px;
}
@media (max-width:1229px) {
  header .header_top {
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    padding: 40px 10px;
  }
}
header .header_top a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 24px;
  line-height: 29px;
  color: #EFEFEF;
}
@media (max-width:1229px) {
  header .header_top a {
    font-size: 18px;
    line-height: 22px;
  }
}
header .header_bottom {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width:1229px) {
  header .header_bottom {
    flex-direction: column;
  }
}
header .header_bottom .left_item, header .header_bottom .right_item {
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width:1229px) {
  header .header_bottom .left_item, header .header_bottom .right_item {
    width: 100%;
  }
}
header .header_bottom .left_item .logo {
/*  text-align: right;*/
  margin-bottom: 23px;
  margin-right: 70px;
}
@media (max-width:1229px) {
  header .header_bottom .left_item .logo img {
    width: 252px;
    text-align: center;
  }
}
header .header_bottom .left_item .title {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 43.4627px;
  line-height: 41px;
  margin-bottom: 30px;
  color: #fff;
  text-align: right;
}
@media (max-width:1229px) {
  header .header_bottom .left_item .title {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
  }
}
header .header_bottom .left_item .small_hero {
  display: flex;
  /*justify-content: center;*/
  padding-bottom: 105px;
  margin-top: 28px;
}
@media (max-width:1229px) {
  header .header_bottom .left_item .small_hero {
    padding-bottom: 44px;
  }
}
@media (max-width:1229px) {
  header .header_bottom .left_item .small_hero .img {
    flex: 0 0 auto;
    width: 55%;
  }
  header .header_bottom .left_item .small_hero .img img {
    width: 224px;
  }
}
header .header_bottom .left_item .small_hero .right_small_hero {
  position: relative;
  left: -70px;
}
@media (max-width:1229px) {
  header .header_bottom .left_item .small_hero .right_small_hero {
    left: 4px;
    flex: 0 0 auto;
    width: 45%;
  }
}
header .header_bottom .left_item .small_hero .right_small_hero .num {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 68.9243px;
  line-height: 83px;
  margin-bottom: 14px;
  color: #fff;
  margin-top: 80px;
  position: relative;
}
@media (max-width:1229px) {
  header .header_bottom .left_item .small_hero .right_small_hero .num {
    margin-top: 34px;
    font-size: 36.7403px;
    line-height: 44px;
    margin-bottom: 7px;
  }
}
header .header_bottom .left_item .small_hero .right_small_hero .num p {
  position: relative;
  z-index: 10;
}
header .header_bottom .left_item .small_hero .right_small_hero .num span {
  position: absolute;
  top: -18px;
  left: -22px;
  z-index: 0;
}
@media (max-width:1229px) {
  header .header_bottom .left_item .small_hero .right_small_hero .num span {
    top: -5px;
  }
  header .header_bottom .left_item .small_hero .right_small_hero .num span img {
    width: 99px;
  }
}
header .header_bottom .left_item .small_hero .right_small_hero .info {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  width: 238px;
}
header .header_bottom .left_item .small_hero .right_small_hero .info br {
  display: none;
}
@media (max-width:1229px) {
  header .header_bottom .left_item .small_hero .right_small_hero .info {
    font-size: 14.9255px;
    line-height: 18px;
  }
  header .header_bottom .left_item .small_hero .right_small_hero .info br {
    display: block;
  }
}
header .header_bottom .right_item .box {
  background-color: #0070C5;
  width: 351px;
  height: 576px;
  border-radius: 10px;
  margin-left: 160px;
  padding: 33px 33px 32px 36px;
}
@media (max-width:1229px) {
  header .header_bottom .right_item .box {
    width: 100%;
    margin-left: 0;
  }
  header .header_bottom .right_item .box form .check{
    font-size: 13px !important ;
  }
  header .header_bottom .right_item .box form .select_box .select{
    width: 100%;
  }
}
header .header_bottom .right_item .box .form_title {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #EFEFEF;
  margin-bottom: 18px;
}
header .header_bottom .right_item .box form input, header .header_bottom .right_item .box form select, header .header_bottom .right_item .box form button {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  height: 46px;
  margin-bottom: 10px;
  border-radius: 5px;
  outline: none;
  border: none;
  padding-left: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}    
form input:focus{
  border: 2px solid #3bff53 !important;
}
header .header_bottom .right_item .box form .select_box .select {
  position: relative;
  min-width: 200px;
  width: 100%;
}
header .header_bottom .right_item .box form .select_box .select select {
  padding: 7px 40px 7px 20px;
  width: 100%;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  transition: all 150ms ease;
}
header .header_bottom .right_item .box form .select_box .select select:focus {
  outline: none;
  border-color: #07f;
  box-shadow: 0 0 0 2px rgba(0, 119, 255, 0.2);
}
header .header_bottom .right_item .box form .select_box .select select:hover + svg {
  stroke: #07f;
}
header .header_bottom .right_item .box form .select_box .select select:required:invalid {
  color: #000;
}
header .header_bottom .right_item .box form .select_box .select select option {
  color: #223254;
}
header .header_bottom .right_item .box form .select_box .select select option[value=""][disabled] {
  display: none;
}
header .header_bottom .right_item .box form .select_box .sprites {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
header .header_bottom .right_item .box form .dimensions {
  font-family: "Montserrat", sans-serif;
  margin-top: 7px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #EFEFEF;
}
header .header_bottom .right_item .box form .check {
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #EFEFEF;
  margin-bottom: 13px;
  column-gap: 10px;
}
header .header_bottom .right_item .box form .check [name=check] {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  outline: none;
  border: none;
  margin-bottom: 0;
}
header .header_bottom .right_item .box form button {
  color: #fff;
  background: #F45E04;
  cursor: pointer;
  padding-left: 0;
}
h1,
.inner_title{
  font-weight: 600;
font-size: 43.4627px;
line-height: 41px;
text-transform: uppercase;
color: #FFFFFF;
}
.tire_models {
  margin-bottom: 82px;
}
@media (max-width:1229px) {
  .tire_models {
    margin-bottom: 50px;
  }
  h1,
  .inner_title{
    font-size: 28px;
    line-height: 30px;
  }
}
.tire_models .title {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  text-transform: uppercase;
  color: #292929;
  margin-bottom: 56px;
}
@media (max-width:1229px) {
  .tire_models .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 13px;
  }
}
.tire_models .tire_models_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  position: relative;
  z-index: 2;
}
@media (max-width:1229px) {
  .tire_models .tire_models_header {
    flex-direction: column;
    row-gap: 13px;
    margin-bottom: 26px;
  }
}
.tire_models .tire_models_header .left_item {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #292929;
}
@media (max-width:1229px) {
  .tire_models .tire_models_header .left_item {
    font-size: 18px;
    line-height: 22px;
  }
}
.tire_models .tire_models_header .right_item {
  display: flex;
  align-items: center;
  column-gap: 34px;
}
@media (max-width:1229px) {
  .tire_models .tire_models_header .right_item {
    column-gap: 10px;
  }
  .tire_models .tire_models_header .right_item .climate {
    column-gap: 5px;
  }
}
@media (max-width:720px) {
  .tire_models .tire_models_header .right_item .climate {
    width: 30%;
    position: relative;
    padding-right: 12px;
  }
  .nav-item img{
    z-index: -1;
    position: absolute;
    right: 0;
  }
}
.tire_models .tire_models_header .right_item .climate {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: inherit !important;
    border: none !important;
}
.tire_models .tire_models_header .right_item .climate a {
  display: flex;
  justify-content: center;
  align-items: center;
/*  
  padding-left: 40px;*/
}
.tire_models .tire_models_header .right_item .climate a span:first-child {
  width: 28px;
      margin-right: 5px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.tire_models .tire_models_header .right_item .climate a span:first-child:before{
  content:'';
  position: absolute;
  top:6px;
  left:6px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #F45E04;
  opacity: 0;
}
.tire_models .tire_models_header .right_item .climate .active span:first-child:before {
  opacity: 1 !important;
}
.tire_models .tire_models_header .right_item .climate span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #292929;
  display: flex;
}
@media (max-width:1229px) {
  .tire_models .tire_models_header .right_item .climate span {
    font-size: 17.7969px;
    line-height: 22px;
  }
}
.tire_models .tire_models_body {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-bottom: 24px;
}
.active .tire_models_body {
  display: flex;
}
@media (max-width:1229px) {
  .tire_models .tire_models_body {
    flex-direction: column;
    align-items: center;
  }
}
.tire_models .tire_models_body .card.active {
  display: flex !important;
}
.tire_models .tire_models_body .card {
  flex: 0 0 auto;
  width: calc(50% - 12px);
  background: #fff;
  padding: 36px 18px 35px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/*.tire_models .tire_models_body .card:nth-child(n+5) {
  display: none;
}*/
.fade:not(.show) {
    opacity: 0;
    height: 0;
}
@media (max-width:1229px) {
  .tire_models .tire_models_body .card {
    width: 100%;
    border-radius: none;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    row-gap: 24px;
    border-radius: 0;
  }
  .tire_models .tire_models_body .card:nth-child(n+4) {
    display: none;
  }
}
.tire_models .tire_models_body .card .left_item, .tire_models .tire_models_body .card .right_item {
  flex: 0 0 auto;
  width: calc(50% - 14px);
}
@media (max-width:1229px) {
  .tire_models .tire_models_body .card .left_item, .tire_models .tire_models_body .card .right_item {
    width: 100%;
  }
}
.tire_models .tire_models_body .card .left_item .img_tire {
  margin-bottom: 20px;
  height: 303px;
  max-width: 195px;
/*  display: flex;*/
display: flex;
align-items: center;
}
.tire_models .tire_models_body .card .left_item .img_tire img {
height: 100%;
object-fit: contain;
    width: inherit;
    max-width: inherit;
}
@media (max-width:1229px) {
  .tire_models .tire_models_body .card .left_item .img_tire {
/*    display: flex;*/
    justify-content: center;
    margin-bottom: 24px;
  }
}
.tire_models .tire_models_body .card .left_item .info {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
}
.tire_models .tire_models_body .card .left_item .prog_box {
  display: flex;
  flex-direction: column;
  row-gap: 9px;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss {
  background: #E1E1E1;
  border-radius: 100px;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress {
  width: 100%;
  padding: 0 10px;
  background: #006AB9;
  border: 1px solid #006AB9;
  border-radius: 100px;
  color: #fff;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress .d_flex {
  display: flex;
  justify-content: space-between;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress .d_flex .item {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress.ten {
  width: 100%;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress.nine {
  width: 95%;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress.eight {
  width: 90%;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress.seven {
  width: 85%;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress.six {
  width: 80%;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress.five {
  width: 75%;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress.four {
  width: 70%;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress.three {
  width: 65%;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress.two {
  width: 60%;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress.eight {
  width: 90%;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress.one {
  width: 100%;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss {
    position: relative;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress.one{
  background: #E1E1E1;
    border: 1px solid #E1E1E1;
        color: #212529;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress.one:before{
  content:'';
  position: absolute;
    z-index: 1;
  width: 10%;
  height: 100%;
  top:0;
  left:0;
  border-radius: 100px;
  background: #006AB9;
    border: 1px solid #006AB9;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress.one .progress_value{
position: relative;
z-index: 2;
}
.tire_models .tire_models_body .card .left_item .prog_box .progresss .progress.zero {
  width: 50%;
}
.tire_models .tire_models_body .card .right_item .type {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
}
.tire_models .tire_models_body .card .right_item .title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-transform: none;
  text-align: left;
  margin-bottom: 18px;
}
.tire_models .tire_models_body .card .right_item .season {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 18px;
}
.tire_models .tire_models_body .card .right_item .season .left, .tire_models .tire_models_body .card .right_item .season .right {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.tire_models .tire_models_body .card .right_item .season .left span, .tire_models .tire_models_body .card .right_item .season .right span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.tire_models .tire_models_body .card .right_item .info {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
}
@media (max-width:1229px) {
  .tire_models .tire_models_body .card .right_item .info span {
    display: none;
  }
  .tire_models .tire_models_body .card .right_item .info span.active {
    display: block;
  }
}
.tire_models .tire_models_body .card .right_item .info p {
  display: none;
}
@media (max-width:1229px) {
  .tire_models .tire_models_body .card .right_item .info p {
    display: block;
  }
  .tire_models .tire_models_body .card .right_item .info p a {
    color: #898989;
    text-decoration: none;
  }
}
.tire_models .tire_models_body .card .right_item ul {
  font-family: "Inter", sans-serif;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 18px;
}
.tire_models .tire_models_body .card .right_item .price {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 18px;
}
.tire_models .btttn {
  display: flex;
  justify-content: center;
  margin-bottom: 46px;
}
.tire_models .btttn .bttn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  background: #fff;
  border-radius: 22px;
}
.tire_models .btttn .bttn div{
  font-family: "Gilroy-Medium";
  font-size: 16px;
  line-height: 150%;
  color: #09090B;
  text-decoration: none;
  padding: 10px;
  cursor: pointer;
}
.box_act{
  display: flex;
}
.delivery {
  margin-bottom: 82px;
}
@media (max-width:1229px) {
  .delivery {
    margin-bottom: 50px;
  }
}
.delivery .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  text-transform: uppercase;
  color: #28282A;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width:1229px) {
  .delivery .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 25px;
  }
}
.delivery .delivery_header {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  /*margin-bottom: -15px;*/
}
@media (max-width:1229px) {
  .delivery .delivery_header {
    border-radius: 0;
    /*margin-bottom: -16px;*/
  }
}
.delivery .delivery_header .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #292929;
  padding-top: 31px;
  margin-bottom: 20px;
}
@media (max-width:1229px) {
  .delivery .delivery_header .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 9px;
  }
}
.delivery .delivery_header .info {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #292929;
  margin-bottom: 20px;
}
@media (max-width:1229px) {
  .delivery .delivery_header .info {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
  }
}
.delivery .delivery_header .campaigns {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 100px;
  /*margin-bottom: 16px;*/
}
@media (max-width:1229px) {
  .delivery .delivery_header .campaigns {
    column-gap: 13px;
  }
  .delivery .delivery_header .campaigns .campaign a img {
    width: 88px;
  }
}
.delivery .delivery_body {
  background-color: #fff;
  /*border-radius: 20px 20px 0 0;*/
  margin-bottom: 1px;
}
@media (max-width:1229px) {
  .delivery .delivery_body {
    border-radius: 0;
    margin-bottom: 0;
  }
}
.delivery .delivery_body .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #292929;
  margin-bottom: 20px;
  padding-top: 53px;
}
@media (max-width:1229px) {
  .delivery .delivery_body .title {
    font-size: 18px;
    line-height: 22px;
    padding-top: 33px;
    margin-bottom: 5px;
  }
}
.delivery .delivery_body .info {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #292929;
  margin-bottom: 64px;
}
@media (max-width:1229px) {
  .delivery .delivery_body .info {
    font-size: 14px;
    line-height: 17px;
  }
  .delivery .delivery_body .info br {
    display: none;
  }
}
.map .ymaps-2-1-79-map {
    width: 100% !important;
    height: 100% !important;
  }
@media (max-width:1229px) {
  .delivery .delivery_body .map iframe {
    width: 100%;
    height: 100%;
  }
}

.contact {
  margin-bottom: 82px;
}
@media (max-width:1229px) {
  .contact {
    margin-bottom: 50px;
  }
}
.contact .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  text-transform: uppercase;
  color: #28282A;
  margin-bottom: 55px;
  text-align: center;
}
@media (max-width:1229px) {
  .contact .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
  }
}
.contact .contact_body {
  background: #fff;
  display: flex;
  justify-content: center;
  column-gap: 80px;
  border-radius: 20px;
}
@media (max-width:1229px) {
  .contact .contact_body {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    padding: 20px 0 24px;
  }
}
.contact .contact_body .cont {
  padding: 73px 0;
}
@media (max-width:1229px) {
  .contact .contact_body .cont {
    padding: 0;
  }
}
.contact .contact_body .cont a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  text-decoration: none;
}
@media (max-width:1229px) {
  .contact .contact_body .cont a img {
    width: 44px;
  }
}
.contact .contact_body .cont a p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 41px;
  color: #28282A;
}
@media (max-width:1229px) {
  .contact .contact_body .cont a p {
    font-size: 25.1117px;
    line-height: 31px;
  }
}

.about {
  margin-bottom: 166px;
}
@media (max-width:1229px) {
  .about {
    margin-bottom: 81px;
  }
}
.about .title {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  text-transform: uppercase;
  color: #1E1E1E;
  margin-bottom: 66px;
}
@media (max-width:1229px) {
  .about .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
  }
}
.about .about_logo {
  margin-bottom: 33px;
}
@media (max-width:1229px) {
  .about .about_logo {
    margin-bottom: 24px;
    text-align: center;
  }
}
.about .info {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #1E1E1E;
  margin-bottom: 66px;
}
@media (max-width:1229px) {
  .about .info {
    padding: 0 15px;
  }
  .about .info br {
    display: none;
  }
}
.about .video {
  margin-bottom: 66px;
  display: flex;
  justify-content: center;
}
@media (max-width:1229px) {
  .about .video {
    margin-bottom: 27px;
  }
}
@media (max-width:1229px) {
  .about .video iframe {
    width: 290px;
    height: 154px;
  }
}
@media (max-width:1229px) {
  .about .certificate {
    display: flex;
    justify-content: center;
  }
  .about .certificate img {
    width: 290px;
  }
}/*# sourceMappingURL=main.css.map */
.certificate img {
  display: block;
  margin: 0 auto;
}
.nav-tabs{
  border:none;
}
.nav-tabs .nav-item{
  margin-bottom: 0;
  border:none;
}
.nav-tabs .nav-link{
  border:none;
  padding: 0;
}
.map .ymaps-2-1-79-map {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width:720px){
  .map{
    height: 200px;
  }
}








.header_main {
  padding: 32px 0 25px 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.3);
  -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.3);
  box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.3);
}
@media (max-width: 1141px) {
  .header_main {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .header_main {
    padding: 12px 0;
  }
}
.header_main .container_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_main .container_inner .logo {
  display: block;
}
@media (max-width: 991px) {
  .header_main .container_inner .logo {
    display: none;
  }
}
.header_main .container_inner .logo img {
  display: block;
}
@media (max-width: 1430px) {
  .header_main .container_inner .logo img {
    width: 140px;
  }
}
.header_main .container_inner .logo:hover {
  opacity: 0.7;
}
.header_main .container_inner .nav_links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .header_main .container_inner .nav_links {
    display: none;
  }
}
.header_main .container_inner .nav_links li {
  margin: 0 5px;
}
.header_main .container_inner .nav_links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4.196px;
  border: 0.839px solid #DBDBDB;
  background: #F3F3F3;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 12px;
  height: 36px;
  min-width: 92px;
  transition: 0.3s all ease;
}
@media (max-width: 1430px) {
  .header_main .container_inner .nav_links li a {
    min-width: 92px;
    padding: 7.5px;
    font-size: 12px;
  }
}
.header_main .container_inner .nav_links li a:hover {
  background: #DBDBDB;
  text-decoration: none;
}
.header_main .container_inner .nav_links li a img {
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  object-fit: contain;
  margin: 0 0 0 10px;
}
@media (max-width: 1430px) {
  .header_main .container_inner .nav_links li a img {
    margin: 0 0 0 5px;
    width: 15px;
    height: 15px;
    min-width: 15px;
  }
}
.header_main .container_inner .header_contacts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1141px) {
  .header_main .container_inner .header_contacts {
    display: none;
  }
}
@media (max-width: 991px) {
  .header_main .container_inner .header_contacts {
    display: flex;
  }
}
.header_main .container_inner .header_contacts li {
  margin: 0 7px;
}
@media (max-width: 991px) {
  .header_main .container_inner .header_contacts li {
    margin: 0 7px 0 0;
  }
}
@media (max-width: 991px) {
  .header_main .container_inner .header_contacts li:nth-last-child(1) {
    display: none;
  }
}
.header_main .container_inner .header_contacts li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  .header_main .container_inner .header_contacts li a {
    font-size: 21px;
  }
}
.header_main .container_inner .header_contacts li a:hover {
  color: #EC6B15;
}
.header_main .container_inner .header_contacts li a img {
  display: block;
  width: 43px;
  height: 43px;
  min-width: 43px;
  object-fit: contain;
  margin: 0 6px 0 0;
}
@media (max-width: 991px) {
  .header_main .container_inner .header_contacts li a img {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 991px) {
  .header_main .container_inner .btn {
    display: none;
  }
}

.menu_box {
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .menu_box {
    display: inline-flex;
  }
}
.menu_box.is-active {
  z-index: 9;
}

.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 11px 8px;
  background: #156BC1;
  border-radius: 5px;
  width: 38px;
  height: 38px;
}
.hamburger .line {
  display: block;
  width: 23px;
  height: 2px;
  background-color: #fff;
  margin: 0 0 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-last-child(1) {
  margin: 0;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.is-active .line {
  width: 23px;
}
.hamburger.is-active .line:nth-child(3) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
  background: #fff;
}
.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateY(-1px) rotate(-45deg);
  -ms-transform: translateY(-1px) rotate(-45deg);
  -o-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
  background: #fff;
}

.mob_nav {
  position: absolute;
  left: 0px;
  top: 58px;
  background: #fff;
  width: 100%;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  padding: 14px 20px;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.3);
  -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.3);
  box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.mob_nav.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 150;
  overflow: auto;
}
.mob_nav .nav_links {
  margin: 0 0 10px;
}
.mob_nav .nav_links li {
  margin: 0 0 7px;
}
.mob_nav .nav_links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4.196px;
  border: 0.839px solid #DBDBDB;
  background: #F3F3F3;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px;
  height: 36px;
  min-width: 158px;
}
@media (max-width: 991px) {
  .mob_nav .nav_links li a {
    min-width: 150px;
    font-size: 13px;
  }
}
.mob_nav .nav_links li a:hover {
  background: #DBDBDB;
}
.mob_nav .nav_links li a img {
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  object-fit: contain;
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  .mob_nav .nav_links li a img {
    margin: 0 0 0 8px;
    width: 21px;
    height: 21px;
    min-width: 21px;
  }
}
.mob_nav .header_contacts li {
  margin: 0 0 10px;
}
.mob_nav .header_contacts li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  .mob_nav .header_contacts li a {
    font-size: 21px;
  }
}
.mob_nav .header_contacts li a:hover {
  color: #EC6B15;
}
.mob_nav .header_contacts li a img {
  display: block;
  width: 43px;
  height: 43px;
  min-width: 43px;
  object-fit: contain;
  margin: 0 6px 0 0;
}
@media (max-width: 991px) {
  .mob_nav .header_contacts li a img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991px) {
  .mob_nav .btn {
    margin: 0 0 10px;
    min-width: 150px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 16px;
}
@media (max-width: 991px) {
  .btn {
    padding: 10px 13px;
  }
}
.btn_orange {
  border-radius: 100px;
  background: #EC6B15;
  min-height: 40px;
  color: #F5F5F5;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  .btn_orange {
    font-size: 13px;
  }
}
.btn_orange:hover {
  color: #EC6B15;
  border-color: #EC6B15;
  background: transparent;
}
.btn_orange__inner {
  padding: 18px 40px;
  border-radius: 20px;
  background: #EC6B15;
  min-height: 40px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid transparent;
  min-height: 58px;
  min-width: 193px;
}
@media (max-width: 991px) {
  .btn_orange__inner {
    font-size: 16px;
  }
}
.btn_orange__inner:hover {
  color: #EC6B15;
  border-color: #EC6B15;
  background: transparent;
}

.container_inner {
    max-width: 1290px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container_inner {
        max-width: 576px;
    }
}

@media (min-width:768px) {
    .container_inner {
        max-width: 768px;
    }
}

@media (min-width:992px) {
    .container_inner {
        max-width: 992px;
    }
}

@media (min-width:1140px) {
    .container_inner {
        max-width: 1290px;
    }
}



footer {
  padding: 40px 0 50px 0;
  background: #F0F0F0;
}
@media (max-width: 991px) {
  footer {
    padding: 25px 0;
  }
}
footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .container {
    flex-direction: column;
    align-items: center;
  }
}
footer .container .footer_left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  footer .container .footer_left {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  footer .container .footer_left .logo_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
  }
}
footer .container .footer_left .logo_footer img {
  display: block;
  min-width: 180px;
}
footer .container .footer_left .footer_nav {
  margin: 0 0 0 45px;
  width: 100%;
  min-width: 158px;
}
@media (max-width: 1141px) {
  footer .container .footer_left .footer_nav {
    margin: 0 0 0 30px;
    min-width: 110px;
  }
}
@media (max-width: 991px) {
  footer .container .footer_left .footer_nav {
    margin: 0 0 20px;
    min-width: initial;
  }
}
footer .container .footer_left .footer_nav p {
  color: #156BC1;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #606060;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  footer .container .footer_left .footer_nav p {
    border-bottom: none;
    font-size: 15px;
    text-align: center;
    padding: 0;
    margin: 0 0 8px;
  }
}
footer .container .footer_left .footer_nav ul li a {
  display: block;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 991px) {
  footer .container .footer_left .footer_nav ul li a {
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
  }
}
footer .container .footer_left .footer_nav ul li a:hover {
  color: #156BC1;
}
footer .container .footer_left .footer_nav:nth-last-child(1) ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1141px) {
  footer .container .footer_left .footer_nav:nth-last-child(1) ul {
    flex-direction: column;
  }
}
footer .container .footer_left .footer_nav:nth-last-child(1) ul li {
  width: calc(50% - 10px);
}
@media (max-width: 1141px) {
  footer .container .footer_left .footer_nav:nth-last-child(1) ul li {
    width: 100%;
  }
}
footer .container .footer_right .footer_nav {
  width: 100%;
  min-width: 158px;
}
@media (max-width: 991px) {
  footer .container .footer_right .footer_nav {
    min-width: initial;
  }
}
footer .container .footer_right .footer_nav p {
  color: #156BC1;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #606060;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  footer .container .footer_right .footer_nav p {
    border-bottom: none;
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin: 0 0 8px;
  }
}
footer .container .footer_right .footer_nav ul li {
  margin: 0 0 13px;
}
footer .container .footer_right .footer_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer .container .footer_right .footer_nav ul li a img {
  display: block;
  width: 18px;
  min-width: 18px;
  margin: 0 20px 0 0;
}
footer .container .footer_right .footer_nav ul li a:hover {
  color: #156BC1;
}

header .container_inner .nav_links li .blue_bg,
.mob_nav .nav_links li .blue_bg {
  background: #156BC1;
  color: #FFF;
  border-color: #156BC1;
}

header .container_inner .nav_links li .blue_bg:hover {
  background: #DBDBDB;
  color: #000;
  border-color: #DBDBDB;
  text-decoration: none;
}

.mob_nav .nav_links li .blue_bg:hover {
  background: #DBDBDB;
  color: #000;
  border-color: #DBDBDB;
}