﻿@font-face {
  font-family: 'robotocondensed';
  src: url('../fonts/Robotocondensed.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'robotolight';
  src: url('../fonts/Robotocondensedlight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}



@font-face {
  font-family: 'robotobold';
  src: url('../fonts/Robotocondensedbold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
    font-family: 'robotoitalic';
    src: url('../fonts/Robotocondenseditalic.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}



p {
  font-family: 'robotocondensed', sans-serif;
}



.logo img {
 height: 70px;
}


.phone {
  color: #000;
  font-family: 'robotocondensed';
  font-size: 27px;
}

.callBtn {
  outline:none;
  text-decoration:none;
  text-align:center;
  padding:12px;
  border:none;
  border-radius: 5px;
  font:16px 'robotobold';
  color:#ffffff;
  background: rgb(171,25,180);
  background: linear-gradient(0deg, rgba(171,25,180,1) 0%, rgba(133,19,192,1) 100%);
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;

}

.iconBlock {
  display: inline;
}

.site-header .soc {
  width: 30px;
  height: 30px;
}


.socIcon {
  margin-left:50px;
}

.home {
  background: url(../img/background.jpg) no-repeat center;
  position: relative;
  background-size: cover;
  padding: 250px 0 0;
}

.home .content {
  background: rgba(255,255,255,0.7);
  padding: 30px 10px;
}


.topText {
  text-align: center;
}

.bottomText {
  border-top: 1px solid #818181;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding-top:5px;
}

.bottomText a {
  margin-left: 5px;
  text-decoration: none;
}

  h3 {
  width: 60%;
  margin: 0 auto 50px;
  color: #31393e;
  text-align: center;
  font-size: 30px;
  font-family: 'robotobold';
  text-transform: uppercase;
}

  .site-header h3 {
    width: 100%;
    margin: 0;
  }


.home button {
  width: 260px;
  margin-top:30px;
}

.home .content p {
  font-family: 'robotocondensed';
  font-size: 20px;
  color: black;
  margin-top:10px;
}

.home .content .callBtn {
  background: #d230e1;
  border-radius: 5px;
  padding: 20px 40px 20px 20px;
  position: relative;
}


.home .content .callBtn:before {
  content: '';
  position: absolute;
  top: 21px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/call1.png);
  background-size: cover;
}


.home object {
  width:60px;
}


.why {
  background: #f9f2fe;
  padding: 50px 0;
}

.why .item p:first-child {
  font-size: 45px;
  font-family: robotobold;
  color: #d230e1;
  position: relative;
}

.why .item p:first-child:before {
  content: '';
  position: absolute;
  top: -25px;
  right: 65px;
  width: 125px;
  height: 125px;
  background: url(../img/circle.png);
  background-size: cover;
}

.why .item span {
  font-size:25px;
}

.why .item p:last-child {
  font-size:20px;
  font-family: robotocondensed;
  margin: 40px 0;
}

.why .item {
  margin:30px 0;
}


.advant {
  background: url("../img/background2.jpg") no-repeat;
  position: relative;
  background-size: cover;
}

.advant .content {
  background: rgba(255,255,255,0.9);
  padding: 50px 10px 100px;
}

.advant .item {
  display: flex;
  align-items: center;
  margin: 2px 0;
  padding: 0px 60px;
}


.advant .item p {
  font-size: 20px;
  font-family: robotocondensed;
  margin: 0;
  line-height: 22px;
}

.advant .item:nth-child(even) p {
  text-align: right;
}

.advant .item:nth-child(odd) p {
  text-align: left;
}

.advant .item:nth-child(even) img {
  margin-left:10px;
}

.advant .item:nth-child(odd) img {
  margin-right:10px;
}

.advant .item:nth-child(even) {
  position: relative;;
  top:50px;
}

.advant .lines {
  position: relative;
}

.advant .lines:before {
  content: '';
  position: absolute;
  top: -10px;
  right: -64px;
  width: 120px;
  height: 420px;
  background: url(../img/lines.png);
  background-size: cover;
}

.advant .item img {
 position: relative;
  height: 88px;
}


.attention {
  background: #f9f2fe;
  padding: 50px 0;
}

.attention h3 {
  color: #ec4753;
}

.attention p {
  font-size: 22px;
}

.attention .oferta {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;

}

.attention .oferta p {
  font-size: 16px;
}

.attention .oferta .circle {
  width: 20px;
  height: 20px;
  border:1px solid #91007b;
  border-radius: 50%;
}

.attention .callBtn {
  width: 60%;
}

.attention img {
  width: 100%;

}

.attention .imgContainer {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.attention .imgContainer:before {
  content: '';
  position: absolute;
  top: -10px;
  right: -64px;
  width: 422px;
  height: 422px;
  background: url(../img/circleBig.png);
  background-size: cover;
}


.about {
  padding: 50px 0;
}

.about h3{
  margin: 0 auto;
}


.reviews {
  background: #f9f2fe;
  padding: 50px 0;
}

.reviews img {
  width: 100%;
}

.reviews .textReview {
    font-family: robotoitalic;
    font-size: 14px;
}

.reviews .item {
    margin:0 5px;
}

.reviews p {
    margin: 0;
}

.reviews .nameReview {
    font-family: robotocondensed;
    font-size: 18px;
    color:#91007b;
    margin: 10px 0;
  position: relative;
}

.reviews .nameReview:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 120px;
  width: 20px;
  height: 1px;
  background: url(../img/line.jpg);
  background-size: cover;
}

.reviews .textReview {
  margin-top:20px;
  display: flex;
  flex-direction: column;
  padding: 20px 5px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(145, 0, 123, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(145, 0, 123, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(145, 0, 123, 0.2);
}

.reviews .quotes {
  font-size: 70px;
  color: #91007b;
  height: 45px;
}

.reviews .readMore {
  background: #91007b;
  padding: 10px;
  font-size: 16px;
  color:white;
  text-transform: uppercase;
  cursor: pointer;
}

.reviews .hidden {
  display: none;
}

.reviews .slide-m-prev, .reviews .slide-m-next {
  position: static;
  margin: 20px;
}



.sliderVideo {
  margin-top:50px;
}

.iconContainer {
  width:70px;
  background: #1a213b;
  border-radius: 10px;
  padding:10px;
  display: flex;
  align-items: center;
  margin:10px;
}



.go {
  background: url("../img/background3.jpg") no-repeat;
  position: relative;
  background-size: cover;
}

.go .item {
  text-align: left;
}

.go .content {
  background: rgba(255,255,255,0.9);
  padding: 80px;
  position: relative;
}

.go img {
  width: 100%;
}

.go .hand {
  position: absolute;
  right: -65px;
  bottom: -80px;
}

.go h3 {
  color:#ec4753;
  text-align: left;
  width: 100%;
}
.go .callBtn {
  padding: 15px;
  margin-top:30px;
}




.contact {
  padding: 50px 0 150px;
}


.contact .container {
  position: relative;
}

.contact .requisites {
  -webkit-box-shadow: 0px 0px 8px 0px rgb(34 60 80 / 20%);
  -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 8px 0px rgb(34 60 80 / 20%);
  padding: 50px;
  position: absolute;
  background: white;
}

.contact .requisites p {
  text-align: center;
  font-size: 18px;
  font-family: 'robotocondensed';
}

.contactItem p {
  font-family: robotocondensed;
  font-size: 18px;
  color:#000000;
  text-align: left;
  margin-left:50px;
}

.contactItem:nth-of-type(2) p {
  margin-left:25px;
}

.contact h3 {
  width: 100%;
  text-align: left;
}

.contact img {

  height: 25px;
}

.contact .phone {
  font-size: 20px;

}

.contact .contactItem {
  display: flex;
}

.contact a {
  text-decoration: none;
}

.itemVideo {
margin:10px;
}

footer {
  background: #f9f2fe;
  padding-top: 100px;
  padding-bottom: 3rem;
}

.contact .logo {
  text-align: left;;
  margin: 10px 0;
}

footer p {
  color:white;
  font-size: 12px;
  font-family: montserrat-light;
}

footer .social {
  text-align: center;
}

footer .social img {
    margin:10px;
  width: 40px;
  height: 40px;
}

footer .politics {
  justify-content: space-between;
  display: flex;
}

footer .politics img {
  width: 20px;
  height: 20px;
}

.policy {
    padding-left: 0px;
}

.policy a {
    color:black;
    text-decoration: underline;
}

.box-shadow { box-shadow: 0px 3px 5px 0px rgba(34, 60, 80, 0.2); }


.description {
  margin-bottom: 50px;
}



.slider {
  margin:50px auto;

}

.slider img {
  width:100%;

}

.modal-content {

  border-radius: 0;
  width: 100%;
  height: 100%;
  position: fixed;

}

.modal-content .rightItem {
  background: url(../img/thanks.jpg) no-repeat;
  background-size: cover;
  padding: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100vh;
}

.modal-content h3 {
  text-align: center;
  color: #ec4753;
  padding: 50px 0 0px;
  margin: 0 auto;
}

.modal-content p {
  color:black;
  font-size: 12px;
}

.modal-content .formModal {
  padding: 50px;
  border-radius: 10px;
}

.modal-content img {
  width:100%;
  height:100%;
}

.modal-content input[type=checkbox] {
  margin-right: 10px;
}

.modal-content a {
  color:white;
  text-decoration: underline;
}

.formModal .form-group {
  padding-top: 10px;
}

.inputText {
  height: auto;
  border-radius: 5px;
  border: 2px solid #ced4da;
}

.modal-content input {
  margin:10px 0;
  border-radius: 10px;
}

.modal-content .policyBlock {
  display: flex;
  align-items: baseline;
}

.modal-content .close {
  background: url("../img/close.svg");
  width: 30px;
  height: 30px;
  position: absolute;
  top:20px;
  right:50px;
  z-index: 1000;
  color:gray;
  border:none;
  background-size: cover;
}

.modal-content .thanks {
  background: url(../img/thanksBg.jpg) no-repeat;
  background-size: cover;
  padding: 60px;
  display: none;
  align-items: center;
  justify-content:center;
  height: 100vh;
  outline: 2px solid white;
  outline-offset: -20px;
  position: relative;
}

.thanks .thanksBlock {
  background: rgba(123,32,116,0.6);
  border: 2px solid white;
  padding: 20px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 500px;
}

.thanks .thanksBlock h3 {
  color: white;
  font-size: 45px;
}

.thanks .thanksBlock p {
  font-size: 25px;
  color:white;
}

.thanks img {
  width: 60px;
  height: 60px;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog {
  max-width: 100%;
  margin: 0;
}



.modal-backdrop {
  background-color: #fff;
}

.modal-backdrop.show {
  opacity: .8;
}

.thanks {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;


}

.thanks h3 {
  font-size: 60px;
  color:#f60000;
  font-family: 'robotobold';
}

.thanks p {
  font-size: 30px;
}

#toTop {
  width:100px;

  text-align:center;
  padding:5px;
  position:fixed;
  bottom:50px; /* отступ кнопки от нижнего края страницы*/
  right:80px;
  cursor:pointer;
  display:none;
  color:#fff;
  font-size:11px;
  font-family: robotobold;

}

.classerror {
  border:3px solid red;
}

.slick-dots {
  position: static!important;
}

.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-m-next {
  position: absolute;
  right: -20px;
  bottom: 160px;
}

.slide-m-prev {
  position: absolute;
  left: -20px;
  bottom: 160px;
}

.slider-controls img {
  cursor: pointer;
}

.formModal .g-recaptcha {
  margin-bottom: 15px;

}

.project {
  background: white;
}

.formBackground .g-recaptcha, .g-recaptcha div{
  overflow: hidden;
  max-width: 100%;
}
.formBackground .g-recaptcha iframe, body > div[style]:last-of-type
{ transform: scale(0.75);
  transform-origin: left top;
  margin-left:5px;
}

.formBackground .callBtn{
  position: relative;
  top: -10px;
}

.formBackground .form-group {
  padding-top: 10px;
}

.formBackground .inputText{
  margin-bottom: 10px;
}

.etDays {
  display: none!important;
}

.eTimer .etSep:nth-of-type(3) {
  display: none;
}

.sliderVideoReview{
  margin-top:50px;
}

#toTop .callBtn {
  padding: 5px;
  font-size:12px;
}

@media screen and (max-width: 767px) {

  .contactItem p {
    margin-left: 40px;
  }

  #toTop {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .thanks .thanksBlock {
    width: 280px;
    height: 280px;
  }


  body {
    overflow-x: hidden;
    position: relative;
  }

.topText {
  margin-top:30px
}

  .socIcon {
    margin-left: 0px;
    margin-top: 20px;
  }

  .bottomText {
    margin-top:0px;
    flex-direction: column;
    border:none;
  }

  .site-header .soc:nth-of-type(2) {
    margin-left:0;
  }

  .home {
    padding: 0px;
  }


  h3 {
    width: 100%;
  }

  .go h3 {
    margin-bottom:20px;
  }


  .why .item p:first-child:before {
    top: -30px;
    right: 50%;
    transform: translateX(50%);
  }

  .advant .item {
    flex-direction: column;
  }

  .go {
    margin: 10px;
    padding: 10px;
  }
  .go .content {
    padding: 10px;
  }

  .go .hand {
    position: static;
  }

  .go img {
    margin-top:20px;
  }

  .advant .lines:before {
    display: none;
  }

  .advant .item:nth-child(even) p {
    text-align: center;
  }

  .advant .item:nth-child(odd) p {
    text-align: center;
  }

  .advant .item:nth-child(even) img, .advant .item:nth-child(odd) img {
    margin:10px 0
  }

  .advant .item p {
    order:2
  }

  .advant .item img {
    order:1
  }

  .attention .col-xl-4:last-of-type img {
    display: none;
  }

  .attention img {
    width: 60%  ;
  }

  .attention h3 {
    margin: 10px 0;
  }

  .advant .item:nth-child(even) {
    top:0;
  }

.site-header {
  text-align: center;
}

  .home .content {
    padding: 20px;
  }

  .headInfo {
    color:black;
    text-align: center;
  }
  .phone {
    color:black;
    text-align:center;
    display:block;
    font-size: 25px;
  }

  .iconBlock {
    display: block;
    text-align: center;
  }

    .home h1 {
        padding-bottom:0;
      font-size: 40px;
    }



    .formBackground {
        height: auto;
    }


    .form-group {
        padding-top:0
    }


    .reviews {
        padding:10px;
    }

  .aboutBlock {
    flex-direction: column;
  }

  .aboutText {
    width: 100%;
    background: #484d62;
    padding: 15px 20px;
    border-radius: 10px;
  }

  .aboutText p {
    padding: 5px 0px;
    margin: 0;
  }

  .aboutImg {
    width: 100%;
  }


  .aboutImg img:last-child {
    position: static;
  }

  .aboutImg img {
    margin: 10px 0;
    width: 100%;
  }

  .slide-m-next {
    right: 100px;
    bottom: 0;
  }
  .slide-m-prev {
    left: 100px;
    bottom: 0;
  }



  .contact .logo {
    text-align: center;
  }

  .contact h3 {
    margin-top:30px;
  }

  .contact .requisites {
    position: static;
  }


  .modal-content .formModal {
    padding: 10px;
  }

  .modal-content .rightItem {
    padding: 25px;
  }

    .contactItem p:first-child {
        text-align: center;
    }
    .contactItem p:last-child {
        text-align: center;
    }

    .contact {
        padding:10px;
    }

    footer {
        text-align: center;
      padding-top:20px;
    }

    footer img {
        margin:0;
    }

  footer .politics {
    flex-direction: column;
  }

    .contact .phone {
      color:black
    }

    .policy {
        padding:20px 0;
    }


  .close {
    right: 10px;
    top: -50px;
  }

  .slide-m-prev {
    margin-right:20px;
  }

  .slide-m-dots {
    display: none;
  }

}

@media screen and (max-width: 1200px) and (min-width: 768px) {

  .bottomText a {
    margin-left:0;
  }

  h3 {
    width: 90%;
  }

  .why .item p:first-child:before {
    top: -30px;
    right: 50%;
    transform: translateX(50%);
  }

  .advant .item {
    flex-direction: column;
    padding: 0;
  }

  .advant .item:nth-child(even) {
    top:0;
  }

  .advant .item p {
    order:1;
  }

  .advant .item img {
    order:2
  }

  .advant .item:nth-child(odd) p {
    text-align: center;
    margin-top:10px
  }

  .advant .item:nth-child(even) p {
    text-align: center;
    margin-top:10px
  }

  .attention .col-xl-4:last-of-type img {
    display: none;
  }

  .go .hand {
    position: static;
    margin-top:50px;
  }

  .iconBlock {
    display: block;
    text-align: center;
  }

  .home .overlay {
    top:0;
  }

  .aboutImg img {
    width: 100%;
  }

  .aboutImg img:last-child {
    position: static;
  }

  .aboutImg img {
    width: 100%;
    margin: 10px;
  }


  .home, .reviews, .contact {
    padding: 50px;
  }


  .contact .requisites {
    position: static;
  }

  footer {
    padding-top: 10px;
  }
  footer .politics {
    flex-direction: column;
    align-items: center;
    margin: 20px;
  }

  .headInfo .phone {
    display: block;
  }

  .headInfo{
    text-align: center;
  }

  .headInfo + div {
    text-align: center;
  }

  .callBtn {
    font: 14px 'montserrat';
  }

  .close {
    right: 10px;
    top: -50px;
  }

  .policy{
    padding-left:0;
  }

  .contactItem p span {
    display: block;
  }


}