 * {
   box-sizing: border-box;
 }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

svg path {
stroke:inherit;
stroke-width:inherit;
fill:inherit;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Arsenal', sans-serif;
	color: #333;
	color: rgba(0,0,0,0.5);
}

.container{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}

.container .cols{
  max-width: 1248px;
	float:left;
  margin: 0 auto;
}

.container .cols.col-1{width:8.333333333333333%;}
.container .cols.col-2{width:16.66666666666667%;}
.container .cols.col-3{width:25%}
.container .cols.col-4{width:33.33333333333333%;}
.container .cols.col-5{width:41.66666666666667%;}
.container .cols.col-6{width:50%;}
.container .cols.col-7{width:58.33333333333333%;}
.container .cols.col-8{width:66.66666666666666%;}
.container .cols.col-9{width:75%;}
.container .cols.col-10{width:83.33333333333333%;}
.container .cols.col-11{width:91.66666666666666%;}
.container .cols.col-12{width:100%;}


.container:before,
.container:after,
.row:before,
.row:after,
.clear:before,
.clear:after{
	content:"";
	display:table;
}

.container:after,
.row:after,
.clear:after{
	clear:both;
}

/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
#section0 .layer{
  position: absolute;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 35%;


  /*
  * Preventing flicker on some browsers
  * See http://stackoverflow.com/a/36671466/1081396  or issue #183
  */
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}



/***********start menu***********/

.navbar{
	background:#10bed5;
}

.nav-link{
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
	margin-right: 0;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 16px;
}

.nav-link:hover{
	background: #f4f4f4;
	color: #10bed5;
}

.navbar-collapse{
	justify-content: flex-end;
}

.navbar-toggler{
	background:#fff !important;
}

.navbar-toggler-icon i{
	color: #9b9da0;
	font-size: 28px;
}



.babel {
	position: absolute;
	top: 17px;
	right: 1rem;
}

.babel a{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
}

.babel a:hover{
	text-decoration: none;
}

 .icons-fa{
  color: black;
  text-align: right;
	position: absolute;
	top: 17px;
	right: 100px;
}

 .icons-fa a{
  margin-right: 15px;
  font-size: 16px;
  color: #ffffff;
}

 .icons-fa a:last-child{
  margin-right: 15px;
}

.icons-fa a:hover{
	text-decoration: none;
}

.fa-envelope:before {
    content: "\f0e0";
}

@media (max-width: 991.98px) {
	.navbar-nav .nav-link {
	    padding-right: 0;
	    padding-left: 0;
	    text-align: center;
	}
}



.btn-modal {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: none;
    color: #fff;
}

.btn-modal:active,
.btn-modal:focus,
.btn-modal:hover{
	border: none;
	background: none;
	outline: none;
  box-shadow: none;
}

.modal .modal-body input,
.modal .modal-body textarea{
	margin-bottom: 10px;
}

.modal .modal-body input,
.modal .modal-body textarea{
	width: 100%;
	background-color:#fff;
	border:1px solid #DFDFDF;
	border-radius:6px;
	color:#555;
	display:block;
	font-size:1em;
	margin-bottom:17px;
	float:left;
}


.modal input[type="text"].error,
.modal input[type="email"].error{
	border:1px solid red;
}

.modal .comment{
	color:#272727;
	padding-bottom:15px;
	font-size:14px;
	text-align:center;
	padding-top:10px;
}

.modal .button{
	display:block;
	border-radius:3px;
	cursor:pointer;
	font-size:17px;
	font-weight:bold;
	height:40px;
	margin:10px 0;
	padding:2px 16px;
	width:210px;
	margin:0 auto;
	-webkit-transition:all 0.12s ease-in;
	-o-transition:all 0.12s ease-in;
	-moz-transition:all 0.12s ease-in;
	transition:all 0.12s ease-in;
	margin-top: 10px;
}

.modal .button:hover{
	background-color:#44C8F5;
	border:1px solid #44C8F5;
	color:#fff;
}

.modal .error{
	border:1px solid red;
}

.modal .error_g-recaptcha-response.error{
border: none;
}


.btn-rewiew-modal{
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  display: block;
  font-weight: bold;
}

/***********end menu***********/


/***********footer************/


.footer{
  background: #a6a8ab;
}

.footer{
  padding-top: 50px;
  color: #ffffff;
}

.footer .contacts{
  text-align: left;
}

.footer .contacts h2{
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Arsenal', sans-serif;
  color: #ffffff;
  font-weight: bold;
  line-height: 32px;
}

.footer .fa-circle{
  font-size: 10px;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 0px;
}

.footer .form-main .fa-circle{
  padding-left: 0;
  padding-right: 5px;
}

.footer .contacts ul{
  padding-left: 0;
}

.footer .contacts li{
  font-size: 20px;
  line-height: 1.4;
  list-style: none;
}

.footer .contacts .soc-icons li{
  display: inline-block;
  line-height: 2.5;
}

.footer .contacts .soc-icons li a{
  display: block;
  color: #ffffff;
  padding-right: 10px;
  font-size: 30px;
}

.footer .form-main h2{
  text-align: right;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Arsenal', sans-serif;
  color: #ffffff;
  font-weight: bold;
  line-height: 32px;
}

.footer .form-main form p{
  text-align: right;
}

.footer input,
.footer textarea{
  padding: 10px;
  margin-bottom: 10px;
  border: none;
}

.footer textarea{
  margin-bottom: 0;
}

textarea::placeholder,
input::placeholder{
  font-family: 'Arsenal', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
  line-height: normal;
}

input[type="submit"] {
  border:none;
  background-color: #10bed5;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  width: 20%;
  font-family: 'Arsenal', sans-serif;
  font-weight: bold;
  height: 30px;
  margin-bottom: 0;
  padding: 0;
  line-height: 30px;
  cursor: pointer;
}

.footer input{
  width: 30%;
  height: 40px;
	display: inline-block;
}

.footer textarea{
  width: 61%;
  height: 100px;
}

.footer .g-recaptcha {
  display: inline-block;
  max-width: 100%;
  min-height: 2em;
  vertical-align: middle;
  text-align: start;
	float: right;
  margin-bottom: 20px;
}


.round img{
    border-radius: 150px; /* Радиус скругления */
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
   }


.news iframe {
    width: 100%;
    height: 350px;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

.project-inner a:hover{
  text-decoration: none;
}

.main-project-dropdown ul li a:hover{
  text-decoration: none;
}

.main-tema-col-block-logo {
    margin-top: 20px;
}

.main-project-inner .col-project svg {
    display: block;
    margin: 0 auto;
}

.col-project a:hover{
  text-decoration: none;
}


@media (max-width: 991.98px) {

  .round img {
    border-radius: 150px;
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }

    .footer{
      padding-bottom: 50px;
    }

    .footer .contacts{
      text-align: center;
    }

    .footer .form-main h2{
      text-align: center;
    }

    .footer .form-main form p{
      text-align: center;
      margin-bottom: 0;
    }

    input[type="submit"] {
      width: 82%;
      margin-top: 20px;
    }

    .footer input{
      width: 100%;
    }

    .footer textarea{
      width: 100%;
      height: 50px;
    }
}



/**********footer end********/



#menu li {
	display:inline-block;
	margin: 15px;
	color: #000;
	background:#fff;
	background: rgba(16,190,213, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #ffffff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}
#menu li.active a:hover{
	color: #000;
}

#menu li a:hover{
  color: #10bed5;
}

#menu li:hover{
	background: rgba(255,255,255, 0.8);
}

#menu li a,
#menu li.active a{
	padding: 18px 19px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:absolute;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

#menu .babel {
  float: right;
  position: absolute;
  right: 10%;
  top: 100%;
}

.content-menu .icons-fa{
  color: black;
  text-align: right;
  margin-right: 10%;
  margin-top: 10px;
}

.content-menu .icons-fa a{
  margin-right: 20px;
  font-size: 20px;
  color: #9b9da0;
}

.content-menu .icons-fa a:last-child{
  margin-right: 0px;
}



@-webkit-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.mouse-scroll {
	position: absolute;
	display: inline-block;
  left: 48%;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7F8C8D;
	color: #FFF;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	overflow: hidden;
  z-index: 10;
  bottom: 0;
}

.mouse-scroll .mouse {
  position: relative;
  display: block;
  width: 46px;
  height: 73px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #FFF;
  border-radius: 23px;
}
.mouse-scroll .mouse .mouse-movement {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #FFF;
  border-radius: 50%;
  -webkit-animation: scroll-ani 4s linear infinite;
  -moz-animation: scroll-ani 4s linear infinite;
  animation: scroll-ani 4s linear infinite;
}
.mouse-scroll .mouse-message {
  float: left;
  margin: -200px 0 0 7px;
  padding: 0;
  -webkit-animation: scroll-ani 4s linear infinite;
  -moz-animation: scroll-ani 4s linear infinite;
  animation: scroll-ani 4s linear infinite;
}
.mouse-scroll:hover .mouse-message {
  margin-top: 0;
}




.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }



/*Фон для секций*/

.section:first-child {

}

.section:nth-child(2) {
  background: #edff67;
}

.section:last-child {
  background: #76ff7c;
}


/*Меню*/
.navbar {
  min-height: 40px;
}

.nav > li > a:focus {
  background: #fff;
}

.navbar-default{
  background: #ffffff;
}



.content-menu {
	position: absolute;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-color: rgba(255,255,255,.8);
	padding: 28px;
	z-index: 999;
}

.content-menu h1 {
	font-size: 2em;
	font-weight: 700;
}

.content-menu p {
	margin-top: 14px;
}

.content-menu a {
	color: #333;
}


/* Стили для видеофона */

#video-bg {
	overflow: hidden;
	z-index: 1;
	background: url('../video/bg_video.jpg') no-repeat rgba(255,255,255,.8);
	background-size: cover;
}

#video-bg > video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}


/* Проверка на поддержку свойства object-fit: */

 @supports (object-fit: cover) {
     #video-bg > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
 }




 /*solves problem with overflowing video in Mac with Chrome */
 #section0{
   overflow: hidden;
 }

.footer .form-item{
  text-align: right;
}

 .footer .g-recaptcha {
    display: inline-block;
    max-width: 100%;
    min-height: 2em;
    vertical-align: middle;
    text-align: start;
}


 /* Bottom menu
 * --------------------------------------- */
 #infoMenu li a {
   color: #fff;
 }


 /* Hiding video controls
 * See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
 * --------------------------------------- */
 video::-webkit-media-controls {
   display:none !important;
 }

 #section1{
   background: radial-gradient(white, #eeeded);
 }

 #section1 p{
   color: #404041;
 }


 .slider {
     width: 100%;
     margin: 100px auto;
 }

 .slick-slide {
   margin: 0px 20px;
 }

 .slick-slide img {
   width: 100%;
 }

 .slick-prev:before,
 .slick-next:before {
   color: black;
 }


 .slick-slide {
   transition: all ease-in-out .3s;
   opacity: .2;
 }

 .slick-active {
   opacity: .5;
 }

 .us .slick-active {
   opacity: 1;
 }

 #section1 .slick-active {
   opacity: 1;
 }

 .slick-current {
   opacity: 1;
 }

 .section_name{
   color: #9b9da0;
   font-size: 60px;
   text-transform: uppercase;
   font-weight: bold;
 }

 .fa-circle{
    font-size: 20px;
    vertical-align: middle;
    line-height: 60px;
    color: #10bed5;
    margin-bottom: 10px;
    padding-left: 5px;
 }

 .name_worker{
   font-size: 20px;
   color: rgba(0,0,0,0.5);
 }



 #section2{
   background: url("../img/bg_02.jpg") no-repeat;
   background-size: cover;
 }

 #section2 a{
  text-decoration: none;
  font-weight: 500;
  position: relative;
  color: #4A4A4A;
  display: inline-block;
  background: #ffffff;
  font-size: 18px;
}

  #section2 .menu_trening{
    width: 90%;
    margin: 5%;
    background: #10bed5;
  }

    #section2 .menu_trening>a{
    background: none;
    display: block;
  }

  .menu_trening h3 {
    padding-top: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Arsenal', sans-serif;
  }

  .menu_trening .fa-circle{
    color: #ffffff;
    font-size: 15px;
    padding: 10px 0;
  }

  .menu_trening ul{
    width: 80%;
    margin: 0 auto;
    border: 1px solid #ffffff;
    padding: 2%;
  }

  .menu_trening ul li{
    margin: 5px 5px;
  }

  .menu_trening ul a{
    width: 100%;
    text-align: left;
    font-size: 15px;
    height: 80px;
    line-height: 1;
  }

.button-item {
  padding-bottom: 2em;
}

.btn-2 {
  padding: 1em 1em;
  border: 3px solid #ffffff;
  -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.2);
}

.btn-2:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #4A90E2;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-2:hover {
  color: white;
  box-shadow: none;
}

.btn-2:hover:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #4A90E2;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#section3{
  background: #f7f8f8;
}

#section3 .center{
  width: 90%;
  margin-bottom: 50px;
  margin-top: 50px;
}

#section3 .center img{
  height: 100px;
  width: auto;
}

.round{
  padding-bottom: 50px;
}


   .round-text div{
     width: 95%;
     background: #ffffff;
     border-radius: 30px; /* Радиус скругления */
     float: right;
   }

   .round-text p{
     font-size: 15px;
     padding: 15px;
     text-align: left;
   }

   .round-text .author{
     text-align: right;
     padding-top: 10px;
   }

   .author span{
     color: #10bed5;
   }

   .btn-rewiew{
     width: 40%;
     margin: 0 auto;
     background-color: #10bed5;
     margin-bottom: 50px;
     height: 50px;
   }

   .btn-rewiew a{
     text-decoration: none;
     color: #ffffff;
     text-transform: uppercase;
     font-size: 20px;
     font-weight: bold;
     line-height: 50px;
     width: 100%;
     display: block;
   }

   #section4{
     background-color: #10bed5;
   }

   #section4 h2{
     color: #ffffff;
     margin-bottom: 30px;
   }

   #section4 .fa-circle{
     color: #ffffff;
   }

  #section4 .widget-facebook {
    height: 525px;
  }

  #section4 .widget-facebook .facebook_iframe {
    border: none;
  }

 #section4 .news img{
   width: 100%;
   display: block;
   margin: 0;
   padding: 0;
   height: 390px;
   object-fit: cover;
 }

 #section4 .news .news-descr{
   height: 135px;
   background: #ffffff;
   min-width: 100%;
 }

 #section4 .news .news-descr h4>a{
  color: #444;
   font-size: 18px;
   padding: 16px !important;
   font-weight: normal;
   text-transform: none;
   display: block;
}

   #section4 .news .news-descr a{
     color: #10BED5;
     font-size: 20px;
     font-weight: bold;
     text-transform: uppercase;
   }

#section4 .news .news-descr i{
  font-size: 18px;
  padding-left: 10px;

}

#section5{
  background: #a6a8ab;
}



/***********************Project**************************************/

.menu{
  width: 100%;
  background: #10bed5;
  height: 90px;
}

.menu-inner ul{
  float: left;
}

.menu-inner li {
	display:inline-block;
	margin: 20px;
  margin-top: 10px;
	color: #10bed5;
	background:#fff;
	background: rgba(255,255,255, 0.8);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}


.menu-inner li.active{
	background: #ffffff;
	color: #10bed5;
}

.menu-inner li a{
	text-decoration:none;
	color: #10bed5;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}

.menu-inner li:hover{
    background: #ffffff;
}

.menu-inner li a,
.menu-inner li.active a{
	padding: 18px 35px;
	display:block;
}
.menu-inner li.active a{
	color: #10bed5;
}



.menu{
	position:fixed;
	top:0;
	left:0;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
  border-bottom: 1px solid #ffffff;
}

.main{
  margin-top: 150px;
}

.main .col-12{
  margin-bottom: 20px;
}

.main .row-flex p,
.main .row-flex h1,
.main .row-flex h2,
.main .row-flex h3,
.main .row-flex h4,
.main .row-flex h5,
.main .row-flex h6{
  margin-bottom: 10px;
}

#project .main h2{
  font-size: 30px;
  text-align: right;
  text-transform: uppercase;
  color: #10bed5;
  font-weight: bold;
}

#project .main .col-12 p{
  font-size: 25px;
  text-align: right;
  font-style: italic;
}

#project .main .cols{
  float: none;
}

#project .main .row-flex{
  display: flex;
}

#project .main .row-flex li{
  list-style: circle;
  margin-left: 20px;
  font-size: 18px;
  line-height: normal;
}

#project .main .col-md-4{
  background-color:#10bed5;
  flex: 1;
  padding: 20px;
  text-align: left;
  color: #ffffff;
}

#project .main .col-md-8{
  flex: 2;
  padding: 0px 20px;
  text-align: left;
}

#project .main .col-md-4 h3,
#project .main .col-md-8 h3,
#project .main .col-md-4 h1,
#project .main .col-md-8 h1,
#project .main .col-md-4 h2,
#project .main .col-md-8 h2,
#project .main .col-md-4 h4,
#project .main .col-md-8 h4,
#project .main .col-md-4 h5,
#project .main .col-md-8 h5,
#project .main .col-md-4 h6,
#project .main .col-md-8 h6{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

#project .main .col-md-8 h3,
#project .main .col-md-8 h1,
#project .main .col-md-8 h2,
#project .main .col-md-8 h4,
#project .main .col-md-8 h5,
#project .main .col-md-8 h6{
  color: #10bed5;
}

#project .main .col-md-4 p,
#project .main .col-md-8 p{
  font-size: 18px;
}

#project .main .col-md-4 .introtext{
  font-style: italic;
  text-align: right;
  margin-bottom: 20px;
}

.footer{
  background: #a6a8ab;
}

.download{
  margin-top: 50px;
}

/***************project-inner***********************/

.main-project-inner{
  margin-top: 150px;
  margin-bottom: 50px;
}

.project-inner{
  margin: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  padding: 15px;
  position: relative;
}

.main-project-inner .project-inner img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.main-project-inner .col-project:hover .project-inner{
  background-color: rgba(21,190,213,1);
  transition: 1s;
}

.main-project-inner .col-project svg{
  fill: #10bed5;
  width: 75px;
  height: 150px;
}

.main-project-inner .col-project:hover .project-inner svg{
  fill: #ffffff;
  transition: 1s;
}

.main-project-inner .cols.col-project{
  width: 25%;
}

.project-inner h2{
  font-size: 23px;
  text-align: center;

  color: #10bed5;
  margin: 20px 0px 20px 0;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

.main-project-inner .col-project:hover .project-inner h2{
  color: #ffffff;
  transition: 1s;
}

.main-project-inner .col-project:hover .dot .fa-circle{
  color: #ffffff;
  transition: 1s;
}

.project-inner p{
  font-size: 18px;
  display: block;
  bottom: 20px;
  text-align: center;
}

.project-inner p span{
  font-weight: bold;
}

.dot{
  margin-top: 30px;
}

.dot .fa-circle{
  font-size: 14px;
}


/*************************rewiew***********************************/

.rewiew{
  background: #f7f8f8;
}

.rewiew{
  padding-top: 150px;
}


/*********************project all***************************/


.main-project-all {
    margin-top: 150px;
    margin-bottom: 50px;
}

.main-project-all .project-inner {
    margin: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    padding: 0;
    height: 150px;
    background: url("../img/bg_02.jpg") no-repeat;
    background-size: cover;
    background-position: 0% 5%;
  }

.main-project-all .project-inner h2 {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #10bed5;
    line-height: 150px;
    margin: 0;
    font-weight: bold;
  }

  .main-project-dropdown{
    margin-top: 150px;
    margin-bottom: 50px;
  }

  .main-project-dropdown ul li{
    width: 46%;
    margin: 2%;
    float: left;
    height: 250px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    position: relative;
    object-fit: cover;
  }

  .main-project-dropdown ul li{
  /*background: url("../img/bg_03.jpg") no-repeat;
  background-size: cover;
  background-position: 0% 5%;
  padding: 20px;*/
}

.main-project-dropdown  ul li img{
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display:block;
}

.main-project-dropdown ul li a{
    width: 100%;
    font-size: 35px;
    text-transform: uppercase;
    color: #10bed5;
    text-align: center;
    padding-top: 50px;
    display: block;
    font-weight: bold;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 10;
    position: relative;
  }

  /*******************us**********************/


.us {
    padding-top: 150px;
    padding-bottom: 50px;
}

.us .us-intro{
  font-size: 2em;
  text-align: center;
}

.us-descr h2{
  color: #10bed5;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.us-descr p{
  font-size: 20px;
  text-align: left;
}

.us-descr li{
  list-style: initial;
  list-style-position: inside;
  text-align: left;
  font-size: 20px;
}

#breadcrumb{
    padding:20px 0;
    padding-left: 10px;
    text-align: left;
    }

#breadcrumb ul{
    margin:0;
    padding:0;
    list-style:none;
    }

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.current a{text-decoration:underline;}

#breadcrumb .B_currentCrumb{
  color: #10bed5;
}


/**********************новости******************************/

.news{
  margin-top: 150px;
  margin-bottom: 50px;
}

.news .articles h1{
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #10bed5;
    font-weight: bold;
}

.news .articles{
  padding-right: 50px;
}

.news .articles img{
  width: 100%;
  height: auto;
}

.news .articles .time{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  border: 1px dotted #EAEAEA;
  padding: 5px;
}

.news .articles .content{
  font-size: 20px;
}

 .news .articles .content p{
  text-align: left;
  padding-bottom: 10px;
  font-size: inherit;
}

.news .articles ol{
  list-style: decimal;
  font-size: inherit;
  text-align: left;
  padding-bottom: 10px;
  margin-left: 30px;
  list-style-position: inside;
}

.news .articles ul{
  list-style: circle;
  font-size: inherit;
  text-align: left;
  padding-bottom: 10px;
  margin-left: 30px;
  list-style-position: inside;
}

.last-articles .caption{
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #10bed5;
}

.last-articles .news-row{
  margin-bottom: 30px;
  border-bottom: 1px dotted #EAEAEA;
  padding-bottom: 15px;
}

.last-articles .news-row h2{
  text-align: left;
  font-size: 18px;
}

.last-articles .news-row h2 a{
  color: #444;
}

.last-articles .news-row .time{
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.last-articles .news-row img{
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.last-articles .news-row .content{
  text-align: left;
}

.last-articles .news-row .read-more{
  text-align: left;
  display: block;
  color: #10bed5;
  padding-top: 10px;
}

#project .last-articles .facebook_iframe {
    height: 500px;
    border: none;
}

.news-inner{
  margin-top: 150px;
  margin-bottom: 50px;
}

.news-inner .articles h2 a{
    font-size: 25px;
    text-align: left;
    text-transform: uppercase;
    color: #10bed5;
    font-weight: bold;
}

.news-inner .articles>div{
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.news-inner .articles .content{
  margin-bottom: 20px;
}

.news-inner .article-meta {
    border: 1px solid #EAEAEA;
    font-size: 14px;
    color: #666666;
    margin: 0 0 20px;
}

.news-inner .container{
  text-align: left;
}

.news-inner .article-meta .date {
    padding: 5px 10px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
  }

.news-inner .article-meta .read-more-link {
    padding: 5px 10px;
    background-color: #10bed5;
    float: right;
    border-right: none;
}

.news-inner .article-meta .read-more-link a {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}

.news-inner .articles{
  padding-right: 50px;
}

.news-inner .articles img{
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-inner .articles .time{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  border: 1px dotted #EAEAEA;
  padding: 5px;
}

.news-inner .articles .content{
  font-size: 20px;
  text-align: left;
  padding-bottom: 10px;
}

.news-inner .articles img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}


.insta{
  height: 100%;
}


.insta-capture img{
  width: 50px;
  height: auto;
  display: block;
  float: left;
}

.insta-capture span {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    margin-top: 15px;
}

#instafeed{
  width: 310px;
  margin: 0 auto;
}

#instafeed img{
  padding: 7px;
  display: block;
  background-color: white;
  width: 140px;
}

.insta-capture {
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 310px;
    margin: 0 auto;
}

#instafeed a {
    margin: 7px;
    display: block;
    float: left;
  }


  .row-flex .col-4 p img{
    width: 100%;
    height: auto;
  }



  /*Модальное окно*/
  #modal_form{
    width:470px;
    padding:19px 20px;
    background-color:#FFF;
    height:400px;
    background:#fff;
    position:fixed;
    top:45%;
    left:50%;
    margin-top:-210px;
    margin-left:-225px;
    display:none;
    opacity:0;
    z-index:1000000;
  }

  #overlay{
    z-index:9999;
    position:fixed;
    background-color:#000;
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
    width:100%;
    height:100%;
    top:0;
    left:0;
    cursor:pointer;
    display:none;
  }

  #modal_form input[type="text"],
  #modal_form input[type="email"]{
    background-color:#fff;
    border:1px solid #DFDFDF;
    border-radius:6px;
    color:#555;
    display:block;
    font-size:1em;
    height:35px;
    padding:5px;
    margin-bottom:17px;
    width:95%;
    float:left;
  }

  #modal_form input[type="text"].error,
  #modal_form input[type="email"].error{
    border:1px solid red;
  }

  #modal_form h3{
    text-align:center;
    font-size:2em;
    text-transform:uppercase;
    color:#000;
    margin: 0;
  }

  #modal_form .comment{
    color:#272727;
    padding-bottom:15px;
    font-size:14px;
    text-align:center;
    padding-top:10px;
  }

  .exit{
    background:#d0d0d0;
    display:block !important;
    border-radius:50%;
    right:-30px;
    top:-20px;
    position:absolute;
    opacity:1;
    WIDTH:33PX;
    HEIGHT:33px;
    line-height:30px;
    font-size:36px;
    border:2px solid #3e5368;
    -webkit-transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
    transition:background 0.2s linear;
  }

  .exit:after{
    display:block;
    font-size:23px;
    content:"x";
    padding-left:9px;
    line-height:24px;
    cursor:pointer;
    text-decoration:none;
    font-weight:bold;
    color:#000000;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
  }

  .exit:hover{
    background:#EAEAEA;
    text-decoration:none;
  }

  #modal_form .button{
    display:block;
    border-radius:3px;
    cursor:pointer;
    font-size:17px;
    font-weight:bold;
    height:40px;
    margin:10px 0;
    padding:2px 16px;
    width:210px;
    margin:0 auto;
    -webkit-transition:all 0.12s ease-in;
    -o-transition:all 0.12s ease-in;
    -moz-transition:all 0.12s ease-in;
    transition:all 0.12s ease-in;
    margin-top: 10px;
  }

  #modal_form .button:hover{
    background-color:#44C8F5;
    border:1px solid #44C8F5;
    color:#fff;
  }

  #modal_form .error{
    border:1px solid red;
  }

#modal_form .error_g-recaptcha-response.error{
  border: none;
}

.form-main form{
  margin-bottom: 20px;
}

form .comment{
  text-align: right;
}

@media screen and (min-width: 300px) and (max-width: 479px) {


  .layer img{
    width: 80%;
  }

  .mouse-scroll {
    left: 45%;
    margin-top: 30%;
  }

  .section_name {
    font-size: 40px;
  }

  #section1 p{
    font-size: 1em;
  }

  .slider {
    margin: 50px auto;
  }

  .slick-next {
    right: -10px !important;
  }

  .slick-prev {
    left: -10px !important;
  }

  #section2 .cols.col-4{
    width: 100%;
  }

  #section2 .menu_trening{
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }

  .menu_trening ul li {
    height: auto;
    line-height: 1;
  }

  #section3 .center img{
    max-height: 40px;
  }

  #section3 .cols.col-2,
  #section3 .cols.col-10{
    width: 100%;
  }

  .round-text div{
    width: 100%;
  }

  .btn-rewiew {
    width: 100%;
  }


  #section4 .cols.col-4{
    width: 100%;
  }

  #section4 .widget-facebook{
    margin-bottom: 20px;
  }

  #section4 .news{
    margin-bottom: 50px;

  }

  #section4 .news .news-descr{
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  #section5 .cols.col-4,
  #section5 .cols.col-8{
    width: 100%;
  }

  .footer{
    padding-bottom: 50px;
  }

  .footer .contacts{
    text-align: center;
  }

  .footer .form-main h2{
    text-align: center;
  }

  .footer .form-main form p{
    text-align: center;
  }

  input[type="submit"] {
    width: 82%;
  }

  #section5 input{
    width: 222px;
  }

  #section5 textarea{
    width: 222px;
    height: 50px;
  }

/**********************project*******************************/

 .menu{
   height: 80px;
 }

  #project .container{
    width: 90%;
  }

  .menu li a, .menu li.active a {
    padding: 10px 3px;
  }

  .menu li a {
    font-size: 13px;
  }

  .menu li {
    margin: 1px;
    margin-top: 20px;
  }

  .main-project-inner{
    margin-top: 120px;
  }

  .main-project-inner .cols.col-4{
    width: 100%;
  }


  #project .main h2 {
    font-size: 25px;
    text-align: center;
  }

  #project .main .col-12 p {
    font-size: 15px;
    text-align: center;
  }

  #project .main .row-flex {
    display: block;
  }

  #project .main .cols.col-4,
  #project .main .cols.col-8{
    width: 100%;
  }


  .main-project-all .project-inner h2 {
      font-size: 25px;
      line-height: 150px;
    }

    .main-project-all {
        margin-top: 100px;
    }

    .main-project-inner .cols.col-project{
      width: 100%;
    }

.main-project-inner .cols.col-project svg{
    width: 50px;
    height: 50px;
}

.main-tema-col-block-logo{
  width: 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-right: 15px;
}

.main-tema-col-block-title{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.main-project-inner .project-inner h2 {
    font-size: 18px;
    margin-top: 20px;
    text-align: left;
  }

.main-project-inner .project-inner{
    height: auto;
  }


  p.dot{
    display: none;
  }
  /*********************rewiew************************/

  .rewiew .cols.col-2{
    width: 25%;
  }

  .rewiew .cols.col-10{
    width: 75%;
  }

  .main-project-dropdown ul li{
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .main-project-dropdown ul li a{
    font-size: 25px;
  }

  #project .us .container{
    width: 90%;
  }

  .news .cols.col-9,
  .news .cols.col-3{
    width: 100%;
  }

  .news .articles {
    padding-right: 0px;
}

.news .articles h1 {
    font-size: 17px;
}

.news .last-articles{
  margin-top: 30px;
}

.news .container {
    width: 90% !important;
}

.news-inner .cols.col-9,
.news-inner .cols.col-3{
  width: 100%;
}

.news-inner .container {
    width: 90% !important;
}

.news-inner .articles {
    padding-right: 0px;
}

.news-inner .articles h2{
    font-size: 17px;
}

#instafeed {
    width: 320px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#instafeed img{
  padding: 3px;
  width: 125px;
}

.insta-capture {
    padding-top: 0px;
    width: 100%;
}

#instafeed a {
    margin: 5px;
  }


  .content-menu .icons-fa a {
    font-size: 20px;
}

.content-menu .icons-fa {
   margin-right: 1%;
}

#modal_form{
width: 280px;
height: 450px;
margin-top: -225px;
margin-left: -140px;
}


#myVideo{
  width: auto;
}

}

@media screen and (min-width: 480px) and (max-width: 639px) {

  #menu li a, #menu li.active a {
    padding: 20px;
  }

  #menu li a {
    font-size: 16px;
  }

  #menu li {
    margin: 2px;
    margin-top: 20px;
  }

  #menu .babel {
    float: right;
    position: absolute;
    right: 0;
    top: 100%;
 }

  .layer img{
    width: 80%;
  }


  .section_name {
    font-size: 40px;
  }

  #section1 p{
    font-size: 1em;
  }

  .slider {
    margin: 50px auto;
  }

  #section2 .cols.col-4{
    width: 100%;
  }

  #section2 .menu_trening{
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }

  .menu_trening ul li {
    height: auto;
    line-height: 1;
  }

  #section3 .center img{
    max-height: 40px;
  }

  #section3 .cols.col-2{
    width: 25%;
    padding-right: 10px;
  }

  #section3 .cols.col-10{
    width: 75%;
  }

  .round img {
    width: 100%;
    height: auto;
  }

  .round-text div{
    width: 100%;
  }

  .btn-rewiew {
    width: 100%;
  }


  #section4 .cols.col-4{
    width: 100%;
  }

  #section4 .widget-facebook{
    margin-bottom: 20px;
  }

  #section4 .widget-facebook .facebook_iframe{
    width: 500px;
  }

  #section4 .news{
    margin-bottom: 50px;
    width: 500px;
  }

  #section4 .news img{
    width: 500px;
    height: auto;
    margin: 0 auto;
  }

  #section4 .news .news-descr{
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 500px;
    min-width: auto;
    margin: 0 auto;
  }

  #section5 .cols.col-4,
  #section5 .cols.col-8{
    width: 100%;
  }

  .footer{
    padding-bottom: 50px;
  }

  .footer .contacts{
    text-align: center;
  }

  .footer .form-main h2{
    text-align: center;
  }

  .footer .form-main form p{
    text-align: center;
  }

  input[type="submit"] {
    width: 82%;
  }

  #section5 input{
    width: 49%;
  }

  #section5 textarea{
    width: 99%;
    height: 100px;
  }

  .main-project-inner .cols.col-project{
    width: 100%;
  }



  .main-project-inner .cols.col-project svg{
      width: 50px;
      height: 50px;
  }

  .main-tema-col-block-logo{
    width: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-right: 15px;
  }

  .main-tema-col-block-title{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }


  .main-project-inner .project-inner{
      height: auto;
    }


    p.dot{
      display: none;
    }


  /**********************project*******************************/

   .menu{
     height: 90px;
   }

    #project .container{
      width: 90%;
    }

    .menu li a, .menu li.active a {
      padding: 15px 9px;
    }

    .menu li a {
      font-size: 16px;
    }

    .menu li {
      margin: 2px;
      margin-top: 20px;
    }

    .main-project-inner{
      margin-top: 150px;
    }

    .main-project-inner .cols.col-4{
      width: 100%;
    }

    #project .main .row-flex {
      display: block;
    }

    #project .main .cols.col-4,
    #project .main .cols.col-8{
      width: 100%;
    }


    .main-project-dropdown ul li{
      width: 100%;
      margin: 0;
      margin-bottom: 20px;
    }

    .news .cols.col-9,
    .news .cols.col-3{
      width: 100%;
    }

    .news .articles {
      padding-right: 0px;
  }

  .news .articles h1 {
      font-size: 17px;
  }

  .news .last-articles{
    margin-top: 30px;
  }

  .news .container {
      width: 90% !important;
  }

  .news-inner .cols.col-9,
  .news-inner .cols.col-3{
    width: 100%;
  }

  .news-inner .container {
      width: 90% !important;
  }

  .news-inner .articles {
      padding-right: 0px;
  }

  .news-inner .articles h2{
      font-size: 17px;
  }

  #instafeed {
      margin: 0 auto;
      margin-bottom: 30px;
  }

  #instafeed img{
    padding: 3px;
    width: auto;
  }

  .insta-capture {
      padding-top: 10px;
      width: 100%;
  }

  #instafeed a {
      margin: 5px;
    }



    .content-menu .icons-fa {
       margin-right: 1%;
   }

   #myVideo{
     width: auto;
   }

}

@media screen and (min-width: 640px) and (max-width: 800px) {
  #menu li a, #menu li.active a {
    padding: 15px;
  }

  #menu li a {
    font-size: 18px;
  }

  #menu li {
    margin: 5px;
    margin-top: 20px;
  }

  #menu .babel {
    float: right;
    position: absolute;
    right: 0;
    top: 100%;
 }

 .content-menu .icons-fa {
    margin-right: 1%;
}

  .layer img{
    width: 60%;
  }

  .section_name {
    font-size: 50px;
  }

  #section1 p{
    font-size: 1.5em;
  }

  .slider {
    margin: 50px auto;
  }

  #section2 .cols.col-4{
    width: 100%;
  }

  #section2 .menu_trening{
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }

  .menu_trening ul li {
    height: auto;
    line-height: 1;
  }

  #section3 .center img{
    max-height: 40px;
  }

  #section3 .cols.col-2{
    width: 25%;
    padding-right: 10px;
  }

  #section3 .cols.col-10{
    width: 75%;
  }

  .round img {
    width: 100%;
    height: auto;
  }

  .round-text div{
    width: 100%;
  }

  .btn-rewiew {
    width: 100%;
  }


  #section4 .cols.col-4{
    width: 100%;
  }

  #section4 .widget-facebook{
    margin-bottom: 20px;
  }

  #section4 .widget-facebook .facebook_iframe{
    width: 500px;
  }

  #section4 .news{
    margin-bottom: 50px;
    width: 500px;
  }

  #section4 .news img{
    width: 500px;
    height: auto;
    margin: 0 auto;
  }

  #section4 .news .news-descr{
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 500px;
    min-width: auto;
    margin: 0 auto;
  }

  #section5 .cols.col-4,
  #section5 .cols.col-8{
    width: 50%;
  }

  .footer{
    padding-bottom: 50px;
  }

  input[type="submit"] {
    width: 82%;
  }

  #section5 input{
    width: 48%;
  }

  #section5 textarea{
    width: 99%;
    height: 100px;
  }

  /**********************project*******************************/


    .menu li a, .menu li.active a {
      padding: 20px 13px;
    }

    .menu li a {
      font-size: 20px;
    }

    .menu li {
      margin: 2px;
      margin-top: 10px;
    }

    .main-project-inner .cols.col-4{
      width: 50%;
    }

    .main-project-dropdown ul li a{
      font-size: 30px;
    }

    .main-project-inner .cols.col-project{
      width: 50%;
    }

    .main-tema-col-block-logo{
      margin-top: 20px;
    }


    .main-project-inner .project-inner h2 {
        font-size: 23px;
      }

    .news .cols.col-9,
    .news .cols.col-3{
      width: 100%;
    }

    .news .articles {
      padding-right: 0px;
  }

  .news .articles h1 {
      font-size: 17px;
  }

  .news .last-articles{
    margin-top: 30px;
  }

  .news .container {
      width: 90% !important;
  }

  .last-articles .news-row img {
    height: 250px;
}

.news-inner .cols.col-9,
.news-inner .cols.col-3{
  width: 100%;
}

.news-inner .container {
    width: 90% !important;
}

.news-inner .articles {
    padding-right: 0px;
}

.news-inner .articles h2{
    font-size: 17px;
}

.widget-facebook {
    margin: 0 auto;
    width: 400px;
}

}

@media screen and (min-width: 800px) and (max-width: 1023px) {

  #menu li a, #menu li.active a {
    padding: 15px;
  }

  #menu li a {
    font-size: 20px;
  }

  #menu li {
    margin: 5px;
    margin-top: 20px;
  }



  .menu_trening h3{
    font-size: 20px;
  }

  .menu_trening ul li{
    font-size: 15px;
    line-height: 0.95;
  }

  .round img {
    width: 100%;
    height: auto;
  }

  #section5 input{
    width: 49%;
  }

  #section5 textarea{
    width: 99%;
    height: 100px;
  }

  /**********************project*******************************/

      .menu li a {
        font-size: 20px;
      }

      .menu li {
        margin: 2px;
        margin-top: 10px;
      }

      .main-project-inner .cols.col-project{
        width: 33.33333333333333%;
      }

      .main-tema-col-block-logo{
        margin-top: 20px;
      }


      .main-project-inner .project-inner h2 {
          font-size: 23px;
        }

        .menu-inner li a, .menu-inner li.active a {
            padding: 18px 25px;
            display: block;
        }
}

@media screen and (min-width: 1024px) and (max-width: 1300px){

  .menu_trening h3{
    font-size: 25px;
  }

  .round img {
    width: 100%;
    height: auto;
  }

  .menu_trening ul li{
    font-size: 16px;
    line-height: 0.95;
  }

  #section5 input{
    width: 30%;
  }

  #section5 textarea{
    width: 61%;
    height: 100px;
  }

  /**********************project*******************************/

      .menu li {
        margin: 2px;
        margin-top: 10px;
      }

      .main-project-inner .cols.col-project{
        width: 25%;
      }

      .main-tema-col-block-logo{
        margin-top: 20px;
      }


      .main-project-inner .project-inner h2 {
          font-size: 23px;
        }

}

/* Большой дисплей*/
@media (min-width: 1268px) {
  .main-tema-col-block-logo{
    margin-top: 20px;
  }

.menu-inner{
  margin: 0 auto;
  width: 100%;
}

.container .cols {
    max-width: 100%;
}

}
