body {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    background: #566B66;
    font-family: 'Roboto';
    overflow-x: hidden;
}

.slider-for {
    display: none;
}

h1 {
    font-weight: bold;
    font-size: 46px;
    color: #093F37;
    margin: 50px 0;
}

#location h1,
#experience h1,
#contacts h1 {
    color: #fff;
    margin: 50px 0 25px 0;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.multiple-items {
    display: none;
}

.break4 {
    display: none;
}

/*Header*/

#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 67px;
    top: 0;
    background: #093F37;
    position: fixed;
    z-index: 10;
}

.logo a,
.nav a,
.lang a {
    color: #FFFFFF;
    text-decoration: none;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 25px;
}

.nav {
    display: flex;
    font-size: 24px;
    font-weight: bold;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav a {
    padding: 14px;
}

.lang {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    font-size: 14px;
    padding: 0 25px;
}

#mySidenav .nav-button {
    width: 100vw;
    text-align: center;
}

#mySidenav .sidenav-lang {
    display: flex;
    justify-content: center;
    width: 100vw;
}

.line-between {
    display: flex;
    height: 100%;
    width: 2px;
    background-color: white;
}

.sidenav {
    display: flex;
    flex-direction: column;
    height: 105%;
    width: 0;
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    background-color: #093F37;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenavigation {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50%;
}

.sidenav-lang {
    display: flex;
    margin: 80px 0 115px 0;
}

.sidenav a {
    text-decoration: none;
    font-size: 24px;
    color: #E4E4E5;
    display: block;
    transition: 0.3s;
}

#mySidenav .title a {
    font-size: 44px;
    font-family: 'Roboto';
    text-transform: uppercase;
    margin: 40px 0;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin: 5px 35px;
    padding: 0;
}

.hamburger {
    display: none;
    width: 30px;
    height: 4px;
    background-color: #E4E4E5;
    margin: 5px 0;
}

/*Home*/

#home {
    display: flex;
    justify-content: flex-end;
    background-image: url('../img/bg_01.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: auto;
    padding: 90px 50px;
}

.home-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
}

.home-right .sentence {
    width: 100%;
}

.home-right h1 {
    font-size: 56px;
    color: #fff;
    text-align: center;
    line-height: 72px;
    margin: 75px 0 125px 0;
}

.home-right h2 {
    font-size: 55px;
    color: #fff;
    border-bottom: 4px solid white;
    padding: 10px 0;
    margin: 0;
}

.home-right h3 {
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    width: 45%;
}

.home-right .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.dropdown {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
    height: 250px;
    overflow: hidden;
    transition: 0.8s;
}

.dropdown input {
    background: transparent;
    border: 1px solid white;
    height: 28px;
    margin: 10px 0;
    border-radius: 10px;
    width: 93%;
    color: #fff;
    outline: none;
    font-family: 'Roboto';
    padding-left: 20px;
    transition: 0.4s;
}

.dropdown ::placeholder {
    color: #fff;
    font-family: 'Roboto';
    font-size: 14px;
}

.home-right .dropdown .button-send-top,
.home-right .contact,
#contacts #button-send-bottom {
    background: transparent;
    border: 1px solid white;
    border-radius: 10px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    width: auto;
    padding: 2px 15px;
    outline: none;
    cursor: pointer;
}

.home-right .data {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.home-right .data input {
    margin: 0 5px;
    width: auto;
}

.home-right .data span {
    font-size: 14px;
    color: #fff;
}

.home-right .contact {
    display: none;
}

/*About*/

#about {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    background-color: #093F37;
    padding: 30px 0;
}

#about img {
    width: 95%;
    height: 100%;
}

#about .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    padding-top: 25px;
}

#about .info .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    font-weight: bold;
    width: 16.66%;
}

#about .info .item .top {
    font-size: 30px;
    text-align: center;
}

#about .info .item .bot {
    font-size: 24px;
    text-align: center;
}

/*Invest*/

#invest {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    background-image: url('../img/bg_02.jpg');
    background-size: cover;
    background-position: center;
    padding: 0 0 100px 0;
}

#invest .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 68%;
}

#invest .row .item {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #093F37;
    width: 325px;
    height: 325px;
    border-radius: 50%;
    margin-top: 50px;
}

#invest .row .item .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #566B66;
    height: 120px;
    width: 120px;
    border-radius: 50%
}

#invest .row .item .icon img {
    width: 60%;
}

#invest .row .item .text {
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 15px 30px;
}

/*Location*/

#location {
    display: flex;
    height: auto;
}

.location-left {
    display: flex;
    width: 50%;
    justify-content: center;
    background-image: url('../img/bg_03.jpg');
    background-size: cover;
    background-position: center;
    padding-bottom: 75px;
}

.location-left .content {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin-top: 100px;
}

.location-left .content p {
    font-size: 18px;
    color: #fff;
    text-align: justify;
}

.location-left .download {
    display: flex;
    height: auto;
    align-items: flex-end;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.location-left .download a {
    height: 20px;
    padding: 0 20px 0 0;
    color: #fff;
    text-decoration: none;
}

.location-left .download img {
    height: 100%;
}

.location-right {
    width: 50%;
    height: auto;
    display: flex;
}

.location-right .big {
    width: 100%;
    height: 100%;
}

.location-right .small {
    width: 0%;
}

/*Gallery*/

#gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F4F0E9;
    height: auto;
    padding-bottom: 50px;
    overflow: hidden;
}

#gallery .row>.column {
    padding: 0 10px;
}

#gallery .row {
    display: flex;
    width: 60%;
}

#gallery .column {
    float: left;
    width: 20%;
    cursor: pointer;
}

#gallery .column img {
    width: 100%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.55);
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 50%;
    z-index: 10;
    top: 15%;
}

.close-modal {
    position: absolute;
    width: 100%;
    height: 100%;
}

.close {
    color: white;
    position: absolute;
    top: 75px;
    right: 25px;
    font-size: 64px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #093F37;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/*Experience*/

#experience {
    display: flex;
    justify-content: center;
    background-image: url('../img/bg_04.png');
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 0 0 50px 0;
}

#experience h1 {
    text-align: center;
}

#experience .content {
    width: 40%;
}

#experience .content p {
    color: #fff;
    font-size: 18px;
    text-align: justify;
}

/*Contacts*/

#contacts {
    display: flex;
    height: auto;
}

.contacts-left {
    width: 30%;
}

.contacts-left img {
    width: 28%;
    position: absolute;
    bottom: 57px;
}

.contacts-mid {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 40%;
}

.contacts-mid .row {
    display: flex;
    width: 100%;
    color: white;
}

.contacts-mid .row .row-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 30%;
}

.contacts-mid .row .row-left h2,
.contacts-mid .row .row-right h2 {
    font-size: 18px;
}

.contacts-mid .row .row-left span {
    font-size: 14px;
    line-height: 20px;
}

.contacts-mid .row .row-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 70%;
}

#contacts button {
    margin-bottom: 15px;
}

.contacts-right {
    width: 30%;
}

.contacts-right img {
    width: 25%;
    position: absolute;
    bottom: 57px;
    right: 0;
}

#contacts .dropdown {
    width: 75%;
}

#contacts .dropdown input {
    width: 87%;
    margin: 5px 0;
}

#contacts .data {
    display: flex;
    align-items: center;
}

#contacts .data input {
    width: auto;
    margin: 0 5px 0 0;
}

#contacts .data span {
    font-size: 14px;
    margin: 10px 0;
}

/*Footer*/

#footer {
    display: flex;
    height: 57px;
    justify-content: center;
    align-items: center;
    background-color: #093F37;
    color: #fff;
    font-size: 14px;
}

@media only screen and (max-width: 1440px) {
    #header {
        height: 52px;
    }

    .logo {
        font-size: 18px;
    }

    .nav {
        font-size: 18px;
    }

    .nav a {
        padding: 0 30px;
    }

    #home {
        padding: 145px 50px 75px 50px;
    }

    .home-right {
        /* flex-direction: column-reverse; */
    }

    .home-right h1 {
        font-size: 38px;
        line-height: 50px;
        margin: 0 0 200px 0;
        transition: 0.8s;
    }

    .home-right h2 {
        font-size: 30px;
        border-bottom: 3px solid white;
        padding: 5px 0;
    }

    .home-right h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .home-right .contact {
        display: flex;
    }

    #home .dropdown {
        width: 67%;
        height: 0;
    }

    #home .dropdown .button-send-top-1 {
        display: none;
    }

    #about .info .item .top {
        font-size: 24px;
    }

    #about .info .item .bot {
        font-size: 18px;
    }

    h1 {
        font-size: 30px;
    }

    #invest .title h1 {
        margin: 50px 0 15px 0;
    }

    #invest .row {
        width: 65%;
    }

    #invest .row .item {
        width: 260px;
        height: 260px;
    }

    #invest .row .item .icon {
        height: 90px;
        width: 90px;
    }

    #invest .row .item .text {
        font-size: 21px;
        padding: 5px 14px;
    }

    #location h1 {
        font-size: 24px;
        text-align: center;
    }

    .location-left {
        background-position: left;
    }

    .location-left .content {
        width: 75%;
        margin-top: 50px;
    }

    .location-right .big {
        width: 0%;
    }

    .location-right .small {
        width: 100%;
        height: 100%;
    }

    #experience .content {
        width: 50%;
    }

    #gallery .row {
        width: 75%;
    }

    .modal-content {
        width: 55%;
    }

    #contacts .dropdown {
        width: 90%;
    }

    #contacts .dropdown input {
        width: 82%;
    }

    #contacts .dropdown .data input {
        width: auto;
    }

    .contacts-left {
        width: 25%;
        z-index: 1;
    }

    .contacts-left img {
        width: 29%;
        bottom: 50px;
    }

    .contacts-mid {
        width: 50%;
        z-index: 2;
    }

    .contacts-right {
        width: 25%;
        z-index: 1;
    }

    .contacts-right img {
        bottom: 50px;
    }

    #footer {
        height: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .nav a {
        padding: 0 16px;
    }

    #home {
        padding: 175px 50px 160px 50px;
        background-size: 140%;
    }

    #home .dropdown {
        width: 90%;
    }

    .home-right h1 {
        margin: 220px 0 0 0;
        font-size: 36px;
        line-height: 44px;
    }

    .home-right h3 {
        width: 50%;
    }

    #invest .row .item {
        width: 220px;
        height: 220px;
    }

    #invest .row .item .icon {
        height: 75px;
        width: 75px;
    }

    #invest .row .item .text {
        font-size: 18px;
        padding: 3px 11px;
    }

    .modal-content {
        width: 65%;
    }

    #contacts .dropdown {
        width: 90%;
    }

    #contacts .dropdown input {
        width: 91%;
    }

    .contacts-left img {
        width: 37%;
    }

    .contacts-right img {
        width: 35%;
    }

    .contacts-mid .row .row-right h2 {
        text-align: right;
    }

    #contacts .data span {
        text-align: right;
    }

    #contacts .dropdown .data input {
        margin: 0 5px 0 0;
    }
}

@media only screen and (max-width: 1024px) {
    .break2 {
        flex-basis: 100%;
        height: 0;
    }

    .logo {
        padding: 0 0 0 25px;
    }

    .nav {
        font-size: 16px;
    }

    .nav a {
        padding: 0 7px;
    }

    .lang {
        padding: 0 25px 0 0;
    }

    #home {
        padding: 200px 50px 85px 50px;
        background-position: left center;
        background-size: 100%;
    }

    .home-right {
        width: 50%;
        align-items: flex-end;
    }

    .home-right .bottom {
        width: auto;
    }

    .home-right h1 {
        margin: 250px 0 0 0;
    }

    .home-right h3 {
        width: 65%;
    }

    #about .info .item {
        width: 33%;
        padding: 20px 0;
    }

    #invest .row {
        width: 83%;
    }

    .location-left .content p {
        font-size: 16px;
    }

    .location-left .download {
        font-size: 16px;
    }

    #gallery .row {
        width: 90%;
    }

    #experience .content {
        width: 64%;
    }

    #experience .content p {
        font-size: 16px;
    }

    .contacts-left {
        width: 18%;
    }

    .contacts-left img {
        width: 43%;
    }

    .contacts-mid {
        width: 64%;
        padding-bottom: 70px;
    }

    .contacts-right {
        width: 18%;
    }

    .contacts-right img {
        width: 29%;
    }

    #contacts .dropdown {
        width: 82%;
    }

    #contacts .dropdown .data input {
        margin: 0 5px 0 0;
    }
}

@media only screen and (max-width: 800px) {
    .break4 {
        flex-basis: 100%;
        height: 0;
    }

    .break {
        display: none;
    }

    .nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 25px;
    }

    .nav li {
        display: none;
    }

    .lang {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    #home {
        padding: 300px 50px 85px 50px;
        background-position: 0 125px;
        justify-content: flex-start;
        background-size: 150%;
    }

    #home .dropdown {
        width: 100%;
    }

    .home-right {
        width: auto;
        align-items: center;
    }

    .home-right h1 {
        font-size: 46px;
        line-height: 56px;
        margin: 350px 0 30px 0;
    }

    #about {
        background-image: url('../img/bg_05.png');
        background-position: center;
        background-repeat: no-repeat;
        padding: 50px 0;
    }

    #about .info {
        padding-top: 0px;
    }

    #about img {
        display: none;
    }

    #about .info .item {
        width: 25%;
    }

    #about .info .item .top,
    #about .info .item .bot {
        text-align: center;
    }

    #invest .row {
        width: 100%;
        justify-content: center;
    }

    #invest .row .item {
        margin: 50px 40px 0 40px;
    }

    #location {
        flex-direction: column;
    }

    .location-left {
        width: auto;
    }

    .location-left .content {
        width: 85%;
    }

    #location h1 {
        font-size: 30px;
    }

    .location-left .content p {
        font-size: 18px;
    }

    .location-right {
        width: auto;
    }

    .download {
        font-size: 14px;
    }

    #gallery .row {
        width: 95%;
    }

    #gallery .row>.column {
        padding: 0 5px;
    }

    .modal-content {
        width: 95%;
    }

    .close {
        top: 37px;
    }

    #experience .content {
        width: 80%;
    }

    #experience .content p {
        font-size: 18px;
    }

    #contacts .dropdown {
        width: 88%;
    }

    #contacts .dropdown input {
        width: 88%;
    }

    .contacts-left {
        width: 10%;
    }

    .contacts-left img {
        width: 59%;
    }

    .contacts-mid {
        width: 80%;
        padding-bottom: 200px;
    }

    .contacts-mid .row .row-left h2,
    .contacts-mid .row .row-right h2 {
        font-size: 16px;
    }

    .contacts-mid .row .row-right h2 {
        width: 85%;
    }

    .contacts-mid .row .row-left {
        width: 35%;
    }

    .contacts-mid .row .row-right {
        width: 65%;
    }

    .contacts-right {
        width: 10%;
    }

    .contacts-right img {
        width: 41%;
    }

    .toTop {
        border: 50px solid transparent;
        border-bottom: 30px solid rgba(244, 240, 233, 0.5);
        position: fixed;
        bottom: 10px;
        cursor: pointer;
        display: none;
        z-index: 10;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 425px) {
    .break3 {
        flex-basis: 100%;
        height: 0;
    }

    #home {
        background-position: 0 50px;
        padding: 200px 15px 40px 15px;
        background-size: 300%;
    }

    .home-right {
        align-items: center;
    }

    .home-right h1 {
        font-size: 26px;
        line-height: 36px;
        margin: 30px 0 160px 0;
    }

    .home-right h3 {
        width: 65%;
    }

    #about {
        background-image: url('../img/bg_06.png');
        padding: 25px 0 75px 0;
    }

    #about .info {
        flex-direction: column;
        align-items: center;
    }

    #about .info .item {
        width: auto;
    }

    #location {
        flex-direction: column;
    }

    .location-left {
        width: auto;
    }

    .location-left .content {
        width: 75%;
    }

    #location h1 {
        font-size: 30px;
    }

    .location-left .content p {
        font-size: 18px;
        text-align: center;
    }

    .location-right {
        width: auto;
    }

    #invest .title h1 {
        text-align: center;
    }

    #gallery .row {
        display: none;
    }

    #gallery {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .slider-for {
        width: 90%;
        display: flex;
    }

    .slider-for div {
        display: flex;
        width: 100%;
    }

    .slick-list {
        height: 250px;
        overflow-x: hidden;
    }
    .slick-arrow {
        width: 5%;
        background: transparent;
        border: 0;
        font-size: 0;
        outline: none;
    }
    .slick-prev {
        background-image: url("../img/left-button.png");
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }
    
    .slick-next {
        background-image: url("../img/right-button.png");
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .slider-for img {
        width: 100%;
        align-self: center;
    }

    .slick-slider {
        display: flex !important;
        justify-content: center;
    }

    .slick-slide {
        outline: none;
    }

    .slick-dots {
        display: none !important;
    }


    .modal-content {
        top: 25%;
    }

    .prev,
    .next {
        top: 40%;
    }

    #experience h1 {
        text-align: center;
    }

    #experience .content {
        width: 75%;
    }
    #experience .content p{
        text-align: center;
    }

    .contacts-mid .row {
        flex-direction: column;
        align-items: center;
    }

    .contacts-mid .row .row-left {
        align-items: center;
        width: auto;
    }

    .contacts-mid .row .row-right {
        padding-top: 25px;
        align-items: center;
        width: auto;
    }

    .contacts-mid .row .row-right h2 {
        text-align: center;
        width: 80%;
    }

    #contacts .data span {
        text-align: justify;
    }

    .contacts-right img {
        display: none;
    }

    .contacts-left img {
        width: 100%;
    }

    #contacts .dropdown input {
        width: 90%;
    }

    #contacts .dropdown .data input {
        margin: 0 5px 15px 0;
    }
}

@media only screen and (max-width: 375px) {
    .home-right h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 210px 0 10px 0;
    }

    #mySidenav .title a {
        font-size: 40px;
    }

    #contacts .dropdown input {
        width: 89%;
    }
}

@media only screen and (max-width: 325px) {
    #home {
        padding: 150px 15px 40px 15px;
    }

    .home-right h1 {
        margin: 145px 0 10px 0;
    }

    #mySidenav .title a {
        font-size: 36px;
    }

    .dropdown input {
        width: 92%;
    }

    #experience .content {
        width: 81%;
    }
}