/*
    Theme Name: Wincotech
    Author: Wincotech team
    Author URI: https://wincotech.co.uk
    Description: Wincotech website
    Requires at least: 5.3
    Tested up to: 5.6
    Requires PHP: 5.6
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: wincotech
    Tags: acf, wpml
*/

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul li,
ol li,
menu li {
  list-style: none;
}

ul,
ol,
menu {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  width: 100%;
  max-width: 1170px;
}

.btn1 {
  display: inline-block;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #00c4e1;
  padding: 20.5px 69px;
  padding-right: 123px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn1:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 54px;
  width: 46px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.55);
}

.main-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
}

.home .main-header {
  background: rgba(0, 0, 0, 0.7);
}

.main-header-toggle {
  width: 30px;
  height: 30px;
  background: url("./img/menu.svg") center/cover no-repeat;
  cursor: pointer;
  display: none;
}

.main-header-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background: url("./img/close.svg") center/cover no-repeat;
  cursor: pointer;
  display: none;
}

.main-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-header-logo {
  max-width: 236px;
  width: 100%;
}

.main-header-nav {
  max-width: 530px;
  width: 100%;
  margin-top: 28px;
}

.main-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-menu a {
  display: inline-block;
  color: white;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.main-header-menu a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  background-color: #fff;
}

.main-header-contact {
  padding-left: 73px;
  position: relative;
  margin-top: 14px;
}

.main-header-contact:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 54px;
  height: 54px;
  background: url("./img/tel-icon.png") center no-repeat;
}

.main-header-contact p {
  line-height: 0;
}

.main-header-tel {
  display: inline-block;
  color: #fefefe;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
}

.main-header-email {
  display: inline-block;
  color: #fefefe;
  font-size: 13px;
  line-height: 1.4;
}

.banner {
  padding-top: 251px;
  padding-bottom: 89px;
}

.banner1 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.banner-wrap {
  position: relative;
  /*background: url("./img/banner-bg.jpg") center top/cover no-repeat;*/
  min-height: 100px;
}

.banner-bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 256px;
  z-index: 2;
}

.banner-bg2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 401px;
  z-index: 2;
}

.banner-bg3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  z-index: 2;
}

.banner-bg4 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(221px);
  transform: translateX(221px);
  width: 500px;
  z-index: 2;
}

.banner-text {
  max-width: 710px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner-text h2 {
  color: white;
  font-family: "Constantia", sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 82px;
  margin-bottom: 20px;
  height: 164px;
  overflow: hidden;
  text-shadow: 3px 5px 5px #272727;
}

.banner-text span {
  display: block;
  color: white;
  font-size: 23px;
  margin-bottom: 73px;
  height: 65px;
  overflow: hidden;
  text-shadow: 3px 5px 3px #272727;
}

.banner-btn {
  display: block;
  width: 19px;
  margin-top: 79px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-animation: scale 2s infinite ease-in-out;
  animation: scale 2s infinite ease-in-out;
  position: relative;
  z-index: 5;
}

.swiper-button-next-banner,
.swiper-button-prev-banner {
  z-index: 3;
}

.swiper-button-next-banner {
  right: 3% !important
}

.swiper-button-prev-banner {
  left: 3% !important
}

@-webkit-keyframes scale {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.aboutUs .container {
  padding-top: 90px;
  padding-bottom: 50px;
}

.aboutUs-bg {
  position: absolute;
  width: 140px;
  bottom: 28px;
  left: -100px;
}

.aboutUs-wrap {
  max-width: 932px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.aboutUs-text {
  max-width: 725px;
  width: 100%;
  margin-bottom: 71px;
}

.aboutUs-text .section-title {
  margin-bottom: 43px;
}

.aboutUs-text h3 {
  max-width: 385px;
  width: 100%;
  color: #131313;
  font-family: "Constantia", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 42px;
}

.aboutUs-text-wrap p {
  color: #131313;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 7px;
}

.aboutUs-text-wrap p:last-child {
  margin-bottom: 0;
}

.aboutUs-img {
  position: absolute;
  z-index: -1;
  width: 677px;
  top: -3px;
  right: -600px;
}

.aboutUs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -5px;
  margin-top: -10px;
}

.aboutUs-col {
  width: 33.333%;
  padding: 0px 5px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aboutUs-col:nth-child(1) .aboutUs-item p {
  max-width: 240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.aboutUs-col:nth-child(3) .aboutUs-item p {
  max-width: 205px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.aboutUs-item {
  width: 100%;
  background-color: #00c4e1;
  padding: 4px 11px 22px 11px;
  text-align: center;
}

.aboutUs-item h4 {
  color: white;
  font-family: "Constantia", sans-serif;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 22px;
}

.aboutUs-item h4 i {
  font-size: 24px;
  font-style: normal;
}

.aboutUs-item p {
  color: white;
  font-size: 13px;
  line-height: 17px;
}

.video {
  padding-top: 56px;
  padding-bottom: 121px;
}

.video-item {
  margin-bottom: 33px;
}

.video-item:last-child {
  margin-bottom: 0;
}

.video-link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.certificates {
  background-color: #008ed5;
}

.certificates .container {
  padding-top: 97px;
  padding-bottom: 120px;
}

.certificates .swiper-container {
  overflow: initial;
}

.certificates-bg {
  position: absolute;
  top: 36px;
  right: -112px;
  width: 140px;
}

.certificates-wrap {
  position: relative;
  z-index: 1;
}

.certificates-wrap .section-title {
  color: #fff;
  margin-bottom: 71px;
}

.certificates-slider {
  position: relative;
}

.certificates-slider .swiper-slide-visible .certificates-item-img {
  opacity: 1;
}

.certificates-item-img {
  min-height: 212px;
  padding: 10px;
  border: 6px solid #eaeef3;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.32;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.advantages .container {
  padding-top: 108px;
  padding-bottom: 85px;
}

.advantages-bg {
  position: absolute;
  width: 140px;
  top: 50px;
  right: 10px;
}

.advantages-wrap {
  position: relative;
  z-index: 1;
}

.advantages-wrap .section-title {
  margin-bottom: 45px;
}

.advantages-wrap h3 {
  color: #131313;
  font-family: "Constantia", sans-serif;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 59px;
}

.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -18px;
  margin-top: -38px;
  margin-bottom: 83px;
}

.advantages-col {
  width: 33.333%;
  padding: 0px 18px;
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantages-item {
  width: 100%;
  background-color: #f3f6f9;
  padding: 106px 32px 15px 35px;
  position: relative;
  min-height: 235px;
}

.advantages-item h4 {
  color: #131313;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.advantages-item p {
  color: #131313;
  font-size: 13px;
  line-height: 20px;
}

.advantages-item-img {
  position: absolute;
  top: 29px;
  left: 35px;
}

.advantages-btn-wrap {
  text-align: center;
}

.advantages-btn-wrap .btn1 {
  padding: 20.5px 58px;
  padding-right: 116px;
}

.advantages-btn-wrap .btn1:after {
  right: 43px;
}

.technicalAdvantages {
  background-color: #f3f6f9;
}

.technicalAdvantages .container {
  padding-top: 87px;
  padding-bottom: 93px;
}

.technicalAdvantages-wrap {
  max-width: 678px;
  width: 100%;
  margin-left: auto;
}

.technicalAdvantages-wrap .section-title {
  margin-bottom: 49px;
  position: relative;
  z-index: 1;
}

.technicalAdvantages-list {
  position: relative;
  z-index: 1;
}

.technicalAdvantages-list li {
  padding-left: 93px;
  position: relative;
  margin-bottom: 38px;
}

.technicalAdvantages-list li:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 65px;
  bottom: -43px;
  width: 1px;
  background-color: #d2dbe4;
}

.technicalAdvantages-list li:last-child {
  margin-bottom: 0;
}

.technicalAdvantages-list li:last-child:after {
  display: none;
}

.technicalAdvantages-list li:nth-child(4) h3 {
  margin-bottom: 10px;
}

.technicalAdvantages-list li:nth-child(4) p {
  line-height: 21px;
}

.technicalAdvantages-list li b {
  position: absolute;
  top: 5px;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #e3e9ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #00c4e1;
  font-size: 36px;
  font-weight: 700;
}

.technicalAdvantages-list li h3 {
  color: #131313;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.technicalAdvantages-list li p {
  color: #131313;
  font-size: 13px;
  line-height: 27px;
  margin-bottom: 5px;
}

.technicalAdvantages-list li p:last-child {
  margin-bottom: 0px;
}

.technicalAdvantages-list li p span {
  display: block;
  margin-bottom: 5px;
}

.technicalAdvantages-list li p span:last-child {
  margin-bottom: 0;
}

.technicalAdvantages-img-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -375px;
  width: 780px;
}

.technicalAdvantages-img {
  width: 100%;
  height: 100%;
}

.products .container {
  padding-top: 97px;
  padding-bottom: 75px;
}

.products-bg {
  position: absolute;
  bottom: 40px;
  left: -89px;
  width: 140px;
}

.products-wrap {
  position: relative;
  z-index: 1;
}

.products-wrap .section-title {
  margin-bottom: 43px;
}

.products-wrap .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 57px;
}

.products-wrap .tab_list li {
  margin-right: 47px;
}

.products-wrap .tab_list li:last-child {
  margin-right: 0;
}

.products-wrap .tab_list a {
  color: #131313;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px dashed #959595;
  -webkit-transition: border-bottom 0.3s, color 0.3s;
  transition: border-bottom 0.3s, color 0.3s;
}

.products-wrap .tab_list a.active {
  color: #00c4e1;
  border-bottom: 1px dashed transparent;
}

.products-text {
  color: #131313;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 46px;
}

.products-tab {
  display: none;
}

.products-tab:nth-child(1) {
  display: block;
}

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -16px;
  margin-top: -32px;
  margin-bottom: 32px;
}

.products-list:last-child {
  margin-bottom: 0;
}

.products-col {
  width: 25%;
  padding: 0px 16px;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-item {
  border: 1px solid #d2dbe4;
  padding: 14px;
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.products-item h3 {
  color: #131313;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 29px;
  width: 100%;
}

.products-item span {
  display: block;
  width: 100%;
  margin-top: auto;
  color: #00c4e1;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 10px;
  padding-right: 122px;
  border: 1px solid #00c4e1;
  text-align: right;
  position: relative;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.products-item span:after {
  content: "";
  position: absolute;
  right: 53px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46px;
  height: 1px;
  background-color: rgba(0, 196, 225, 0.55);
}

.products-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 23px;
  width: 100%;
}

.products-item-img img {
  height: 219px;
  -o-object-fit: cover;
  object-fit: cover;
}

.works .container {
  padding-top: 69px;
  padding-bottom: 127px;
}

.works .section-title {
  margin-bottom: 65px;
}

.works-slider {
  position: relative;
}

.works-slider .swiper-container {
  overflow: initial;
}

.works-slider .swiper-slide-visible .works-item {
  opacity: 1;
}

.works-item {
  padding-top: 80%;
  opacity: 0.26;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.callback {
  background-color: #008ed5;
}

.callback .container {
  padding-top: 102px;
  padding-bottom: 114px;
}

.callback-bg1 {
  position: absolute;
  width: 140px;
  top: 89px;
  left: -316px;
}

.callback-bg2 {
  position: absolute;
  width: 140px;
  bottom: 67px;
  right: 230px;
}

.callback-wrap {
  max-width: 767px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.callback-wrap .section-title {
  margin-bottom: 13px;
  color: white;
}

.callback-text {
  color: white;
  font-size: 18px;
  line-height: 27px;
  max-width: 730px;
  width: 100%;
  margin-bottom: 61px;
}

.callback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.callback-form .btn1 {
  margin-top: 56px;
  padding: 20.5px 74px;
  padding-right: 137px;
}

.callback-form .btn1:after {
  right: 63px;
}

.callback-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-47%);
  transform: translateY(-47%);
  right: -188px;
  width: 507px;
}

.contacts .container {
  padding-top: 101px;
  padding-bottom: 125px;
}

.contacts-bg1 {
  position: absolute;
  top: 120px;
  left: -271px;
  width: 140px;
}

.contacts-bg2 {
  position: absolute;
  bottom: 192px;
  right: -243px;
  width: 140px;
}

.contacts-pos-container {
  position: relative;
  z-index: 1;
}

.contacts-pos-container .section-title {
  margin-bottom: 47px;
}

.contacts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contacts-wrap1 {
  width: calc(100% - 390px);
}

.contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -17px;
  margin-top: -37px;
}

.contacts-col {
  width: 50%;
  padding: 0px 17px;
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-item {
  -webkit-box-shadow: 2px 4px 59px rgba(14, 14, 14, 0.06);
  box-shadow: 2px 4px 59px rgba(14, 14, 14, 0.06);
  background-color: white;
  padding: 82px 29px 24px 29px;
  position: relative;
  width: 100%;
}

.contacts-item p {
  color: #131313;
  font-size: 15px;
  line-height: 24px;
}

.contacts-item p b {
  font-weight: 600;
}

.contacts-item a {
  display: inline-block;
  color: #131313;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}

.contacts-item-img {
  position: absolute;
  top: 23px;
  left: 29px;
}

.contacts-wrap2 {
  max-width: 355px;
  width: 100%;
}

.contacts-img {
  padding: 16px;
  -webkit-box-shadow: 2px 4px 59px rgba(14, 14, 14, 0.06);
  box-shadow: 2px 4px 59px rgba(14, 14, 14, 0.06);
}

.contacts-img-wrap {
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 359px;
}

.contacts-img-wrap .btn1 {
  display: block;
  width: 100%;
  padding: 20.5px 10px;
  padding-right: 116px;
  text-align: right;
}

.main-footer {
  padding: 25px 0;
  border-top: 1px solid #dbe2e8;
}

.main-footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer-wrap p {
  color: #131313;
  font-size: 14px;
}

.main-footer-logo {
  max-width: 191px;
  width: 100%;
}

.main-footer-nav {
  max-width: 530px;
  width: 100%;
}

.main-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer-menu a {
  display: inline-block;
  color: #131313;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.main-footer-menu a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  background-color: #131313;
}

.popup {
  -webkit-box-shadow: 2px 4px 59px rgba(14, 14, 14, 0.06);
  box-shadow: 2px 4px 59px rgba(14, 14, 14, 0.06);
  background-color: white;
  max-width: 1135px;
  min-height: 700px;
  width: 95%;
  padding: 42px 42px 42px 115px;
}

.popup1 {
  -webkit-box-shadow: 2px 4px 59px rgba(14, 14, 14, 0.06);
  box-shadow: 2px 4px 59px rgba(14, 14, 14, 0.06);
  background-color: white;
  max-width: 1135px;
  min-height: 700px;
  width: 95%;
  padding: 42px 42px 42px 10px;
}

.popup-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 10px;
  width: 80px;
  height: 700px;
}

.popup-list1 li {
  width: 100%;
  text-align: center;
  background-color: #eaeef3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 5px;
  height: 16.3%;
}

.popup-list1 span {
  display: block;
  color: #061e3b;
  font-family: "HelveticaNeueCondensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}

.popup-list1 b {
  display: block;
  color: #00c4e1;
  font-family: "HelveticaNeueCondensed", sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-top: -1px;
  margin-bottom: -3px;
}

.popup-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-wrap1 {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.popup-slider {
  position: relative;
  padding: 0px 20px;
}

.popup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.popup-wrap2 {
  width: calc(100% - 380px);
}

.popup-info h2 {
  color: #131313;
  font-family: "Constantia", sans-serif;
  font-size: 33px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 45px;
  position: relative;
}

.popup-info h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 5px;
  background-color: #00c4e1;
}

.popup-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 19px;
}

.popup-info ul li:last-child {
  margin-bottom: 0;
}

.popup-info ul span {
  max-width: 180px;
  width: 100%;
  color: #061e3b;
  font-size: 12px;
}

.popup-info ul b {
  width: calc(100% - 198px);
  color: #061e3b;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.popup-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px -5px;
  margin-top: -10px;
}

.popup-col {
  width: 33.333%;
  padding: 0px 5px;
  margin-top: 10px;
  text-align: center;
}

.popup-col:nth-child(1) {
  width: 100%;
}

.fancybox-close-small {
  width: 15px;
  height: 15px;
  right: 10px;
  top: 10px;
  background: url("./img/close.svg") center/contain no-repeat;
}

.pop {
  max-width: 400px;
  width: 95%;
  font-size: 18px;
  -webkit-box-shadow: 2px 4px 59px rgba(14, 14, 14, 0.06);
  box-shadow: 2px 4px 59px rgba(14, 14, 14, 0.06);
  background-color: white;
  padding: 40px 10px;
  text-align: center;
}

.pop .fancybox-close-small {
  display: none;
}

.feedback {
  max-width: 500px;
  width: 95%;
  padding: 30px;
  background-color: #008ed5;
}

.feedback h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
}

.feedback-form .input {
  width: 100%;
  margin-bottom: 20px;
}

.fancybox-navigation button:before {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.fancybox-navigation button {
  position: absolute;
}

.fancybox-navigation button svg {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.input {
  display: block;
  width: 48%;
  outline: none;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  background-color: transparent;
  border: 1px solid white;
  padding: 21px 10px;
  padding-left: 32px;
}

.input::-webkit-input-placeholder {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.input:-ms-input-placeholder {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.input::-ms-input-placeholder {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.input::placeholder {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.textarea {
  display: block;
  width: 100%;
  height: 140px;
  outline: none;
  resize: none;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  background-color: transparent;
  border: 1px solid white;
  padding: 21px 10px;
  padding-left: 32px;
  margin-top: 20px;
}

.textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.swiper-button-prev-style1,
.swiper-button-next-style1 {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #eaeef3 url("./img/arrow1.png") 25px 19px no-repeat;
  outline: none;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-button-next-style1,
.swiper-container-rtl .swiper-button-prev-style1 {
  right: -32px;
}

.swiper-button-prev-style1,
.swiper-container-rtl .swiper-button-next-style1 {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  left: -32px;
}

.swiper-button-prev-style2,
.swiper-button-next-style2 {
  width: 18px;
  height: 12px;
  border-radius: 50%;
  background: url("./img/arrow2.png") center no-repeat;
  outline: none;
  margin-top: 0;
}

.swiper-button-next-style2,
.swiper-container-rtl .swiper-button-prev-style2 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 0;
}

.swiper-button-prev-style2,
.swiper-container-rtl .swiper-button-next-style2 {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 0;
}

.section-title {
  color: #131313;
  font-family: "Constantia", sans-serif;
  font-size: 41px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.section-title:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -3px;
  top: -3px;
  width: 25px;
  height: 25px;
  background-color: #00c4e1;
}

.no-touch .main-header-menu a:hover:after,
.no-touch .main-footer-menu a:hover:after {
  width: 100%;
}

.no-touch .btn1:hover,
.no-touch .banner-btn:hover,
.no-touch .banner-btn1:hover,
.no-touch .video-link:hover {
  opacity: 0.7;
}

.no-touch .products-wrap .tab_list a:hover {
  border-bottom: 1px dashed transparent;
}

.no-touch .products-item:hover span {
  background-color: #00c4e1;
  color: #fff;
}

.no-touch .products-item:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

@media only screen and (max-width: 1400px) {
  .aboutUs-img {
    right: -300px;
    width: 500px;
  }
}

@media only screen and (max-width: 1250px) {
  .swiper-button-next-style1,
  .swiper-container-rtl .swiper-button-prev-style1 {
    right: 0;
  }

  .swiper-button-prev-style1,
  .swiper-container-rtl .swiper-button-next-style1 {
    left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .technicalAdvantages-wrap {
    max-width: 550px;
  }

  .technicalAdvantages-img-wrap {
    width: 500px;
    left: -50px;
  }
}

@media only screen and (max-width: 1100px) {
  .main-header {
    padding: 15px 0;
  }

  .main-header-nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: none;
    margin-top: 20px;
  }

  .callback-img {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }

  .contacts-wrap1 {
    width: 100%;
  }

  .contacts-wrap2 {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-footer-nav {
    max-width: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1050px) {
  .swiper-button-next-banner,
  .swiper-button-prev-banner {
    display: none;
  }
  .aboutUs-img {
    max-width: 600px;
    width: 100%;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .aboutUs-wrap {
    max-width: none;
  }

  .aboutUs-text {
    max-width: none;
  }

  .technicalAdvantages-img-wrap {
    position: static;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .technicalAdvantages-img {
    width: auto;
    height: auto;
    padding-top: 111%;
  }

  .technicalAdvantages-wrap {
    max-width: none;
  }

  .technicalAdvantages-list {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1000px) {
  .popup-list1 {
    position: static;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    margin-top: -7px;
    margin-bottom: 20px;
  }

  .popup-list1 li {
    width: 32%;
    margin-top: 7px;
  }

  .popup-container {
    display: block;
  }

  .popup {
    padding: 42px;
  }

  .popup-wrap2 {
    width: 100%;
  }

  .popup-wrap1 {
    max-width: 400px;
  }
}

@media only screen and (max-width: 950px) {
  .aboutUs-col {
    width: 50%;
  }

  .products-col {
    width: 33.33%;
  }
}

@media only screen and (max-width: 900px) {
  .aboutUs .container,
  .video,
  .certificates .container,
  .advantages .container,
  .technicalAdvantages .container,
  .products .container,
  .works .container,
  .callback .container,
  .contacts .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .aboutUs-text .section-title,
  .aboutUs-text h3,
  .aboutUs-text,
  .certificates-wrap .section-title,
  .advantages-wrap .section-title,
  .advantages-wrap h3,
  .advantages-list,
  .products-wrap .section-title,
  .products-text,
  .products-wrap .tab_list,
  .works .section-title,
  .callback-text {
    margin-bottom: 25px;
  }

  .section-title {
    font-size: 30px;
  }

  .aboutUs-text h3,
  .advantages-wrap h3 {
    font-size: 26px;
    line-height: 1.4;
  }

  .callback-form .btn1 {
    margin-top: 25px;
  }

  .banner {
    padding-top: 170px;
  }
  .banner1 {
    padding-top: 50px;
  }

  .banner-text h2 {
    font-size: 50px;
    line-height: 1.4;
  }

  .banner-text span {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .banner-btn {
    margin-top: 20px;
  }

  .banner-bg1,
  .banner-bg2,
  .banner-bg3,
  .banner-bg4 {
    width: 100px;
  }

  .advantages-col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }

  .advantages-list {
    margin-top: -20px;
  }

  .technicalAdvantages-list li {
    padding-left: 76px;
  }

  .products-wrap .tab_list li {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 750px) {
  .main-header-toggle,
  .main-header-close {
    display: block;
  }

  .main-header-nav {
    position: fixed;
    z-index: 80;
    top: 0;
    left: 0;
    background-color: #fff;
    margin-top: 0;
    height: 100%;
    padding: 50px 20px;
    padding-bottom: 50px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .main-header-nav.active {
    visibility: visible;
    opacity: 1;
  }

  .body-overflow {
    overflow: hidden;
  }

  .main-header-menu a {
    color: #000;
    font-size: 21px;
  }

  .main-header-menu li {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .main-header-menu li:last-child {
    margin-bottom: 0;
  }

  .main-header-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-header-contact {
    margin-top: 0;
  }

  .aboutUs-item h4 {
    font-size: 40px;
  }

  .products-col {
    width: 50%;
  }

  .main-footer-menu li {
    width: 100%;
    text-align: center;
  }

  .main-footer-wrap p {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .main-footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .animated {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important;
  }
}

@media only screen and (max-width: 700px) {
  .banner-text h2 {
    font-size: 30px;
  }

  .contacts-col {
    width: 100%;
  }

  .popup {
    padding: 42px 10px;
  }

  .popup-info h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 650px) {
  .aboutUs-col {
    width: 100%;
  }

  .products-wrap .tab_list li {
    margin-right: 0;
    width: 48%;
    text-align: center;
    margin-top: 10px;
  }

  .products-wrap .tab_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -10px;
  }

  .callback-form .input {
    width: 100%;
    margin-bottom: 15px;
  }

  .popup-list1 li {
    width: 32%;
    margin-top: 5px;
  }

  .popup-list1 {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 600px) {
  .main-header-contact {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
  }

  .advantages-col {
    width: 100%;
  }

  .popup-info ul span {
    max-width: none;
    margin-bottom: 5px;
  }

  .popup-info ul b {
    width: 100%;
  }

  .popup-info ul li {
    margin-bottom: 15px;
  }

  .feedback {
    padding: 30px 10px;
  }
}

@media only screen and (max-width: 500px) {
  .products-col {
    width: 100%;
  }

  .products-list {
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .products-wrap .tab_list li {
    width: 100%;
  }

  .contacts-item span a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 450px) {
  .popup-list1 li {
    width: 49%;
  }
}

@media only screen and (max-width: 400px) {
  .contacts-img-wrap {
    padding: 15px;
  }

  .popup-list1 li {
    width: 100%;
  }
}

.banner-btn1 {
  display: block;

  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-animation: scale 2s infinite ease-in-out;
  animation: scale 2s infinite ease-in-out;
}

.page-title {
  margin: 50px 0;
}

.promo-title {
  color: #000;
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}

.promo-posts {
  width: 100%;
  margin-bottom: 50px;
}

.promo-btn {
  color: #000;
  margin-top: 17px;
  display: block;
  font-size: 15px;
}

.promo-item {
  margin-bottom: 20px;
}
