
body {
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
    font-family: 'Roboto', sans-serif;
}

body {
    min-height: 100vh;
    padding-bottom: 60px;
    position: relative;
}

* {
    box-sizing: border-box;
}

.h-Y-w {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

.u-Y-w {
    background-color: white;
    padding: 20px 0;
}

.G-Y-w {
    position: relative;
}

.L-Y-w {
    max-height: 80px;
    max-width: 100%;
}

.x-Y-w {
    font-size: 48px;
}

.W-Y-w {
    display: flex;
    align-items: flex-start;
}

.R-Y-w {
    flex: 1 1 300px;
}

.Q-Y-w {
    flex: 1 1 300px;
    padding: 0 24px;
    margin-bottom: 40px;
}

.A-Y-w {
    border: solid 1px #f2f2f2;
    background-color: #ffffff;
    padding: 24px;
    margin-bottom: 12px;
    display: flex;
}

.v-Y-w {
    width: 300px;
    /* height: 280px; */
    flex: 0 0 300px;
    margin-right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v-Y-w img {
    max-width: 100%;
    /* max-height: 100%; */
    max-height: 200px;
}

.H-Y-w {
    /* min-height: 280px; */
    display: flex;
    flex-direction: column;
}

.H-Y-w h2 {
    margin: 0 0 12px 0;
    font-size: 36px;
    color: black;
}

.H-Y-w a {
    text-decoration: none;
    color: black;
}

.H-Y-w .q-Y-w {
    flex: 1 1 0;
}

.H-Y-w .E-Y-w {
    flex: 0 0 48px;
}

.F-Y-w {
    flex: 0 0 380px;
    margin-left: 12px;
}

.p-Y-w {
    padding: 0;
    margin: 0;
    background-color: white;
}

.X-Y-w .p-Y-w {
    overflow-y: scroll;
}

.M-Y-w {
    padding: 12px;
    margin: 12px;
    margin-bottom: 24px;
    /* box-shadow: inset 0 -1px 0 0 #e1e1e1; */
    text-decoration: none;
    display: flex;
    position: relative;
}

.M-Y-w::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    margin-top: 12px;
    left: 0;
    width: 100%;
    border-top: 1px solid #e1e1e1;
}

.M-Y-w:hover {
    background-color: #f5f5f5;
}

.M-Y-w:last-child {
    margin-bottom: 12px;
}

.M-Y-w:last-child::after {
    content: none;
}

.j-Y-w {
    width: 140px;
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.j-Y-w img {
    max-width: 100%;
    max-height: 100px;
}

.t-Y-w {
    flex: 1 1 200px;
}

.g-Y-w {
    display: inline-block;
    height: 12px;
    margin: 10px 0;
    width: calc(12px * 5);
    background-image: url(star_off.png);
    background-size: contain;
    font-size: 0;
}

.g-Y-w::before {
    display: inline-block;
    height: 100%;
    background-image: url(star_on.png);
    background-size: contain;
}

.g-Y-w[data-rating="1"]::before {
    content: '';
    width: 20%;
}

.g-Y-w[data-rating="2"]::before {
    content: '';
    width: 40%;
}

.g-Y-w[data-rating="3"]::before {
    content: '';
    width: 60%;
}

.g-Y-w[data-rating="4"]::before {
    content: '';
    width: 80%;
}

.g-Y-w[data-rating="5"]::before {
    content: '';
    width: 100%;
}

.t-Y-w {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.t-Y-w .S-Y-w {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: black;
    text-decoration: none;
}

.r-Y-w {
    display: inline-block;
    /* width: 120px; */
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    background-color: #666e74;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

.r-Y-w:hover {
    background-color: #4e5559;
}

.s-Y-w {
    display: none;
    height: 40px;
    width: 100%;
    border: none;
    box-shadow: inset 0 -1px 0 0 #f7f7f7;
    background-image: linear-gradient(to bottom, #fafafa, #ffffff);
}

.s-Y-w::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 9px;
}

.X-Y-w .s-Y-w {
    display: block;
}

.d-Y-w::before {
    background-image: url(arrow_up.png);
}

.C-Y-w::before {
    background-image: url(arrow_down.png);
}

.F-Y-w h2 {
    margin: 0;
    padding: 0 24px;
    height: 60px;
    box-shadow: inset 0 -1px 0 0 #f2f2f2;
    font-size: 14px;
    color: black;
    line-height: 60px;
}

.a-Y-w {
    position: relative;
    padding-bottom: 20px;
}

.n-Y-w {
    display: block;
    width: 300px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 2px;
    background-color: #666e74;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    margin: 0px auto;
}

.n-Y-w:hover {
    background-color: #4e5559;
}

.o-Y-w {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.1);
}

.e-Y-w {
    display: none;
    position: absolute;
    text-align: left;
    bottom: -50px;
    right: 95%;
    background: white;
    padding: 24px;
    border: 1px solid #e1e1e1;
    opacity: 0;
    transition: opacity 0.5s;
    white-space: nowrap;
    max-height: 80vh;
    max-width: calc(100vw - 400px);
    overflow-y: auto;
}

.a-Y-w.B-Y-w .e-Y-w {
    /* column-count: 2; */
}

.a-Y-w.J-Y-w .e-Y-w {
    display: block;
    opacity: 1;
}

.a-Y-w.J-Y-w .n-Y-w {
    background: #4a5054;
}

.a-Y-w.J-Y-w .o-Y-w {
    display: block;
}

.e-Y-w a {
    color: black;
    text-decoration: none;
    line-height: 1.5;
}

.f-Y-w {
    margin: 40px 0;
    text-align: center;
    font-size: 0;
}

.f-Y-w a {
    display: inline-block;
    padding: 0.8em 1.2em;
    border: solid 1px #e1e1e1;
    border-right: none;
    background-color: white;
    color: #666e74;
    font-size: 24px;
    text-decoration: none;
}

.f-Y-w a:last-child {
    border: solid 1px #e1e1e1;
}

.f-Y-w .U-Y-w {
    background-color: #666e74;
    color: white;
}

.f-Y-w .N-Y-w {
    opacity: 0.5;
}

.b-Y-w {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #333;
}

.K-Y-w > * {
    font-size: 13px;
    color: #808080;
    margin-left: 10px;
    cursor: pointer;
    white-space: nowrap;
}

.K-Y-w {
    /* float: right; */
    /* padding-right: 80px; */
    text-align: center;
    line-height: 59px;
}

.y-Y-w {
    float: left;
    margin-top: 10px;
    width: 240px;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #424242;
    background-color: #383838;
    display: flex;
    position: relative;
}

.c-Y-w {
    flex: 1 1 100px;
    color: #c3c3c3;
    padding-left: 20px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
}

.P-Y-w {
    flex: 0 0 40px;
    height: 40px;
    border: none;
    border-left: solid 1px #424242;
    background: none;
    color: #5c5c5c;
    font-size: 20px;
}

.i-Y-w {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    border: solid 1px #424242;
    background-color: #383838;
}

.i-Y-w a {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #c3c3c3;
    font-size: 14px;
}
.i-Y-w a:hover {
    background-color: #424242;
}

.D-Y-w {
    display: none !important;
}

.H-Y-w .l-Y-w {
    display: inline-block;
    width: 180px;
    height: 48px;
    border-radius: 2px;
    background-image: linear-gradient(to bottom, #56b85f, #41964a);
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 48px;
    text-decoration: none;
}

.H-Y-w .l-Y-w:hover {
    background-image: linear-gradient(to bottom, #48aa52, #358a3e);
}


#mc_embed_signup {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 12px;
    font-size: 18px;
    margin-top: 10px;
}

.mc-subscribe {
    width: 35%;
    float: right;
    margin-top: 30px;
}

#mc_embed_signup #mc-embedded-subscribe {
    width: 100%;
    height: 48px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAMCAYAAAC9QufkAAAAAXNSR0IArs4c6QAAALtJREFUKBWd0TEOgkAQheHVEhO18gT2tjZaeBtrvICx0FCbcAul8Q7GWmtpOYCFJGb9n4GETdiQ9SUfsLMzEMBYa7d4IyTq3/U4FMaYCUJT9JnIQqeq/szw5AgXhET9kYbPGCNG17trf4MRThpWciwxwx1teVDU/gJP2HpY1x8cMMQRzWit+h7q+6U5XNduXEyxQlqdtVbdiX6VbfnaL2oprphjjQGc+IadJt9C/7n0bXbUSw0nf9xAD0y+e5NqX3D6ed8AAAAASUVORK5CYII=') no-repeat left 15px top 18px, linear-gradient(#4a90e2, #3d78bd);
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    border-radius: 2px;
    border: none;
    float: right;
    cursor: pointer;
}

#mc_embed_signup #mce-EMAIL {
    width: 100%;
    font-size: 14px;
    border-radius: 2px;
    border: solid 1px #f2f2f2;
    padding: 14px 24px;
}

#mc_embed_signup #mce-EMAIL:focus,
#mc_embed_signup #mc-embedded-subscribe:focus  {
    outline: none;
}

#mce-EMAIL::placeholder {
  color: #b2b2b2
}

#mc_embed_signup label {
    display: block;
    margin-left: 24px;
    margin-bottom: 10px;
}

.mc-field-main {
    width: 62%;
    display: inline-block;
}

#mce-responses {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

#mce-responses a {
    display: none;
}

#mce-success-response {
    display: block;
    font-size: 12px;
}

#mc_embed_signup .mc-field-group > div.mce_inline_error {
    margin: 0 0 1em 0;
    padding: 5px 10px;
    background-color: #f7f7f7;
    font-weight: bold;
    z-index: 1;
    font-size: 12px;
    color: black;
    width: 370px;
}

#sharer-container {
    margin: 0 auto;
    padding: 6px 20px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.sharer {
    border: none;
    border-radius: 8px;
    color: #ffffff;
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
}

.sharer:focus {
    outline: none;
}

.sharer i {
    top: 8px;
}

.sharer.facebook {
    background-color: #3b5998;
}

.sharer.twitter {
    background-color: #4099ff;
}

.sharer.linkedin {
    background-color: #007bb5;
}

.sharer.vk {
    background-color: #4a76a8;
}

.sharer.odnoklassniki {
    background-color: #ee8208;
}

@media screen and (max-width: 1200px) and (min-width: 900px) {
    .v-Y-w {
        width: 35%;
        flex: 0 0 35%;
    }
}

@media screen and (max-width: 900px) {
    body {
        padding-bottom: 0;
    }

    .h-Y-w {
        padding: 0;
    }

    .x-Y-w {
        font-size: 32px;
        margin-right: 12px;
        margin-left: 12px;
    }

    .W-Y-w {
        flex-direction: column;
        align-items: stretch;
    }

    .A-Y-w {
        flex-direction: column;
    }

    .v-Y-w {
        flex: 1 1 0;
        width: 100%;
        margin: 0;
        display: block;
    }

    .H-Y-w h2 {
        font-size: 24px;
    }

    .F-Y-w {
        margin: 0;
    }

    .f-Y-w a {
        font-size: 14px;
    }

    .a-Y-w.J-Y-w .o-Y-w {
        display: none;
    }

    .a-Y-w.J-Y-w .e-Y-w {
        position: relative;
        column-count: 1;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 100vw;
        max-height: unset;
    }

    .b-Y-w {
        position: relative;
        height: auto;
    }
}


@media screen and (max-width: 900px) {
    #mc_embed_signup_scroll {
        display: flex;
    }

    .mc-field-main {
        flex: 1 1 1px;
        margin-right: 20px;
    }

    .mc-subscribe {
        flex: 0 0 160px;
        float: none;
    }
}

@media screen and (max-width: 450px) {
    .n-Y-w {
        max-width: 100%;
    }

    .y-Y-w {
        max-width: 100%;
    }

    .H-Y-w .l-Y-w {
        max-width: 100%;
    }


    #mc_embed_signup_scroll {
        flex-direction: column;
        align-items: stretch;
    }

    .mc-field-main {
        margin-right: 0;
        width: 100%;
    }

    .mc-subscribe {
        flex: 1 1 48px;
        align-self: center;
        margin-top: 20px;
        width: 160px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .A-Y-w {
        display: block;
    }

    .v-Y-w {
        display: inline-block;
        vertical-align: middle;
    }

    .H-Y-w {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 330px);
    }

    .M-Y-w {
        display: block;
    }

    .j-Y-w {
        display: inline-block;
        vertical-align: top;
    }

    .t-Y-w {
        display: inline-block;
        width: calc(100% - 170px);
    }

    .g-Y-w {
        display: block;
    }
}
