/*

	Author: Nemets Yury;
	Site: www.sitehere.ru;

*/

@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,900&subset=latin,cyrillic);

html, body {
  height: 100%;
}

body {
  font-family: "Mulish", sans-serif;
  margin: 0;
  padding: 0;
  color:#798289;

}

* {
	box-sizing:border-box;
}

p {
  margin:0;
}

img {
  max-width: 100%;
}



.content:after {
	content: "";
	display: table;
	clear: both;
}

#fullpage {
  
}

div.section:nth-of-type(1) {
  padding-top: 60px;
  background: url(../images/bg1.jpg) #272822;
  background-size: cover;
}

div.section:nth-of-type(2) {
  background: url(../images/bg2.jpg) #8577E1;
  background-size: cover;
}

div.section:nth-of-type(3) {
  background: url(../images/bg3.jpg) #E15F4B;
  background-size: cover;
}

div.section:nth-of-type(4) {
  background: url(../images/bg4.jpg) #32C465;
  background-size: cover;
}

div.section:nth-of-type(5) {
  background: url(../images/bg5.jpg) #32C465;
  background-size: cover;
}

div.section:nth-of-type(6) {
  background: #f6f6f6;
  background-size: cover;
}


#menu {
    height: 60px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 70;
    text-align: right;
    background: #fff;
}

#menu li {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    color: #000;
    display: inline-block;
    margin: 10px;
}

#menu li a, #menu li.active a {
    display: block;
    padding: 9px 18px;
    text-decoration: none;
    color:#ccc;
}

#menu li.active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #fff;
}   

/**/
#header {
    height: 100%;
    min-height: 300px !important;
    position: relative;
}


#header .wrap {
    left: 50%;
    max-width: 800px;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

#header h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 900;
    line-height: 95px;
    padding-top: 50px;
    margin: 0 0 20px;
    text-align: center;
}

#header p {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    text-align: justify;
}

.scrollicon,.imgNumber {
  text-align: center;
}

.imgNumber img {
  margin-top: 12%;
}



/*######Стили для демо###########*/

/*Кнопка "К статье"*/
.backToSitehereBtn{
  display: block;
  width: 150px;
  height: 150px;
  background: #01BC78;
  text-align: center;
  line-height: 170px;
  font-size: 20px;
  border-radius: 50%;
  color:#fff;
  position: absolute;
  text-decoration: none;
  top: 29px;
  left:-40px;
  transform:rotate(-45deg) scale(1);
  transition:all 0.25s linear;
}

.backToSitehereBtn:hover {
  text-decoration: none;
  top:30px;
  left:-10px;
  transform:rotate(-45deg) scale(1.3);
}

.scroll-indicator {
        position: fixed;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        cursor: pointer;
        opacity: 1;
        transition: opacity 0.5s;
    }
    
    .scroll-indicator.hidden {
        opacity: 0;
        pointer-events: none;
    }
    
    .scroll-arrow {
        width: 30px;
        height: 50px;
        border: 2px solid white;
        border-radius: 15px;
        position: relative;
        animation: bounce 2s infinite;
    }
    
    .scroll-arrow::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 6px;
        height: 6px;
        background: white;
        border-radius: 50%;
        animation: scroll-wheel 2s infinite;
    }
    
    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            transform: translateY(0);
        }
        40% {
            transform: translateY(-10px);
        }
        60% {
            transform: translateY(-5px);
        }
    }
    
    @keyframes scroll-wheel {
        0% {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }
        100% {
            opacity: 0;
            transform: translateX(-50%) translateY(20px);
        }
    }


.section.block1 .content {

}

.section.block1 .content h1 {
  color: #fff;
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 130px;
  font-family: "Mulish", sans-serif;
}

.section.block1 .content h2 {
  color: #fff;
  font-size: 63px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Mulish", sans-serif;
}

.section.block1 .content span {
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  margin-top: 80px;
  display: block;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}


.section.block2 .content h2 {
  color: #000;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 80px;
  text-align: right;
  font-family: "Mulish", sans-serif;
}

.section.block2 .content ul {
text-align: right;
  border-right: 7px solid #00a6da;
  padding-right: 15px;
  margin-top: 50px;
  width: 750px;
  float: right;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.section.block2 .content ul li {
padding: 15px 0;
}

.section.block2 .content ul li p {
font-size: 36px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
}

.section.block3 .content h2 {
  color: #000;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 100px;
  text-align: left;
  font-family: "Mulish", sans-serif;
}

.section.block3 .content ul {
text-align: left;
  border-left: 7px solid #fba405;
  padding-left: 15px;
  margin-top: 50px;
  width: 610px;
  float: left;
  list-style: none;
  margin-left: 0;
  
}

.section.block3 .content ul li {
padding: 15px 0;
}

.section.block3 .content ul li p {
font-size: 36px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
}

.section.block4 .content h2 {
  color: #000;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 80px;
  text-align: right;
  font-family: "Mulish", sans-serif;
  line-height: 64px;
}

.section.block4 .content h3 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin-top: 50px;
  text-align: right;
  font-family: "Mulish", sans-serif;
}

.section.block4 .content ul {
text-align: right;
  border-right: 7px solid #3a7873;
  padding-right: 15px;
  margin-top: 20px;
  width: 610px;
  float: right;
  list-style: none;
  margin-left: 0;
  
}

.section.block4 .content ul li {
padding: 10px 0;
}

.section.block4 .content ul li p {
font-size: 36px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
}




.section.block5 .content h2 {
  color: #000;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 80px;
  text-align: right;
  font-family: "Mulish", sans-serif;
  line-height: 64px;
}

.section.block5 .content h3 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin-top: 50px;
  text-align: right;
  font-family: "Mulish", sans-serif;
}

.section.block5 .content {
  width: 600px;
  float: right;
}

.section.block5 .content ul {
text-align: right;
  border-right: 7px solid #3a7873;
  padding-right: 15px;
  margin-top: 20px;
  width: 610px;
  float: right;
  list-style: none;
  margin-left: 0;
  
}

.section.block5 .content ul li {
padding: 10px 0;
}

.section.block5 .content ul li p {
font-size: 36px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
}

.logo_bg5 {
display: flex;
justify-content: end;
margin-top: 60px;
}

.logo_bg5 img {
  width: 400px;
}

.footer .footer-social a {
  width: 48px;
  display: inline-block;
}

.footer .footer-social a svg {
  width: 100%;
}

.footer .footer-social a:hover {
  text-decoration: none;
}

.footer .footer-social .icon {
  margin-right: 5px;
}

.footer .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .content .logo_f a {
  margin-top: 0px;
}

.footer {
  padding: 50px 0;
}

.footer .content .logo_f {
  width: 33%;
}

.footer .content .footer-social {
  width: 33%;
  text-align: center;
}

.footer .content .contact_f {
  width: 33%;
  text-align: right;
}

.footer .content .contact_f span {
  display: block;
  font-size: 16px;
}



@media (min-width: 1200px) and (max-width: 1600px) {
  .section.block1 .content h1 {
    margin-top: 100px;
  }

.section.block2 .content h2 {
  font-size: 70px;
}

.section.block2 .content ul {
  width: 700px;
}

.section.block2 .content ul li p {
  font-size: 30px;
}

.section.block2 .content ul li {
  padding: 10px 0;
}

.section.block3 .content h2 {
  font-size: 70px;
  margin-top: 80px;
}

.section.block3 .content ul {
  width: 560px;
}

.section.block3 .content ul li {
  padding: 10px 0;
}

.section.block3 .content ul li p {
  font-size: 30px;
  line-height: 36px;
}

.section.block4 .content h2 {
  font-size: 40px;
  line-height: 50px;
  margin-top: 40px;
}

.section.block4 .content h3 {
  font-size: 30px;
  margin-top: 30px;
}

.section.block4 .content ul li p {
  font-size: 30px;
  margin-bottom: 0;
}

.section.block5 .content h2 {
  font-size: 36px;
  margin-top: 100px;
}

.section.block5 .content h3 {
  font-size: 30px;
  margin-top: 40px;
}


}


@media (max-width: 720px) {
.section.block1 .content h1 {
  font-size: 38px;
  text-align: center;
}

.section.block1 .content h2 {
  font-size: 27px;
  text-align: center;
}

.section.block1 .content span {
  font-size: 30px;
  text-align: center;
}

div.section:nth-of-type(1) {
  padding-top: 60px;
  background: url(../images/bg1_m.jpg) #272822;
  background-size: cover;
}

div.section:nth-of-type(2) {
  background: url(../images/bg2_m.jpg) #8577E1;
  background-size: cover;
}

div.section:nth-of-type(3) {
  background: url(../images/bg3_m.jpg) #E15F4B;
  background-size: cover;
}

div.section:nth-of-type(4) {
  background: url(../images/bg4_m.jpg) #32C465;
  background-size: cover;
}

div.section:nth-of-type(5) {
  background: url(../images/bg5_m.jpg) #32C465;
  background-size: cover;
}

.section.block2 .content h2 {
  font-size: 36px;
  margin-top: 30px;
  text-align: center;
}

.section.block2 .content ul {
  text-align: center;
  border-top: 4px solid #00a6da;
  border-right: 0px;
  padding-right: 0;
  margin-top: 20px;
  width: auto;
  float: none;
}

.section.block2 .content ul li p {
  font-size: 16px;
  line-height: 20px;
}

.section.block2 .content ul li {
  padding: 10px 0;
}

.section.block3 .content h2 {
  color: #000;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 30px;
  text-align: center;
  font-family: "Mulish", sans-serif;
}

.section.block3 .content ul {
  text-align: left;
  border-top: 4px solid #fba405;
  padding-left: 0;
  margin-top: 20px;
  width: auto;
  float: none;
  list-style: none;
  margin-left: 0;
  border-left: 0;
}

.section.block3 .content ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  text-align: center;
}

.section.block3 .content ul li {
  padding: 10px 0;
}

.section.block4 .content h2 {
  color: #000;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 30px;
  text-align: center;
  font-family: "Mulish", sans-serif;
  line-height: 40px;
}

.section.block4 .content h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-top: 24px;
  text-align: center;
  font-family: "Mulish", sans-serif;
  margin-bottom: 20px;
}

.section.block4 .content ul {
  text-align: center;
  border-top: 4px solid #3a7873;
  padding-right: 0;
  padding-top: 20px;
  width: auto;
  float: none;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  border-right: 0px;
}

.section.block4 .content ul li p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0px;
}

.section.block4 .content ul li {
  padding: 10px 0 0 0;
}

.section.block5 .content h2 {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 15px;
  text-align: center;
  font-family: "Mulish", sans-serif;
  line-height: 20px;
}

.section.block5 .content h3 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  font-family: "Mulish", sans-serif;
}

.section.block5 .content h3 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  font-family: "Mulish", sans-serif;
}

.section.block5 .content {
  width: auto;
  float: none;
}

.logo_bg5 {
  display: flex;
  justify-content: end;
  margin-top: 15px;
}

.section.block6 iframe {
  height: 400px;
}

.footer .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.footer .content .logo_f a {
  margin-top: 0px;
  text-align: center;
}

.footer {
  padding: 50px 0;
}

.footer .content .logo_f {
  width: 100%;
}

.footer .content .footer-social {
  width: 100%;
  text-align: center;
}

.footer .content .contact_f {
  width: 100%;
  text-align: center;
}

.footer .content .contact_f span {
  display: block;
  font-size: 16px;
}

}