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

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

html, body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.header {
  position: fixed;
  z-index: 1000;
  width: 100%; }

.btn {
  background-color: #f00;
  color: #fff;
  padding: 7px 18px;
  font-family: "HelveticaRegular";
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 18px; }

.logo {
  width: 124px;
  height: 72px;
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 8px; }
  .logo img {
    width: 100%; }

.menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 28px; }
  .menu ul li {
    text-decoration: none;
    list-style: none; }
    .menu ul li a {
      font-size: 15px;
      font-family: 'HelveticaBold';
      text-transform: uppercase;
      color: #fff; }

@media (max-width: 1199px) {
  .menu {
    display: none; } }

@media (max-width: 600px) {
  .class-display {
    display: none; } }

.phone {
  margin-top: 12px;
  margin-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .phone a {
    font-family: "HelveticaBold";
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    white-space: nowrap; }
    .phone a:before {
      content: "";
      width: 23px;
      height: 23px;
      background-image: url("../img/icon-phone.png");
      position: absolute;
      display: block;
      left: -29px;
      background-repeat: no-repeat;
      top: 2px; }
      
.email a {
    font-size: 16px;
}
.email a:before {
    background-image: url("../img/icon-email.png");
    left: -32px;
}

.section-main-bg {
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  background-size: cover; }

.main-section {
  max-width: 650px;
  width: 100%;
  margin-left: 13%;
  margin-top: 20%; }
  
@media (max-height: 768px) {
    .main-section {
      margin-top: 11%;  
    }
}

@media (max-width: 1200px) {
  .main-section {
    margin-top: 175px; }
    .main-section .main-title {
      margin-bottom: 30px;
      font-size: 34px; }
  .section .cart-items-container {
    margin-top: -100px; } }

@media (max-width: 900px) {
  .section-main-bg .main-section {
    margin-left: auto;
    margin-right: auto; }
  .logo {
    width: 109px;
    height: 64px;
    margin-left: 0px; }
  .header .outer-menu {
    top: 2px; } }

@media (max-width: 580px) {
  .main-section .main-title {
    font-size: 28px;
    line-height: 38px; }
  .logo {
    width: 90px;
    height: 52px; }
  .phone {
    margin-top: 11px;
    margin-right: 20px; }
  .header .outer-menu {
    top: -2px; } }

@media (max-width: 530px) {
  .btn-callback {
    font-size: 16px; } }

@media (max-width: 338px) {
  .phone a {
    font-size: 15px; }
  .phone a:before {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    left: -23px;
    top: 0px; } }

.main-title {
  font-size: 42px;
  font-weight: 400;
  font-family: "HelveticaRegular";
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 47px; }

  .about-us-items {
    margin-top: 90px;
  }

.about-company-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  margin-bottom: 45px; }
  .about-company-cart-right {
    margin-left: 20px; }
  .about-company-cart img {
    width: 115px;
    height: 115px;
    margin-top: 15px; }
  .about-company-cart h4 {
    font-family: "HelveticaRegular";
    font-size: 18px;
    color: #be2e21; }
  .about-company-cart p {
    font-family: "HelveticaRegular";
    font-size: 18px;
    line-height: 24px;
    color: #100e0e; }

@media (max-width: 992px) {
  .about-company-cart {
    margin-bottom: 50px; }
    .about-company-cart img {
      margin-top: 0px; }
    .about-company-cart h4 {
      margin-top: 15px; }
  .cart-item {
    margin-bottom: 27px; } }

@media (max-width: 470px) {
  .about-company-cart img {
    width: 70px;
    height: 70px; } }

.form-container {
  background-color: #f4f4f4;
  padding-top: 45px;
  margin-bottom: 45px; }

.section-color {
  background-color: #f4f4f4; }

.section-title {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #000;
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px; }
  .section-title:before {
    content: "";
    width: 120px;
    height: 3px;
    position: absolute;
    background-color: #f00;
    top: 82px; }

.section-title-bg {
  background-color: #f4f4f4; }

.cart-product {
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px; }
  .cart-product img {
    margin-bottom: 20px; 
    margin-top: 20px;
  width: 273px;
height: 292px;}
  .cart-product .cart-description {
    font-family: "Roboto";
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
    color: #020202;
    text-align: center; 
    padding-left: 10px;
    padding-right: 10px;}
  .cart-product .cart-cost {
    font-family: "Roboto";
    font-size: 24px;
    line-height: 30px;
    color: #f00;
    width: 100%;
    display: block;
    margin-bottom: 20px; }
  .cart-product .btn-cart {
    font-family: "Roboto";
    font-size: 15px;
    margin-bottom: 20px; }

.cart-items-container {
  margin-bottom: 130px;
  margin-top: -237px; }
  
@media (max-height: 768px) {
    .cart-items-container {
        margin-top: -180px;
    }
}
  .cart-items-container .cart-item {
    text-align: right;
    background-color: #fff;
    -webkit-box-shadow: -4px 4px 15px 11px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 4px 15px 11px rgba(0, 0, 0, 0.2);
    position: relative; }
    .cart-items-container .cart-item .cart-text {
      text-align: left; }
    .cart-items-container .cart-item .cart-number {
      font-family: "Roboto";
      font-size: 72px;
      line-height: 90px;
      font-weight: bold;
      color: #f00;
      position: absolute; }
    .cart-items-container .cart-item p {
      font-family: "Roboto";
      font-size: 26px;
      line-height: 32px;
      color: #000; }
    .cart-items-container .cart-item .cart-product-red {
      font-family: "Roboto";
      font-size: 26px;
      line-height: 32px;
      color: #000;
      color: #f00;
      white-space: nowrap; }
  .cart-items-container .cart-item-1 img {
    width: 314px;
    height: 374px; }
  .cart-items-container .cart-item-1 .cart-number {
    left: 28px;
    top: 17px; }
  .cart-items-container .cart-item-1 .cart-text {
    margin-left: 32px;
    padding-bottom: 12px; }
  .cart-items-container .cart-item-2 img {
    width: 310px;
    height: 172px; }
  .cart-items-container .cart-item-2 .cart-number {
    left: 28px;
    top: 17px; }
  .cart-items-container .cart-item-2 .cart-text {
    margin-left: 30px;
    padding-bottom: 12px;
    margin-bottom: 12px; }
  .cart-items-container .cart-item-3 img {
    width: 178px;
    height: 150px;
    margin-right: -19px; }
  .cart-items-container .cart-item-3 .cart-number {
    left: 16px;
    top: 6px;
    font-size: 48px;
    line-height: 60px; }
  .cart-items-container .cart-item-3 .cart-text {
    margin-left: 15px;
    padding-bottom: 8px; }
  .cart-items-container .cart-item-3 .cart-product-red {
    font-size: 20px; }
  .cart-items-container .cart-item-3 p {
    font-size: 20px; }
  .cart-items-container .cart-item-4 img {
    width: 133px;
    height: 158px;
    margin-top: -8px; }
  .cart-items-container .cart-item-4 .cart-number {
    left: 16px;
    top: 6px;
    font-size: 48px;
    line-height: 60px; }
  .cart-items-container .cart-item-4 .cart-text {
    margin-top: -22px;
    margin-left: 15px;
    padding-bottom: 8px; }
  .cart-items-container .cart-item-4 .cart-product-red {
    font-size: 20px; }
  .cart-items-container .cart-item-4 p {
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 0px; }

.show-more {
  text-align: center;
  margin-bottom: 60px; }

.form-image {
  display: block;
  margin: 0 auto; }

.form {
  margin-left: 90px;
  margin-bottom: 175px; }
  .form .form-title {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-family: "Roboto";
    max-width: 300px;
    margin-bottom: 30px; }
  .form input {
    display: block;
    width: 80%;
    font-family: "Roboto";
    font-size: 20px;
    line-height: 26px;
    color: #000;
    border: 1px solid #1e1c1c;
    padding: 6px 10px;
    margin-bottom: 20px; }
  .form .form-btn {
    width: 150px;
    border: 1px solid #f00;
    font-size: 15px;
    font-family: "Roboto";
    color: #fff; }
    .form .form-btn:hover {
      color: #212529; }

@media (max-width: 992px) {
  .form-image {
    width: 300px;
    height: 300px; }
  .form {
    margin-left: 0px; } }

@media (max-width: 768px) {
  .form {
    margin-bottom: 30px; }
  .form-image {
    margin-bottom: 50px; } }

.footer p {
  margin-bottom: 5px; }

.footer-contacts a {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #000; }

.footer-contacts .footer-contacts-phone {
  position: relative;
  margin-bottom: 5px;
  display: block;
  white-space: nowrap; }
  .footer-contacts .footer-contacts-phone:before {
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    display: block;
    background-image: url("../img/icon-phone.png");
    left: -27px;
    top: 3px;
    background-repeat: no-repeat; }

.footer-contacts .footer-contacts-email {
  position: relative;
  margin-bottom: 5px;
  display: block; }
  .footer-contacts .footer-contacts-email:before {
    content: '';
    width: 23px;
    height: 23px;
    background-image: url("../img/icon-email.png");
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    left: -27px;
    top: 8px; }

@media (max-width: 992px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 10px; }
  .footer-info {
    margin-bottom: 32px; }
  .footer-contacts {
    margin: 0 auto;
    width: 153px; } }

.social .social-title {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin-left: -26px;
  margin-bottom: 10px; }

.social .social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .social .social-wrap .social-iconss {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    margin-right: 15px; }
  .social .social-wrap .footer-social-fb {
    background-image: url("../img/fb.png"); }
  .social .social-wrap .footer-social-inst {
    background-image: url("../img/inst.png"); }
  .social .social-wrap .footer-social-vk {
    background-image: url("../img/vk.png"); }

.after-footer {
  text-align: center;
  width: 100%;
  margin-top: 40px; }

.after-after-footer {
  margin-top: 10px;
}

.modal .modal-dialog {
  margin: 10rem auto;
  max-width: 800px; }

.popup-image {
  margin-top: 20px;
  margin-left: 20px; 
width: 273px;}

.mobile-close {
    display:none;
}

@media (max-width: 767px) {
    .mobile-close {
        display:block;
        margin-right: 10px;
        margin-top: 10px;
    }
    
    .popup-close {
        display:none;
    }
}

.popup-right {
  margin-top: 15px;
  margin-right: 0px;
  padding-right: 35px; }

@media (max-width: 768px) {
  .popup-right {
    margin-left: 36px; } }

.popup-title {
  font-size: 25px;
  line-height: 36px;
  color: #000;
  font-family: "Roboto";
  font-weight: bold; }

.popup-subtitle {
  font-size: 17px;
  line-height: 24px;
  color: #ff0000;
  font-family: "Roboto"; }

.popup-top-left {
  margin-right: 20px;
}

.popup-text {
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-family: "Roboto"; }

.popup-cost {
  font-size: 30px;
  line-height: 38px;
  color: #f00;
  font-weight: bold;
  font-family: "Roboto"; }

.popup-btn {
  margin-bottom: 30px;
  margin-top: 20px; }

.outer-menu {
  position: fixed;
  top: 35px;
  right: 70px;
  z-index: 1000; }

.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0; }

.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: .5em 1em;
  background: #4b67ba;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  -webkit-transition: box-shadow 0.4s ease;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.outer-menu .hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.outer-menu .hamburger > div:after {
  top: 10px; }

.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.outer-menu .menu > div {
  width: 0;
  height: 0;
  color: #fefefe;
  background: #4b67ba;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh; }

.outer-menu .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block; }

.outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease; }

.outer-menu .menu > div > div > ul > li > a:hover {
  color: #e5e5e5; }

.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%; }

.outer-menu .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease; }

.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg); }

.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg); }

.outer-menu .hamburger .hamburgerAnim {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.outer-menu .checkbox-toggle:checked + .hamburger .hamburgerAnim:before,
.outer-menu .checkbox-toggle:checked + .hamburger .hamburgerAnim:after {
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.outer-menu .checkbox-toggle:checked + .hamburger .hamburgerAnim:after {
  opacity: 0; }

.outer-menu .menu-on {
  pointer-events: auto; }

.outer-menu > div .menu-div-on {
  width: 200vw;
  height: 200vw; }

.outer-menu > div > div .menu-div-div-on {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s; }

.outer-menu {
  display: none; }

@media (max-width: 1199px) {
  .outer-menu {
    display: block;
    top: 9px; }
    .outer-menu .hamburger {
      background: transparent; }
  .outer-menu .menu > div {
    background: #f00; }
  .menu-div-div-on a:hover {
    text-decoration: none; } }

@media (max-width: 768px) {
  .cart-items-container .cart-item-1 img {
    width: 247px;
    height: 290px; }
  .cart-items-container .cart-item-2 img {
    width: 240px;
    height: 133px; }
  .form {
    margin-left: 5px;
    margin-right: 5px; }
  .form input {
    width: 100%; } }


    .popup-right p {
      margin-bottom: 10px;
    }

    .popup-text {
      font-size: 15px;
      line-height: 22px;
    }