body{
    background-color: #ecedf1;
    font-family: Comfort;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.wow{
    z-index: 999;
}
*{
    font-family: Comfort;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}
.telo{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100vw;
}
.adds{
    position: sticky;
    top: 0;
    width: 17vw;
    height: 100vh;
    background-color: #FFF;
}
#container{
    padding: 1vw 3vw 3vw 3vw;
    width: 60vw;
    color: #1E56A0;
}
.info{
    margin-top:0vw;
    padding-top: 0vw;
    max-width: 60vw;
    color: #1E56A0;
}
h1[class=zag]{
    font-size: 3vw;
    text-align: center;
    font-weight: normal;
}
p[class=zag]{
    font-size: 2.5vw;
    text-align: center;
}
p[class=osn]{
    text-align: justify;
    font-size: 1.6vw;
    line-height: 1.2;
}
p[class=minizag]{
    font-size: 1.8vw;
    text-align: left;
}
p[class=miniosn]{
    text-align: justify;
    font-size: 1.4vw;
    line-height: 1.2;
}
p{
    margin: 0vw;
    padding: 0;
    margin-top: 1vw;
    margin-bottom: 1vw;
}
input{
    outline: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-family: Comfort-L;
}
a{
    text-decoration: none;
    color: inherit;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(30, 86, 160, 0.5);
}
/*для страныцы index*/
.more{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    width: 60vw;
    margin-top: 2vw;
}
.aways{
    font-size: 1.8vw;
    width: 25vw;
    vertical-align: middle;
    padding: 0.5vw;
}
.ways{
    color: #fff;
    background: #1E56A0;
    vertical-align: middle;
}
@media screen and (orientation: portrait){
    .adds{
        display: none;
    }
    #container{
        padding: 1vw 7vw 3vw 7vw;
        width: 86vw;
    }
    .info{
        max-width: 100vw;
    }
    h1[class=zag]{
        font-size: 4vw;
    }
    p[class=zag]{
        font-size: 4vw;
    }
    p[class=osn]{
        font-size: 3.5vw;
    }
    p[class=minizag]{
        font-size: 3vw;
    }
    p[class=miniosn]{
        font-size: 2.5vw;
    }
    p{
        margin: 0vw;
        padding: 0;
        margin-top: 1vw;
        margin-bottom: 1vw;
    }
    input{
        outline: none !important.;
        cursor: pointer;
        font-family: Comfort-L;
    }
    /*для страныцы index*/
    .more{
        width: inherit;
        margin-top: 5vw;
    }
    .aways{
        font-size: 4vw;
        width: 40vw;
        padding: 1vw;
        text-align: center;
    }
    #vk_comments{
        display: none;
        width: inherit;
    }
}
@font-face{
    font-family: Comfort;
    src: url(/css/fonts/Comfortaa-Regular.ttf); 
}
@font-face{
    font-family: Comfort-L;
    src: url(/css/fonts/Comfortaa-Bold.ttf); 
}