:root {
  --coffee: #e8e8e8;
  --green:#66a901;
  --blue:#2b2d42;
  --gray:#5d737e;
  --lato:'Lato', sans-serif;
  --mont:'Montserrat', sans-serif;
}

* {
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

body {
  font-family: 'Lato', sans-serif;
  color: #5d737e;
  line-height: 1;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  background-color: #e8e8e8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

*::selection {
  background: rgba(15, 51, 255, 0.3);
  color: #fff;
}

*:-moz-selection,
 {
  background: rgba(15, 51, 255, 0.3);
  color: #fff;
}

img {
  width: 100%;
}

.cf {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cf.gray {
  background-color: #e8e8e8;
}
.cf.white {
  background-color: #fff;
}

.dib_wp,
.wp {
  font-size: 0;
  text-align: center;
  position: relative;
}

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

.btn {
  transition: .3s;
  background-color: transparent;
  text-transform: uppercase;
  position: relative;
}
.btn.cube {
    border: 2px solid #2b2d42;
    color: #2b2d42;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5px;
    padding: 25px 50px;
    line-height: 1;
}
.btn.cube:hover {
    color: #66a901;
    border-color: #66a901;
}

.btn.green-fill {
  background-color: #66a901;
  border-color: #66a901;
  border-width: 2px;
  border-style: solid;
  color: #fff;
}

.btn.green-fill:hover {
  background-color: #4a7b01;
  border-color: #4a7b01;
}

.ib {
  display: inline-block;
}

.w20 {
  width: 20%;
  display: inline-block;
  position: relative;
}

.w25 {
  width: 25%;
  display: inline-block;
  position: relative;
}

.w33 {
  width: 33.3333%;
  display: inline-block;
  position: relative;
}

.w50 {
  width: 50%;
  position: relative;
  display: inline-block;
}

a,
button {
  position: relative;
  transition: 0.5s ease-out;
  outline: none !important;
  text-decoration: none !important;
  cursor: pointer;
}
a:hover {
  text-decoration: none !important;
}

.verti {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}

p {
  margin: 0;
}
.modal {
  display: none;
}
/*////////////////////////////////////////////*/
/*//////////////////  #HEADER  ///////////////*/
/*////////////////////////////////////////////*/
#hero {
    height: 100vh;
    background-image: url(../img/hero_bg.jpg);
    position: relative;
    z-index: 60;
    min-height: 600px;
    max-height: 1200px;
}
#hero>.container {height: 100%;padding: 0 15px;}
#header {
    transition: .3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    overflow: visible;
}
#header .container {}
#header .container {
    padding: 10px 15px;
    text-align: right;
}
#header.active {
  background-color: #fff;
}





#header.active #menu-main>li>a{
    color: #66a901;
}
#header.active #menu-main>li>a:after,
#header.active #menu-main>li>a:before {
    background-color: #66a901;
}

#header.active #menu-main>li>a:hover{
    color: #66a901;
}

#header.active #menu-main>li>a:hover:after,
#header.active #menu-main>li>a:hover:before {
  color: #66a901;
}







#header.active .container{
  transition: .3s;
  padding: 4px 15px;
}

.site_logo {
    background-image: url(../img/logo.png);
    background-size: contain;
    width: 210px;
    height: 50px;
    vertical-align: middle;
    margin-right: 30px;
    cursor: pointer;
    background-position: right 10px center;
    position: relative;
}

#header.active .site_logo {
    background-image: url(../img/logo_dark.png);
}

.st0{fill:#444444;}
.st1{fill:none;}

.site_logo svg {
    width: 300px;
    position: absolute;
    left: 0px;
    top: 0;
    max-width: 50px;
}
.site_logo .st0 {
    fill: rgba(255, 255, 255, 0.8);
}
#header.active .site_logo svg {}
#header.active .site_logo .st0 {
    fill: #73868f;
}





.header_line {
    height: 40px;
    width: calc(100% - 631px);
    background-position: left center;
    vertical-align: middle;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
}
.header_line:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  top: 50%;
  margin-top: -1px;
  position: absolute;
  left: 0;
}
#header.active .header_line:before {
  background-color: #66a901;
}
.header_line svg {
    position: absolute;
    left: 0;
    top: -5px;
    height: calc(100% + 10px);
    width: 200px;
}
.header_line svg path{
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 5px;
}


.header_line path {
  stroke-dasharray: 3000;
  stroke-dashoffset: 1000;
  animation: dash 26s linear alternate infinite;
  /**/
}

@keyframes dash {
  from {
    stroke-dashoffset: 3000;
  }
  to {
    stroke-dashoffset: 0;
  }
}



#menu-main {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 350px;
    vertical-align: middle;
    height: 100%;
}
#menu-main>li{
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin-right: 7px;
    height: 100%;
    padding: 16px 0;
}
#menu-main>li:last-of-type{
  margin-right: 0;
}
#menu-main>li>a{
    position: relative;
    color: #e8e8e8;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 0 5px;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
}
#menu-main>li>a:after,
#menu-main>li>a:before,
a.home_top:after,
a.home_top:before {
    content:'';
    height: 1px;
    width: 0%;
    transition: 0.5s ease-out;
    background-color: #fff;
    position: absolute;
}


#menu-main>li>a:before,
a.home_top:before {
  right: 0;
  top: -5px;
}
#menu-main>li>a:after,
a.home_top:after {
  left: 0;
  bottom: -5px;
}
#menu-main>li>a:hover:after,
#menu-main>li>a:hover:before,
a.home_top:hover:after,
a.home_top:hover:before{
    width: 100%;
}


a.home_top:after {
  bottom: -7px;
}

#menu-main>li>a:hover{
    color: #fff;
}
#menu-main li.current-menu-item{}
#menu-main li.current-menu-item a:before{
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: 0px;
  z-index: 3;
  transition: .3s ease-in-out;
  left: 0;
}
#menu-main li.current-menu-item:hover{}
#menu-main li.current-menu-item a:hover:before{
  width: 0%;
}

#menu-main li.current-menu-item a:after{
  display: none;
}

#menu-main>li>ul{
    position: absolute;
    background-color: #fff;
    padding: 15px 10px;
    list-style-type: none;
    width: auto;
    right: 0;
    transition: .5s ease-out;
    top: 50px;
    z-index: 45;
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
    z-index: -1;
}
#header.active .header_line svg path{
  stroke: #66a901;
}
#menu-main>li:hover>ul{
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 11;
}
#menu-main>li>ul>li{
    text-align: left;
    margin-bottom: 5px;
}
#menu-main>li>ul>li a{
    width: 100%;
    color: #5d737e;
    line-height: 1.2;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    transition: .3s linear;
    position: relative;
    left: 0;
}
#menu-main>li>ul>li a:hover{
    color: #66a901;
    left: 5px;
}
#hero .verti {
    text-align: left;
    color: #e8e8e8;
    padding: 0 15px;
}
#hero h2{
    font-size: 60px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 40px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.8px;
}
#hero h2 span{
  display: block;
  font-weight: 300;
  margin-top: 38px;
  font-size: 50px;
  text-transform: lowercase;
  line-height: 1;
}
#hero .sub{
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 65px;
    letter-spacing: .46px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.home_top {
    padding: 18px 50px;
    font-size: 20px;
    color: #e8e8e8;
    letter-spacing: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.3;
}
.home_top .pluss {
  opacity: 1;
  transition: .3s linear;
  position: absolute;
  width: calc(100% + 14px);
  height: calc(100% + 21px);
  left: -7px;
  right: 0;
  top: -10px;
  bottom: 0;
  max-height: 330px;
}
.home_top .pluss:before,
.home_top .pluss:after {
  content: '';
  background-image: url(../img/pluss.png);
  background-size: cover;
  width: 18px;
  height: 110%;
  position: absolute;
  top: -4px;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.home_top .pluss:before {
    left: 0;
}
.home_top .pluss:after {
    right: 0;
}
.home_top:hover {
    color: #fff;
}
.home_top:hover .pluss {
}

/*//////////////////  #b1  ///////////////*/

h2.header {
  text-transform: uppercase;
  color: #2b2d42;
  font-size: 40px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  display: block;
  text-align: left;
  margin: 0;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
h2.header.center {
  text-align: center;
}
h2.header span{
  color: #66a901;
}
#b1 {}
#b1 .container{
    background-image: url(../img/b1_bg.png);
    background-position: top center;
    padding-top: 150px;
    background-size: contain;
}
#b1 p{
    font-size: 16px;
    text-align: left;
    line-height: 2;
    margin-bottom: 25px;
    letter-spacing: 0.8px;
}
.accardeon {}
.b1_acc {
    text-align: left;
    margin-bottom: 10px;
}
.b1_btn {
  margin-top: 50px;
}
.b1_acc .name{
    font-size: 16px;
    text-transform: uppercase;
    color: #2b2d42;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    position: relative;
    padding-left: 35px;
    min-height: 30px;
    line-height: 30px;
    cursor: pointer;
    transition: .3s ease-out;
}
.b1_acc .name:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  border: 1px solid #66a901;
  background-image: url(../img/plus_green.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: .3s ease-out;
}
.b1_acc.active .name:before {
  left: -50px;
  opacity: 0;
}
.b1_acc .name:hover{
    color: #66a901;
}
.b1_acc.active .name{
    padding-left: 0;
}
.b1_acc.active .name:hover{}
.b1_acc .content{
    font-size: 0px;
    line-height: 1.3;
    margin-top: 0;
    height: 0px;
    overflow: hidden;
    transition: .3s ease-out;
}
.b1_acc.active .content{
    margin-top: 10px;
    margin-bottom: 20px;
    height: auto;
    font-size: 16px;
}

.b1_anim_box {
    position: relative;
    text-align: center;
}
.b1_logo {
    width: 204px;
    height: 204px;
    position: absolute;
    left: 130px;
    top: 0;
    margin: 0 auto;
}
.b1_logo svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.b1_logo path {}

.b1_text {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 255px;
    display: inline-block;
    color: #5d737e;
    letter-spacing: 4px;
}
.b1_text:hover {
  color: #66a901;
}
.b1_text span {
  position: absolute;
  width: 100px;
  background-color: #5d737e;
  height: 1px;
  transition: .3s;
  top: -50px;
}
.b1_text span:before, 
.b1_text span:after {
  content: '';
  border-radius: 100%;
  position: absolute;
  background-color: #5d737e;
  height: 3px;
  width: 3px;
}
.b1_text span:before {
    left: -1px;
    top: -1px;
}
.b1_text span:after {
    right: -1px;
    top: -1px;
}

.b1_text.left span {
    -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    right: -60px;
}
.b1_text.right span {
    left: -60px;
        -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#b1_text_1 {
    left: 30px;
}
#b1_text_2 {
    left: 310px;
}
#b1_text_3 {
    top: 370px;
    left: 120px;
}
#b1_text_4 {
    top: 370px;
    left: 400px;
}

.b1_anim_box.active {}
.b1_anim_box.active .b1_logo {}
.b1_anim_box.active .b1_logo .b1_text  {}
.b1_images {
    margin-top: 150px;
}
.green_in {
    padding: 0;
    border: 0;
    width: calc(100% - 9px);
    margin-bottom: 9px;
    margin-right: 9px;
    background-color: #e8e8e8;
    border: 1px solid #2b2d42;
}
.green_in.w50 {
  width: calc(50% - 9px);
}
.green_in .in {
    position: absolute;
    left: 3px;
    right: 0;
    top: 3px;
    bottom: 0;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #2b2d42;
}
.green_in .in:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(102, 169, 1, 0.5);
  opacity: 0;
  transition: .3s linear;
  background-image: url(../img/plus_white.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
}
.green_in:hover .in:before {
  opacity: 1;
}
#green_in_1 {}
#green_in_3 {
  max-height: 274px;
}
/*//////////////////  #b2  ///////////////*/
#b2 {text-align: center;}
#b2 .container{
    background-image: url(../img/b2_bg.png);
    background-size: 650px;
    background-position: bottom center;
}
#b2 h2.header {text-align: center;}
#b2 h3{
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #2b2d42;
}
#b2 .sub{
    max-width: 420px;
    margin: 0 auto;
    letter-spacing: .8px;
}
#b2 .sub:not(:last-of-type) {
  margin-bottom: 30px;
}
/*//////////////////  #b3  ///////////////*/

#b3 {
    text-align: center;
}
#b3 .container {}

.b3_table {
    font-size: 0;
}

.b3_table.mobile {
  display: none;
}
#traning_mobile {}
#traning_mobile .carousel-inner {}
#traning_mobile .item {}
#traning_mobile .row{}
#traning_mobile .col{
    width: 50%;
}

#traning_mobile .carousel-control{
    width: 30px;
    background-color: transparent;
    background-image: none;
    opacity: 1;
}
#traning_mobile .carousel-control span{
    position: absolute;
    top: calc(50% + 25px);
    left: 0;
    right: 0;
    height: 30px;
    margin-top: -15px;
    background-image: url(../img/right_arrow.png);
    background-size: contain;
    background-color: #e8e8e8;
    color: #e8e8e8;
}
#traning_mobile .carousel-control.left span{
    -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
}


.b3_table .row{
    margin: 0;
}
.b3_table .row .col:first-of-type span{
    font-size: 14px;
    color: #66a901;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -7px;
}
.b3_table .row.head{margin-bottom: 10px;}
.b3_table .row.head .col{
    background-color: #66a901;
    padding: 13px 0;
    height: 40px;
    color: #e8e8e8;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    min-height: 0;
}
.b3_table .col {
    width: 12.5%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    min-height: 120px;
    border: 1px solid #cecece;
    position: relative;
}
.b3_table .col .verti{}
.b3_table .name{
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #5d737e;
    position: relative;
}
.b3_table .name:after{
  content: '';
  position: absolute;
  bottom: -5px;
  width: 60%;
  height: 2px;
  background-color: #66a901;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.b3_table .time{
    font-size: 14px;
    margin-top: 20px;
    text-transform: uppercase;
}
.b3_table_btn {
    margin-top: 50px;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
}

/*//////////////////  #b4  ///////////////*/

#b4 {}
#b4 .container {
    text-align: center;
}
#feedback {}
#feedback .carousel-inner{}
#feedback .item{
    width: 100%;
    margin: 0 auto;
}
#feedback .item>.wp {
  max-width: 860px;
  margin: 0 auto;
}
#feedback .image{
    width: 274px;
    height: 274px;
    position: relative;
    background-image: url(../img/user_bg.png);
    background-size: contain;
}
#feedback .image span{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0%;
  width: 240px;
  height: 240px;
  border-radius: 300px;
  margin: 0 auto;
  margin-top: -120px;
}
#feedback .content{
    width: calc(100% - 274px);
    padding-left: 80px;
    padding-top: 40px;
}
#feedback .name{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    color: #2b2d42;
    font-weight: 600;
    width: 100%;
    margin-bottom: 50px;
}
#feedback .text{
    width: 100%;
    font-size: 16px;
    text-align: left;
    line-height: 2;
    letter-spacing: .8px;
}
.carousel-indicators  {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    margin-top: 40px;
}
.carousel-indicators  li{
    width: 18px;
    height: 18px;
    border: 1px solid #5d737e;
    transition: .3s;
}
.carousel-indicators  li.active{
    background-color: #66a901;
    border-color: #66a901;
}
.carousel-indicators  li:hover{
    background-color: #5d737e;
}
.carousel-indicators  li.active:hover{
    background-color: #66a901;
}
/*//////////////////  #b5  ///////////////*/
#b5 {
    text-align: center;
}
#b5 .container{}
#b5 h2.header{}
#b5 .sub{
    text-align: center;
    padding-left: 30px;
    background-image: url(../img/instagram.png);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #2b2d42;
}
#b5 .sub:hover{
  color: #66a901;
}
.green_in.insta {
    width: 20%;
    display: inline-block;
    margin: 0;
    border: 0;
}
.green_in.insta .in {
    left: 15px;
    top: 15px;
    border: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}
.green_in.insta .in:before {
  background-image: url(../img/white_insta.png);
}
.green_in.insta:after {}

/*//////////////////  #FOOTER  ///////////////*/
#footer {padding-top: 50px;background-color: #fff;}
#footer .container {
    padding: 40px 15px;
    border-top: 1px solid #e8e8e8;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer_box {
    text-align: left;
}
.footer_box .header{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #2b2d42;
    margin-bottom: 40px;
}
.footer_box form{
    position: relative;
}
.footer_box input{
    padding: 8px 0;
    border-bottom: 1px solid #66a901;
    color: #2b2d42;
}
.footer_box label{
    font-size: 16px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    transition: .3s ease-out;
    user-select: none;
    left: 0;
}
.footer_box input:focus+label,
.footer_box input:active+label, 
.footer_box input:valid+label{
  top: 0px;
  font-size: 14px;
}
.footer_box input:invalid{
  border-color: #333;
}

.footer_box .btn {
    padding: 0;
    position: absolute;
    right: 15px;
    width: 16px;
    height: 16px;
    background-image: url(../img/footer_submit.png);
    background-size: 16px;
    top: 50%;
    margin-top: -8px;
    cursor: pointer;
    z-index: 3;
}
#footer_box_1 {
    width: 100%;
    max-width: 405px;
}
#footer_box_2 {
    width: 100%;
    max-width: 360px;
    /* margin-left: 90px; */
    /* margin-right: 100px; */
}
#footer_box_3 {
    width: 120px;
    margin-left: auto;
}
.footer_box .btn:hover {}
.footer_box a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #5d737e;
}
.footer_box a:hover {
    color: #66a901;
}
.footer_box .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: contain;
    margin-right: 6px;
    margin-top: 3px;
}
.footer_box .address span{
    display: inline-block;
    width: calc(100% - 20px);
    line-height: 1.4;
}
.footer_box .address .icon.phone_green {
    background-image: url(../img/phone_green.png);
    background-size: 12px;
}
.footer_box .address .icon.map_green {
    background-image: url(../img/map_green.png);
}
.footer_box .address .icon.envelope_green {
    background-image: url(../img/envelope_green.png);
}
.social {
  background-image: url(../img/soc_bg.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  background-size: contain;
  transition: .3s;
  top: 0;
}
.footer_box .social {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 0;
    position: relative;
    transition: .3s ease-out;
    top: 0;
}
.social:hover {
    top: -5px;
}
.social.facebook:after ,
.social.insta:after,
.social.youtube:after {
  content: '';
  position:  absolute;
  left: 5px;
  right: 0;
  background-size: contain;
  width: 18px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  margin-top: -7px;
}

.social.facebook:after {
  background-image: url(../img/soc_fb.png)
}
.social.insta:after {
  background-image: url(../img/soc_instagram.png)
}
.social.youtube:after {
  background-image: url(../img/soc_youtube.png);
  background-size: 14px 10px;
}

#copyright {
    text-align: center;
}
#copyright .container{
    font-size: 0;
    padding: 20px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#copyright .text{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-right: auto;
}
#copy {
    display: inline-block;
    font-size: 14px;
    background-size: contain;
    background-position: right center;
    line-height: 24px;
    color: #5d737e;
    text-align: left;
    text-align: right;
}
#copy span {
    margin-left: 5px;
}
#copy:hover {
}
#copy:hover span{
    color: #66a901;
}

/*//////////////////  #custom_page  ///////////////*/
.custom_page_header {
    background-image: url(../img/subpages-image.jpg);
    height: 300px;
    position: relative;
}
.custom_page_header .container{
    padding: 0 15px;
    height: 100%;
}
.custom_page_header h1{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #e8e8e8;
    margin: 0;
    position: absolute;
    bottom: 70px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    font-size: 60px;
}
.custom_page_content_wp {}
.custom_page_content_wp img{
  width: 100%;
  margin-bottom: 40px;
}
.custom_page_content_wp .w50,
.custom_page_content_wp .w33,
.custom_page_content_wp .w20,
.custom_page_content_wp .w25 {
  padding: 0 15px;
}
.custom_page_content_wp .center {
  text-align: center;
}

.custom_page_content_wp b {
  color: #2b2d42;
}
.custom_page_content_wp .container{
    background-image: url(../img/b1_bg.png);
    background-size: contain;
    background-position: top center;
    padding-top: 90px;
    padding-bottom: 270px;
}
.custom_page_content_wp h2{
    margin: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #2b2d42;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 40px;
    text-align: left;
}
.custom_page_content_wp h3,
.custom_page_content_wp h4,
.custom_page_content_wp h5,
.custom_page_content_wp h6 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #2b2d42;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
  margin-top: 0;
}

.custom_page_content_wp h3 {
  font-size: 30px
}
.custom_page_content_wp h4 {
  font-size: 24px
}
.custom_page_content_wp h5 {
  font-size: 22px
}
.custom_page_content_wp h6 {
  font-size: 18px
}


.custom_page_content_wp p{
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    letter-spacing: .8px;
}
.custom_page_content_wp p:not(:last-of-type){
  margin-bottom: 30px;
}
.custom_page_content_wp ul{
    padding-left: 20px;
    margin: 20px 0;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.custom_page_content_wp li{
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    list-style-type: none;
    letter-spacing: .8px;
    margin-bottom: 15px;
}

#google_map {
  height: 550px;
  background-color: #2b2d42;
  box-shadow: 0px 0px 10px 0px #333;
}
.contacts_page_wp {}
.contacts_page_wp .container{
    padding-bottom: 80px;
}

.animate_input {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.animate_input input,
.animate_input textarea {
  padding: 8px 15px;
  padding-left: 0;
  border-bottom: 1px solid #66a901;
  color: #2b2d42;
}


.animate_input textarea {
  background-color: transparent;
  min-height: 80px;
}

.animate_input label{
  position: absolute;
  top: 50%;
  margin: 0 auto;
  margin-top: -8px;
  left:0;
  right: 0;
  font-size: 16px;
  text-align: left;
  user-select: none;
  transition: .3s ease-out;
}

.animate_input textarea+label {
    top: 15px;
}

.animate_input input:focus+label,
.animate_input input:valid+label,
.animate_input input:active+label,
.animate_input textarea:focus+label,
.animate_input textarea:valid+label,
.animate_input textarea:active+label {
    top: 0px;
    font-size: 14px;
}
.contacts_btn {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: right;
    padding-right: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background-image: url(../img/footer_submit.png);
    background-size: 18px;
    background-position: right 10px center;
}
.contacts_btn:hover {
    background-position: right 0px center;
}
.contacts_page_wp {}
.contacts_page_wp .left {
    width: 100%;
    max-width: 340px;
    display: inline-block;
}
.contacts_page_wp .right {
    display: inline-block;
    width: calc(100% - 340px);
    text-align: right;
}
.contacts_page_wp .right>.wp{
    max-width: 540px;
    display: inline-block;
    width: 100%;
}
.contacts_p {
    margin-bottom: 20px;
}
.contacts_p .image{
    width: 80px;
    height: 80px;
    display: inline-block;
}
.contacts_p .text{
    display: inline-block;
    width: calc(100% - 80px);
    padding-top: 20px;
    padding-left: 30px;
}
.contacts_p a{
    font-size: 18px;
    display: block;
    text-align: left;
    color: #5d737e;
    margin-bottom: 10px;
}
.socials_wp {
    border-bottom: 1px solid #5d737e;
    padding-bottom: 30px;
    padding-top: 10px;
}
.socials_wp .icon{
    display: inline-block;
    margin: 0 4px;
    position: relative;
    top: 0;
}
.contacts_p :hover{
    color: #66a901;
}
.contacts_p_bottom {}
.contacts_p_bottom .address{
    font-size: 16px;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
}
.contacts_p_bottom .icon{
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.icon.time_green {
    background-image: url(../img/time_green.png);
    background-size: 13px 13px;
}

#ab_1 {}
#ab_1 .container{
    text-align: center;
    background-image: url(../img/patt_gray.png);
}
#youtube {
    height: 460px;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    background-color: #333;
}
#ab_2 {}
#ab_2 .container{
    padding: 50px 15px;
    max-width: 1080px;
}
#ab_2 .image{width: 230px;height: 230px;border-radius: 100%;}
#ab_2 .text{
    width: calc(100% - 280px);
    padding-left: 50px;
    position: relative;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
#ab_2 .text .verti{
    line-height: 1.5;
    letter-spacing: .8px;
}

#ab_3 {}
#ab_3 .container{
    padding: 50px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#ab_3 .socials_wp{
    border: none;
    display: inline-block;
    max-width: 290px;
    width: 100%;
    padding: 0;
}
#ab_3 .socials_wp .verti{}
#ab_3 .socials_wp a {}
#ab_3 .text  {
    line-height: 1.4;
    width: calc(100% - 300px);
    letter-spacing: .8px;
}
#ab_3 .text a {color: #2b2d42;font-weight: 600;}
#ab_3 .text a:hover {
    color: #66a901;
}
#about_page>.container{
    padding-bottom: 80px;
}
#open_m_menu {
    display: none;
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    background-image: url(../img/logo.png);
    background-size: 100px;
    background-position: left 15px center;
    height: 30px;
    z-index: 102;
    background-color: #66a901;
    width: 100%;
  }
  #open_m_menu svg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
  }
  #open_m_menu svg .st0 {}
  #open_m_menu {}
  #open_m_menu .bt{
    position: absolute;
    right: 15px;
    height: 100%;
    width: 30px;
    top: 5px;
}
  #open_m_menu span{
    height: 3px;
    background-color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}


#photos {
    background-color: rgba(102, 169, 1, 0.4);
}
.modal-dialog {
    height: 100vh;
    min-height: 400px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.modal-content {}
.modal-body {
    padding: 0;
}
.close {
    position: absolute;
    border: 2px solid #000;
    background-color: #fff;
    padding: 0;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    z-index: 99;
    color: #000;
}
.close span{}
.close:hover{}
#photos_s {
}
#photos_s .carousel-inner{}
#photos_s .item{
    min-height: 500px;
    background-size: contain;
}

#tnx {}
#question_modal .modal-dialog,
#tnx .modal-dialog {
    margin: 0 auto;
    margin-top: 30px;
}
#question_modal .modal-content,
#start_modal .modal-content,
#tnx .modal-content {
  margin: 0 auto;max-width: 400px;width: 100%;background-image: url(../img/tnx_bg.png);background-size: 100% 100%;background-position: left center;
}
#question_modal .modal-body,
#tnx .modal-body {
    padding: 160px 0;
    text-align: center;
}
#question_modal .modal-body,
#start_modal .modal-body {
  padding: 80px 15px 24px 15px
  /* padding: 80px 15px; */
}
#start_modal .close,
#question_modal .close,
#tnx .close{
    border: 0px;
    font-size: 32px;
}
#tnx .close span{}
#question_modal .close:hover,
#tnx .close:hover {
    color: #66a901;
}
#question_modal .c_header,
#tnx .c_header {
    color: #66a901;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 20px;
}
#question_modal .c_header {
  color: #000;
}
#question_modal form {}
#question_modal input,
#question_modal textarea {
    border: 1px solid #333;
    margin-bottom: 10px;
    padding-left: 20px;
    color: #000;
    font-size: 14px;
}
#question_modal .btn {
    width: 100%;
    background-color: #66a901;
    color: #fff;
    font-size: 18px;
    border: 2px solid #66a901;
}
#question_modal .btn:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}
#tnx .sub {}

/*//////////////////  #b1  ///////////////*/
/*//////////////////  #b1  ///////////////*/
/*//////////////////  #b1  ///////////////*/
/*//////////////////  #b1  ///////////////*/
/*//////////////////  #b1  ///////////////*/
/*//////////////////  #b1  ///////////////*/
/*//////////////////  #b1  ///////////////*/
/*//////////////////  #b1  ///////////////*/
/*//////////////////  #b1  ///////////////*/
/*//////////////////  #b1  ///////////////*/
/*//////////////////  #b1  ///////////////*/

/*////////////////////////////////////////////*/
/*////////////////  ANOTHER  /////////////////*/
/*////////////////////////////////////////////*/

input,
textarea {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  border: none;
}

input {
  box-sizing: border-box;
  height: 100%;
  z-index: 1;
  position: relative;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  background-size: 100% 100%;
  padding: 9px 15px;
  padding-left: 40px;
}

textarea {
  min-height: 75px;
  padding: 15px;
}

input:focus,
textarea:focus {
  outline: 0!important;
  transition: .3s;
  color: #000;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #333;
  font-size: 14px;
}

::-moz-placeholder {
  opacity: 1;
  color: #333;
  font-size: 14px;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #333;
  font-size: 14px;
}

:-moz-placeholder {
  opacity: 1;
  color: #333;
  font-size: 14px;
}

input:focus::-webkit-input-placeholder {
  color: #333;
}

input:focus::-moz-placeholder {
  color: #333;
}

input:focus:-ms-input-placeholder {
  color: #333;
}

input:focus:-moz-placeholder {
  color: #333;
}

/*@font-face {*/

/*font-family: 'rbb';*/

/*src: url('../fonts/rbb.eot?#iefix') format('embedded-opentype'),  url('../fonts/rbb.woff') format('woff'), url('../fonts/rbb.ttf')  format('truetype'), url('../fonts/rbb.svg#Raleway-Back') format('svg');*/

/*font-weight: normal;*/

/*font-style: normal;*/

/*}*/

/*////////////////////////////////////////////*/
/*//////////////////  ADAPTIVE MAIN  /////////*/
/*////////////////////////////////////////////*/
@media all and (max-width: 1200px) {
  .btn.cube {
    padding: 25px 0;
  }
  #footer_box_1,
  #footer_box_2,
  #footer_box_3  {
    width: 33.3333%;
    padding: 0 15px;
    margin-right: 0;
    margin-left: 0;
  }
  #hero {
    background-attachment: fixed;
  }
  .contacts_page_wp .right {
    padding-left: 30px;
  }
  .b1_logo {
    opacity: 1;
  }
  .b1_text {
  font-size: 16px;
  position: relative;
  }
  .b1_text span {
    opacity: 1;
  }
  .b1_anim_box {
  position: relative;
  }
  .b1_logo {
    margin-bottom: 30px;
    position: relative;
    left: 0;
    right: 0;
  }
  .b1_text {top: 20px;}
.b1_text span {
  top: -35px;
}
#b1_text_1 span,
#b1_text_2 span,
#b1_text_3 span,
#b1_text_4 span {
    width: 70px;
}
#b1_text_1 span:before {}
#b1_text_2 span {}
#b1_text_2 span:before {}
#b1_text_3 span {}
#b1_text_3 span:before {}
#b1_text_4 span {}
#b1_text_4 span:before {}


#b1>.container>.w50 {
  width: 320px;
}
#b1_text_1 {left: -57px;}
#b1_text_2 {left: 40px;}
#b1_text_3 {top: 90px;left: -18px;}
#b1_text_4 {
  top: 90px;left: 20px;
}

@media (max-width: 1200px) {
  #b1_text_4 span {
    left: 20px;
  } 
}


}
@media all and (max-width: 768px) {
  .container {
    padding: 35px 15px;
  }
  .b3_table {
    display: none;
  }
  .btn.cube {
    font-size: 14px;
  }
  .b3_table.mobile {
    display: block;
  }

  #open_m_menu {
    display: block;
  }
  .site_logo,
  .header_line {
    display: none;
  }
  #header {
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
    top: 30px;
    height: 100vh;
    background-color: #66a901;
    overflow: auto;
  }
  #menu-main {}
  #menu-main li{
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    padding: 8px 0;
}
  #menu-main li a{
    font-size: 24px;
}
  #menu-main>li>ul {
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        position: relative;
        width: 100%;
        background-color: transparent;
        padding: 15px 0;
        top: 0;
  }
  #menu-main>li>ul li{
    padding: 4px 0;
}
    #menu-main>li>ul li a{
    text-align: right;
    padding-right: 25px;
    color: #e8e8e8;
}

a {}
  #header .container {}
  #header.active {}
  #header.open {
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  #footer_box_1, #footer_box_2, #footer_box_3,
  .footer_box {
    width: 100%;
  }
  .footer_box {
    margin-bottom: 30px;
  }
  #b1>.container>.w50 {
    width: 100%;
    margin-bottom: 30px;
  }
  .b1_images .w50 {
    width: 100%;
  }
  
  .b1_images .green_in {
    width: 100%;
    min-height: 200px;
  }
  .green_in.insta {
    width: 20%;
  }
  #copyright .text {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  #copy {
    margin: 0 auto;
    display: inline-block;
  }
  .custom_page_header h1 {
    font-size: 9vw;
  }
  .custom_page_content_wp .container {
    padding-bottom: 80px
  }
  .contacts_page_wp .right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .contacts_page_wp .right>.wp {
    max-width: 100%;
  }
  #google_map {
    height: 300px;
  }
  #about_page>.container .w50 {
    width: 100%;
    padding: 0
  }
  #youtube {
    height: 260px;
  }
  #ab_2 .image {
    display: block;
    margin:0 auto;
    margin-bottom: 30px;
  }
  #ab_2 .text {
    position: relative;
    width: 100%;
    padding: 0;
}
  #ab_2 .text .verti {
    top: 0;
    position: relative;
      -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
}
#ab_3 .text {
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
#feedback .image {
  margin: 0 auto;
  margin-bottom: 30px;
}
#feedback .content {
  width: 100%;
  padding: 0;
}
#feedback .name,
#feedback .text {
  text-align: center;
}
#ab_3 .socials_wp {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}




  .b1_text {top: 20px;}
.b1_text span {
  top: -35px;
}
#b1_text_1 span,
#b1_text_2 span,
#b1_text_3 span,
#b1_text_4 span {
    width: 70px;
}
#b1_text_1 span:before {}
#b1_text_2 span {}
#b1_text_2 span:before {}
#b1_text_3 span {}
#b1_text_3 span:before {}
#b1_text_4 span {
    left: 10px;
    top: -34px;
    width: 70px;
}
#b1_text_4 span:before {}


#b1>.container>.w50 {
  width: 320px;
}
#b1_text_1 {left: -57px;}
#b1_text_2 {left: 40px;}
#b1_text_3 {top: 90px;left: -18px;}
#b1_text_4 {top: 90px;left: 20px;}







}
@media all and (max-width: 500px) {
  #hero .sub {
    line-height: 1.8;
    font-size: 1.6rem;
}
  #hero h2 {
    font-size: 4rem;
    margin-bottom: 25px;
}
  #hero h2 span{
    margin-top: 15px;
    font-size: 2.7rem;
}
  .green_in.insta {
    width: 100%;
    height: 300px;
  }
  .home_top {
    width: 100%;
    padding: 18px 0;
    text-align: center;
  }
}


.leave_your_review {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    margin-top: 25px;
    color: #66a901;
}
.leave_your_review:hover {}


