/*----------------------- RESET ---------------------------*/
*{
	margin: 0;
	padding: 0;
}

/*------- Подключение шрифтов ('Gotham_pro_light') --------*/
@font-face {
  	font-family: 'GothamPro-Light';
  	src: url('../../fonts/GothamPro-Light.ttf'), 
  	url('../../fonts/GothamPro-Light.eot'),
  	url('../../fonts/GothamPro-Light.woff');
}

/*-------------------------- Основные теги ----------------*/
html, body {	
	position: relative;
  	width: 100%;
  	height: 100%;
 	  font-family: 'GothamPro-Light', 'arial';
  	font-size: 100%;
  	font-weight: 400;
  	font-style: normal;
  	background: #ffffff;
}

body {
  	margin:0;
  	display: block;
}

section { 
  	position: relative;
  	width: 100%;
}

img {
  	vertical-align: middle;
  	border: 0;
}

/*---------------- END основные теги ----------------------*/
/*-------------------------- Header ----------------------*/
#main-logo > a:before {
  opacity: 0;
}

#main-logo > a:after {
  opacity: 0;
}

.dropdown-menu{
  background-color: #efe7e7;
  padding: 5px 0;
  min-width: 95px;
  border-radius: 20px;
  border: 4px solid rgba(0, 0, 0, .15);
  font-size: 14px;
}
@media screen and (min-width: 920px){
.dropdown-menu li a {
  /*border-bottom: 1px solid #FF5900; /*#efefef цвет горизонтальных линий в субменю*/ 
  font-size: 14px;
  color: #FF5900;  /*#484848 цвет текста в субменю*/
  display: block;
}
.dropdown-menu li a:hover {
  color:#3E72C6; /* Цвет текста сабменю при наведении */
  background-color: #BEBEBE;
  border-radius: 20px; /* Закругление углов при наведении в сабменю */
}
ul.nav li.dropdown:hover > ul.dropdown-menu {  
   display: block;
}
ul.nav li.dropdown:hover > ul.dropdown-menu>li>a { 
  position: relative; 
  z-index: 1000;
  }
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(252, 248, 248, 0);
}

@media only screen and (min-width: 920px){
#header .top-menu .collapse li > a .caret {
    display: none;
  }
}
@media screen and (max-width: 920px){
  .dropdown-menu{
  background-color: #efe7e7;
  padding: 5px 0;
  min-width: 95px;
  border-radius: 20px;
  border: 4px solid rgba(0, 0, 0, .15);
  font-size: 14px;
  }
}
@media screen and (max-width: 767px){
  .navbar-default .navbar-nav .open .dropdown-menu > li > a{
  color: white;
  }
}

@media (max-width: 920px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/*------------------------ ФОН ------------------------------*/
.fon-img {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url('../../Img/ses/fon-ses.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 3px solid #337bb3;
    box-shadow: 0px 5px 16px 0px rgba(243, 126, 0, 0.69);
}

.fon-img .fon-title {
  position: absolute;
  max-width: 560px;
  top: 220px;
  left: 0;
  border-radius: 0 10px 10px 0;
  background-color: rgba(255, 255, 255, 0.78);
  z-index: 1;
}

#scroll-down a {
  padding-top: 60px;
}

#scroll-down a span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #ff7000;
  border-radius: 50px;
  box-sizing: border-box;
  background-color: rgba(41, 100, 153, 0.45);
}

#scroll-down a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 10px;
  margin-left: -3px;
  background-color: #ff7000;
  border-radius: 100%;
  -webkit-animation: move 2s infinite;
  animation: move 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes move {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*---------- fon-img ------------- */
.fon-img h2 {
    position: relative;
    padding: 45px 0 30px 0;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 38px;
    color: #ff7000;
}

@media screen and (max-width: 920px) {
  .fon-img h2 {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 712px) {
  .fon-img h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 422px) {
  .fon-img h2 {
    font-size: 28px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 380px) {
  .fon-img h2 {
    font-size: 22px;
    padding-bottom: 0;
  }
}

/*------------------- Размеры под разные разрешения ----------------*//*
@media screen and (max-width: 680px) {
  figure.grid-effect h2 {
    font-size: 28px;
    padding-bottom: 5px;
  }
}

@media screen  and (max-width: 475px) {
    figure.grid-effect h2 {
      font-size: 16px;
      padding-bottom: 5px;
      padding: 0 37px;
      line-height: 24px;
  }
}

@media screen and (max-width: 400px) {
    figure.grid-effect h2 {
      font-size: 14px;
      padding: 0 50px;
      line-height: 24px;
  }
}*/

/*-------- Блок текста СЭС ----------*/
.info-ses {
  position: relative;
  width: 100%;
  padding: 0 0 25px 0;
  background-color: #e0dada;
}

.info-ses h1 {
  padding: 40px 0;
  margin: 0;
  text-align: center;
  color: #ff7000;
  text-transform: uppercase;
  font-size: 32px;
}

.ses-text {
  padding: 0 100px;
  font-size: 22px;
  color: #296398;
  text-align: justify;
  text-indent: 25px;
}

@media screen and (max-width: 720px) {
  .info-ses h1 {
    padding: 25px 0;
    margin-top: 0;
    font-size: 22px;
}

  .ses-text {
    padding: 0 50px;
    font-size: 16px;
    text-indent: 25px;
  }
}

@media screen and (max-width: 480px) {
  .info-ses h1 {
    padding: 25px 20px;
    padding-bottom: 15px;
  }

  .ses-text {
    padding: 0 20px;
    font-size: 14px;
    text-indent: 25px;
  }
}

@media screen and (max-width: 415px) {
  .info-ses h1 {
    padding: 25px 0;
    padding-bottom: 10px;
    margin-top: 0;
    font-size: 18px;
  }

  .ses-text {
    padding: 0 10px;
    font-size: 14px;  
  }
}

.info-ses .table-ses {
  margin: 0 auto;
  border: 1px solid #29639a;
}

.info-ses .table-ses caption {
  text-align: center;
  font-weight: bold;
  color: #ff7000;
  font-size: 28px;
  text-indent: 0px;
}

.info-ses .table-ses th  {
  padding: 10px;
  margin: 0;
  border: 1px solid #29639a;
  text-align: center;
  text-indent: 0;
}

.info-ses .table-ses td  {
  border: 1px solid #29639a;
  text-indent: 10px;
}

.info-ses .table-ses td:last-child {
  text-align: center;
}

.info-ses img {
  max-width: 100%;
  margin: 20px auto;
  position: relative;
  display: block;
  border: 2px solid #ff7200;
}

/*------------- Блок СЭС что делаем под ключ --------------------*/
.ses-work_list {
  position: relative;
  width: 100%;
  padding: 0 100px;
}
/*
.advantag {
  max-width: 1440px;
  padding: 1rem 3rem;
  margin: 0 auto;
  text-align: justify;
  text-indent: 3rem;
  font-size: 2rem;
  color: #fff;
}

@media screen and (max-width: 1120px) {
  .advantag {
    text-indent: 2rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 780px) {
  .advantag {
    padding: 1rem 2rem;
    text-indent: 2rem;
    font-size: 1.3rem;
  }
}*/

@media screen and (max-width: 480px) {
  /*.advantag {
    padding: 1rem 10px;
    text-indent: 2rem;
    font-size: 1.1rem;
  }*/

  .ses-work_list {
    padding: 3rem 1rem;
  }
}

.work_list {
  position: relative;
  max-width: 1440px;
  /*padding: 1rem 3rem;
  margin: 0 auto;
  background-color: #5288d9;
  border-radius: 30px;*/
}

.work_list h2 {
  text-align: center;
  color: #ff7000;
  margin: 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .work_list h2 {
    font-size: 1.6rem;
  }

  .work_list ul {
    padding: 2rem 5rem!important;
    font-size: 1.5rem!important;
  }
}

@media screen and (max-width: 950px) {
  .work_list h2 {
    font-size: 1.4rem;
  }

  .work_list ul {
    padding: 2rem 0!important;
    font-size: 1.3rem!important;
  }
}

@media screen and (max-width: 620px) {
  .work_list {
    padding: 10px;
  }

  .work_list h2 {
    font-size: 1.4rem;
  }

  .work_list ul {
    padding: 1rem 0!important;
    font-size: 1rem!important;
  }

  .work_list ul li {
    padding-bottom: 10px!important;
  }
}

.work_list ul {
  padding: 30px;
  margin: 0;
  color: #296398;
  font-size: 1.6rem;
  list-style: none;
  list-style-position: inside;
}

.work_list ul li {
  padding-left: 5rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  background: url(../../Img/ses/circle-arrow-icon-orange.png) no-repeat left center;
}

/*------- Блок Почему мы? -----------*/
.advantages_work .advantages_container {
  max-width: 1230px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.advantages_work h2 {
  padding-bottom: 20px;
  font-size: 30px;
  text-align: center;
  color: #ff7000;
}

.advantages_work ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.advantages_work li {
  width: 615px; /* 670*/
  height: 70px;
  font-size: 24px;
  color: #296398;
  position: relative;
  padding-left: 140px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}

.advantages_work li:nth-child(odd) {
    margin-left: auto;
}

.advantages_work li:nth-child(even) {
    margin-left: 10px; /* add line code*/
    padding-left: 0;
    padding-right: 140px;
    text-align: right;
    justify-content: flex-end;
}

.advantages_work li::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 0;
  left: 0; /* 64 */
}

.advantages_work li:nth-child(even):before {
    left: auto;
    right: 0px;
}

.advantages_work .item_1::before {
  background: #ff7000 url(../../Img/ses/icon/key.png) no-repeat center;
}

.advantages_work .item_2::before {
  background: #ff7000 url(../../Img/ses/icon/engineer.png) no-repeat center;
}

.advantages_work .item_3::before {
  background: #ff7000 url(../../Img/ses/icon/tools.png) no-repeat center;
}

.advantages_work .item_4::before {
  background: #ff7000 url(../../Img/ses/icon/solar_power.png) no-repeat center;
}

.advantages_work .item_5::before {
  background: #ff7000 url(../../Img/ses/icon/dostavka.png) no-repeat center;
}

.advantages_work .item_6::before {
  background: #ff7000 url(../../Img/ses/icon/clock.png) no-repeat center;
}

.advantages_work .item_7::before {
  background: #ff7000 url(../../Img/ses/icon/control.png) no-repeat center;
}

.advantages_work .item_8::before {
  background: #ff7000 url(../../Img/ses/icon/map.png) no-repeat center;
}

.advantages_work li:after {
  position: absolute;
  content: "";
  bottom: -57px;
  left: 34px;
  width: 2px;
  height: 54px;
  background: #ff7000;
}

.advantages_work li:nth-child(even):after {
    left: auto;
    right: 34px;
}

.advantages_work li:last-child:after {
    display: none;
}

/*--------------- @media for Почему мы? ---------------*/
@media screen and (max-width: 1230px) {
  .advantages_work {
    max-width: 100%;
  }

  .advantages_work li {
    width: 100%;
    margin: 10px !important;
    padding: 0 0 0 110px !important;
    text-align: left !important;
    justify-content: flex-start !important;
    font-size: 20px;
  }

  .advantages_work li:nth-child(even):before {
    left: 0;
  }

  .advantages_work li:after {
    display: none;
  }
}

@media screen and (max-width: 458px) {
  .advantages_work h2 {
    font-size: 16px;
    text-transform: uppercase;
  }

  .advantages_work li {
    font-size: 14px;
  }
}

/*--------------- Блок параллакс ---------------*/
.parallax_block {
  width: 100%;
  height: 400px;
  /*float: left;*/
  background:url('../../Img/ses/solar_plant.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax_inner {
    width: 100%;
    float: left;
    position: relative;
}

.parallax_content {
    position: absolute;
    top: 150px;
    right: 8%;
    text-align: center;
}

.parallax_inner .parallax_titlt {
    font-size: 60px;
    padding-bottom: 10px;
    line-height: 70px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.08122em;
    font-family: 'arial', cursive;
    text-shadow: -3px -3px 0 #ff9d5b,3px -3px 0 #ff9d5b, -3px 3px 0 #ff9d5b, 3px 3px 0 #ff9d5b;
}

.parallax_inner .parallax_desc {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0.12em;
    color: #ff7000;
    font-family: 'arial', cursive;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

 #ses-work .advantages_contract h2 {
  color: #ff7000;
 }

 @media screen and (max-width: 600px) {
  .parallax_content {
    top: 75px;
  }

  .parallax_inner .parallax_titlt {
    font-size: 32px;
  }

  .parallax_inner .parallax_desc {
    font-size: 28px;
  }
}

/*--------------------- Преимущества контракта -------------------------*/
.advantages_contract .advant_img img {
  border: none;
}