@media (min-width: 1600px) {
  .container{
    max-width: 1570px;
    }  
  .col-xxl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

body, html {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.41;
  color: #3b3d42;
  background-color: #fff;
}
h1,h2,h3,h4,h5{
    color: #3b3d42;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}
img{
    max-width: 100%;
}
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
header{
    position: relative;
    z-index: 1000;
}


.top-row{
    width: 100%;
    height: 40px;
    background: #f3f9f6; 
    position: relative;
    top:0;
    z-index: 3000;
}
@media (max-width: 991px){
    .top-row{
    position: fixed;
    }
}
.bar{
    margin-top: 9px;
    position: absolute;
    left: 0;
}
.bar i{
    cursor: pointer;
    font-size: 1.6em;
    color: #3bb375;
}
.top-row .adr a,.top-row .adr span{
    line-height: 40px;
    color: #b2abb1;
    
}
.top-row .adr a:hover, .top-row .adr span:hover{
    color: #3bb375;
}
.top-row .adr span{
    display: block;
    float: left;
}
.top-row .adr .fa{
    font-size: 2em;
    line-height: 40px;
    margin-right: 10px;
    color: #3bb375;
}
.search-form input{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #3bb375;
    outline: 0;
    background: none;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px 5px 0;
    margin-top: 5px;
    color: #b2abb1;
}
.search-form input:focus{
    padding-left: 10px;
    background: #fff;
    border: 1px solid #3bb375;
}
.search-form input::placeholder {
  color: #b2abb1;
  font-size: 1em;
}
.search-form button{
    position: absolute;
    background: 0 0;
    right: 17px;
    top: 11px;
    color: #3bb375;
    border: 0;
    outline: 0;
}
@media (max-width: 991px){
.soc{
    position: absolute;
    right: 0;
}
}
.soc .poor{
    float: right;
    color: #3b3d42;
    font-size: 1.5em;
    margin-right: 20px;
    margin-top: 6px;
}
.soc .poor:hover{
    color: #3bb375;
}
.langs{
    display: inline-block;
    float: right;
    margin-top: 8px;
}
.langs li{
    display: inline-block;
     margin-right: 6px; 
}
  ul.langs li:last-child{
       margin-right: 0 !important;
   } 
.langs li img{
    width: 24px;
}
.langs li a:hover img{
    opacity: 0.75;
}
.lang-swicther{
    position: absolute;
    width: 84px;
    height: 48px;
    line-height: 48px;
    float: left;
    top: 6px;
    right: 5px;
}
.head-row{
    margin: 15px 0 0;
}
@media (max-width: 991px){
    .head-row{
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 20px;
    background: #f3f9f6;
    }
}
.head-row .logo{
    margin: 15px 0;
    display: block;
}
.head-row .logo > * {
    display: block;
    float: left;
}
.head-row .logo img{
    height: 90px;
}
.head-row .logo span{
    padding: 10px;
    line-height: 1.6em;
    color: #3b3d42;
    font-size: 1.2em;
}
.head-info{
    margin-top: 43px;
    margin-bottom: 20px;
}

.info-icon i{
    font-size: 20px;
    display: inline-block;
    float: left;
    height: 35px;
    width: 35px;
    color: #fff;
    text-align: center;
    background: #3bb375;
    line-height: 35px;
    margin-top: 5px;
    border-radius: 50%; 
    margin-right: 10px;
}
.info-text{
    padding-top: 2px;
}
.info-text p{
    margin: 0;
    overflow: hidden;
    margin-left: 10px;
}
.info-text p a{
    color: #3b3d42;
}
.info-text p a:hover{
    cursor: pointer;
    color: #3bb375;
    text-decoration: none;
}
.nav-row{
    background: #3bb375;
    width: 100%;
}
.nav-row nav{
    width: 100%;
}
.nav-row .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-row ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-around;
}
.nav-row ul li{
    padding: 15px;
    position: relative;
}
.nav-row ul li a{
    text-transform: uppercase;
    color: #fff;
    position: relative;
    vertical-align: middle;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
}
.nav-row  ul > li > a .fa{
    color: #fff;
    margin-left: 10px;
    transform: rotate(0deg);
    -webkit-transition: 200ms linear;
    transition: 200ms linear;
}
.nav-row ul li.current-menu-item, .nav-row ul li:hover{
    background: #f3f9f6;
}
.nav-row ul li.current-menu-item a, .nav-row ul li:hover a, .nav-row ul li.current-menu-item a .fa, .nav-row ul li:hover a .fa{
    color: #3bb375;
}
.nav-row ul li:hover a .fa{
    transform: rotate(180deg);
}
.nav-row  ul > li > .sub-menu-toggle {
    position: absolute;
    width: 100%;
    height: 10px;
    top: 100%;
    left: 0;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
}
.nav-row  ul > li > ul{
    background: #f3f9f6;
    position: absolute;
    z-index: 300;
    top: 150%;
    border-top: 2px solid #3bb375;
    margin-left: -15px;
    visibility: hidden;
    -webkit-transition: 200ms linear;
    transition: 200ms linear;
    -webkit-transition-property: top, opacity, visibility;
    transition-property: top, opacity, visibility;
    opacity: 0;
    display: block;
}
.nav-row  ul > li:hover > ul{
    visibility: visible;
    opacity: 1;
    top: 120%;
}
.nav-row  ul > li > ul li {
    position: relative;
    text-align: left;
    display: block;
    white-space: nowrap;
}
.nav-row  ul > li > ul li a {
    color: #6dce0e;
    font-weight: 700;
}
.carousel-control-prev div, .carousel-control-next div {
    color: #fff;
    border: 2px solid #fff;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    opacity: 1;
    font-size: 22px;
    line-height: 42px;
}
.mobile-nav-row{
    position: fixed;
    top:40px;
    left:-360px;
    width: 290px;
    height: 100%;
    padding: 20px 0;
	z-index: 2000;
    background: #3bb375;
   transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}
.mobile-nav-row.active{
    left:0;
}
.mobile-nav-row ul{
    display: block;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}
.mobile-nav-row ul li+li{
    margin-top: 4px;
}
.mobile-nav-row ul li a{
    display: block;
    padding: 11px 56px 11px 16px;
    color: #fff; 
    text-decoration: none;  
}
.mobile-nav-row ul li a .fa{
    margin-left: 10px;
    transform: rotate(0deg);
}
.mobile-nav-row ul li.open a .fa{
    transform: rotate(180deg);
}
.mobile-nav-row ul li.active a{
    background: #fff;
    color: #414042;
}
.mobile-nav-row ul li.open a{
    
}
.mobile-nav-row ul li ul{
    visibility: hidden;
    -webkit-transition: 200ms linear;
    transition: 200ms linear;
    -webkit-transition-property: top, opacity, visibility;
    transition-property: top, opacity, visibility;
    opacity: 0;
    background: #f3f9f6;
    display: none;
}
.mobile-nav-row ul li ul li a{
    color: #3bb375;
}
.mobile-nav-row ul li.open ul{
    visibility: visible;
    opacity: 1;
    display: block;
}
.bg-main{
    position: relative;
    padding: 0;
}
.bg-main .carousel-caption{
    
}
.bg-main .carousel-item{
	background-position: center center;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat !important;
}


section h2{
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3rem;
    letter-spacing: 3px;
}
@media (max-width: 575px){
	section h2{
		font-size: 1.5rem;
	}
}
.mission{
    margin-top: -130px;
    background: #f3f9f6;
}
.m-item-title{
    background: #3bb375;
        
}
.m-item-title a h3{
   color: #fff;
   padding: 1rem;
   font-size: 1.5rem; 
   text-decoration: none;
}
.m-item-title a:hover{
   text-decoration: underline;
   color: #fff;
}
.m-item-title p{
   color: #fff;
   padding: 0 1rem 1rem;
   margin-bottom: 0; 
}
.m-item-img{
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-bottom: 30px;
}
.m-item1-img{
    background-image: url("./img/mission3.jpg");
}
.m-item2-img{
    background-image: url("./img/mission2.jpg"); 
}
.m-item3-img{
    background-image: url("./img/mission1.jpg");
}
.one-window{
    padding: 60px 0;
    background: #f3f9f6;
}
.ow-item{
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}
.ow-item a{
    text-decoration: none;
}
.ow-item a i{
    color: #3bb375;
    font-size: 2rem;
    position: absolute;
    left: 30px;
    top: 30px;
}
.ow-item a h5{
    padding: 16px 20px 0 42px;
    font-size: 1.2rem;
    height: 8rem;
}
.ow-item a p{
    padding: 0 20px 0 42px;
    color: #6d6d6d;  
}
.ow-item:hover{
    background: #3bb375;
}
.ow-item:hover a i, .ow-item:hover a h5, .ow-item:hover a p{
    color: #fff;
}
.e-circle{
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   background-image: url("./img/esend-bg.jpg");
   padding: 60px 0;
   text-align: center;
   margin-bottom: 100px;  
}
.e-circle h2{
    color: #fff;
}
.e-circle p{
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 3rem;
}
.e-circle p a{
    color: #3bb375;
}
.btn-green{
   background: #3bb375;
   color: #fff;
   padding: 15px 30px;
   text-transform: uppercase;
   letter-spacing: 3px;
   cursor: pointer;
   border:2px solid #3bb375;
   border-radius: 0;
   font-weight: 600; 
}
.btn-green:hover{
   background: #fff;
   color: #3bb375; 
}
.btn-small{
    padding: 10px 20px;
    letter-spacing: 1px;
    font-weight: normal;
    margin-top: 20px;
}
.time-line{
    text-align: center!important;
    position: relative;
    padding: 0px;
    display: block;
    overflow: hidden;    
}
.time-line::before {
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    bottom: 0;
    width: 2px;
    background-color: #3bb375;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -ms-border-radius: 4rem;
    -o-border-radius: 4rem;
    border-radius: 4rem;
    content: ' ';
}
.tm-item{
    position: relative;
}
.tm-item:not(:last-child) {
    margin-bottom: 30px;
}
.tm-item:first-child {
    margin-top: 20px;
}
.tm-point{
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #3bb375;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}
.tm-point::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: ' ';
    background-color: #f3f9f6;
    z-index: 0;
    animation: video-icon-animation 1.4s 0.7s linear infinite;
}

.tm-date{
    width: 46%;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: right;
    display: inline-block;
    padding-right: 37px;
    margin-top: -3px;
    margin-bottom: 20px;
}
.time-line .tm-item:nth-child(even) .tm-date {
    text-align: left;
    padding-left: 37px;
    padding-right: 0;
}
.tm-date time{
    display: inline-block;
    padding: 4px 25px;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    background: rgba(59,179,117 , 0.8); 
}
.tm-text{
    width: 46%;
    float: right;
    text-align: left;
    padding-top: 4px;
    position: relative;
    transition: .3s;    
}
.time-line .tm-item:nth-child(even) .tm-text{
    float: left;
    text-align: right;
}
.tm-text h4{
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 5px;
    transition: .3s;  
}
.tm-text h4 a{
    color: #3b3d42;
}
.tm-text p {
   margin-top: 1.3rem;
   transition: .3s;
   color: #6d6d6d; 
}
@media (max-width: 575px){
	.tm-point,.time-line::before{
		display: none;
	}
	.tm-date, .tm-text{
		width: 100%;
	}
	.time-line .tm-item:nth-child(even) .tm-text, .time-line .tm-item .tm-date{
    text-align: left;
	padding-left: 0 !important;
	}
}
.more{
    padding: 50px 0;
    text-align: center; 
}
.i-item{
    margin-bottom: 30px;
}
.info{
    margin: 50px 0 20px;
}
.info h4{
   font-size: 1.6rem;
   margin-bottom: 20px; 
}
form input[type="radio"]{
    display: none;
}
form input[type=radio]+label{
    cursor: pointer;
}
form input[type=radio]+label:before {
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    background: url(./img/radio.png) 0 0 no-repeat;
    cursor: pointer;
    margin: -2px 9px 0 0;
}
form input[type=radio]:checked+label:before {
    background: url(./img/radio.png) -21px 0 no-repeat;
}
.partners{
    margin: 50px 0;
}
.p-item{
    text-align: center;
    margin-bottom: 30px;
}
.p-item a{ 
    text-decoration: none;
}
.p-item img{
    height: 100px;
}
.p-item h5{
    padding: 20px 10px;
}
.p-item a:hover h5{
    color: #3bb375;
}
.ui-to-top {
    width: 50px;
    height: 50px;
    font-size: 24px !important;
    line-height: 46px !important;
    color: #FFF;
    background: #3bb375;
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: .45s all ease-in-out;
    transform: translateY(100px);
}
.ui-to-top.active {
    transform: translateY(0);
}
.ui-to-top:hover{
    text-decoration: none;
    color: #FFF;
}
@media (min-width: 576px){
    .ui-to-top {
        right: 40px;
        bottom: 40px;
    }
}
.site-footer{
    background: #3b4653;
}
.site-footer h3{
	color: #fff;
    font-size: 1.5rem;
    margin: 15px 0 20px;
}
.site-footer .row > div{
	margin-bottom: 20px;
}
.f-logo{
	margin-top: 40px;
	text-align: center;
}
.f-logo img{
	height: 120px;
}
.m-list{
	list-style: none;
}
.m-list li{
	margin-bottom: 15px;
}
.m-list li a{
	line-height: 1.5rem;
    color: #fff;
    font-weight: lighter;	
}
.m-list li a .fa{
	font-size: 1.5rem;
    margin-right: 20px;
    color: #3bb375;
}
.m-list li a:hover{
	color: #3bb375;
}
.unit-left{
    float:left;
}
.unit-left{
    min-width: 30px;
}
.unit-left span{
    font-size: 1.5rem;
    color: #3bb375;
}
.unit-body {
    float:left;
    padding-top: 0;
    padding-left: 15px;
	margin-bottom: 15px;
}
.unit-body a{
    text-decoration: none;
    color: #fff;
}
.unit-body a:hover{
    color: #3bb375;
}
.unit-s{
    margin-top: 10px;
}
.contact-list li{
    flex-direction: row;
    display: flex;
    flex: 0 1 100%;
}
.copyright{
    background: #11110d;
    color: #fff;
    text-align: center;
    width: 100%;
}
.copyright p {
    margin: 15px;
}
.single{
    margin: 30px 0;
}
.page h1{
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    padding: 30px 0;
}
.page h2{
	font-size: 2rem;
	text-align: left;
}
.page a{
    color: #3bb375;
    text-decoration: none;
    
}
.page a:hover{
    text-decoration: underline;
}
.page .fa-file-pdf{
    color: #f00;
    margin-right: 10px;
    font-size: 1.5rem;
}
.page .fa-file-word{
    color: #00f;
    margin-right: 10px;
    font-size: 1.5rem;
}
.page .fa-file-excel{
    color: #3bb375;
    margin-right: 10px;
    font-size: 1.5rem;
}
.page .fa-arrow-circle-right{
    color: #3bb375;
    margin-right: 10px;
    font-size: 1.5rem;
}
.page .fa-link{
    color: #3bb375;
    margin-right: 10px;
    font-size: 1.5rem;
}
.page .fa-youtube{
    color: #f00;
    margin-right: 10px;
    font-size: 1.5rem;
}
.f-list article{
    padding: 15px 0;
}
.f-list article:not(:last-child){
    border-bottom: 1px solid #3bb375;
}
.f-time{
    margin: 10px 0 20px; 
}
.f-time time{
    background: #3bb375;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
}
.f-text h4{
    font-size: 1.3rem;
    margin-bottom: 10px;
}  
.faq{
    margin-bottom: 30px;
}
.faq-item{
    padding: 15px 0;
}
.faq-header{
    
}
.faq-header i{
     color: #3bb375;
     position: absolute;
}
.faq-header a{
    font-size: 1.2rem;
    padding-left: 35px;
    display: block;
    font-weight: normal;
    cursor: pointer;
    color: #3b3d42;
    text-decoration: none;
}
.faq-header a:not(.collapsed),.faq-header:hover a {
    color: #3bb375;
    text-decoration: none;
}
.faq-body{
    padding-top: 15px;
    padding-left: 35px;
}
.faq-item:not(:last-child) .faq-body{
    border-bottom: 1px solid #3bb375;
}
.breadcrumb-custom > li {
    color: #3b3d42;
    display: inline-block;
    margin: 0 5px;
}
.breadcrumb-custom > li a,.breadcrumb-custom > li.div{
    color: #3bb375;
}
.sidebar > div:not(:last-child){
    border-bottom: 1px solid #3bb375;
    margin-bottom: 20px;
}
.sidebar > div:first-child{
    margin-top: 30px;
}
.sidebar-img {
	text-align: center;
}
.sidebar-img img{
    margin-bottom: 15px;
	max-width: 200px;
}

.sidebar-info li a{
   color: #3b3d42; 
}

* + .pagination-wrap {
    margin-top: 30px;
}
.pagination-wrap{
	margin-bottom: 50px;
}
.page-numbers {
    font-size: 0;
    text-align: center;
}
.page-numbers > li + li {
    margin-left: 10px;
}
.page-numbers > li, .page-numbers > li > a, .page-numbers > li > span {
    display: inline-block;
}
.page-numbers > li > a, .page-numbers > li > span {
    min-width: 50px;
    font-weight: 700;
    transition: .3s;
    text-align: center;
    background-color: transparent;
    color: #3bb375;
    border-radius: 25px;
    border: 3px solid #3bb375;
    padding: 10px;
    font-size: 1.3rem;
    line-height: 25px;
    display: inline-block;
    text-decoration: none;
}
.page-numbers > li > span.current, .page-numbers > li > a:hover{
    color: #fff;
    background-color: #3bb375;
    border-color: #3bb375;
    box-shadow: none;
    text-decoration: none;
}
.form-wrap {
    position: relative;
	margin-bottom: 30px;
}
.form-label{
    opacity: 1;
    transform: none;
    color: black;
    font-size: 14px;
    position: static;
    margin-bottom: 10px;
    top: 30px;
    left: 15px;
    z-index: 9;
    transition: .3s;
    display: inline-block;
}
.form-input {
    display: block;
    width: 100%;
    height: 60px;
    padding: 10px 15px;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #737273;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    -webkit-appearance: none;
}
textarea.form-input {
    height: 160px;
    min-height: 128px;
    max-height: 272px;
    resize: vertical;
}
form input.error, form textarea.error{
    border: 1px solid #f00;
}
@media (min-width: 1200px){
	* + .form-button, .form-wrap + .button {
		margin-top: 30px;
	}
}
.form-button{
	margin-bottom: 50px;
}
.form-button button{
    margin-left: 0;
}
.map{
	width: 100%;
	height: 500px;
	margin-top: -30px;
	margin-bottom: 30px;
}
.sidebar-contacts{
	margin-top: 40px;
}
.sidebar-contacts h3{
	font-size: 1.5rem;
	margin-bottom: 30px;
	font-weight: normal;
}
.sidebar-contacts h3:after{
	content: '';
	display: block;
	height: 1px;
	width: 75%;
	position: absolute;
	background: #3bb375;
	top: 36px;
}
.sidebar-contacts .unit-body{
margin-bottom: 35px;	
}
.sidebar-contacts .unit-body a{
	color: #3b3d42;
}
.sidebar-contacts .unit-body a:hover{
	color: #3bb375;
}
.table-box{
    overflow-x: auto;   
}
.table-box table{
    margin: 20px 0 30px;
}

.table-box table th{
    background: #3bb375;
    color: #fff;
    padding: 10px 15px;
}
.table-box table td{
    padding: 10px 15px 15px 25px;
}
.table-box table tr:nth-child(2n+1) td{
    background: #f3f9f6;
}
.table-box table td a{
    line-height: 2rem;
}
.table-box table td a i{
    color: #3b4653;
    font-size: 1.2rem;
    margin-right: 10px;
}
.gallery{
    margin-bottom: 30px;
}
.gallery img{
    max-width: 100%;    
}
.gallery .img-text{
    position: absolute;
    bottom: 0;
    background: rgba(59,179,117,0.5);
    width: calc(100% - 30px);  
}
.gallery a .img-text span{
    color: #fff;
    padding: 15px;
    line-height: 24px;
    font-size: 18px;
    display: none; 
}
.gallery a .img-text.non-gallery span, .gallery a:hover .img-text span{
    display: block;
}
span.error{
    color: #f00;
    display: none;
}
.error-block{
    margin-bottom: 20px;
}
#form-output-global {
    position: fixed;
    bottom: 0;
    visibility: hidden;
    transform: translateY(calc(100% + 30px));
    transition: .3s all ease;
    z-index: 9999999;
    margin: 15px;
}
#form-output-global.active {
  transform: translateY(0);
  visibility: visible;
}
.snackbars {
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #3b4653;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    font-size: 15px;
}
.snackbars p{
    margin:0;
}
#finevision-need-pay,[data-target="#payModal"]{
    display: none !important;
}
.hint.error{
    color: #f00;
}

.p-contacts{
   
}
.p-contacts-item{
    display: flex;
    flex-wrap: wrap;
}
.p-contacts-image{
    width: 250px;
    margin-bottom: 30px;
}
.p-contacts-image img{
    width: 100%;
}   

.p-contacts-text{
    width: calc(100% - 250px);
    padding: 0 20px;
}
@media (max-width: 767px){
    .p-contacts-item{
        margin-bottom: 30px;
    }
    .p-contacts-text, .p-contacts-image{
        width: 100%;
    }
}