@font-face {
  font-family: HelveticaNeue;
  src: url(../font/HelveticaRegular.ttf);
}
@font-face {
  font-family: HelveticaNeueBold;
  src: url(../font/HelveticaBold.ttf);
}
@font-face {
  font-family: HelveticaNeueLight;
  src: url(../font/HelveticaLight.ttf);
}
@font-face {
  font-family: Circe;
  src: url(../font/Circle-Regular.otf);
}
@font-face {
  font-family: Ci-Bold;
  src: url(../font/CRC65.otf);
}
@font-face {
  font-family: Ci-light;
  src: url(../font/CRC35.otf);
}
@font-face {
  font-family: BebasNeueCyrillic;
  src: url(../font/BebasNeueCyrillic.ttf);
}
body {
  width: 100%;
  outline: none;
  text-align: center;
  margin: 0 auto!important;
}
section, main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto!important;
}
header {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../img/header-bg.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0 auto!important;
}
.content {
  width: 100%;
  max-width: 1175px;
  margin: 0 auto;  
  text-align: center;
  margin: 0 auto!important;
}

/*HEADER*/
.header-content {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;  
}
.header-logo-text {
  font-size: 25px;
  font-family: "Ci-Bold";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 2.32;
}
.header-logo-inline {
  display: inline-block;
  vertical-align: middle;
}
.hli-2 {
  padding-left: 12px;
  margin-top: -5px;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.header-adres {
  margin-left: -143px;
}
.header-adres-text {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  text-decoration: underline;
  line-height: 3.222;
  text-align: center;
}
.header-phone {
  font-size: 25px;
  font-family: "Ci-Bold";
  color: rgb(13, 13, 13);
  text-align: right;
  text-decoration: none;
  display: block;
  padding-bottom: 5px;
}
.header-call {
  font-size: 18px;
  font-family: "Ci-Bold";
  color: rgb(15, 134, 209);
  text-decoration: underline;
  text-align: right;
  display: block;
}
.header-phone-block, .header-call-block {
  text-align: right;
}
.header-title {
  font-size: 65px;
  font-family: "Ci-Bold";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 100%;
  max-width: 92%;
  margin: 0 auto;
}
.header-bottom {
  padding-top: 55px;
  padding-bottom: 237px;
}
.header-title-description {
  font-size: 30px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  line-height: 1.933;
  text-align: center;
  background: #8e1104;
  padding: 15px;
  padding: 10px 18px 10px 18px;
}
.politika-text {
  text-align: left;
  font-size: 20px;
  font-family: "Circe";
  line-height: 30px;
}
.title-politika {
  font-size: 30px;
  text-align: center;
  font-family: "Ci-Bold";
  line-height: 30px;
}
.pynkt {
  font-size: 20px;
  text-align: left;
  font-family: "Ci-Bold";  
  padding-top: 15px;
  padding-bottom: 7px;
}
.header-red-frame {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 65px;
}
.header-circle-info {
  width: 185px;
  height: 185px;
  border-radius: 100%;
  background: linear-gradient(to bottom, #fbb201, #df7c14);
  border: 10px solid#ffae05;
  text-align: center;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 25px 0px #FFAE05; 
  box-shadow: 0px 0px 25px 0px #FFAE05;
}
.ot, .thirty, .ryb-litr {
  text-align: center;
  font-size: 23px;
  font-family: "Ci-Bold";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.thirty {
  font-size: 85px;
}
.ryb-litr {
  margin-top: -6px;
}

/*MAIN*/

.title-section {
  font-size: 50px;
  font-family: "Ci-Bold";
  color: rgb(33, 33, 33);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.section-1 {
  padding-top: 65px;
}
.product-block {
  width: 265px;
  height: 317px;
  background: #fff;
  border: 2px solid#e8e8e8;
  border-radius: 15px;
  padding: 30px 20px 30px 20px;
  box-shadow: 3.632px 7.128px 10px 0px rgba(0, 0, 0, 0.19);
}
.name-product {
  font-size: 29px;
  font-family: "Ci-Bold";
  color: rgb(33, 33, 33);
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
}
.numbers-product {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(33, 33, 33);
  line-height: 1.333;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 12px;
}
.temperature-product {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(143, 143, 143);
  line-height: 1.333;
  text-align: center;
}
.price-product {
  font-size: 27px;
  font-family: "Circe";
  color: rgb(51, 51, 51);
  line-height: 0.889;
  text-align: center;
  background: #ffba00;
  font-weight: bold;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-top: 18px;
  margin-bottom: 20px;
}
.button-product {
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #8e1104;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 50px;
}
.product {
  padding-top: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.section-2 {
  background: url(../img/comfort-sec-bg.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  text-align: center;
  margin-top: 128px!important;
  padding-bottom: 92px;
}
.title-comfort {
  font-size: 50px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-top: 90px;
}
.descripton-vec {
  font-size: 21px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  line-height: 1.333;
  text-align: center;
  padding-top: 10px;
}
.kyb {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
.kyb-2 {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;  
}
.vector-block {
  padding-top: 55px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.vec-block {
  width: 350px;
}
.section-3 {
  padding-top: 60px;
}
.client-block {
  padding-top: 26px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.logo-client, .certificates {
  box-shadow: 3.632px 7.128px 10px 0px rgba(0, 0, 0, 0.19);
}
.section-4 {
  padding-top: 103px;
}
.cert-block {
  padding-top: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.vector-block-mob {
  display: none;
}

/*POPUP*/
#product-popup {
  background: url(../img/popup-bg.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 945px;
  height: 570px;
  border-radius: 0px!important;
  box-shadow: none;
  padding: 0px;
}
#header-call {
  background: url(../img/popup-bg.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 945px;
  height: 570px;
  border-radius: 0px!important;
  box-shadow: none;
  padding: 0px;  
}
#politika {
  width: 945px;
  height: auto;
  padding: 30px;
}
.popup-content {
  float: right;
  width: 52%;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
}
.title-popup {
  font-size: 40px;
  font-family: "Ci-Bold";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  padding-top: 40px;
}
.description-popup {
  font-size: 21px;
  font-family: "HelveticaNeue";
  color: rgb(255, 143, 82);
  line-height: 1.333;
  text-align: center;
  padding-top: 5px;
}
.x {
  color: #fff;
  font-size: 15px;
}
.mup-info {
  box-shadow: 3.632px 7.128px 10px 0px rgba(0, 0, 0, 0.19);
  width: 558px;
  height: auto;
  border-radius: 15px;
  padding: 35px;
  text-align: left;
  position: absolute;
  margin-top: -690px;
  z-index: 10;
  background: #fff;
}
.flex-footer {
  display: flex;
  align-items: flex-start;
  padding-top: 35px;
}
.phone-footer-1 {
  font-size: 21px;
  font-family: "HelveticaNeue";
  color: rgb(159, 159, 159);
  line-height: 1.333;
  text-align: left;
  width: 183px;
  font-weight: bold;
}
.phone-footer-2 {
  font-size: 21px;
  font-family: "HelveticaNeue";
  color: #000;
  line-height: 1.333;
  text-align: left;
  font-weight: bold;
}
.fot-photo {
  padding-left: 15px;
  padding-right: 15px;
}
.desctop-mup {
  position: relative;
  z-index: 1;
}
footer {
  padding-top: 100px!important;
}
.mobile-mup {
  display: none;
}
.height-product {
  height: 85px;
}
.whatapp-text {
  font-size: 30px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  line-height: 1.933;
  text-align: center;
  background: #0bba3f;
  padding: 15px;
  padding: 10px 18px 10px 18px; 
  display: block;
  line-height: 40px;
  text-decoration: none;
  margin-top: 40px;
  display: none;
}
.fa-whatsapp {
  padding-right: 15px;
}
.form-content {
  width: 304px;
  height: 57px;
  font-size: 18px;
  font-family: "HelveticaNeue";
  color: rgb(170, 170, 170);
  line-height: 1.556;
  text-align: left;
  border: transparent;
  border-radius: 3px;
  margin-top: 20px;
  background: #fff;
  padding-left: 15px;
}
.form-send {
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.4;
  text-align: center;
  background: #8e1104;
  border-radius: 50px;
  padding: 20px 28px 20px 28px;
  border: transparent;
  margin-top: 30px;
}
.politika {
  font-size: 16px;
  font-family: "HelveticaNeue";
  color: rgb(67, 66, 66);
  line-height: 1.25;
  padding-top: 20px;
  text-align: center;
}
.form-content-list {
  width: 304px;
  height: 57px;
  font-size: 18px;
  font-family: "HelveticaNeue";
  color: #000;
  line-height: 1.556;
  text-align: left;
  border: transparent;
  border-radius: 3px;
  margin-top: 20px;
  background: #fff;
  padding-left: 15px;  
}
.audio-block {
  display: flex;
  justify-content: space-around;
  align-items: top;
  margin-top: 30px;
}
.fancybox-bg {
  width: 100%!important;
  height: 100%!important;
}
@media screen and (max-width: 1140px) {
  .content, .header-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .certificates, .client-block-logo {
    margin: 15px;
  }
  .logo-client, .cert, .vec {
    max-width: 100%;
  }
  .vector-block {
    align-items: flex-start;
  }
  .product {
    flex-wrap: wrap;
  }
  .product-block {
    width: 48%;
    margin: 5px;
  }
  .header-adres {
    margin-left: 0px;
  }
  #product-popup, #header-call {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .popup-content {
    float: none;
    width: 100%;
    padding: 30px;
  }
}
@media screen and (max-width: 800px) {
  .header-adres-text {
    display: none;
  }
  .header-title {
    font-size: 50px;
  }
  .header-red-frame {
    padding-top: 35px;
  }
  .header-bottom {
    padding-bottom: 55px;
  }
  .desctop-mup {
    display: none;
  }
  .mobile-mup {
    display: block;
    margin-top: 50px;
  }
  .mup-info {
    margin-top: 0px;
    width: 100%;
    height: auto;
    position: relative;
    border: 2px solid#000;
  }
  .ph-ft {
    max-width: 100%;
  }
  .phone-footer-1 {
    width: auto;
  }
  .phone-footer-2 {
    padding-left: 15px;
  }
  .header-logo-text {
    color: #000;
  }
  header {
    background: url(../img/header-mob-bg.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .form-content-list, .form-send, .form-content {
    width: 100%;
  }
  #politika {
    width: auto;
    height: auto;
    padding: 30px;
  }
  .politika-text {
    text-align: left;
    font-size: 20px;
    font-family: "Circe";
    line-height: 25px;
  }
  .title-politika {
    font-size: 25px;
    text-align: center;
    font-family: "Ci-Bold";
    line-height: 30px;
  }
  .pynkt {
    font-size: 20px;
    text-align: left;
    font-family: "Ci-Bold";  
    padding-top: 15px;
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 700px) {
  .header-title-description {
    font-size: 25px;
    display: block;
    line-height: 33px;
  }
  .nobr {
    display: none;
  }
  .vector-block-mob {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .vector-block {
    display: none;
  }
  .vec-block {
    width: 48%;
    margin: 3px;
    padding-top: 15px;
  }
  .client-block, .cert-block {
    flex-wrap: wrap;
  }
  .client-block-logo, .certificates {
    width: 48%;
    margin: 0px;
    padding-top: 5px;
  }
  .whatapp-text {
    display: block;
  }
  .header-top {
    flex-direction: column;
  }
  .header-info {
    padding-top: 15px;
  }
  .header-phone-block, .header-call-block, .header-call, .header-phone {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {

  .header-title, .title-section, .title-comfort {
    max-width: 100%;
    font-size: 37px;
  }
  .descripton-vec {
    font-size: 25px;
  }
  .product-block {
    width: 100%;
    height: auto;
  }
  .audio-block {
  	flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .vec-block {
    width: 100%;
  }
  .flex-footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .phone-footer-2 {
    padding-left: 0px;
  }
  .phone-footer-2 {
    text-align: center;
    padding-top: 5px;
  }
  .phone-footer-2, .phone-footer-1 {
    font-size: 22px;
  }
  .flex-footer-2 {
    flex-direction: row;
  }
  .whatapp-text {
    font-size: 22px;
  }
  .header-red-frame {
    padding-bottom: 40px; 
  }
  .form-content-list, .form-send, .form-content  {
    font-size: 17px;
  }
  .title-popup {
    font-size: 35px;
  }
}
@media screen and (max-width: 360px) {
  .form-content-list, .form-send, .form-content {
    font-size: 14px;
  }
  .header-logo-text {
    font-size: 20px;
  }
}
