*, *::before, *::after {
  box-sizing: inherit;
  transition-duration: inherit;
}

html {
  box-sizing: border-box;
  transition-duration: 0.3s;
  width: 100vw;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "BPG Banner Caps Alpha";
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:focus, button:focus, textarea:focus, input:focus {
  outline: none;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-bottom: initial;
}

main {
  width: 100vw;
  overflow: hidden;
}

.halfies {
  display: flex;
  align-items: flex-start;
}

.half {
  width: 50%;
  display: inline-block;
}
.half:nth-of-type(2n-1) .half-container {
  margin-left: auto;
}
.half:nth-of-type(2n) .half-container {
  margin-right: auto;
}

header {
  position: absolute;
  z-index: 11;
  width: 100vw;
  top: 0;
}

.header {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10.5px);
  -webkit-backdrop-filter: blur(10.5px);
}

.logo {
  padding: 35px 0;
}

.navbar {
  padding: 24px 0 0 0;
}

.lang-search {
  width: 100%;
  text-align: right;
}

.search {
  display: inline-block;
}

.search button {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.search input {
  display: none;
}

.lang {
  display: inline-block;
  margin-right: 12px;
}

.lang a {
  font-size: 14px;
  color: #5D311C;
}

.lang a:first-child {
  border-right: 2px solid #BAB8B8;
  padding-right: 10px;
}

.lang a:last-child {
  padding-left: 4px;
}
.lang .active{
  color: #D95D1A;
}
.lang a:hover{
  color: #D95D1A;
}
.menu{
  height: 68px;
  position: relative;
}
.menu > div{
    display: inline-block;
    height: 100%;
}
.menu-social {
  width: 100%;
  text-align: right;
  margin-top: 20px;
}

.menu {
  text-align: right;
  display: inline-block;
}

.menu a {
  font-size: 18px;
  color: #5D311C;
  display: inline-block;
  padding: 0 16px;
  border-left: 2px solid #A9B4AA;
}
.menu div:first-child a{
  border-left: none;
  padding-left: 0;
}
.menu div:hover .menu-a-hover{
  color: #D95D1A;
}
.menu .active .menu-a-hover{
  color: #D95D1A;
}
.social-icons {
  display: inline-block;
}

.social-icons span {
  font-size: 23px;
}

.social-icons a {
  display: inline-block;
  padding: 0 9px;
}

.social-icons a:first-child {
  padding-left: 0;
}

.social-icons a:last-child {
  padding-right: 0;
}
.social-icons a:hover span::before{
  color: #5D311C;
}
.social-icons a:hover .path1::before{
  color: #5D311C;
}
.social-icons a:hover .path2::before{
  color: #fff;
}
.icon-search-1:hover::before{
  color: #5D311C;
}
.main-banner {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.main-banner *:not(.first-slider-text-limit *) {
  height: 100%;
}
.main-banner .main-banner-slider {
  height: 100%;
  width: 100%;
}
.main-banner .main-banner-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-banner .main-banner-slider .slick-arrow {
  display: none !important;
}
.main-banner .main-banner-slider .img-polygon {
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0 85%);
}
.main-banner .orange-par {
  position: absolute;
  bottom: 0;
  height: 30%;
}
.main-banner .orange-par .first-slider-square {
  width: 100%;
  height: 100%;
  background-color: #FFB288;
  padding: 60px 122px 0;
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
}
.main-banner .orange-par .first-slider-square:hover{
  background-color: #FFF6C5;
}
.main-banner .orange-par .first-slider-square:hover .first-slider-text-limit{
  color: #707070;
  opacity: 0.8;
}
.main-banner .orange-par .first-slider-square .first-slider-text-limit {
  font-size: 26px;
  color: #FFEFE6;
  display: flex;
  line-height: 36px;
  align-items: center;
  padding-bottom: 40px;
}

.gray-footer {
  background-color: #888888;
  padding: 76px 0 90px 0;
}
/* .gray-footer .footer-info {
  border-right: 3px solid #fff;
} */
.gray-footer .footer-info h2 {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 25px;
}
.gray-footer .footer-info a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: "BPG DejaVu Sans";
}
.gray-footer .footer-info a span {
  display: inline-block;
  margin-right: 15px;
}
.gray-footer .footer-info a .icon-location-pin {
  font-size: 23px;
  margin-right: 19px;
}
.gray-footer .footer-info a .icon-call {
  font-size: 24px;
  margin-right: 12px;
}
.gray-footer .footer-info a:hover {
  padding-top: 0;
  padding-bottom: 14px;
}
.gray-footer .footer-menu {
  padding: 0 85px;
}
.gray-footer .footer-menu a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 49%;
}
.gray-footer .footer-menu a:hover {
  padding-left: 10px;
}
.gray-footer .footer-news {
  text-align: right;
}
.gray-footer .footer-news .footer-media a {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  margin: 0 4px;
}
.gray-footer .footer-news .footer-media a span {
  font-size: 20px;
  position: relative;
  top: 12px;
}
.gray-footer .footer-news .footer-media a .icon-youtube {
  font-size: 16px;
}
.gray-footer .footer-news .footer-media a:hover {
  background: #F36B21;
}
.gray-footer .footer-news .footer-media a:hover span::before {
  color: #fff;
}
.gray-footer .footer-news .footer-media a:hover b::before {
  color: #fff;
}
.gray-footer .footer-news .footer-media a:hover .path2::before {
  color: #F36B21;
}
.gray-footer .footer-subscribe {
  margin-top: 32px;
}
.gray-footer .footer-subscribe h3 {
  font-size: 18px;
  color: #fff;
}
.gray-footer .footer-subscribe form {
  display: block;
  margin-top: 24px;
}
.gray-footer .footer-subscribe form input {
  width: 244px;
  height: 40px;
  border: none;
  background: #D2D2D2;
  position: relative;
  right: -59px;
  z-index: 1;
  padding-left: 10px;
  font-size: 16px;
  color: #888888;
  font-family: 'BPG Rioni';
}
.gray-footer .footer-subscribe form input:focus {
  right: -10px;
}
.gray-footer .footer-subscribe form button {
  width: 54px;
  height: 40px;
  border: none;
  background: #F69763;
  position: relative;
  z-index: 2;
  top: 2px;
}
.gray-footer .footer-subscribe form button span:before {
  color: #fff;
}

.light-footer {
  padding: 16px 0;
  background: #F8F8F8;
}
.light-footer span {
  font-size: 14px;
  color: #666666;
}
.light-footer a {
  font-size: 14px;
  color: #666666;
  text-align: right;
}
.light-footer a:hover {
  color: #F36B21;
}
.footer-info span{
  position: relative;
  top: 4px;
}
.title {
  margin-top: 100px;
  position: relative;
}
.title a{
  display: block;
  width: initial;
}
.title h2 {
  font-size: 24px;
  color: #D95D1A;
  display: block;
  width: initial;
  background: white;
  text-align: center;
  padding: 10px 50px;

}
.title .title-line {
  width: 100vw;
  height: 4px;
  background: #EEEEEE;
  position: relative;
  top: 25px;
  z-index: -1;
}
.hover-title h2:hover {
  padding-top: 0;
  padding-bottom: 20px;
}
.without-line{
  position: relative;
}
.without-line h2 {
  padding: 0 15px;
  text-align: left;
}
.without-line span {
  font-size: 16px;
  color: #D95D1A;
  display: block;
  margin-top: 30px;
}
.inner-training-over h2, .inner-training-over span{
  color: #707070;
}
.partners {
  width: 100vw;
  height: 370px;
  position: relative;
}
.partners div {
  height: 100%;
}
.partners .partner-img {
  display: flex;
  align-items: center;
}
.partner-img a{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 200px;
}
.partners .partner-img img {
  margin: 0 auto;
width: 100%;
    height: 100%;
    object-fit: contain;
}

.registration {
  width: 100vw;
  height: 473px;
  overflow: hidden;
  position: relative;
}
.registration-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.registration-second-cover{
  width: 580px;
  height: 100%;
  background: #FFB288;
  position: absolute;
  top: 0;
  right: 12%;
  opacity: 0.3;
}
.registration .registration-buttons {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 0 78px;
}
.registration-buttons a {
  width: 580px;
  height: 100px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  display: block;
  background: #FFB288;
  padding-top: 28px;
  margin-top: 112px;
}
.registration-buttons  a:last-child{
  margin-top: 70px;
}
.registration-link-2{
  width: 580px;
  height: 100px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  display: block;
  background: #FFB288;
  padding-top: 28px;
  margin-top: 70px;
}
/* .polling{
  margin-top: 80px;
} */
#poll{
  position: relative;
    width: 100%;
    padding: 0;
}
.polling .polling-img {
  margin-top: 86px;
  width: 100%;
  height: 320px;
  padding: 0;
  position: relative;
}
.polling .polling-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.polling .polling-img .pen-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.6;
}
.main-pollin .statistic{
  bottom: -80px;
  margin-bottom: 160px;
}
.statistic {
  margin: 0 50px;
  position: relative;
  margin-top: 150px;
  z-index: 2;
  background: #fff;
  padding: 66px 74px;
  width: calc(100% - 100px);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.statistic h3 {
  display: block;
  font-size: 22px;
  color: #888888;
  text-align: center;
  padding-bottom: 32px;
  border-bottom: 4px solid #FFCCB1;
  margin-bottom: 43px;
}
.statistic .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 24%;
  display: inline-block;
  font-size: 18px;
  color: #888888;
  padding-left: 76px;
}
.statistic .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.statistic .checkmark {
  position: absolute;
  top: 0;
  left: 40px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 4px solid #A6A6A6;
  border-radius: 4px;
}
.statistic .container input:checked ~ .checkmark {
  background-color: #fff;
}
.statistic .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.statistic .container input:checked ~ .checkmark:after {
  display: block;
}
.statistic .container .checkmark:after {
  left: 5px;
  top: -1px;
  width: 9px;
  height: 16px;
  border: solid #2B9323;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.statistic .subit-button {
  text-align: center;
  margin-top: 70px;
}
.statistic .subit-button button {
  width: 214px;
  height: 60px;
  border: none;
  background: #F7A579;
  color: #fff;
  font-size: 16px;
}
.statistic .stat {
  height: 0%;
  max-height: 0px;
  overflow: hidden;
  transition-duration: 1s;
  position: relative;
  padding: 0;
}
.statistic-procent h4 {
  display: block;
  font-size: 18px;
  color: #888888;
  opacity: 0.5;
  margin-bottom: 14px;
  margin-top: 22px;
  text-align: left;
  font-family: 'BPG Rioni';
}
.statistic-procent .procent-line {
  /* width: initial;
  min-width: 20px;
  max-width: calc(100% - 50px);
  height: 20px;
  display: inline-block; */
}
.procent-line{
  width: 92%;
  position: relative;
  height: 20px;
}
.procent-line div{
  position: absolute;
  height: 16px;
  left: 0;
}
.procent-line span{
  position: absolute;
  left: calc(100% + 10px);
  font-size: 14px;
  color: #888888;
  top: -3px;
}
.statistic-procent span {
  /* font-size: 14px;
  color: #888888;
  display: inline-block;
  opacity: 0.8;
  position: relative;
  top: -4px;
  left: 10px; */
}
.statistic .stat-open {
  height: 100%;
  max-height: 500px;
}
.statistic .button-close {
  display: none;
}

.stat {
  width: 100vw;
  position: relative;
}
.stat .container {
  padding-bottom: 70px;
}
.stat .stat-cover {
  width: 100%;
  height: 312px;
  clip-path: polygon(0 0, 100% 35%, 100% 100%, 0% 100%);
  background: #FFB288;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.stat .stat-info {
  width: 100%;
  height: 333px;
  background-color: #fff;
  text-align: left;
  padding-top: 24%;
  padding-left: 24%;
  padding-right: 16%;
  padding-bottom: 20px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.stat .stat-info h3 {
  font-size: 58px;
  color: #828282;
  display: block;
  position: relative;
  z-index: 2;
}
.stat .stat-info span {
  font-size: 20px;
  color: #828282;
  display: block;
  line-height: 25px;
  position: relative;
  z-index: 2;
}
.stat .stat-info .stat-first-img {
  position: absolute;
  top: 0;
  left: 0;
}
.stat .stat-info .stat-second-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.stat .stat-info .stat-therd-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.stat .col-md-4:nth-child(3n+2) .row {
  padding-right: 10px;
  padding-left: 10px;
}

.stat .col-md-4:nth-child(3n+1) .row {
  padding-right: 20px;
}

.stat .col-md-4:nth-child(3n) .row {
  padding-left: 20px;
}

.business .business-colum {
  width: 100%;
  height: 760px;
  padding: 126px 50px 64px 50px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.business .business-colum h3 {
  font-size: 24px;
  color: #707070;
  line-height: 30px;
  display: block;
}
.work-button {
  display: block;
  font-size: 14px;
  color: #C0C0C0;
  width: 170px;
  height: 40px;
  text-align: center;
  border: 3px solid #FAC9AE;
  padding-top: 7px;
  position: absolute;
  bottom: 76px;
  z-index: 5;
}
.work-button:hover {
  background: #FAC9AE;
  color: #fff;
}
.work-title-link:hover h3{
  color: #FFB288 !important;
}
.business .business-colum .business-colum-img {
  width: 100%;
  text-align: left;
  margin-bottom: 42px;
}

.business-colum-img img{
  width: 152px;
  height: 152px;
  border-radius: 50%;
}
.business .business-colum-text {
  font-size: 18px;
  color: #C0C0C0;
  line-height: 26px;
  font-family: "BPG Rioni";
  margin-bottom: 28px;
  margin-top: 26px;
  max-height: 210px;
  overflow: hidden;
}
.business-colum:hover{
  background: #C7C7C7;
  box-shadow: none;
}
.business-colum:hover h3{
  color: #fff;
}
.business-colum:hover a{
  color: #fff;
  border-color: #E9E9E9;
}
.business-colum:hover .business-colum-text{
  color: #fff;
} 
.business .col-md-4:nth-child(3n+1) .row {
  padding-right: 20px;
}
.business .col-md-4:nth-child(3n+2) .row {
  padding-right: 10px;
  padding-left: 10px;
}

.business .col-md-4:nth-child(3n) .row {
  padding-left: 20px;
}
.title-0{
  margin-top: 0 !important;
}

.business-cover {
  width: 1600px;
  overflow: hidden;
  position: relative;
  margin: auto;
  height: 793px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 89%);
  top: 110px;;
  z-index: 2;
}
.business-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-news {
  margin-top: 74px;
}
.main-news a {
  padding: 0;
}
.main-news .main-news-colum {
  width: 100%;
  height: 359px;
  padding: 0;
  display: flex;
}

.main-news .main-news-colum-only-cover {
  padding: 38px 50px;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: inline-block;
}
.main-news .main-news-colum-only-cover .main-news-colum-date {
  position: relative;
  z-index: 3;
}
.main-news .main-news-colum-only-cover .main-news-colum-date h3 {
  font-size: 36px;
  color: #707070;
  display: block;
  line-height: 22px;
  margin-bottom: 12px;
}
.main-news .main-news-colum-only-cover .main-news-colum-date span {
  font-size: 18px;
  color: #707070;
  display: block;
}
.main-news .main-news-colum-only-cover img {
  position: absolute;
}
.main-news .main-news-colum-only-cover .news-cover-1 {
  top: 0;
  left: 0;
  z-index: 2;
}
.main-news .main-news-colum-only-cover .news-cover-2 {
  bottom: 0;
  left: 0;
  z-index: 1;
}
.main-news .main-news-colum-only-cover .news-cover-3 {
  bottom: 0;
  right: 0;
  z-index: 1;
}
.main-news .main-news-colum-only-cover-info {
  padding: 34px 30px;
  display: inline-block;
  width: 50%;
  position: relative;
}
.main-news .main-news-colum-only-cover-info h4 {
  font-size: 18px;
  color: #707070;
  display: block;
  line-height: 22px;
  height: 64px;
  overflow: hidden;
}
.main-news .main-news-colum-only-cover-info .main-news-colum-only-cover-info-text {
  font-size: 16px;
  color: #C0C0C0;
  display: block;
  margin-top: 24px;
  height: 156px;
  overflow: hidden;
  font-family: "BPG Rioni";
  line-height: 22px;
}
.main-news .main-news-colum-only-cover-info .icon-right-arrow {
  position: absolute;
  right: 30px;
  bottom: 32px;
  font-size: 25px;
}
.main-news .main-news-colum-only-img {
  width: 50%;
  height: initial;
  display: inline-block;
  overflow: hidden;
}
.main-news .main-news-colum-only-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  left: 0;
  top: 0;
}
.main-news .main-news-colum-only-img-info {
  padding: 34px 30px;
  width: 50%;
  display: inline-block;
  position: relative;
}
.main-news .main-news-colum-only-img-info h4 {
  font-size: 18px;
  color: #707070;
  display: block;
  max-height: 64px;
  overflow: hidden;
}
.main-news .main-news-colum-only-img-info .main-news-colum-only-img-text {
  width: 100%;
  font-size: 16px;
  color: #C0C0C0;
  display: block;
  height: 134px;
  overflow: hidden;
  font-family: "BPG Rioni";
  line-height: 22px;
  margin-top: 20px;
  transition-duration: 0.1s;
}
.main-news .main-news-colum-only-img-info .icon-right-arrow {
  font-size: 25px;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.main-news .main-news-colum-only-img-info .main-news-colum-only-img-info-date {
  display: block;
  width: 100%;
  margin-top: 12px;
  
  font-size: 16px;
  color: #F36B21;
}
.all-news {
  width: 100%;
  display: block;
  text-align: right;
  margin-top: 64px;
}
.all-news a {
  font-size: 16px;
  color: #707070;
  display: inline-block;
  width: initial;
}
.all-news a:hover{
  text-decoration: underline;
}
.main-news .col-md-6:nth-child(4n) .main-news-colum{
  flex-direction: row-reverse;
}
.main-news .col-md-6:nth-child(4n+3) .main-news-colum{
  flex-direction: row-reverse;
}
.main-news-colum:hover .main-news-colum-only-cover-info, .main-news-colum:hover .main-news-colum-only-img-info{
  background: #FFC19F;
}
.training-over:hover .main-news-colum-only-cover-info, .training-over:hover .main-news-colum-only-img-info{
  background: #CCCCCC;
}
.main-news-colum:hover .main-news-colum-only-cover-info, .main-news-colum:hover .main-news-colum-only-img-info h4{
  color: #Fff;
}
.main-news-colum:hover .main-news-colum-only-cover-info, .main-news-colum:hover .main-news-colum-only-img-info .main-news-colum-only-img-text{
  color: #fff;
}
.main-news-colum:hover .main-news-colum-only-cover-info, .main-news-colum:hover .main-news-colum-only-img-info .icon-right-arrow::before{
  color: #Fff;
}
.main-news-colum:hover .main-news-colum-only-img-info .main-news-colum-only-img-info-date{
  color: #fff;
}
.main-news-colum:hover .main-news-colum-only-cover-info h4{
  color: #fff;
}
.main-news-colum:hover .main-news-colum-only-cover-info-text{
  color: #fff;
}
.main-news-colum:hover .icon-right-arrow::before{
  color: #Fff;
}
.main-news-colum:hover .main-news-colum-only-img img{
  width: 105%;
  height: 105%;
  left: -2.5%;
  top: -2.5%;
}
.main-news-colum:hover .main-news-colum-only-cover .news-cover-1{
  top: -10px;
  left: -5px;
}
.main-news-colum:hover .main-news-colum-only-cover .news-cover-2{
  bottom: -10px;
  left: -10px;
}
.main-news-colum:hover .main-news-colum-only-cover .news-cover-3{
  bottom: -10px;
}
.main-slider-parent {
  width: 100%;
  height: 720px;
  position: relative;
}
.main-slider-parent .main-slider-cover {
  position: absolute;
    bottom: -50px;
    z-index: -1;
    width: calc(100% + 70px);
    background: #F3F3F3;
    height: 644px;
    left: -70px;
}
.main-slider-parent .main-slider {
  display: flex;
  margin-top: 92px;
  height: 720px;
}
.main-slider-parent .main-slider .main-slider-slide .slide-img {
  width: 100%;
  height: 421px;
  display: block;
  padding: 0 15px;
  overflow: hidden;
}
.main-slider-parent .main-slider .main-slider-slide .slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  position: relative;
  top: 0%;
  left: 0%;
}
.main-slider-parent .main-slider .main-slider-slide .slide-img a:hover img{
  width: 105%;
  height: 105%;
  left: -2.5%;
  top: -2.5%;
}
.main-slider-parent .main-slider .main-slider-slide .slide-text {
  width: 378px;
  height: 358px;
  margin: 0 auto;
  position: relative;
  top: -56px;
  background: #FCFCFC;
  padding: 52px 40px 34px 40px;
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
}
.main-slider-parent .main-slider .main-slider-slide .slide-text h4 {
  font-size: 16px;
  color: #F36B21;
  display: block;
  line-height: 22px;
}
.main-slider-parent .main-slider .main-slider-slide .slide-text span {
  font-size: 14px;
  color: #888888;
  display: block;
  margin-top: 10px;
  margin-bottom: 8px;
}
.main-slider-parent .main-slider .main-slider-slide .slide-text .slide-text-limit {
  font-size: 16px;
  line-height: 24px;
  color: #9B9B9B;
  font-family: "BPG Rioni";
  height: 170px;
  overflow: hidden;
}


.main-slider .slick-active + .slick-active + .slick-active{
  position: relative;

}
.main-slider .slick-active + .slick-active + .slick-active:after{
  
  background: #fff;
  position: absolute;
  height: 100%;
  width: calc(100% - 15px);
  opacity: 0.5;
  content: '';
  top: 0;
  right: 0;

}
.main-slider-parent .main-slider button {
  display: none !important;
}
.main-slider-parent .main-slider .slick-active {
  width: 7.6% !important;
}
.main-slider-parent .main-slider .slick-current {
  width: 12% !important;
}
.main-slider-parent .main-slider .slick-current .slide-img {
  height: 643px;
}
.main-slider-parent .main-slider .slick-current .slide-text {
  width: 610px;
  height: 242px;
  top: -164px;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
}
.main-slider-parent .main-slider .slick-current .slide-text-limit {
  height: 72px !important;
}
.main-slider-parent .main-slider .slick-dots {
  position: absolute;
  top: 40%;
  left: -200px;
  width: initial;
}
.main-slider-parent .main-slider .slick-dots li {
  list-style-type: none;
  width: 24px;
  height: 24px;
  background: #FFD1B8;
  border-radius: 50%;
  margin: 16px 0;
}
.main-slider-parent .main-slider .slick-dots .slick-active {
  width: 24px !important;
  height: 24px;
  background: #FFB288;
}

.about-us .about-us-description {
  font-size: 18px;
  color: #9B9B9B;
  line-height: 26px;
  font-family: "BPG Rioni";
  margin-top: 20px;
}

.about-us-images {
  margin-top: 60px;
  background: #F3F3F3;
  padding: 50px 0;
}
.about-us-images .about-us-img {
  width: 100%;
  height: 272px;
  overflow: hidden;
}
.about-us-images .about-us-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us-images .col-md-3:nth-child(2n+1) .row {
  margin-bottom: 54px;
}

.about-us-images .col-md-3:nth-child(2n) .row {
  margin-top: 54px;
}

.news .main-news-colum-only-cover-info, .news .main-news-colum-only-img-info {
  border: 1px solid #E3E0E0;
}
.news .main-news-colum {
  margin-bottom: 62px;
}

.news .col-md-6:nth-child(2n+1) .row {
  padding-right: 15px;
}

.news .col-md-6:nth-child(2n) .row {
  padding-left: 15px;
}

.tranning-inner .tranning-inner-description {
  margin-top: 25px !important;
}
.tranning-inner .ragistration-button {
  text-align: center;
  margin-top: 60px;
}
.tranning-inner .ragistration-button button {
  width: 213px;
  height: 60px;
  background: #F7A579;
  color: #fff;
  border: none;
}
.tranning-inner .ragistration-button button:hover {
  box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.3);
  background: #E8E8E8;
  color: #888888;
}
.tranning-inner .tranning-inner-images {
  margin-top: 60px;
}

.ragistration-form {
  margin-top: 0px;
  height: 0%;
  max-height: 0px;
  overflow: hidden;
}
.ragistration-form input {
  width: 49%;
  height: 70px;
  background: #F7F7F7;
  border: none;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #9B9B9B;
  padding-left: 30px;
}
.ragistration-form .form-opt:nth-child(odd) input {
  float: right;
}
.ragistration-form .form-opt:nth-child(even) input {
  float: left;
}
.ragistration-form textarea {
  width: 100%;
  height: 140px;
  background: #F7F7F7;
  font-size: 16px;
  color: #9B9B9B;
  padding-left: 30px;
  padding-top: 30px;
  display: block;
  border: none;
}
.ragistration-form .add-file {
  margin-top: 30px;
}
.ragistration-form .add-file span {
  display: block;
  font-size: 16px;
  color: #9B9B9B;
  font-family: "BPG Rioni";
}
.ragistration-form .sent-button {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.ragistration-form .sent-button button {
  width: 214px;
  height: 60px;
  background: #D95D1A;
  font-size: 16px;
  color: #fff;
  border: none;
}

.ragistration-form-open {
  margin-top: 70px;
  height: 100%;
  max-height: 500px;
}

/* .question {
  margin-top: 60px;
} */
.poll_wrapper{
  position: relative;
  width: 100%;
  padding: 0;
}
.polling-cover {
  width: 100%;
  height: 321px;
  position: absolute;
  top: 80px;
  background: #FBFBFB;
}
.polling-cover-1 {
  position: absolute;
  left: 0;
  top: 0;
}
.polling-cover-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
/* .question .statistic {
  top: -250px;
} */
.polling{
  padding-bottom: 20px;
}
.question .question-inner:nth-child(even) {
  padding-left: 100px;
  padding-right: 0;
}

.question .question-inner:nth-child(odd) {
  padding-right: 100px;
  padding-left: 0;
}

.team {
  margin-top: 40px;
}
.team .member .member-img {
  width: 100%;
  height: 308px;
  overflow: hidden;
}
.team .member .member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0%;
  left: 0%;
  position: relative;
}
.member:hover .member-img img{
  width: 105%;
  height: 105%;
  left: -2.5%;
  top: -2.5%;
}
.team .member .member-info {
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  padding: 30px 15px 30px 18px;
  background: #FBFBFB;
}
.team .member .member-info h3 {
  font-size: 18px;
  color: #F36B21;
  display: block;
}
.team .member .member-info span {
  font-size: 14px;
  color: #5D311C;
  display: block;
  margin-top: 6px;
}
.member-info:hover{
  box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 30%);
}
.member-personal {
  margin-top: 50px;
}
.member-personal .member-personal-text {
  font-size: 18px;
  color: #9B9B9B;
  line-height: 26px;
  font-family: "BPG Rioni";
  padding-left: 50px;
}
.member-shadow{
  position: relative;
  top: -60px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.member:hover .member-shadow{
  box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
}
.member-info-inner{
  width: calc(100% - 40px);
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  padding: 30px 15px 30px 30px;
  background: #FBFBFB;
  position: relative;
  top: -60px;
}
.inner-title h2{
  background-color: transparent;
}
.photo-gallery {
  margin-top: 40px;
}
.photo-gallery .photo .photo-img {
  width: 100%;
  height: 278px;
  overflow: hidden;
}
.photo-gallery .photo .photo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  left: 0%;
  top: 0%;
}
.photo:hover .photo-img img{
  width: 105%;
  height: 105%;
  left: -2.5%;
  top: -2.5%;
}
.photo-gallery .photo .photo-info {
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    padding: 36px 60px 32px 48px;
    background: #FBFBFB;
    position: relative;
    height: 147px;
    min-height: 110px;
    z-index: 99;
}
.photo-shadow{
  position: relative;
  top: -100px;
  height: 147px;
  min-height: 110px;
  z-index: 99;
  width: calc(100% - 40px);
  margin: auto;
  min-height: 110px;
}
.photo:hover .photo-shadow{
  box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 30%);
}
.photo-gallery .photo .photo-info h3 {
  font-size: 18px;
  color: #F36B21;
  display: block;
  line-height: 22px;
  height: 90px;
  overflow: hidden;
}
.photo-gallery .col-md-4:nth-child(3n+2) .row {
  margin-top: 54px;
}
.photo-gallery a:hover .photo-info{
  box-shadow: 0px 12px 15px 3px rgba(0,0,0,0.3);
}
.photo-inner-text {
  font-size: 18px;
  color: #707070;
  font-family: "BPG Rioni";
  line-height: 26px;
  margin-top: 50px;
}

.photo-gallery-inner {
  margin-top: 60px;
}
.photo-gallery-inner .photo-inner {
  margin-bottom: 60px;
  width: 100%;
  height: 224px;
  overflow: hidden;
}
.photo-gallery-inner .photo-inner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-gallery-inner .col-md-3:nth-child(even) .row {
  margin-top: 54px;
}

.video-gallery {
  margin-top: 40px;
  margin-bottom: 40px;
}
.video-gallery .video {
  position: relative;
}
.video-gallery .video .video-img {
  width: 100%;
  height: 278px;
}
.video-gallery .video .video-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-img:hover{
  box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 50%);
}
.video-gallery .video .vide-cover-tringle {
  position: absolute;
  top: 40%;
  left: 43%;
  z-index: 5;
}
.video-gallery .video .vide-cover-tringle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-gallery .col-md-4:nth-child(3n+2) .row {
  margin-top: 54px;
}

.contact {
  margin-top: 60px;
  position: relative;
}
.contact .contact-info a {
  font-size: 18px;
  color: #5D311C;
  display: block;
  font-weight: bold;
  margin-bottom: 24px;
  font-family: 'BPG DejaVu Sans';
}
.contact .contact-info a:hover{
  margin-left: 10px;
}
.contact .contact-info a span {
  display: inline-block;
  margin-right: 16px;
}
.contact .contact-info a .icon-call {
  font-size: 24px;
}
.contact .contact-info a .icon-location-pin {
  font-size: 23px;
  margin-right: 22px;
}
.contact .contact-form {
  padding: 0;
  margin-top: 60px;
}
.contact .contact-form .contact-inputs {
  width: 49%;
  display: inline-block;
}
.contact .contact-form .contact-inputs input {
  width: 100%;
  height: 70px;
  border: none;
  background: #F7F7F7;
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #9B9B9B;
  padding-left: 20px;
}
.contact .contact-form .contact-textarea {
  width: 49%;
  display: inline-block;
  float: right;
}
.contact .contact-form .contact-textarea textarea {
  width: 100%;
  height: 250px;
  background: #F7F7F7;
  display: block;
  font-size: 16px;
  color: #9B9B9B;
  padding-left: 20px;
  padding-top: 30px;
  border: none;
}
.contact .contact-form .contact-button {
  text-align: right;
  margin-top: 30px;
}
.contact .contact-form .contact-button button {
  width: 214px;
  height: 60px;
  border: none;
  background: #D95D1A;
  color: #Fff;
}
.contact .contact-form .contact-button button:hover{
  background: #E8E8E8;
  color: #888888;
  border-radius: 10px;
}
.submenu-1{
  width: initial;
  
  position: absolute;
  display: none;
  z-index: 1;
  top: 68px;
}
.submenu-1 > div{
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10.5px);
  position: relative;
  z-index: 2;
  padding: 24px 20px;
  padding-top: 5px;
}
.submenu-1 .children{
 text-align: left;
 padding: 5px 0;
}
.submenu-1 .children a{
  border: none;
  padding: 0;
  font-family: 'BPG DejaVu Sans';
}
.menu > div:hover .submenu-1{
  display: block;
}
.children:hover a{
  color: #F7A579;
}
.for-resp{
  z-index: 11;
    position: absolute;
    top: 530px;
}
.bread a{
  color: #5D311C;
  font-family: 'BPG Rioni';
  font-size: 14px;
}
.bread span{
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
}
.bread  a:last-child{
  color: #F36B21;
}
.sharethis-inline-share-buttons{
  margin-top: 20px;
}
.training-over img{
  filter: grayscale(100%)
}
.training  {
  flex-direction: unset !important;
}
/* .title-margin-0{
  margin-top: 0;
} */
#map{
  width: 100%;
  height: 496px;
  margin-top: 80px;
  padding: 0;
}
.inner-pages-cover{
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.inner-slide{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.inner-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.polling-mian-cover1{
  position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.polling-mian-cover2{
  position: absolute;
  opacity: 0.5;
  left: 0;
  top: 0;
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.polling-cover-gray img{
  filter: grayscale(100%)
}
.pagination{
  display: block;
  text-align: right;
}
.pagination li{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #EEECEB;
    border-radius: 50%;
    text-align: center;
    margin: 0 4px;
    color: black;
}
.pagination .active{
  background: #FFB288;
}
.pagination .active span{
  color: #fff;
}
.pagination li a{
  color: black;
}
.pagination li:first-child{
  background: transparent;
}
.pagination li:last-child{
  background: transparent;
}
.icon-right-arrow-left{
  display: inline-block;
  transform: rotate(180deg);
}
.st-btn{
  background-color: #D95D1A !important;
}
.add-file label{
  font-size: 16px;
  color: #9B9B9B;
  font-family: 'BPG Rioni';
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.add-file input{
  display: none;
}
.main-news-colum-only-cover-info, .main-news-colum-only-img-info{
  border: 1px solid #EAE6E6;
}
.slick-dots{
  width: 100%;
  height: initial !important;
  text-align: center;
  margin: 0;
  position: relative;
  top: -60px;
  z-index: 2;
}
.main-banner .slick-dots li{
  display: inline-block;
  text-decoration: none;
  list-style-type: none;
  margin: 0 8px;
}
.main-banner .slick-dots li button{
  width: 24px;
  height: 24px !important;
  border-radius: 50%;
  border: none;
  background: #FFFFFF;
  color: #fff;
  opacity: 0.7;
}
.main-banner .slick-dots .slick-active button{
  opacity: 1;
}
.slide-title-limit{
  max-height: 68px;
  overflow: hidden;
}
.registration .registration-buttons a:hover, .statistic .subit-button button:hover{
  background: #E8E8E8;
  color: #888888;
}
.partner-img img:hover{
  filter: grayscale(100%)
}
.section-empty-cover{
  width: 100%;
  height: 130px;
  position: relative;
  z-index: -1;
}
.search-page-margin{
  padding-top: 80px;
}
.search-button-style{
  padding-left: 0;
  padding-right: 0;
}
.search-page-li{
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}
.search-list a{
  font-size: 18px;
  color: #212529;
}
.search-list a:hover{
  color: #D95D1A;
}
.search-list h2{
  line-height: 22px;
  display: block;
  margin-bottom: 14px;
}
.search-list .text{
  font-size: 16px;
  color: #212529;
  font-family: 'BPG Rioni';
  margin-bottom: 8px;
}
.search-section-label{
  font-size: 16px;
  color: #D95D1A;
  font-family: 'BPG Rioni';
  margin-bottom: 8px;
}
.search-button-style{
  width: 172px;
  height: 36px;
  border: none;
  background: #D95D1A;
  color: #Fff;
  float: right;
  position: relative;
  top: -37px;
}
.search-button-style:hover{
  background: #E8E8E8;
  color: #888888;
}
.button-off{
  display: none !important;
}
.tranning-inner-img{
  margin-bottom: 30px;
}
.statistic .container{
  text-align: left;
  padding-left: 80px;
}
.yellow-cover{
  position: absolute;
  top: -220px;
  left: 0;
  z-index: -1;
}

.right-tringle{
  position: absolute;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    width: 100px;
    height: calc(100% + 183px);
    right: 0;
    top: -158px;
    background: #FFB288;
}
.title-inner{
  margin-top: 0 !important;
}
.gray{
  filter: grayscale(100%)
}
.title-75{
  margin-top: 75px;
}
.title-margin-0{
  margin-top: 0;
}
#upload-box-gallery li{
  width: 25%;
}
#upload-box-gallery li img{
  width: 100%;
}
.alert-success{
  position: absolute;
  z-index: 99;
  width: 100%;
  background: transparent;
  border: none;
  top: 200px;
}
.alert-success > div{
  width: 40%;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  background: #FFB288;
  font-size: 20px;
  border: 5px solid #fff;
  color: #fff;
  padding-top: 30px;
}
.main-slider-parent .one-side-container-right{
  position: relative;
}

.header-alt{
  position: fixed;
  z-index: 12;
  background: #EEECEB;
}
.header-alt .social-icons{
  display: none;
}
.header-alt .menu-social{
    display: inline-block;
    width: initial;
    margin-top: 20px;
    position: relative;
    right: -110px;
}
.header-alt .lang-search{
  display: inline-block;
    width: initial;
    position: relative;
    top: -4px;
}
.header-alt .navbar{
  flex-direction: row-reverse;
}
.header-alt .logo{
  padding: 14px 0;
}
.header-alt .menu{
  height: 52px;
}
.header-alt .submenu-1{
  top: 52px;
}
.header-alt .submenu-1 > div{
  background: #EEECEB;
}
.video-title{
  position: absolute;
  top: 0;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10.5px);
  margin: 0 15px;
  left: -3px;
  width: calc(100% - 24px);
  overflow: hidden;
}
.video-title-limit{
  height: 46px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.video-title span{
  color: #D95D1A;
}
.partner-title-0{
  margin-top: 0;
}
.gray-line h3{
  border-bottom: 4px solid #E3E3E3;
  margin-bottom: 0;
}
.partner-banner{
  display: flex;
  justify-content: space-between;
}
.partner-img{
  max-width: 25%;
}

#nav-icon3{
  width: 50px;
  height: 35px;
  padding: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 16;
  position: fixed;
  right: 50px;
  top: 46px;
  display: none;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 3px;
  width: 36px;
  background: #F36B21;
  border-radius: 9px;
  opacity: 1;
  left: 7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}



#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
  width: 24px;
  left: 19px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;

}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;

}




.burgermenu{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.9);
    position: fixed;
    transition-duration: 1s;
    right: -100%;
    z-index: 15;
    padding-top: 90px !important;
}
 .open{
  right: -50%;
}
.burger-nav{
    text-align: left;
    padding: 0 80px;
    padding-right: 60%;
}
.burger-logo{
    width: 100%;
    text-align: left;
    padding: 30px 0px;
}
.burger-nav li{
  text-decoration: none;
  list-style-type: none;
  position: relative;
}
.burger-nav a{
  color: #5D311C;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 0;
}
.burger-submenu{
    display: none;
    padding: 0 20px;
}
.burger-open .burger-submenu{
    display: block;
}
.burger-nav span{
  position: absolute;
  right: 0px;
  top: 12px;
  display: block;
  transition-duration: 0.3s;
}
.burger-open span{
    transform: rotate(180deg);
}
.main-submenu{
    text-align: center;
    background: #fff;
    padding: 0;
}
.burger-submenu a{
    font-size: 14px;
    font-family: 'BPG Arial Caps 2010';
    font-weight: 400;
}
.burger-lang{
    padding: 10px 0px;
}
.burger-lang .lang{
    background: transparent;
}
.burger-lang .lang a{
  font-size: 14px;
  color: #5D311C;
  padding-top: 0;
  padding-bottom: 0;
}
.burger-search{
  margin-top: 26px;
}
.burger-search input{
    display: inline-block;
    width: 100%;
    border: 2px solid #B0B0B0;
    padding-left: 10px;
    background-color: transparent;
    border-radius: 10px;
}
.burger-search button{
  display: inline-block;
  position: relative;
  top: -25px;
  right: -84%;
}
.burgermenu .social-icons span{
  position: relative;
}
.burgermenu .social-icons a{
  display: inline-block;
}
.burger-nav-inner .icon-right-arrow{
  transform: rotate(90deg);
}
.burger-open .icon-right-arrow{
  transform: rotate(270deg);
}
.burger-nav-inner span{
  padding: 10px;
  top: 6px;
}
.stat-info-limit{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#st-1{
  z-index: 1 !important;
}
@media only screen and (min-width: 1540px)  {
	.poll-top-no-resp{
		    margin-top: 153px;
	}
}
