@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");

body {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    color: #263746;
    height: 100%;
    line-height: 1.5;
    position: relative;
    font-size: 15px !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

input, textarea {
    color: #333;
    font-family: "Roboto", sans-serif;
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

input[type="button"], input[type="submit"], button {
    cursor: pointer
}

td {
    margin: 0px;
    padding: 0px
}

form {
    padding: 0px;
    margin: 0px
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

a, span, div, button {
    outline: none !important
}

input[type=submit], input[type=button], button {
    -webkit-appearance: none;
    outline: none
}

input:disabled {
    -webkit-appearance: none;
    opacity: 1
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s
}

.animated-fast {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftDown {
    from {
        opacity: 0;
        transform: translate3d(-80px, -80px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftDown {
    animation-name: fadeInLeftDown
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev, .slick-next {
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    color: #0095DA;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
    opacity: 1;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    padding: 0
}

.slick-prev svg, .slick-next svg {
    fill: currentColor;
    display: block
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none
}

.slick-prev:hover, .slick-next:hover {
    background: #0095DA;
    color: #fff;
    border-color: #0095DA
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.slick-dots {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 1
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 6px;
    width: 6px;
    margin: 0 4px;
    padding: 0;
    display: none;
    cursor: pointer
}

.slick-dots li button {
    display: block;
    height: 6px;
    width: 6px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    border-radius: 3px;
    background: #fff;
    position: relative;
    opacity: 0.5
}

.slick-dots li button:hover {
    opacity: 1
}

.slick-dots li.slick-active {
    width: 18px
}

.slick-dots li.slick-active button {
    opacity: 1;
    width: 18px
}

.header {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgb(9 16 28 / 60%);
    height: 80px
}

.header.fixed, .header-dark {
    background: #09172E
}

.logo {
    position: relative;
    display: block;
    /*width: 90px*/
}
.logo span{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.logo img {
    max-width: 100%;
    height: auto;
    display: block
}

.nav {
    font-size: 16px;
    line-height: 80px;
    color: #fff;
    white-space: nowrap;
    margin-right: -20px
}

.nav-item {
    margin-right: 10px
}

.nav-item:last-child {
    margin-right: 0
}

.nav-link {
    color: #fff;
    position: relative;
    display: block;
    padding: 0 12px
}

.nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    transition: all 0.3s ease;
    height: 2px;
    background: #13B4FF
}

.nav-link:hover, .nav-link.active {
    color: #13B4FF;
    background: rgba(0, 149, 218, 0.1);
    text-shadow: 0 0
}

.nav-link:hover:after, .nav-link.active:after {
    width: 100%
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    background: transparent;
    width: 30px;
    height: 23px;
    transition: all 0.2s
}

.hamburger-box {
    width: 30px;
    height: 23px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -20px
}

.hamburger-inner::after {
    top: -10px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0px
}

.is-active .hamburger--collapse .hamburger-inner {
    transform: rotate(45deg);
    bottom: 11px;
    left: 2px
}

.is-active .hamburger--collapse .hamburger-inner::before {
    transform: rotate(90deg);
    top: 0
}

.is-active .hamburger--collapse .hamburger-inner::after {
    display: none
}

.main-wrapper__overflow {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(38, 55, 70, 0.6);
    z-index: 8
}

body.overflow {
    overflow: hidden !important;
    position: fixed
}

body.menu-open {
    overflow: hidden;
    height: 100vh
}

body.menu-open .main-wrapper__overflow {
    display: block
}

body.menu-open .header {
    background: #09172E
}

.mobile-trigger {
    display: block;
    height: 23px;
    width: 30px
}

@media screen and (max-width: 1199px) {
    .nav {
        font-size: 14px;
        margin-right: -15px
    }

    .nav-link {
        padding: 0 12px
    }

    .nav-item {
        margin-right: 5px
    }
}

@media screen and (max-width: 991px) {
    .header {
        height: 60px
    }
}

@media screen and (max-width: 767px) {
    .logo {
        width: 120px
    }
}

@media screen and (max-width: 575px) {
    .header-cart {
        margin: 0 25px
    }

    .header {
        height: 60px
    }

    .header.fixed {
        height: 60px
    }
}

.footer {
    position: relative;
    background: #09244B;
    color: #fff;
    font-size: 13px
}

.footer__top {
    padding: 39px 0
}

.footer__logo {
    /*width: 90px;*/
    display: inline-block
}

.footer__logo span{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
	
}
.footer__logo img {
    max-width: 100%;
    height: auto;
    display: block
}

.footer-nav {
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

.footer-nav-item {
    display: inline-block;
    margin-right: 38px
}

.footer-nav-item:last-child {
    margin-right: 0
}

.footer-nav-item__link {
    color: #fff
}

.footer-nav-item__link:hover {
    color: #0095DA
}

.footer__bottom {
    padding: 16px 0;
    text-align: center;
    background: #061F42;
    font-size: 12px
}

.footer__bottom a {
    color: #fff;
    opacity: 0.5
}

.footer__bottom a:hover {
    opacity: 1
}

@media screen and (max-width: 1199px) {
    .footer-nav-item {
        margin-right: 28px
    }
}

@media screen and (max-width: 991px) {
    .footer__top {
        text-align: center
    }

    .footer__top .container {
        justify-content: center !important
    }

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

    .footer-nav-item {
        margin: 0 10px 20px
    }
}

@media screen and (max-width: 575px) {
    .footer-nav {
        font-size: 12px
    }
}

.body-overflow {
    overflow: hidden
}

.main-wrapper {
    padding: 0;
    min-width: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100%
}

.wrapper {
    width: 100%;
    max-width: 1226px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative
}

a {
    color: #263746;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul {
    list-style: none
}

.hidden {
    display: none
}

.loaded .main-wrapper {
    visibility: hidden;
    opacity: 0
}

.icon-load {
	/*url(../img/logo.svg) no-repeat center*/
    background:  #09172E;
    background-size: 90px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    display: none
}

.loaded .icon-load {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.container {
    max-width: 1226px
}

.btn {
    padding: 0 40px;
    font-weight: bold;
    font-size: 16px;
    line-height: 60px;
    font-family: inherit;
    height: 60px;
    color: #fff;
    background: #061f42;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    border: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0.8px
}

.btn:hover {
    background: #13B4FF;
    color: #fff;
    box-shadow: 0px 24px 34px rgba(84, 167, 226, 0.3) !important
}

.section {
    padding-bottom: 30px
}

.section-top {
    padding-top: 30px
}

.section-top_sm {
    padding-top: 80px
}

.section-grey {
    background: #F8F8FB
}

.section-main {
    overflow: hidden;
    height: 800px;
    position: relative;
    height: 100vh;
    max-height: 800px
}

.slider-main__slide {
    height: 100vh;
    max-height: 800px;
    text-align: center;
    background: no-repeat center center;
    background-size: cover;
    color: #fff
}

.slider-main__title {
    font-weight: bold;
    font-size: 70px;
    line-height: 82px;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 8px;
    color: #fff
}

.slider-main__title:last-child {
    margin-bottom: 0
}

.slider-main__text {
    font-weight: 300;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 40px
}

.slider-main .container {
    position: relative;
    padding-top: 70px
}

.slider-main-nav {
    position: absolute;
    bottom: 50px;
    height: 40px;
    left: 0;
    right: 0;
    z-index: 2
}

.slider-main-nav .container {
    position: relative;
    height: 40px;
    padding-top: 8px
}

.slider-main-nav .slick-prev {
    left: 15px
}

.slider-main-nav .slick-next {
    right: 15px
}

.title {
    font-weight: bold;
    font-size: 50px;
    line-height: 59px;
    margin-bottom: 20px;
    text-align: center
}

.title_left {
    text-align: left
}

.title_sm {
    font-size: 46px;
    line-height: 54px
}

.genders {
    text-align: center;
    margin-bottom: 45px
}

.genders .col-6, .genders .col-12 {
    padding-bottom: 50px
}

.genders .row {
    margin-bottom: -50px
}

.genders-item {
    display: inline-block;
    text-align: center
}

.genders-item__image {
    background: #FFFFFF;
    box-shadow: 0px 9px 30px rgba(17, 28, 49, 0.08);
    height: 160px;
    width: 160px;
    margin: 0 auto 14px;
    padding: 13px;
    border-radius: 50%;
    position: relative
}

.genders-item__image:before {
    content: "";
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 9px 30px rgba(17, 28, 49, 0.08);
    top: 13px;
    left: 13px;
    right: 13px;
    bottom: 13px;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.3s ease
}

.genders-item__image:after {
    content: "";
    position: absolute;
    background: #EFF1F4;
    border-radius: 50%;
    z-index: 2;
    width: 70px;
    height: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    transition: all 0.3s ease
}

.genders-item__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    z-index: 3
}

.genders-item__icon-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    z-index: 3
}

.genders-item__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #263746
}

.genders-item:hover .genders-item__image:before {
    background: #0095DA;
    box-shadow: 0px 24px 34px rgba(84, 167, 226, 0.3)
}

.genders-item:hover .genders-item__image:after {
    background: rgba(255, 255, 255, 0.1)
}

.genders-item:hover .genders-item__icon {
    opacity: 0
}

.genders-item:hover .genders-item__icon-hover {
    opacity: 1
}

.orientation .title {
    margin-bottom: 0
}

.orientation__col {
    width: 33.33%;
    min-height: 150px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px dashed #D0D5DE;
    border-right-width: 0;
    border-top-width: 0;
    background: #FFFFFF
}

.orientation__col:nth-child(1) {
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    background: none
}

.orientation__col:nth-child(2) {
    border-top-width: 1px;
    border-radius: 10px 0 0 0
}

.orientation__col:nth-child(3) {
    border-top-width: 1px;
    border-right-width: 1px;
    border-radius: 0 10px 0 0
}

.orientation__col:nth-child(4) {
    border-radius: 10px 0 0 10px;
    border-top-width: 1px
}

.orientation__col:nth-child(6) {
    border-right-width: 1px;
    border-radius: 0 0 10px 0
}

.orientation-item {
    min-height: 150px;
    height: 100%;
    padding: 30px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative
}

.orientation-item2{
	position: relative;
    height: 100%;
    display: flex;
    width: 100%;
    min-height: 150px;
    align-items: center;
} 
.orientation-item2:hover .orientation-item__title {
    margin-bottom: 11px;
    color: #fff;
}
.orientation-item2:hover .orientation-item__link {
    display: block;
}
.orientation-item:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #0095DA;
    box-shadow: 0px 24px 34px rgba(84, 167, 226, 0.3);
    border-radius: 10px;
    opacity: 0;
    transition: all 0.3s ease
}
.orientation-item2:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #0095DA;
    box-shadow: 0px 24px 34px rgba(84, 167, 226, 0.3);
    border-radius: 10px;
    opacity: 0;
    transition: all 0.3s ease
}
.orientation-item > * {
    position: relative;
    z-index: 2
}

.orientation-item__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: all 0.3s ease
}

.orientation-item__link {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    display: none
}

.orientation-item__link svg {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    fill: currentColor
}

.orientation-item__right {
    flex: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.orientation-item__icon {
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #263746;
    transition: all 0.3s ease;
    margin-right: 3px
}

.orientation-item__icon:last-child {
    margin-right: 0
}

.orientation-item__icon_sm {
    width: 58px;
    height: 58px
}

.orientation-item__icon:before {
    content: "";
    z-index: -1;
    width: 58px;
    height: 58px;
    background: #EFF1F4;
    position: absolute;
    top: calc(50% - 29px);
    left: calc(50% - 29px);
    border-radius: 50%;
    transition: all 0.3s ease
}

.orientation-item__icon-default, .orientation-item__icon-hover {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    opacity: 1
}

.orientation-item__icon-hover {
    opacity: 0
}

.orientation-item__icon svg {
    fill: currentColor;
    stroke: currentColor
}

.orientation-item__all {
    font-size: 20px;
    line-height: 23px;
    color: #0095DA;
    transition: all 0.3s ease
}

.orientation-item__all svg {
    fill: currentColor;
    margin: -2px 0 0 5px;
    display: inline-block;
    vertical-align: middle
}

.orientation-item:hover:before,
.orientation-item2:hover:before {
    top: -8px;
    left: -12px;
    right: -12px;
    bottom: -8px;
    opacity: 1
}

.orientation-item:hover .orientation-item__link {
    display: block
}

.orientation-item:hover .orientation-item__title {
    margin-bottom: 11px;
    color: #fff
}

.orientation-item:hover .orientation-item__icon {
    color: #fff
}

.orientation-item:hover .orientation-item__icon:before {
    background: rgba(239, 241, 244, 0.2)
}

.orientation-item:hover .orientation-item__icon-default {
    opacity: 0
}

.orientation-item:hover .orientation-item__icon-hover {
    opacity: 1
}

.orientation-item:hover .orientation-item__all {
    color: #fff
}

.tests {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px
}

.tests .col-12, .tests .col-6 {
    padding: 0 5px 10px
}

.tests .row {
    margin: 0 -5px -10px
}

.tests-item {
    display: block;
    width: 100%;
    height: 245px;
    padding: 13px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    overflow: hidden;
    position: relative
}

.tests-item_lg {
    height: 500px
}

.tests-item_md {
    height: 350px
}

.tests-item_sm {
    height: 230px
}

.tests-item__name {
    position: absolute;
    bottom: 13px;
    left: 20px;
    right: 20px;
    z-index: 2
}

.tests-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: no-repeat center center;
    background-size: cover;
    transition: all 0.3s ease
}

.tests-item__bg:after {
    position: absolute;
    content: "";
    background: linear-gradient(260.35deg, rgba(22, 64, 172, 0.5) 2.79%, rgba(57, 4, 60, 0.5) 98.16%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.tests-item:hover {
    color: #fff !important
}

.tests-item:hover .tests-item__bg {
    transform: scale(1.1)
}

.news-item {
    display: block;
    position: relative
}

.news-item__image {
    height: 290px;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 7px 44px rgba(18, 28, 43, 0.15);
    border-radius: 10px;
    background: no-repeat center center;
    background-size: cover;
    margin-bottom: 8px;
    display: block
}

.news-item__title {
    padding: 0 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #263746
}

.news-item__title a {
    color: #263746
}

.news-item__title a:hover {
    color: #0095DA
}

.news-item__info {
    padding: 20px 15px 15px;
    opacity: 0;
    background: #fff;
    border-radius: 10px;
    top: 235px;
    left: 10px;
    right: 10px;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 10%);
    position: absolute;
    transform: translateY(50px);
    transition: all 0.3s ease;
    z-index: -1
}

.news-item__info .news-item__title {
    padding: 0;
    margin-bottom: 11px
}

.news-item__text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
    max-height: 66px;
    overflow: hidden
}

.news-item__more {
    font-size: 16px;
    line-height: 19px;
    color: #0095DA
}

.news-item__more svg {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px
}

.news-item__more:hover {
    color: #13B4FF
}

.news-item .news-item__info {
    opacity: 1;
    transform: none;
    z-index: 2
}

.news-list {
    margin-bottom: 46px
}

.news-list .col-12 {
    padding-bottom: 105px
}

.news-list .row {
    margin-bottom: -66px
}

.slider-news:hover {
    position: relative;
    z-index: 3
}

.slider-news .col-12 {
    max-width: 100%;
    flex: 0 0 100%
}

.slider-news .slick-list {
    padding: 50px 15px;
    margin: -50px -15px;
    padding-bottom: 100px;
    margin-bottom: -100px
}

.slider-news .slick-active .news-item__image {
    box-shadow: 0px 7px 30px rgba(18, 28, 43, 0.15)
}

.slider-news .news-item__image {
    box-shadow: 0px 0px 0px rgba(18, 28, 43, 0.15)
}

.slider-news-nav {
    height: 110px;
    position: relative;
    z-index: 2;
    padding-top: 105px;
    padding-bottom: 25px;
    margin-left: -30px;
    margin-right: -30px
}

.slider-news-nav .slick-prev, .slider-news-nav .slick-next {
    border-color: #D7DCE3;
    top: 70%;
}

.slider-news-nav .slick-prev:hover, .slider-news-nav .slick-next:hover {
    border-color: #0095DA
}

.slider-news-nav .slick-prev {
    left: 30px
}

.slider-news-nav .slick-next {
    right: 30px
}

.slider-news-nav .slick-dots {
    margin-top: -10px
}

.slider-news-nav .slick-dots li button {
    background: #0095DA
}

.sidebar {
    position: fixed;
    right: -320px;
    width: 320px;
    overflow: auto;
    z-index: 998;
    background: #09172E;
    top: 60px;
    height: calc(100% - 60px);
    padding-top: 0px;
    z-index: 999;
    color: #fff;
    transition: all 0.3s;
    border-top: 1px solid rgba(0, 149, 218, 0.3)
}

.sidebar.active {
    right: 0
}

.sidebar .nav {
    font-size: 16px;
    margin-right: 0;
    line-height: 60px
}

.sidebar .nav-item {
    display: block;
    border-bottom: 1px solid rgba(0, 149, 218, 0.3);
    width: 100%;
    margin: 0
}

.section-top-inside {
    padding: 110px 0 62px;
    background: url("../img/bg-section-news.jpg") no-repeat center center;
    background-size: cover
}

.section-top-inside_terms {
    background-image: url("../img/bg-section-terms.jpg")
}

.section-top-inside_page {
    background: none;
    padding-bottom: 100px
}

.breadcrumb {
    background: none;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 0;
    margin: 0 0 30px 0;
    border-radius: 0;
    text-shadow: 0 0
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.4)
}

.breadcrumb a:hover {
    color: #fff;
    text-decoration: none
}

.breadcrumb_dark {
    color: #263746
}

.breadcrumb_dark a {
    color: rgba(38, 55, 70, 0.4)
}

.breadcrumb_dark a:hover {
    color: #263746
}

.breadcrumb_dark .breadcrumb-item.active {
    color: #263746
}

.breadcrumb_dark .breadcrumb-item + .breadcrumb-item::before {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.84 5.389L6.23 9a.543.543 0 01-.387.16.543.543 0 01-.387-.16l-.328-.328a.554.554 0 010-.779l2.107-2.111H.54A.534.534 0 010 5.244V4.78c0-.302.238-.562.54-.562h6.718L5.127 2.095a.54.54 0 010-.769L5.455 1a.543.543 0 01.387-.16c.146 0 .284.057.387.16L9.84 4.612c.104.103.16.241.16.388a.544.544 0 01-.16.389z' fill='%23263746'/%3E%3C/svg%3E")
}

.breadcrumb-item.active {
    color: #fff
}

.breadcrumb-item {
    padding-right: 10px;
    position: relative
}

.breadcrumb-item svg {
    fill: #0095DA;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.84014 5.38853L6.2288 8.99996C6.12571 9.10305 5.98831 9.15964 5.84181 9.15964C5.69514 9.15964 5.55783 9.10297 5.45474 8.99996L5.12686 8.672C5.02385 8.56907 4.9671 8.4316 4.9671 8.28501C4.9671 8.13851 5.02385 7.9964 5.12686 7.89347L7.23366 5.78203H0.540238C0.238453 5.78203 0 5.54577 0 5.2439V4.78025C0 4.47838 0.238453 4.2183 0.540238 4.2183H7.25757L5.12694 2.09507C5.02393 1.99198 4.96718 1.85824 4.96718 1.71166C4.96718 1.56523 5.02393 1.42954 5.12694 1.32654L5.45482 0.999629C5.55791 0.896541 5.69522 0.840363 5.84189 0.840363C5.98839 0.840363 6.12579 0.897272 6.22888 1.00036L9.84022 4.61171C9.94355 4.71512 10.0004 4.85317 9.99998 4.99992C10.0003 5.14715 9.94355 5.28528 9.84014 5.38853Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    opacity: 0.7
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 20px
}

.pagination {
    border: none;
    border-radius: 0;
    width: 100%;
    position: relative;
    padding: 0px 45px;
    margin-top: 90px;
    text-align: center
}

.page-item {
    margin: 0 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 38px
}

.page-item_prev {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0
}

.page-item_prev .page-link {
    border-radius: 20px !important
}

.page-item_next {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0
}

.page-item_next .page-link {
    border-radius: 20px !important
}

.page-item span {
    padding: 0 9px;
    height: 40px;
    line-height: 40px;
    color: #0095DA
}

.page-link {
    width: 40px;
    height: 40px;
    padding: 0 2px;
    text-align: center;
    line-height: 38px;
    color: #0095DA;
    margin: 0;
    border: 1px solid #D7DCE3;
    font-weight: bold;
    font-size: 20px;
    background: #fff;
    border-radius: 4px !important
}

.page-link:hover {
    background: #0095DA;
    color: #fff;
    border-color: #0095DA
}

.page-link:focus {
    box-shadow: none
}

.page-link svg {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px
}

.page-item.active .page-link {
    background: #0095DA;
    border-color: #0095DA;
    color: #fff;
    cursor: default;
    z-index: 0
}

.text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    color: #60676D
}

.text:last-child {
    margin-bottom: 0
}

.text p {
    margin-bottom: 24px
}

.text p:last-child {
    margin-bottom: 0
}

.text p + ul {
    margin-top: -14px
}

.text p + ol {
    margin-top: -14px
}

.text h2,
.h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 47px;
    margin-bottom: 20px;
    margin-top: 53px;
    color: #263746
}

.text h3,
.h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 25px;
    margin-top: 45px;
    color: #263746
}

.text ul {
    padding-left: 30px;
    margin-bottom: 24px
}

.text ul:last-child {
    margin-bottom: 0
}

.text ul li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 10px
}

.text ul li:last-child {
    margin-bottom: 0
}

.text ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #0095DA;
    border-radius: 50%
}

.text ol {
    padding-left: 30px;
    margin-bottom: 24px;
    counter-reset: section;
    list-style: none
}

.text ol:last-child {
    margin-bottom: 0
}

.text ol li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px
}

.text ol li:last-child {
    margin-bottom: 0
}

.text ol li:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    color: #0095DA;
    counter-increment: section;
    content: counters(section, ".") ".";
    font-weight: bold
}

.text a {
    color: #0095DA;
    text-decoration: underline
}

.text a:hover {
    color: #13B4FF;
    text-decoration: underline
}

.text blockquote {
    font-size: 18px;
    line-height: 26px;
    color: #263746;
    background: #F5F5F5;
    border-radius: 0px 10px 10px 0px;
    border-left: 3px solid #0095DA;
    padding: 30px 40px;
    margin: 30px 0 40px 0
}
.text .ok-in  blockquote {
    border-left: 3px solid #b7c1d1;
    padding: 20px 20px;
    margin: 30px 0 0px 0;
}
.official {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 20px;
    font-size: 12px;
    color: #263746
}

.official__img {
    margin-bottom: 20px
}

.official__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.04em;
    text-transform: uppercase
}

.article {
    margin-bottom: 50px
}

.article__img {
    border: 3px solid #FFFFFF;
    box-shadow: 0px 7px 44px rgba(18, 28, 43, 0.15);
    border-radius: 10px;
    display: block;
    margin-bottom: 30px;
    max-width: 100%
}
.article img{
    border: 3px solid #FFFFFF;
    box-shadow: 0px 7px 44px rgba(18, 28, 43, 0.15);
    border-radius: 10px;
    display: block;
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}
.article-nav-prev, .article-nav-next {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.04em;
    padding-left: 50px;
    color: #263746;
    text-transform: uppercase;
    position: relative
}

.article-nav-prev__icon, .article-nav-next__icon {
    position: absolute;
    left: 0;
    top: calc(50% - 21px);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #D7DCE3;
    background: #fff;
    line-height: 38px;
    text-align: center;
    color: #0095DA;
    transition: all 0.3s ease
}

.article-nav-prev__icon svg, .article-nav-next__icon svg {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px
}

.article-nav-prev:hover, .article-nav-next:hover {
    color: #263746
}

.article-nav-prev:hover .article-nav-prev__icon, .article-nav-prev:hover .article-nav-next__icon, .article-nav-next:hover .article-nav-prev__icon, .article-nav-next:hover .article-nav-next__icon {
    background: #0095DA;
    border-color: #0095DA;
    color: #fff
}

.article-nav-next {
    padding-right: 50px;
    padding-left: 0px
}

.article-nav-next__icon {
    left: auto;
    right: 0
}

.author {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 25px 30px;
    display: -webkit-box;
    display: -moz-box;
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 30px 0 40px;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    color: #263746
}

.author img {
    max-width: 200px;
    height: auto;
    display: block;
    border-radius: 6px;
    margin-right: 30px;
    flex: none;
    margin-top: 5px
}

.gallery {
    margin: 60px 0 50px
}

.gallery .col-1, .gallery .col-2, .gallery .col-3, .gallery .col-4, .gallery .col-5, .gallery .col-6, .gallery .col-7, .gallery .col-8, .gallery .col-9, .gallery .col-10, .gallery .col-11, .gallery .col-12 {
    padding-bottom: 30px
}

.gallery .row {
    margin-bottom: -30px
}

.gallery img {
    border: 3px solid #FFFFFF;
    box-shadow: 0px 7px 44px rgba(18, 28, 43, 0.15);
    border-radius: 10px;
    display: block;
    max-width: 100%
}
.letters-content {
    padding: 0 9%;
    margin-bottom: 35px;
}
.letters-content__title {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.letters-content__title:before {
    content: "";
    left: -80px;
    right: 0;
    background: #09244b;
    height: 1px;
    top: calc(50% - 0.5px);
    position: absolute;
}
.letters-content__title span {
    display: inline-block;
    background: #f8f8fb;
    width: 160px;
    position: relative;
    z-index: 1;
    margin-left: -30px;
    padding-left: 30px;
}
.brand-list {
    font-size: 14px;
    column-count: 5;
    margin-bottom: -12px;
}
.brand-list-item {
    break-inside: avoid;
    margin-bottom: 12px;
}
.brand-list-item__link {
    color: #000;
    /*border-bottom: 1px solid #09244b;*/
}
.ramka-gay {
    position: relative;
}
.ramka-gay-li {
    width: 14.28%;
    border-left: 1px solid #3b3b3b;
}
.ramka-gay-li:first-child {
    border-left: none;
}
.gay-img img {
    /*height: 221px;*/
    margin: 0 auto;
    display: block;
}
.gay-number {
    background: #fff;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #3b3b3b;
    color: #3c3b3b;
    margin: 0 0 0px 0;
}
.ramka-gay-li.active .gay-number, .ramka-gay-li.active .gay-text {
    background: #ef2673;
    color: #fff;
    border-color: #ef2673;
}
.ramka-gay-li.active .gay-img {
    box-shadow: 0px 0px 5px 2px #ef2673;
    position: relative;
    z-index: 1;
}
.gay-text p {
    margin: 0;
    line-height: 20px;
}
.gay-text {
    font-size: 13px;
    padding: 10px;
    border-top: 1px solid #3b3b3b;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 1;
}
.wr-arrowCap{
    position: relative;
    background: url("../img/ind_bg.png") no-repeat;
    width: 166px;
    height: 165px;
}
.wr-arrowCap .arrowCap {
    background: url("../img/arrow.png") no-repeat -43px 0;
    height: 20px;
    left: 72px;
    position: absolute;
    top: 75px;
    width: 20px;
    z-index: 10;
}
.wr-arrowCap .arrow {
    background: url("../img/arrow.png") no-repeat -10px 0;
    height: 120px;
    left: 78px;
    position: absolute;
    bottom: 22px;
    width: 11px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -moz-transform: rotate(-117deg);
    -webkit-transform: rotate(-117deg);
    -o-transform: rotate(-117deg);
    -ms-transform: rotate(-117deg);
    transform: rotate(-117deg);
}
.wr-arrowCap .meterText {
    color: #575757;
    font-size: 12px;
    left: 43px;
    line-height: 14px;
    position: absolute;
    bottom: 25px;
    width: 80px;
    text-align: center;
    font-weight: 700;
}
.wr-arrowCap.low-Cap .arrow{
    -moz-transform: rotate(-62deg);
    -webkit-transform: rotate(-62deg);
    -o-transform: rotate(-62deg);
    -ms-transform: rotate(-62deg);
    transform: rotate(-62deg);
}
.wr-arrowCap.normal-Cap .arrow{
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.wr-arrowCap.above-average-Cap .arrow{
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.wr-arrowCap.high-Cap .arrow{
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
@media screen and (max-width: 1199px) {
    .brand-list {
        column-count: 4;
    }
    .slider-main__title {
        font-size: 60px;
        line-height: 72px
    }

    .slider-main__text {
        font-size: 32px;
        line-height: 40px
    }

    .section-top {
        padding-top: 80px
    }

    .section {
        padding-bottom: 80px
    }

    .title {
        font-size: 44px;
        line-height: 52px
    }

    .title_sm {
        font-size: 38px;
        line-height: 44px
    }

    .orientation-item {
        padding: 20px
    }

    .tests-item {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width: 991px) {
    .brand-list {
        column-count: 3;
    }
    .slider-main__title {
        font-size: 48px;
        line-height: 60px
    }

    .slider-main__text {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px
    }

    .slider-main__slide {
        height: 500px
    }

    .section-main {
        height: 500px
    }

    .slider-main .container {
        padding-top: 30px
    }

    .slider-main-nav {
        bottom: 30px
    }

    .section {
        padding-bottom: 60px
    }

    .section-top {
        padding-top: 60px
    }

    .title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 30px
    }

    .genders-item__name, .orientation-item__title, .orientation-item__all, .official__title {
        font-size: 18px;
        line-height: 21px
    }

    .orientation__col {
        width: 50%
    }

    .orientation__col:nth-child(2) {
        border-right-width: 1px;
        border-radius: 10px 10px 0 0
    }

    .orientation__col:nth-child(3) {
        border-top-width: 1px;
        border-right-width: 0;
        border-radius: 10px 0 0 0
    }

    .orientation__col:nth-child(4) {
        border-radius: 0;
        border-right-width: 1px;
        border-top-width: 0
    }

    .orientation__col:nth-child(5) {
        border-radius: 0 0 0 10px
    }

    .tests-item {
        height: 250px;
        font-size: 20px;
        line-height: 23px
    }

    .news-item__info {
        position: relative;
        top: auto;
        margin: -30px 10px 0;
        opacity: 1;
        transform: none;
        left: auto;
        right: auto;
        z-index: 2
    }

    .slider-news .slick-list {
        padding-bottom: 30px;
        margin-bottom: 0
    }

    .slider-news-nav {
        height: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 30px
    }

    .news-list .col-12 {
        padding-bottom: 30px
    }

    .news-list .row {
        margin-bottom: -30px
    }

    .pagination {
        margin-top: 30px
    }

    .news-list {
        margin-bottom: 30px
    }

    .section-top-inside {
        padding: 80px 0 40px
    }

    .official {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 30px
    }

    .official__img {
        margin-bottom: 0;
        margin-right: 20px
    }

    .text h2 {
        font-size: 34px;
        line-height: 40px;
        margin-top: 40px
    }

    .text h3 {
        font-size: 28px;
        line-height: 32px;
        margin: 40px 0 20px
    }

    .author {
        padding: 20px
    }

    .text blockquote {
        padding: 20px
    }
}

@media screen and (max-width: 767px) {
    .ramka-gay-li {
        width: 100%;
    }
    .slider-main__title {
        font-size: 36px;
        line-height: 44px
    }

    .slider-main__text {
        font-size: 20px;
        line-height: 24px
    }

    .slider-main__slide, .section-main {
        height: 400px
    }

    .slider-main-nav {
        bottom: 20px
    }

    .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .section-top {
        padding-top: 40px
    }

    .section {
        padding-bottom: 40px
    }

    .genders-item__name, .orientation-item__title, .orientation-item__all, .official__title {
        font-size: 16px;
        line-height: 21px
    }

    .genders-item__image {
        width: 130px;
        height: 130px
    }

    .genders .col-6, .genders .col-12 {
        padding-bottom: 30px
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        padding-left: 10px;
        padding-right: 10px
    }

    .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .btn {
        height: 50px;
        line-height: 50px
    }

    .orientation-item__link, .news-item__more {
        font-size: 14px
    }

    .orientation-item:hover:before {
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px
    }

    .orientation-item {
        padding: 15px
    }

    .tests-item__name {
        left: 15px;
        right: 15px
    }

    .tests-item {
        height: 200px;
        font-size: 18px;
        line-height: 21px
    }

    .news-item__image {
        height: 200px
    }

    .breadcrumb {
        font-size: 12px;
        line-height: 14px
    }

    .official {
        margin-bottom: 20px
    }

    .article__img {
        margin-bottom: 20px
    }

    .text h2 {
        font-size: 26px;
        line-height: 30px;
        margin-top: 30px
    }

    .text h3 {
        font-size: 22px;
        line-height: 26px;
        margin: 30px 0 20px
    }

    .text blockquote {
        font-size: 16px;
        line-height: 24px;
        padding: 15px;
        margin-bottom: 30px
    }

    .author {
        padding: 15px;
        font-size: 16px;
        line-height: 24px;
        margin: 30px 0
    }

    .author img {
        margin-right: 20px;
        max-width: 150px
    }

    .gallery {
        margin: 30px 0
    }

    .official {
        padding: 15px
    }

    .gallery .col-1, .gallery .col-2, .gallery .col-3, .gallery .col-4, .gallery .col-5, .gallery .col-6, .gallery .col-7, .gallery .col-8, .gallery .col-9, .gallery .col-10, .gallery .col-11, .gallery .col-12 {
        padding-bottom: 20px
    }

    .gallery .row {
        margin-bottom: -20px
    }
    .brand-list {
        column-count: 2;
    }
}

@media screen and (max-width: 575px) {
    .brand-list {
        column-count: 1;
    }
    .slider-main__title {
        font-size: 28px;
        line-height: 36px
    }

    .slider-main__text {
        font-size: 16px;
        line-height: 20px
    }

    .title {
        font-size: 24px;
        line-height: 28px
    }

    .orientation__col {
        width: 100%;
        min-height: 100px
    }

    .orientation__col:nth-child(n) {
        border-right-width: 1px;
        border-top-width: 0px;
        border-radius: 0
    }

    .orientation__col:nth-child(1) {
        min-height: 0;
        border: none
    }

    .orientation__col:nth-child(2) {
        border-top-width: 1px;
        border-radius: 10px 10px 0 0
    }

    .orientation__col:last-child {
        border-radius: 0 0 10px 10px
    }

    .orientation__col .title {
        text-align: center;
        margin-bottom: 20px
    }

    .orientation-item {
        min-height: 100px
    }

    .text h2 {
        font-size: 22px;
        line-height: 26px;
        margin-top: 30px;
        margin-bottom: 10px
    }

    .text h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 30px 0 10px
    }

    .author {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .author img {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 479px) {
    .genders .col-6, .gallery .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
.orientation-cat .orientation-item:hover .orientation-item__icon:before {
    background: #fff;
}
.orientation-cat .orientation-item:hover .orientation-item__icon-default {
    opacity: 1;
}
.orientation-cat .orientation__col:nth-child(1) {
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    background: #FFFFFF;
}
.orientation-cat .orientation__col{
    border-radius: 10px;
    border-right-width: 1px;
    width: 100%;
}

 .vop-test .h5v {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    display: block;
    padding: .4em .4em .4em 3em;
    background: #e4e4e4;
    color: #222;
    clear: both;
    border-radius: .3em;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.vop-test .h5v:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f059";
    position: absolute;
    left: -10px;
    top: -8px;
    background: #0095da;
    color: #fff;
    height: 2em;
    width: 2em;
    line-height: 33px;
    font-size: 1.5em;
    border: .3em solid #e4e4e4;
    text-align: center;
    border-radius: 2em;
}
.vop-test-variant {
    padding: 20px 0px 10px;
}
.check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    min-width: 30px;
    transition: all 0.15s ease-out 0s;
    background: #e4e4e4;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1;
}

.check-input:hover {
    background: #0095da78;
}

.check-input:checked {
    background: #0095da;
}

.check-input:checked::before {
    height: 30px;
    width: 30px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
}

.check-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #0095da;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.check-input.radio {
    border-radius: 50%;
}

.check-input.radio::after {
    border-radius: 50%;
}
.vop-test-variant label {
    margin: 0;
    padding: 5px 0;
}
.vop-test.checked .h5v {
    background: #0095da;
    color: #fff;
}
.bg-progress:nth-child(2n+1) {
    background: #eaeaea;
    padding: 3px;
}
.text-progress {
    text-align: left;
    text-transform: none !important;
    font-weight: 600;
    font-size: 16px;
}
.border-wr-bl {
    border: 1px solid #09244b;
}
.progress-numb {
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
    min-width: 40px;
    text-align: center;
}
.s-numb {
    background: #476693;
    color: #fff;
}
.e-numb {
    background: #09244b;
    color: #fff;
}
.strips-my {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #0000 0%, #0000 50%, #fff 50%, #fff 100%);
    background-size: 6px 100%;
}
.grayback-my {
    position: relative;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
.grayback-my-text {
    margin-left: -40px;
    position: relative;
    z-index: 2;
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    background: #476693;
    max-width: 40px;
    text-align: center;
    color: #fff;
}
.progress-my {
    position: relative;
    width: 100%;
    height: 18px;
    overflow: hidden;
    /*background: #ff3232;*/
    /*background: linear-gradient(to right, #ff3232 0%,#ff9600 33%,#ffff00 66%,#00ff00 100%);*/
    /*background: #ff0062;
    background: linear-gradient(to right, #ecbfd0 0%, #f39fc0 33%, #f34386 66%, #fb0060 100%);*/
    background: rgb(9,36,75);
    background: linear-gradient(0deg, rgba(9,36,75,1) 0%, rgba(71,102,147,1) 65%);
}