html{
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  border: 0 none;
  background: none;
  box-sizing: border-box;
}
body {
  font-weight: normal;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  padding-bottom: 70px;
  color: #000000;
  border-top: 7px solid #ff1000;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    transition: .3s all ease;
}
.preloader path{ animation: change_fill 4s infinite; }
@keyframes reduce_radius {
    from { r: 10; }
    to { r: 3; }
}
@keyframes change_fill {
    0% { fill: #f5f5f6; }
    50% { fill: #262626; }
    100% { fill: #f5f5f6; }
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
}
.max-width{
  width: 1100px;
  margin: 5px auto;
}
.only-mobile{
  display: none;
}
.btn{
  background: #ff1000;
  color: #fff;
  border-radius: 30px;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
h2{
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
h2 span{
  color: #ff1000;
}
h3{
  margin-bottom: 20px;
}
img{
  max-width: 100%;
}
input[type="text"],
input[type="email"]{
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 21px;
  box-shadow: 0px 0px 3px 2px #e8e9eb;
  margin-bottom: 20px;
  width: 100%;
}
header{
  display: flex;
}
header .logo{
  display: flex;
  align-items: baseline;
}
header .logo img{
  width: 128px;
}
header .logo .slogan{
  font-style: italic;
  color: #656565;
}
header .info{
  flex: 1;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
header .info .menu{
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 100%;
}
header .info .menu li a{
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
header .info a.phone{
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
header .info a.phone img{
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
header .info a.mail{
  margin-left: 25px;
}
header .info a.wtasapp{
  margin-left: 28px;
}
header .info a.viber{
  margin-left: 17px;
}
header .info a.img img{
  max-width: 25px;
  max-height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.content {
    z-index: 1;
    position: relative;
}
.content > div + div{
  margin-top: 33px;
}
.first-block{
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  background: #e8e9eb;
  padding: 0 5%;
  background: none;
}

.first-block .bx-wrapper{
  margin-bottom: 0;
  box-shadow: unset;
  border: unset;
}
.first-block .bx-wrapper .bx-viewport{
  height: 100%!important;
}
.first-block .bx-wrapper .bx-viewport .slider{
  height: 100%;
}
.first-block .bx-wrapper .bx-controls-direction{
  width: 1110px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -65px;
}
.first-block .left.slider .slide{
  height: 100%;
  background: #e8e9eb;
}
.first-block .left{
  position: relative;
}
.first-block .left img{
  max-width: 55%;
  /* transform: scale(-1,1); */
  display: block;
  height: 100%;
  object-fit: cover;
}
.first-block .left .image-right img{
  margin-left: auto;
}
.first-block .left .text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  max-width: 50%;
}
.first-block .left .image-right .text{
  left: 7%;
}
.first-block .left .text .title{
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.1
}
.first-block .left .text .desc{
  font-size: 24px;
  font-weight: 400;
  color: #656565;
  margin-top: 30px
}
.first-block .left .text .desc ul{
  margin-left: 25px;
  font-size: 20px;
}
.first-block .left .text .desc ul li{
  margin-bottom: 10px
}
.first-block .right{
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.first-block .right .title{
  font-size: 36px;
  color: #ff1000;
  font-weight: 700;
  text-transform: uppercase;
}
.first-block .right .desc{
  font-size: 16px;
  font-weight: 400;
  color: #656565;
  margin-bottom: 3.2rem;
}
.first-block .right input[type="text"]{
/*  font-size: 16px;
  padding: 12px 20px;
  border-radius: 21px;
  box-shadow: 0px 0px 3px 2px #e8e9eb;
  margin-bottom: 20px;
  width: 100%;*/
}
.first-block .right input[type="submit"]{
  width: 100%;
  padding: 16px 20px;
  margin-top: 2.3rem;
}
.first-block .right .desc-bottom{
  font-size: 14px;
  margin-top: 6px;
  color: #656565;
}
.catalog .accordions{
  width: 90%;
  margin: 15px auto;
}
.catalog .accordions .accordion{
  font-weight: 600;
  background: #f5f5f6;
  padding: 15px 45px;
  font-size: 20px;
  text-transform: uppercase;
  border-top: 1px solid #e8e9eb;
  cursor: pointer;
}
.catalog .accordions .accordion:before{
  content: "+";
  display: inline;
  color: #ff1000;
  font-weight: bold;
  margin-right: 5px;
}
.catalog .accordions .accordion.active{
  background: #ff1000;
  color: #fff;
}
.catalog .accordions .accordion.active:before{
  content: "-";
  color: #fff;
}
.catalog .accordions .accordion + .panel{
  display: none;
  background: #f5f5f6;
/*  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;*/
}
.catalog .accordions .accordion.active + .panel{

/*  visibility: visible;
  opacity: 1;*/
}
.catalog .accordions .panel-text{
  /*display: grid;
  grid-template-columns: 1fr 1fr;*/
  position: relative;
}
.catalog .accordions .panel-text > img{
    position: absolute;
    height: 100%;
    width: 50%;
    object-fit: cover;
}
.catalog .accordions .panel-text .text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  /*padding: 0 10%;*/
  padding: 5% 10%;
  margin-left: 50%;
}
.catalog .accordions .panel-text .text .title{
  margin-bottom: 37px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.catalog .accordions .panel-text .text ul{
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 17px;
  /* padding-left: 2px; */
}
.catalog .accordions .panel-text .text ul li{
  margin-bottom: 27px;
  padding-left: 18px;
}
.catalog .accordions .panel-text .text .desc{
  margin-top: 15px;
  font-size: 14px;
  color: #656565;
}
.advantages .items{
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.advantages .items .item{
  background: #f5f5f6;
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 0 30px;
  padding: 5px 20px;
}
.advantages .items .item img{
  grid-row: span 2;
}
.advantages .items .item .title{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.advantages .items .item .desc{
  font-weight: 400;
}
.communication .items{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  text-align: center;
  grid-gap: 10px;
  margin-top: 30px;
}
.communication .items .item .img{
  background-color: #ff1000;
  border-radius: 51%;
  width: 58%;
  padding: 15px;
  margin: 0 auto 27px;
  line-height: 0;
  position: relative;
}
.communication .items .item:not(:first-of-type) .img:before{
  content: "\2022  \2022  \2022  \2022";
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  color: #ff1000;
  font-size: 24px;
  width: calc(100% + 10px);
  text-align: center;
  height: 10px;
}
.communication .items .item .img img{
  width: 100%;
}
.communication .items .item p{
  font-size: 14px;
}
.description{
  padding-bottom: 35px;
  border-bottom: 1px solid #ff1000;
}
.description .items{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  margin: 0 auto 40px;
  grid-gap: 15px;
}
.description .items .images img + img{
  margin-top: 7px;
}
.description .items .text h2{
  margin-top: 40px;
  line-height: 1;
  margin-bottom: 40px;
}
.description .btn{
  width: max-content;
  margin: 0 auto;
  font-weight: 700;
  font-size: 18px;
  padding: 12px 100px;
}
.description .desc{
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  color: #656565;
}
.prices{
  padding-bottom: 35px;
  border-bottom: 1px solid #ff1000;
  position: relative;
}
.prices a.price{
  padding: 15px 0 15px 70px;
  background: url(/images/pdf.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  color: #ff1000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  transform: translateY(-25%);
}
.prices .items{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin: 0 auto 40px;
  grid-gap: 25px;
  margin-top: 15px;
  grid-auto-rows: 1fr;

  perspective: 1000;
}
.prices .items .item{
  -webkit-box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 20%);
  text-align: center;
  cursor: pointer;
  position: relative;

  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 1s;
}
.prices .items .item.active{
  transform: translateX(-100%) rotateY(-180deg);
}
.prices .items .item .front,
.prices .items .item .back {
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  visibility:visible;
  backface-visibility: hidden;

}
.prices .items .item .front{
  padding: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;

  z-index: 2;    /*animate*/
}
.prices .items .item .front .title{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
}
.prices .items .item .front .price{
  font-weight: 400;
  text-transform: uppercase;
  margin-top: auto;
}
.prices .items .item .front .price span{
  font-weight: 400;
  font-size: 30px;
  color: #ff1000;
}
.prices .items .item .back{
  background: #ff1000;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  padding: 25px;

  transform: rotateY(180deg);    /*animate*/
  position: absolute;    /*animate*/
  top: 0;    /*animate*/
  left: 0;    /*animate*/
}
.prices .items .item .back p + p{
  margin-top: 20px;
}
.prices .items .item .back .price{
  font-weight: 600;
  font-size: 24px;
}
.prices .btn{
  width: max-content;
  margin: 0 auto;
  font-weight: 700;
  font-size: 18px;
  padding: 12px 100px;
}
.reviews{
  padding-bottom: 35px;
  border-bottom: 1px solid #ff1000; 
}
.reviews .bx-wrapper{
  border: unset;
  box-shadow: unset;
  max-width: 100%!important;
  margin-bottom: 0;
  margin-top: 15px;
}
.reviews .bx-wrapper .bx-pager{
    position: static;
    padding-top: 25px;
    margin-bottom: 10px;
}
.reviews .bx-wrapper .bx-pager.bx-default-pager a{
  background: #e8e9eb;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.reviews .bx-wrapper .bx-pager.bx-default-pager a.active,
.reviews .bx-wrapper .bx-pager.bx-default-pager a:focus,
.reviews .bx-wrapper .bx-pager.bx-default-pager a:hover{
  background: #ff1000;
}
.reviews .items{
  height: 100%;
}
.reviews .items .item{
  width: 48%;
  background: #f5f5f6;
  padding: 15px 28px;
  margin-right: 10px;
  min-height: 100%;
}
.reviews .items .item .desc{
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 3px;
}
.reviews .items .item .title{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.reviews .items .item .logo{
  width: 30%;
  float: left;
  margin-right: 35px;
  position: relative;
  display: block;
  box-shadow: 0px 0px 3px 2px #e2e2e2;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
.reviews .items .item .logo:after {
  content: '';
  display: block;
  padding-top: 100%;
}
.reviews .items .item .logo img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
    padding: 10px;
}
.reviews .items .item .text{
  overflow: hidden;
  font-size: 14px;
}
.reviews .items .item .text p + p{
  margin-top: 20px;
}
.about{
  margin-top: 25px;
}
.about > h2{
  font-size: 44px;
}
.about .items{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  position: relative;
  width: 90%;
  margin: 10px auto;
}
.about .items .img{
  width: 100%;
  height: 100%;
  background: url(/images/pexels-karolina-grabowska-5240157.jpg) no-repeat center center;
  background-size: cover;
}
.about .items .text form{
  -webkit-box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 20%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px;
  margin-top: 30px;
  background: #fff;
}
.about .items .text form .title{
  font-size: 36px;
  color: #ff1000;
  font-weight: 700;
  text-transform: uppercase;
}
.about .items .text form .desc{
  font-size: 16px;
  font-weight: 400;
  color: #656565;
  margin-bottom: 30px;
}
.about .items .text form input[type="text"]{
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 21px;
  box-shadow: 0px 0px 3px 2px #e8e9eb;
  margin-bottom: 20px;
  width: 100%;
  max-width: 250px;
}
.about .items .text form input[type="submit"]{
  width: 100%;
  padding: 16px 20px;
  margin-top: 16px;
  max-width: 250px;
}
.about .items .text form .desc-bottom{
  font-size: 14px;
  margin-top: 6px;
  color: #656565;
}
.map{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
footer{
  width: 640px;
  margin: 130px auto 0;
  background: #fff;
  display: flex;
  grid-gap: 15px;
  padding: 25px;
  z-index: 1;
  position: relative;
}
footer .logo{
  width: 40%;
}
footer .logo img{
  width: 100%;
}
footer .logo .slogan{
  font-size: 14px;
  color: #656565;
}
footer .info{
  width: 55%;
  text-align: center;
}
footer .info > div + div{
  border-top: 1px solid #ff1000;
  margin-top: 15px;
  padding-top: 15px;
}
footer .info .address{
  color: #656565;
}
footer .info a.phone{
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  color: #000;
}
footer .info a.phone img{
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
footer .info .links a + a{
  margin-left: 15px;
}
footer .info .links a.mail + a{
  margin-left: 25px;
}
footer .info .links a img{
  max-width: 25px;
  max-height: 25px;
}