@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic);
* {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body, html {
    overflow-x: hidden;
}

h2 {
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.blue-text {
    color: #2ba3ff;
}

.container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.first-section {
    width: 100%;
    height: 80vh;
    background-color: #e5e5e5;
    background-image: url("./../img/top-header.jpg");
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.header {
    height: 10%;
    width: 1024px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    color: #fff;
    font: 14px;
}

.header .button-header {
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    /* border: 1px solid #222; */
    border: 0;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.header .button-header:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.header-content {
    height: 90%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
}

.header-content .second-line-text {
    padding-bottom: 10%;
    text-align: center;
}

.header-content h1 {
    color: #fff;
    width: 99%;
    text-align: center;
    font-weight: bold;
    padding-bottom: 7px;
    /* padding-bottom: 10%; */
}

.second-section {
    background-color: #f3f6f9;
    padding-top: 20px;
    padding-bottom: 70px;
}

.second-section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.second-section-content h2 {
    text-align: center;
}

.second-section-content .list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    /* column-count: 3; */
}

.second-section-content .list>div {
    max-width: 170px;
    padding: 5px;
}

.second-section-content .list>div>p {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

.second-section-content .list>div>h4 {
    font-size: 18px;
    color: #2ba3ff;
    text-align: center;
}


.third-section {
    padding: 20px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url('./../img/blur-bg.jpg');
    background-position: center;
    background-size: cover;
}

.third-section-content { 
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.third-section-content .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.third-section-content .list>div {
    /* border: 1px #ddd solid; */
    padding: 1.5em;
    max-width: 250px;
    margin-bottom: 0.6em;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #f3f6f9; */
    background-color: rgba(243, 246, 249, 0.6);
    text-align: center;
    -webkit-box-shadow: 0px 6px 16px -1px rgba(255,255,255,0);
    -moz-box-shadow: 0px 6px 16px -1px rgba(255,255,255,0);
    box-shadow: 0px 6px 16px -1px rgba(255,255,255,0);
    transition: all .2s ease;
    display: flex;
    align-items: center;
}

.third-section-content .list>div:hover {
    background-color: rgba(243, 246, 249, 0.8);
    -webkit-box-shadow: 0px 6px 16px -1px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 6px 16px -1px rgba(255,255,255,0.5);
    box-shadow: 0px 6px 16px -1px rgba(255,255,255,0.5);
}

.third-section-content h2 {
    color: #fff;
    text-align: center;
}

.third-section-content .description {
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}

.report-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

.report-text {
    text-align: center;
    color: #fff;
}

.report-link {
    color: #fff;
    padding: 10px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    background-color: #2ba3ff;
    text-decoration: none;
    transition: all .2s ease;
}

.report-link:hover {
    background-color: #73c2ff;
}

.fourth-section {
    padding: 20px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url('./../img/bg-bw-slider.jpg');
    background-position: center;
    background-size: cover;
}

.fourth-section .swiper-buttons {
    display: flex;
    justify-content: center;
}
.fourth-section .swiper-buttons .active {
    color: #222 !important
}

/* .fourth-section .swiper-buttons .second-slide */

.fourth-section .swiper-buttons .first-slide, .fourth-section .swiper-buttons .second-slide {
    text-decoration: underline;
    color: #9a9a9a;
}

.fourth-section-content { 
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.fourth-section-content .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fourth-section-content .list>div {
    margin-left: auto;
    margin-right: auto;
    border: 1px #ddd solid;
    padding: 1.5em;
    max-width: 335px;
    margin-bottom: 0.6em;
    transition: all .2s ease;
    text-align: center;
}

.fourth-section-content .list>div:hover {
    border: 1px #2ba3ff solid;
}

.fourth-section-content .description {
    margin-bottom: 30px;
    text-align: center;
}

.fifth-slider {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}

.fifth-slider .swiper-container-photos-all-photos, .fifth-slider .swiper-container-photos-all-photos-druga-cherga {
    display: none;
}

.fifth-slider .active {
    display: block;
}


.sixth-section {
    background-image: url('./../img/form-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sixth-section .sixth-section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 100px;
}

.sixth-section .sixth-section-content h2 {
    color: #fff;
    margin-bottom: 5px;
}

.sixth-section .sixth-section-content>p {
    color: #fff;
    text-align: center;
}

.sixth-section .sixth-section-content form {
    width:50%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.sixth-section .sixth-section-content form textarea {
    height: 200px;
}

.sixth-section .sixth-section-content form input, .sixth-section .sixth-section-content form textarea  {
    width: 90%;
    background-color: rgba(255,255,255, 0.2);
    border: 0;
    padding: 5px;
    margin: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    transition: all .2s ease;
}

.sixth-section .sixth-section-content form input::placeholder, .sixth-section .sixth-section-content form textarea::placeholder  {
    color: rgba(255,255,255, 0.23);
}

.sixth-section .sixth-section-content form input:hover, .sixth-section .sixth-section-content form textarea:hover  {
    background-color: rgba(255,255,255, 0.23);
}

.sixth-section .sixth-section-content form button,.sixth-section .sixth-section-content form .submit {
    color: #fff;
    width: 90%;
    padding: 5px;
    margin: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #2ba3ff;
    border: 0;
    transition: all .2s ease;
    cursor: pointer;
    font-size: 16px;
}

.sixth-section .sixth-section-content form button:hover, .sixth-section .sixth-section-content form .submit:hover {
    background-color: #73c2ff;
}

.swiper-container-photos-all-photos .swiper-wrapper .swiper-slide, .swiper-container-photos-all-photos .swiper-wrapper .swiper-slide, .swiper-container-photos-all-photos-druga-cherga .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
}

.swiper-container-photos-all-photos .swiper-wrapper .swiper-slide img, .swiper-container-photos-all-photos .swiper-wrapper .swiper-slide img, .swiper-container-photos-all-photos-druga-cherga .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.swiper-container-photos-all-photos-druga-cherga {
    position: relative;
}


.footer {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url('./../img/bg-bw-slider.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-content {
    display: flex;
    font-weight: 300;
    width: 100%;
    justify-content: space-between;
}

.footer-content>div {
    padding: 10px;
}

.footer-content .contacts-text {
}

.swiper-container-photos-persha-cherga { 
    width: 50%;
}

.sendEmail-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}