﻿@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'robotoLight';
  src: url('../fonts/Roboto-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}



@font-face {
  font-family: 'robotoBold';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

body {
    font-family: 'roboto';
}

img {
    max-width: 100%;
}


p {
  font-family: 'roboto', sans-serif;
}

.site-header {
  background: #24104b;
}



.phone {
  color:white;
  font-family: 'roboto';
  font-size: 16px;
    text-decoration: none;
}

.phone a:hover{
    text-decoration: none;
}

.itemBlock .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemBlock .soc {
    margin-right: 10px;
}

.callBtn {
  outline:none;
  text-decoration:none;
  text-align:center;
  padding:15px;
  border:none;
  font:16px 'roboto';
  background: linear-gradient(90deg, rgb(167, 47, 247), rgb(240, 15, 184));
  color:white;
  width: 100%;
    border-radius: 20px;
  text-transform: uppercase;

}

.iconBlock {
  display: inline;
}


.site-header .soc {
  width: 20px;
}

header .itemBlock {
  display: flex;
  justify-content: space-between;
}

header .callBtn {
    background: linear-gradient(90deg, rgb(167, 47, 247), rgb(240, 15, 184));
    color:white;
  text-transform: none;

}

.home .soc {
    text-align: left;
    margin-top: 50px;
}

.home .soc a {
    margin-right: 10px;
}

.home .imgBlock {
  margin-top: 80px;
}

.content {
  text-align: left;
}

.home {
  background: url('../img/bg.png');
  position: relative;
  background-size: cover;
  height: 500px;
}

.home::after{
  content: '';
  position: absolute;
  bottom: -200px;
  left: 0;
  background: url(../img/bottom.png) no-repeat;
  width: 100%;
  height: 200px;
  background-size: contain;
}


.home h1 {
  font-family: 'robotoBold', sans-serif;
  font-size: 35px;
  color: white;
  padding: 100px 0 0;
    text-align: left;
}

.home h3 {
  color: white;
    text-align: left;
    margin-top:10px;
    color: #6a5e7d;
    font-size: 16px;
}

.home button {
  width: 260px;
  margin-top:30px;
}



.home object {
  width:60px;
}



.section1, .section2, .section3, .section4, .section5, .section6, .section7 {
    margin:50px 0;
}

.section1{
  margin-top:200px;
}

.section1 p:first-child {
  font-size: 22px;
  font-family: 'roboto';
  font-weight: bold;
  color: #24124c;
}

h2 {
    margin-bottom: 30px;
    font-family: 'robotoBold';
  color: #24124c;
}


.section1 .itemBlock, .section2 .itemBlock {
  background: linear-gradient(45deg, rgb(88, 53, 145), rgb(65, 56, 140));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 40px;
  background-size: contain;
  border-radius: 20px;
}

.section1 .itemBlock p {
  font-size: 18px;
  color:white;
  text-align: center;
}

.section1 .itemBlock img {

}

.section2 .itemBlock, .section7 .itemBlock {
  height: 180px;
  padding: 0 10px;
  justify-content: space-evenly;
}


.section2 .itemBlock p {
  font-size: 14px;
  color:white;
  text-align: center;
}

.section2 h3{
  font-size: 20px;
  color:white;
  font-weight: bold;
  position: relative;
}

.section2 h3::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 68px;
  background: url(../img/check.png);
  top: -20px;
  left: -80px;
  background-size: contain;
}

.section3 {
  background: #25114d;
  padding: 30px 0;
}

.section3 h2, .section5 h2 {
  color:white;
}

.section3 p {
  color:white;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.section3 p:first-child{
  margin-top:30px
}

.section3 .itemBlock {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.section3 .itemBlock:nth-child(2) {
  position: relative;
  left: 50px;
}

.section3 .itemBlock:nth-child(3) {
  position: relative;
  left: 100px;
}

.section3 .itemBlock:nth-child(4) {
  position: relative;
  left: 150px;
}

.section3 .itemBlock:nth-child(5) {
  position: relative;
  left: 200px;
}


.section4 .textBlock {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section4 p {
    font-size: 25px;
    font-weight: bold;
    color: #24124c;
}

.section4 h2 {
    position: relative;
    top:100px;
}

.section5 {
    background: #25114d;
    padding: 30px 0;
}

.section5 p {
  color: white;
}

.section6 p {
  font-size: 25px;
  font-weight: bold;
  color: #24124c;
}

.section7 {
  position: relative;
  background: #25124e;
}

.section7 h2 {
  color:white;
  margin: 50px 0;
}

.section7 .itemBlock {
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, rgb(88, 53, 145), rgb(65, 56, 140));
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: contain;
}

.section7 .itemBlock img {
  width: 50%;
  height: 120px;
}

.section7 p {
  color: white;
  font-weight: bold;
}

.section7 .line {
  position: relative;
}

.section7 .line:before {
  position: absolute;
  content:'';
  background: url("../img/line.png");
  top:0;
  width: 1060px;
  height: 165px;
  left: 0;
}

.section7 .advant p {
  font-weight: normal;
  position: relative;
  margin-left: 70px;
  margin-bottom: 30px;
}

.section7 .advant p:before {
  position: absolute;
  content: '';
  width: 70px;
  height: 68px;
  background: url(../img/check.png);
  top: -20px;
  left: -80px;
  background-size: contain;
}

.section7 .advant p:last-child:before {
  display: none;
}

.section7 .advant p:last-child:after {
  position: absolute;
  content: '';
  width: 400px;
  height: 1px;
  background: #9f2eec;
  top: 40px;
  left: 0px;
  background-size: contain;
}

.section7 .advant p:last-child {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  padding-bottom: 30px;
}

.section7 .services p:first-child {
    text-transform: uppercase;
    background: linear-gradient(90deg, rgb(167, 47, 247), rgb(240, 15, 184));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 20px;
}

.section8 .itemBlock {
  display: flex;
  align-items: center;
}

.section8 p {
  font-size: 20px;
  font-weight: bold;
}

.section9 {
    background: #25114c;
    padding: 0;
}

.section9 h2{
color:white;
    position: relative;
    top:100px;
}

.section9 img {
    width: 80%;
}

.section9 .formBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 150px;
}

.section9 .formBlock input:not([type="checkbox"]) {
    background: #482689;
    margin-bottom: 15px;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    color: #d8d7d7;

}

.section9 .formBlock input::placeholder {
    color: #d8d7d7;
}

.section9 .callBtn {
    margin-top:10px;
}


.slider1, .slider2, .slider3, .slider4 {
    display: flex;
}


footer {
  background: #371a70;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.contact .logo {
  text-align: left;;
  margin: 10px 0;
}

footer p {
  color:white;
  font-size: 16px;
  font-family: 'roboto';
    margin-bottom: 30px;
}

footer a {
    margin-right: 10px;
  color:white;
  text-decoration: none;
}

footer a:hover{
  color:white;
  text-decoration: none;
}

footer .soc {
margin-top:20px;
}

footer .politics {
  margin-top:30px;
}

footer .politics img {
  width: 20px;
  height: 20px;
}

footer .logo {
    width: 70%;
}

.policy {
    padding-left: 0px;
}

.policy a {
    color:black;
    text-decoration: none;
}

.box-shadow { box-shadow: 0px 3px 5px 0px rgba(34, 60, 80, 0.2); }


.description {
  margin-bottom: 50px;
}




.ajaxform {
  width: 70%;
}

.modal-content {

  border-radius: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,0.2);

}

.modal-content .rightItem {
  background: url(../img/thanks.jpg) no-repeat;
  background-size: cover;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.modal-content h3 {
  color:white;
  text-align: center;
}

.modal-content p {
  color:white;
  font-size: 12px;
}

.modal-content .formModal {
  padding: 50px;
  background: #220f4a;
  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;
  display: flex;
  justify-content: center;
}

.modal-content input {
  margin: 10px 0;
  /* border-radius: 10px; */
  border: none;

  background: #482689;
}

.modal-content .policyBlock {
  display: flex;
  align-items: baseline;
}

.modal-content .close {
  background: url("../img/close.png");
  width: 30px;
  height: 30px;
  position: absolute;
  top:20px;
  right:50px;
  z-index: 1000;
  color:gray;
  bordr:none;
  background-size: cover;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog {
  max-width: 100%;
  margin: 0;
}



.modal-backdrop {
  background-color: #fff;
}

.modal-backdrop.show {
  opacity: .8;
}

#Modal2 .formModal {
  display: flex;
  align-items: center;
}

.thanks {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #220f4a;
    padding: 100px;
  position: relative;


}

.thanks h3 {
  font-size: 30px;
  color:white;
  font-family: 'roboto';
  font-weight: bold;
  position: relative;
}

.thanks h3:before {
  content: '';
  position: absolute;
  left:0;
  top:0;
  background: url("../img/check.png");
  width: 84px;
  height: 72px;
}

.thanks p {
  font-size: 20px;
    color:white;
}

#toTop {
  width:60px;

  text-align:center;
  padding:5px;
  position:fixed;
  bottom:20px; /* отступ кнопки от нижнего края страницы*/
  right:80px;
  cursor:pointer;
  display:none;
  color:#fff;
  font-family:verdana;
  font-size:11px;
  font-family: montserratbold;
}

.classerror {
  border:3px solid red!important;
}




.formModal .g-recaptcha {
  margin-bottom: 15px;

}

.project {
  background: white;
}

.formBackground .g-recaptcha, .g-recaptcha div{
  overflow: hidden;
  max-width: 100%;
}


.formBackground .callBtn{
  position: relative;
  top: -10px;
}

.formBackground .form-group {
  padding-top: 10px;
}

.formBackground .inputText{
  margin-bottom: 10px;
}


.imgMob {
    display: none;
}

  .mobMenu {
    display: none;
  }


@media screen and (max-width: 767px) {

    h2 {
        font-size: 20px;
    }

   header .itemBlock {
        display: none;
    }
  body {
    overflow-x: hidden;
    position: relative;
  }
  .logo {
      display: flex;
      justify-content: flex-start;
      align-items: center;
  }

  .moreBlock {
      display: flex;
      align-items: center;
      justify-content: center;
  }

    .callBtn {
        padding: 15px;
    }



  #toTop {
      display: none;
      bottom: 20px;
      right: 170px;
      position: absolute;
  }

    #toTop2 {
        margin-top:20px;
    }



.site-header {
  text-align: center;
}

  .home .content {
    padding: 20px 0;
  }

  .headInfo {
    color:black;
    text-align: center;
  }
  .phone {
      color: white;
      /* text-align: center; */
      display: flex;
      font-size: 25px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin-top:20px;
  }

  .phone a {
      margin: 10px 0;
  }

  .mobMenu a {
      color: white;
      font-size: 20px;
  }

  .iconBlock {
    display: block;
    text-align: center;
  }

    .home {
        height: auto;
        background-size: initial;
    }

    .home::after {
        display: none;
    }

    .home h1 {
      font-size: 25px;
        padding: 10px 0;
    }

    .home .soc {
        display: none;
    }

    .home button {
        width: 100%;
        margin-top: 0;
        padding: 15px;
        margin-bottom: 30px;
    }

    .imgMob {
        display: block;
        margin: 30px 0;
    }



    .section1 .itemBlock img {
        width: 30%;
    }

    .section1 {
        margin-top:50px;
    }

    .section3 .itemBlock {
        position: static!important;
    }

    .section7 .advant p:last-child:after {
        display: none;
    }

    .line {
        display: none;
    }

    .section7 .sub {
        margin-top:20px;
        text-align: left!important;
        font-weight: bold;
    }

    .section7 p {
        font-weight: normal;
    }

    .section7 h2 {
        font-size: 20px;
    }

    .section7 .advant p:last-child {
        margin-left: 5px;
        font-size: 18px;
    }

    .section7 .spec p {
        position: relative;
        margin-left: 70px;
        margin-bottom: 30px;
    }

    .section7 .spec p:before {
        position: absolute;
        content: '';
        width: 70px;
        height: 68px;
        background: url(../img/check.png);
        top: -20px;
        left: -80px;
        background-size: contain;
    }

    .section9 {
        padding: 30px 0;
    }

    .section9 h2 {
        position: static;
    }

    .section9 .formBlock {
        position: static;
    }


  .contact .logo {
    text-align: center;
  }


  .modal-content .formModal {
    padding: 25px 0;
  }

  .modal-content .rightItem {
    padding: 25px;
  }

  .modal-content .close {
      top: 15px;
      right: 15px;
  }

    .imgBlockMob {
        justify-content: center;
    }

  .imgBlockMob img {
      width: 50%;
  }

  .thanks {
    padding: 100px 5px;
  }

  .thanks p {
    font-size: 25px;
  }

    .thanks h3 {
        font-size: 25px;
    }

    .thanks h3:before {
        left: -10px;
        top: -30px;
        width: 64px;
        height: 62px;
        background-size: cover;
    }





    footer {
        text-align: center;
    }

    footer img {
        margin:0;
    }

    footer .logo {
        display: none;
    }

    footer p {
        font-weight: bold;
        font-size: 18px;
    }

    footer a {
        color: #c2c0c0;
    }

    footer .socMob {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer .soc {
        display: none;
    }



    .policy {
        padding:20px 0;
    }


  .close {
    right: 10px;
    top: -50px;
  }


  
.ajaxform {
  width: 90%;
}



    .mobMenu{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #190938;
        z-index: 1;
      padding: 20px 0;
    }

    .mobMenu .callBtn {
      background: linear-gradient(90deg, rgb(167, 47, 247), rgb(240, 15, 184));
      color: white;
        margin-top:30px;
    }

    .mobMenu .menu {
      display: flex;
      flex-direction: column;
      margin-top:50px;
    }




  .mobMenu .soc {
    display: flex;
    justify-content: center;
    margin-top:50px;
  }

  .mobMenu .soc a {
    margin: 0 10px;
  }

  .mobMenu .item {
      display: flex;
      align-items: center;
      justify-content: center;
      margin:20px 0;
  }

  .mobMenu .item img {
      margin-right: 20px;
  }

  .mobMenu .contact {
      margin-top:50px;
  }

  .slide-m-prev {
      position: absolute;
      top: -130px;
      left: 10px;
  }

    .slide-m-next {
        position: absolute;
        top: -130px;
        right: 10px;
    }

}

@media screen and (max-width: 1200px) and (min-width: 768px) {


}

@media (min-width: 768px) {
  .section9 {
    min-height: 700px;
  }
}

.policyBlock {
 margin-top: 10px;   
}
}