
@font-face {
  font-family: "ProximaNova-Light";
  src: url("/wp-content/themes/ecas/fonts/Proxima/ProximaNova-Light/ProximaNova-Light.eot");
  src: url("/wp-content/themes/ecas/fonts/Proxima/ProximaNova-Light/ProximaNova-Light.eot?#iefix")format("embedded-opentype"),
  url("/wp-content/themes/ecas/fonts/Proxima/ProximaNova-Light/ProximaNova-Light.woff") format("woff"),
  url("/wp-content/themes/ecas/fonts/Proxima/ProximaNova-Light/ProximaNova-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}


@font-face {
  font-family: "ProximaNova-Regular";
  src: url("/wp-content/themes/ecas/fonts/Proxima/ProximaNova-Regular/ProximaNova-Regular.eot");
  src: url("/wp-content/themes/ecas/fonts/Proxima/ProximaNova-Regular/ProximaNova-Regular.eot?#iefix")format("embedded-opentype"),
  url("/wp-content/themes/ecas/fonts/Proxima/ProximaNova-Regular/ProximaNova-Regular.woff") format("woff"),
  url("/wp-content/themes/ecas/fonts/Proxima/ProximaNova-Regular/ProximaNova-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}


@font-face {
  font-family: "ProximaNova-Bold";
  src: url("/wp-content/themes/ecas/fonts/Proxima/ProximaNova-Bold/ProximaNova-Bold.eot");
  src: url("/wp-content/themes/ecas/fonts/Proxima/ProximaNova-Bold/ProximaNova-Bold.eot?#iefix")format("embedded-opentype"),
  url("/wp-content/themes/ecas/fonts/Proxima/ProximaNova-Bold/ProximaNova-Bold.woff") format("woff"),
  url("/wp-content/themes/ecas/fonts/Proxima/ProximaNova-Bold/ProximaNova-Boldttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}


body{
    letter-spacing: .6px;
  font-family: "ProximaNova-Regular";
  font-size: 20px !important;
  line-height: 22px !important;
}

h1{
    letter-spacing: .6px !important;
    font-family: "ProximaNova-Regular" !important;
    font-size: 40px !important;
    line-height: 42px !important;
    font-weight: 300 !important;
}

h2{
    letter-spacing: .6px !important;
    font-family: "ProximaNova-Regular" !important;
    font-size: 30px !important;
    line-height: 32px !important;
    font-weight: 300 !important;
}

html{

}


 a {
    outline: none; /* Убираем границу вокруг ссылок  */
   }


  .container-main{
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
      }



  #logo img{
   width: 100%;
  }

  .headertop{
      margin: 20px 0px 20px 0px;
  }

  .headphone{
      font-family: "ProximaNova-Light";
      font-size: 30px;
      margin-bottom: 8px;
      text-align: right;
  }

  .btn1{
      font-family: "ProximaNova-Bold";
      font-size: 20px;
      color: #70c953;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      -webkit-border: 3px solid #70c953;
      border: 3px solid #70c953;
      padding: 12px;
      text-align: center;
      width: 220px;
      float: right;
  }

  a:hover{
      text-decoration: none !important;
  }
  
  .btn2{
      margin: 40px 0px 0px 0px;
      float: none;
  }

.btn1:hover{
    cursor: pointer;
    border: 3px solid #464646;
    color: #464646;
    text-decoration: none;
}



.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}

.menubg{
    background: #ebf0f8;
    width: 100%;
    padding: 20px 0px 20px 0px;
    margin-bottom: 30px;
}

.menubg ul li{
    list-style-type: none;
    float: left;
    margin-right: 30px;
}

.menubg ul li a{
    color: #000;

}

.menubg ul li a:hover{
    color: #70c953;
    text-decoration: none;
}

.menubg ul{
    margin-bottom: 0px;
    padding-left: 0px !important;
}

.maps img{
    width: 20px;
    margin-right: 8px;
}

.maps{
    float: right;
    font-size: 16px;
}

.thumpost{
    width: 100%;
    height: 280px;
    margin: 0;
    background: #000;
    margin-bottom: 30px;
}

.thumpost img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .6;
}

.blockpost:hover .thumpost{
     background: #335d25;
 }



.infoblockpost{
    color: #fff;
    position: absolute;
    top: 22px;
    left: 40px;
}

.titlepost{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}
.description{
    font-size: 18px;
    line-height: 20px;
    padding-right: 30px;
}

.postblock{
    margin-top: 30px;
}

.callblock{
    background: #ebf0f8;
    width: 100%;
    height: 280px;
    margin: 0;
    margin-bottom: 30px;
}

.zakaz{
    font-size: 40px;
}

.zakaztxt{
    margin: 14px 0px 30px 0px;
    padding-right: 30px;
}

.btnzakaz{
    font-family: "ProximaNova-Bold";
    font-size: 20px;
    color: #70c953;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-border: 3px solid #70c953;
    border: 3px solid #70c953;
    padding: 12px;
    text-align: center;
    width: auto;
}

.btnzakaz:hover{
    cursor: pointer;
    border: 3px solid #464646;
    color: #464646;
    text-decoration: none;
}

.btnzakaz img{
    margin-left: 10px;
    margin-top: -4px;
}

.infocallblock{
    position: absolute;
    top: 26px;
    left: 40px;
}

.logobg{
    background: url('/wp-content/themes/ecas/img/bglogo.jpg') no-repeat center center !important;
    width: 100%;
    padding: 50% 0 50% 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    z-index: -1;
    margin: -200px 0px -200px 0px;
}

.digitbg{
    background: url('/wp-content/themes/ecas/img/digitbg.jpg') no-repeat center center !important;
    width: 100%;
    padding: 120px 0 0 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    z-index: 1;
}

.bgrus{
    background: url('/wp-content/themes/ecas/img/rus.jpg');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 800px;
    background-size: 100% auto;
    margin: 0px 0px 100px 0px;
}

.digit{
    font-family: "ProximaNova-Light";
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    margin-bottom: 10px;
}

.txtdigit{
    color: #fff;
    margin-bottom: 120px;
    padding: 0px 40px 0px 40px;
}

.docbg{
    background: #ebf0f8;
    padding: 50px 0px 50px 0px;
}

.corouselblock{
    margin-top: 60px;
}

.formbg{
    background:#70c953;
    padding: 30px 0px 30px 0px;
}

.formhead{
    font-size: 26px;
    margin-bottom: 10px;
}

.formtxt{
    color: #fff;
}

.titleblock{
    margin: 30px 0px 30px 0px;
}

.btnform input{
    font-family: "ProximaNova-Bold";
    font-size: 20px;
    color: #000;
    background: #fff !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    -webkit-border: 3px solid #fff !important;
    border: 3px solid #fff !important;
    padding: 10px 18px 10px 18px;
    text-align: center !important;
    width: 100%;
}

.fieldform input{
    font-family: "ProximaNova-Bold";
    font-size: 20px;
    color: #fff;
    background: none !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    -webkit-border: 3px solid #fff !important;
    border: 3px solid #fff !important;
    padding: 10px 18px 10px 18px;
    text-align: left !important;
    width: 96%;
}


.callbtn input{
    font-family: "ProximaNova-Bold";
    font-size: 20px;
    color: #fff !important;
    background: #70c953 !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    -webkit-border: 3px solid #70c953 !important;
    border: 3px solid #70c953 !important;
    padding: 10px 18px 10px 18px;
    text-align: center !important;
    width: 80%;
    margin: 20px 0px 20px 0px;
}



.call input{
    margin: 10px 0px 10px 0px;
    font-family: "ProximaNova-Bold";
    font-size: 20px;
    color: #70c953 !important;
    background: none !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    -webkit-border: 3px solid #70c953 !important;
    border: 3px solid #70c953 !important;
    padding: 10px 18px 10px 18px;
    text-align: left !important;
    width: 80%;
}

#exampleModalCenter .wpcf7-not-valid-tip{
    width: 80%;
}

.modal-header{
    text-align: center !important;
}

.ajax-loader{
    display: none !important;
}


.fieldform input::placeholder {
    color: #fff;
}

.call input::placeholder {
    color: #70c953;
}


.wpcf7-validation-errors{
    display: none !important;
}

.wpcf7-not-valid-tip{
    font-family: "ProximaNova-Bold";
    margin-top: 8px;
    background: orangered;
    color: #fff !important;
    padding: 5px;
    font-size: 16px !important;
    line-height: 16px !important;
    width: 96%;
}

.wpcf7-response-output {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}

.wpcf7-mail-sent-ok {
    border: none !important;
}

input{
    box-shadow: none !important;
}


.amazingcarousel-prev{
    margin-left: -80px !important;
}

.amazingcarousel-next{
    margin-right: -80px !important;
}

.h1000{
    height: 1000px;
}


.circle1{
    background: #70c953;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    opacity: .6 !important;

    margin: 0 auto;
    position: relative;
    top: 260px;
    left: 50px;
}

.circle2{
    background: #70c953;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: .4 !important;


    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px; /* смещаем на половину длины элемента */
    margin-top: -250px; /* смещаем на половину длины элемента */
}

.circle3{
    background: #70c953;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    opacity: .2 !important;
    margin: auto;

    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -350px; /* смещаем на половину длины элемента */
    margin-top: -350px; /* смещаем на половину длины элемента */

}


.digitinforus{
    font-family: "ProximaNova-Light";
    font-size: 80px;
    line-height: 80px;
}

.inforus{
    float: left;
    margin-right: 20px;
}

.inforus img{
    width: 80px;
    margin-top: 22px;
}

.infodigit{
    position: relative;
    z-index: 5;
    top: 400px;left: 300px;

}


.inforusdesktop{
    display: block;
}

.inforusmobi{
    display: none;
}

.bgfootercontaxts{
    width: 100%;
    height: 400px;
    background: #fff;
    position: absolute;
    top: -450px;
    left: 0px;
    border-radius: 6px;
    padding: 20px;
    -webkit-box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.5);
    box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.5);
}

.logofooter img{
    width: 100%;
}

.contactsheader{
    font-size: 26px;
}

.chblack{
    font-family: "ProximaNova-Bold";
    font-size: 16px !important;
    line-height: 16px !important;
    margin-top: 11px;
    float: left;
}

.cinfoblack{
    font-size: 26px;
    margin-top: 14px;
}

.infocontactblock{
   width: 100%;
    margin-top: 40px;
}

.infocontactblock img{
width: 40px;
    margin-right: 6px;
    float: left;
}

.logofooter{
    padding: 20px 0px 20px 0px;
}

.make a{
    font-size: 14px !important;
    line-height: 14px !important;
    color: #545454;
   text-align: right;
    float: right;
}

.make a:hover{
    color: #70c953;
}


.policy{
     text-align: center;
     font-size: 18px !important;
     line-height: 20px !important;
 }

.policy a{
    color: #70c953;
}

.policy a:hover{
    color: #545454;
}

.titleprj{
    text-align: center;
    font-size: 26px !important;
    line-height: 28px !important;
    margin-bottom: 60px;
    margin-top: 40px;
}

#footerblock{
    margin-top: 60px;
}

.previous{
    text-align: left;
}

.next{
    text-align: right;
}

.previous a{
    color: #70c953;
}

.next a{
    color: #70c953;
}

.previous a:hover{
    color: #000;
}

.next a:hover{
    color: #000;
}


.navblock{
margin-top: 40px;
}

.amazingcarousel-prev{
    margin-left: -20px !important;
}

.amazingcarousel-next{
    margin-right: -20px !important;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url('/wp-content/themes/ecas/img/preloader.gif') center no-repeat #000;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .formtxt{
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 1080px) {
    .headphone{
        font-size: 26px;
    }

    .bgrus{
        width: 100%;
        height: 600px;
    }

}

@media screen and (max-width: 1360px) {


}

@media screen and (max-width: 768px) {

    .txtdigit{
        margin-bottom: 60px;
    }

    .callblock{
        margin-bottom: 60px;
    }

    .infoblockpost{
        color: #fff;
        position: absolute;
        top: 12px;
        left: 27px;
    }

    h2{
        font-size: 26px !important;
        line-height: 28px !important;
    }

    .zakaz{
        font-size: 30px;
        line-height: 32px;
    }

    .bgfootercontaxts{
        margin-top: 110px !important;
        position: static !important;
    }

    .next{
        text-align: left;
        margin-top: 20px;
    }

    .logofooter img{
       display: none;
    }

    .make a{
        text-align: center;
        margin-top: 40px;
    }

    .policy{
        text-align: center;
        margin-top: 20px;
    }


    .cinfoblack{
        font-size: 20px;
        margin-top: 14px;
    }

    #mapsblock{
        display: none;
    }

    .btn1{
        width: 100%;
        float: none;
    }

    .headphone{
        font-size: 26px;
        text-align: center;
        margin-top: 20px;
    }

    .menubg ul li{
        list-style-type: none;
        float: none;
        margin: 5px 0px 5px 0px;
    }
    
    .maps{
        display: none;
    }

    .container-main{
        padding-right: 15px;
        padding-left: 15px;
    }

    .titlepost{
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-right: 30px;
    }

    .digit{
        font-size: 50px;
        margin-bottom: 0px;
        line-height: 50px;
    }

    .logobg{
        margin-bottom: -150px;
    }

    .amazingcarousel-prev{
        margin-left: -20px !important;
    }

    .amazingcarousel-next{
        margin-right: -20px !important;
    }

    .fieldform input{
        width: 100%;
    }

    .formtxt{
        margin-bottom: 20px;
    }

    .circle{
        display: none;
    }

    .bgrus{
        height: 300px;
    }


    .inforusdesktop{
       display: none !important;
    }

    .inforusmobi{
        display: block;
    }


}


