@font-face {
    font-family: reg1;
    src: url("../fonts/CRC55.otf");
}

body {
    margin: 0;
    padding: 0;
    font-family: reg1;
    -webkit-transition: color .5s;
    transition: color .5s;
    font-size: 15px;
    text-align: center;
    background-color: #e9e7d3;
}

* {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    padding: 0;
    margin: 0;
}

a {
    -webkit-transition: color .5s;
    transition: color .5s;
    text-decoration: none;
    color: black;
}

.container {

    z-index: 2;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.yellow {
    overflow: hidden;
    background-color: #f8e200;
    position: relative;
}

.list {
    -webkit-transition: height .9s;
    transition: height .9s;
    float: top;
    height: 0px;
    overflow: hidden;
    font-weight: 600;
}

.list li {
    padding: 10px;
}

.list li a:hover {
    color: #fff;
}

.header {
    display: block;
    -webkit-transition: height .9s;
    transition: height .9s;
    background: rgba(247, 230, 0, 0);
    position: fixed;
    z-index: 3;
    text-align: center;
    padding: 10px 2% 10px 2%;
    width: 96%;
    height: 38px;
}

.logo {
    float: left;
    width: 50%;
    height: 40px;
    text-align: left;
}

.iconlogo {
    display: inline-block;

    background: url("../img/logo.svg") no-repeat center;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
}

.mMenu {
    float: left;
    width: 50%;
    height: 40px;
}

.icons {
    cursor: pointer;
    float: right;
    width: 40px;
    height: 40px;
    background: url("../img/menu.svg") no-repeat center;
}

.inform {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 80%;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 17px;
}

.inform hr {
    border: none;
    height: 3px;
    background-color: black;
    margin: 20px 0 20px 0;
}

.triangle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 300px solid #f7e600;
    border-left: 0px solid transparent;
    border-right: 637px solid transparent;
}

.whales {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    margin-bottom: -40px;
    margin-right: -25px;
    width: 100%;
}

.gray {
    background-color: #e9e7d3;
    width: 100%;
    position: relative;
}

.white {
    background-color: #F3F6FA;
    width: 100%;
    position: relative;

}


.word {
    width: 100%;
    height: 150px;
    background: url("../img/rezidents.png") no-repeat;
    background-position: center;
}

.participants {
    padding-bottom: 40px;
    display: flex;
    margin-top: 20px;
    height: auto;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;

}


.participants__item {

    margin: 20px;


}

.participants__text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}


.participants__img img {

    max-height: 70px;
    width: auto;
    max-width: 100%;

}

.services, .products, .rezidents, .partners {
    max-width: 1100px;
    margin: 0 auto;
}

.participants__item {
    width: 70%;

}


.hidden {

    /*opacity:0;*/
}

.visible {
    opacity: 1;
}

.regulations {
    width: 100%;
    height: auto;
    /*background: url("../img/somebg.png") 10% 10% no-repeat;*/
    background-position: center;
    background-size: cover;
    margin-top: 40px;
}


.phrases {
    margin-top: 150px;
    height: auto;
}

ul {
    list-style: none;
}

.phrases ul li {
    font-size: 12px;
    display: inline-block;
    text-align: center;
    width: 210px;
    height: auto;
    margin: 20px;
    font-weight: 600;
}


.phrases .neformal {
    background-position: 0px 0;
}

.phrases .dog {
    background-position: -320px 0;
}

.phrases .house {
    background-position: -631px 0;
}

.contacts {
    background: url("../img/map_mob.png") no-repeat;
    background-size: cover;
    background-position: center;

    overflow: hidden;
    position: relative;
    height: 620px;
}

.contacts .word {
    margin-top: -20px;
    position: relative;
    height: 200px;
    background: url("../img/contacts.png") no-repeat;
    background-position: center;
    z-index: 2;
}

.partners .word {
    background: url("../img/partners.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.contswistelki {
    position: relative;
    z-index: 2;
}
.swist {
    width: 100%;
    height: auto;
    background: url("../img/swistelki.png") no-repeat 100px -180px;
}



.design {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
    background: url("../img/design.png") no-repeat;
    background-position: -8px -70px;
    background-size: cover;
}

.design2 {
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 120px;
    background: url("../img/design2.png") no-repeat;
}

.wrapper_somecontact {
    width: 100%;
    display: flex;
    justify-content: center;
}

.somecontact {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    background-size: cover;
    background-position: top;
}

.somecontact__list {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    margin: 20px 0 20px 0;
    display: inline-block;
    height: auto;
    width: 230px;
}

.director {
    width: 170px;
}


.services__flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.services__item {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px;
    min-width: 450px;
    border-bottom: 5px solid black;
}

.services__item:last-child {
    border-bottom: none;
}

.services .word {
    background: url("../img/services.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.somecontact li i {
    float: left;
    display: inline-block;
    width: 70px;
    height: 50px;
    background: url("../img/contacts_sprite.png") no-repeat;
}

.somecontact .direсtor {
    background-position: -378px 0px;
}

.somecontact .mail {
    background-position: -706px 0px;
}

.somecontact li span {
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}

.contacts_value {
    color: #78b8a9;
    -webkit-transition: color .5s;
    transition: color .5s;
}

.contacts_value:hover {
    color: #4af0f8;
}

.footer {
    margin-top: 30px;
    padding: 20px;
}

.products .word {
    background: url("../img/products.png") no-repeat;
    background-position: center;
    background-size: contain;
}


.products__flex {
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.products__item {
    width: 75%;
    margin: 10px;
}

.products__item img {
    max-width: 200px;
    max-height: 100px;
}


.product__text {
    font-size: 15px;
}

.partners__flex {
    display: flex;
    flex-direction: column;

}

.partners__item {
    margin: 20px;

}

.partners__item:last-child {
    padding-left: 10px;
}

.partners__img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
}


@media screen and (min-width: 800px) {
    .products__item img {


    }

    .participants__img img {


    }

    .products__flex {
        flex-direction: row;

    }

    .products__item {
        width: 50%;
    }

    .products__item img {
        width: 50%;

    }

    .participants {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .participants__item {
        width: 10%;
    }


    .triangle {
        border-right: 1340px solid transparent;
        border-bottom: 600px solid #f7e600
    }

    .inform {
        width: 40%;
    }

    .icons {
        display: none;
    }

    .planet {
        width: 90%;
    }

    .header {
        display: flex;
        flex-direction: row-reverse
    }

    .contacts {
        background: url("../img/map.png");
        background-size: cover;
        background-position: center;

        overflow: hidden;
        position: relative;
        height: 700px;
    }

    .list {
        position: static;
        list-style: none;
        height: auto;
        text-align: left;
        background: rgba(0, 0, 0, 0);
        display: block;
        margin: 0 auto;
    }

    .list li {
        border: none;
        text-align: center;
        display: inline-block;
        font-size: 13px;
    }

    .container .header {
        width: 96%;
        -webkit-transition: background 1s;
        transition: background 1s;
    }

    .mMenu {
        width: 80%;
        text-align: center;
        overflow: hidden;
        display: none;
    }

    .contacts li {
        margin: 40px 0 40px 0;
    }

    .logo {
        width: 20%;
        text-align: center;
    }

    .design {
        height: 200px;
    }

    .phrases ul {
        margin-top: 260px;
    }
}


@media screen and (min-width: 1099px) {
    .products__item img{
        max-width: 300px;

    }
    .partners__flex {
        flex-direction: row;
        padding: 50px 0;
    }

    .services__flex {
        flex-direction: row;
        margin-bottom: 40px;
    }

    .services__item {
        font-size: 22px;
        min-width: 40px;

    }

    .services__item:last-child {
        border-bottom: 5px solid black;
    }

}

@media screen and (min-width: 1400px) {
    .services__flex {

        margin-bottom: 70px;
    }

    .services__item {
        font-size: 20px;


    }
 #alctraft{
     width: 200px;
     height: 100px;
 }

}
