#new_design img, #new_design .desktop-menu__item--img img, #new_design .first__img img, #new_design .first__item--img img, #new_design .cards__item--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#new_design .logo img, #new_design .logo svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/* reset START */
#new_design html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#new_design *, #new_design *::before, #new_design *::after {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    outline: none;
}

#new_design h1, #new_design h2, #new_design h3, #new_design h4, #new_design h5, #new_design h6, #new_design p {
    margin: 0;
}

#new_design a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-appearance: none !important;
    -webkit-tap-highlight-color: rgba(0, #new_design 0, #new_design 0, #new_design 0);
    -webkit-tap-highlight-color: transparent;
}

#new_design a:active {
    -webkit-tap-highlight-color: rgba(0, #new_design 0, #new_design 0, #new_design 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none !important;
}

#new_design a {
    text-decoration: none !important;
}

#new_design ol, #new_design ul, #new_design li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#new_design img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#new_design button, #new_design input, #new_design textarea {
    padding: 0;
    outline: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -webkit-tap-highlight-color: transparent !important;
    font-family: inherit;
    font-size: inherit;
}

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

#new_design hr {
    margin: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#new_design body {
    min-width: 320px;
    overflow-x: hidden;
    margin: 0;
    font-family: 'OpenSans-Regular';
    font-weight: 500;
}

/* reset END */
#new_design .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
}

.no-scroll {
    overflow: hidden;
}

#new_design .bt {
    border-top: 1px solid #E8E8E8;
}

#new_design .pt-11 {
    padding-top: 11px;
}

#new_design .pt-18 {
    padding-top: 18px;
}

#new_design .mr-30 {
    margin-right: 30px;
}

#new_design .hw {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #92D5E6;
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 14px;
    line-height: 19.7px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}

#new_design .hw svg {
    margin-left: 10px;
}

#new_design .hw svg line {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#new_design .hw:hover {
    color: #000;
}

#new_design .hw:hover svg line {
    stroke: #000;
}

@media screen and (min-width: 768px) {
    #new_design .container-md {
        padding: 0;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .container-md {
        max-width: 970px !important;
    }
}

@media screen and (min-width: 768px) {
    #new_design .container-full {
        padding: 0;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .container-full {
        max-width: 1169px !important;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .container-over {
        max-width: 1206px;
        margin-right: unset;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .container-max {
        max-width: 1920px;
        margin: 0 auto;
    }
}

#new_design .logo {
    width: 55px;
    height: 57px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#new_design .logo-text {
    font-family: 'OpenSans-SemiBold', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9C9C9C;
    margin-left: 10px;
    width: 240px;
    font-size: 12px;
    line-height: 17px;
    cursor: default;
}

@media screen and (min-width: 768px) {
    #new_design .logo-text {
        width: 520px;
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .logo-text {
        line-height: 24px;
        margin-left: 15px;
        width: 600px;
    }
}

#new_design .header {
    padding-top: 15px;
    padding-bottom: 31px;
}

@media screen and (min-width: 768px) {
    #new_design .header {
        padding-top: 19px;
        padding-bottom: 33px;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .header {
        padding-top: 21px;
        padding-bottom: 27px;
        background-color: #fff;
        position: relative;
        z-index: 15;
    }
}

#new_design .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
    #new_design .header-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media screen and (min-width: 1200px) {
    #new_design .header-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .header-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }
}

#new_design .header__nav ul.active {
    display: none !important;
}

#new_design .header__nav ul li {
    margin-right: 22px;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
}

#new_design .header__nav ul li:last-of-type {
    margin-right: unset;
}

#new_design .header__nav ul li:hover {
    /*border-color: #000;*/
}

#new_design .header__nav ul li a {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#new_design .header__nav ul li a:hover{
    color: #92D5E6;
    border: none;
}


@media screen and (min-width: 1200px) {
    #new_design .header-top {
        margin-bottom: 38px;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .header-top {
        margin-bottom: 38px;
        z-index: 20;
        background-color: #fff;
    }
}

#new_design .header__mob {
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 26px;
}

#new_design .header__mob .menu__title {
    font-size: 12px;
    line-height: 16px;
    color: #87D4CF;
    font-family: 'OpenSans-SemiBold', sans-serif;
    display: none;
}

#new_design .header__mob.active .lang {
    display: none !important;
}

@media screen and (min-width: 768px) {
    #new_design .header__mob {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 25px;
        width: 100px;
        height: 100px;
    }
}

#new_design .header__links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #92D5E6;
    margin-right: 11px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#new_design .header__links a svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

#new_design .header__links a:hover {
    background-color: #92D5E6;
}

#new_design .header__links a:hover svg path {
    fill: #fff;
}

#new_design .burger {
    width: 30px;
    height: 20px;
    position: relative;
    background-color: inherit;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: unset;
}

#new_design .burger:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: unset;
}

@media screen and (min-width: 1210px) {
    #new_design .burger {
        margin-right: 32px;
    }
}

#new_design .burger span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 2px 0;
    background-color: #000;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#new_design .burger span:before, #new_design .burger span:after {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background-color: #000;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#new_design .burger span:before {
    top: -4px;
}

#new_design .burger span:after {
    bottom: -4px;
    width: 9px;
}

#new_design .burger.active {
    background-color: inherit;
}

#new_design .burger.active span {
    background-color: inherit;
}

#new_design .burger.active span::before {
    width: 18px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 1px);
    background-color: #191919;
}

#new_design .burger.active span::after {
    width: 18px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
    left: unset;
    background-color: #191919;
}

.burger.active:hover span:after, #new_design
    #new_design .burger.active:hover span:before {
    background-color: #92D5E6;
}

#new_design .menu {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, #new_design 1vh) * 100);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
    padding: 0 35px;
    padding-top: 55px;
    padding-bottom: 56px;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

#new_design .menu.active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#new_design .menu__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #92D5E6;
    padding-left: 22px;
    padding-top: 13px;
    padding-bottom: 10px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 53px;
}

#new_design .menu__form input {
    width: 100%;
    text-align: left;
    color: #9C9C9C;
    font-size: 12px;
    line-height: 17px;
    font-family: 'OpenSans-SemiBold', sans-serif;
}

#new_design .menu__form input::-webkit-input-placeholder {
    color: #9C9C9C;
    font-size: 12px;
    line-height: 17px;
    font-family: 'OpenSans-SemiBold', sans-serif;
}

#new_design .menu__form input::-moz-placeholder {
    color: #9C9C9C;
    font-size: 12px;
    line-height: 17px;
    font-family: 'OpenSans-SemiBold', sans-serif;
}

#new_design .menu__form input:-ms-input-placeholder {
    color: #9C9C9C;
    font-size: 12px;
    line-height: 17px;
    font-family: 'OpenSans-SemiBold', sans-serif;
}

#new_design .menu__form input::-ms-input-placeholder {
    color: #9C9C9C;
    font-size: 12px;
    line-height: 17px;
    font-family: 'OpenSans-SemiBold', sans-serif;
}

#new_design .menu__form input::placeholder {
    color: #9C9C9C;
    font-size: 12px;
    line-height: 17px;
    font-family: 'OpenSans-SemiBold', sans-serif;
}

#new_design .menu__form svg {
    position: absolute;
    right: 13px;
    top: 12px;
}

#new_design .menu__nav {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#new_design .menu__nav li {
    margin-bottom: 36px;
    text-transform: uppercase;
}

#new_design .menu__nav li:last-of-type {
    margin-bottom: unset;
}

#new_design .menu__nav li a {
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

#new_design .menu__links {
    margin-top: 33px;
}

#new_design .search__content {
    position: relative;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 160px;
    width: 100%;
    height: 120px;
    overflow: hidden;
    z-index: 10;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media screen and (min-width: 1200px) {
    #new_design .search__content {
        top: 160px;
    }
}

@media screen and (min-width: 1560px) {
    #new_design .search__content {
        padding-top: 23px;
    }
}

#new_design .search__content.active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#new_design .search__content--inner {
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    #new_design .search__content--inner {
        max-width: 1169px;
    }
}

#new_design .search__content .inp--search {
    font-family: 'OpenSans-Regular', sans-serif;
    background: none;
    border-radius: 0;
    border: 0;
    font-size: 1.875rem;
    padding: 0.375rem 3.125rem 0.375rem 0;
    height: 3.125rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

#new_design .search__content form .form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

#new_design .search__content form .form-actions .form-item label {
    margin-right: 5px;
}

#new_design .search__content form .form-item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

#new_design .search__content form label {
    display: inline;
    max-width: 100%;
    white-space: nowrap;
}

#new_design .search__content form input, #new_design .search__content form select, #new_design .search__content form option {
    padding: 1px 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-color: #000;
    width: 100%;
    height: 30px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

#new_design .search__content form .form-select:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: unset;
}

#new_design .search__content form .check {
    position: relative;
}

#new_design .search__content form .check svg {
    top: 0;
    right: 0px;
    position: absolute;
    display: none;
}

#new_design .search__content form select {
    padding: 2px 4px;
    width: 186px;
}

#new_design .search__content form button {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#new_design .search__content form input[type=checkbox] {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


.search__content form .data {
    padding: 1px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 30px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    position: relative;
    width: 184px;
}

.search__content form .data input#datarange {
    opacity: 0;
}

.search__content form .data input#created-min {
    position: absolute;
    width: 80px;
    left: 4px;
    top: -5px;
    border: unset !important;
    font-size: 14px;
}

.search__content form .data input#created-max {
    position: absolute;
    width: 80px;
    right: -3px;
    top: -5px;
    border: unset !important;
    font-size: 14px;
}

.search__content form .data span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#new_design .search__content form #created-all {
    width: 184px;
    padding: 2px 4px;
}

#new_design .desktop-menu {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 160px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    padding-bottom: 56px;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media screen and (min-width: 1200px) {
    #new_design .desktop-menu {
        top: 160px;
    }
}

@media screen and (min-width: 1560px) {
    #new_design .desktop-menu {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

#new_design .desktop-menu.active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#new_design .desktop-menu__inner {
    max-width: 1170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#new_design .desktop-menu__content {
    width: 100%;
}

#new_design .desktop-menu__bottom {
    margin-top: 1rem;
    padding: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#new_design .desktop-menu__bottom p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#new_design .desktop-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#new_design .desktop-menu__links a {
    padding: 0 12px;
}

#new_design .desktop-menu__links svg {
    width: 18px;
    height: 18px;
}

#new_design .desktop-menu__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    row-gap: 0.5rem;
}

#new_design .desktop-menu__nav ul li {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    font-family: 'OpenSans-SemiBold', sans-serif;
    margin-bottom: 17px;
}

#new_design .desktop-menu .title {
    text-transform: uppercase;
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 12px;
    line-height: 50px;
    opacity: 0.5;
    margin-bottom: 21px;
}

#new_design .desktop-menu__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: unset;
}

#new_design .desktop-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 400px;
}

#new_design .desktop-menu__item--img {
    width: 100%;
    height: 273px;
    margin-bottom: 22px;
}

#new_design .desktop-menu__item--title {
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-size: 14px;
    line-height: 21px;
}

#new_design .desktop-menu__item--data {
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 12px;
    line-height: 18px;
}

#new_design .desktop-menu .row {
    padding: unset;
}

#new_design .lang {
    display: none;
}

#new_design .lang li {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0px 5px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold', sans-serif;
    border-right: 2px solid #000;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#new_design .lang li:hover, #new_design .lang li.active {
    color: #87D4CF;
}

@media screen and (min-width: 1210px) {
    #new_design .lang {
        margin-left: 73px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

#new_design .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 75px;
}

#new_design .search__btn svg {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#new_design .search__btn span {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 30px;
    line-height: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#new_design .search__btn.active svg {
    display: none;
}

#new_design .search__btn.active span {
    display: block;
}

#new_design .icon {
    background-color: #E3F9FF;
    border-radius: 4px;
    width: 52px;
    height: 52px;
    padding: unset;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#new_design h3 {
    padding-left: 18px !important;
    margin-bottom: unset;
    color: #333333;
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 18px;
    line-height: 25px;
}

@media screen and (min-width: 768px) {
    #new_design h3 {
        font-size: 18px;
        line-height: 23px;
    }
}

@media screen and (min-width: 1210px) {
    #new_design h3 {
        font-size: 30px;
        line-height: 41px;
    }
}

#new_design .fl-un {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}

#new_design .w-un {
    width: unset;
}

#new_design .first__img {
    display: none;
}

@media screen and (min-width: 768px) {
    #new_design .first__img {
        display: block;
        height: 492px;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .first__img {
        height: 779px;
    }
}

@media screen and (min-width: 768px) {
    #new_design .first__slider {
        margin-top: 33px;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .first__slider {
        display: none;
    }
}

#new_design .first__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 320px;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#new_design .first__item.swiper-slide-active {
    opacity: 1;
}

@media screen and (min-width: 768px) {
    #new_design .first__item {
        width: 320px !important;
    }
}

#new_design .first__item--img {
    border-radius: 6px;
    display: block;
    height: 188px;
}

#new_design .first__item--img img {
    display: block;
}

#new_design .first__item--text {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 27px;
    margin-top: 23px;
}

#new_design .first__item--data {
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 10.9px;
    line-height: 10.9px;
    color: #B3B3B3;
}

#new_design .first__link {
    width: 100%;
    margin-top: 30px;
}

#new_design .cards {
    width: 1030px;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 30px;
    padding-bottom: 19px;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#new_design .cards__inner {
    padding-bottom: 20px;
}

#new_design .cards__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: unset;
}

#new_design .cards__item--img {
    width: 170px;
    display: block;
    margin-right: 30px;
    padding: unset;
}

#new_design .cards__item--img img {
    border-radius: 4px;
}

#new_design .cards-txt {
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
}

#new_design .cards-txt p {
    width: 270px;
}

#new_design .cards-txt p:first-of-type {
    font-size: 12px;
}

#new_design .cards-txt p:last-of-type {
    font-size: 10px;
    line-height: 10px;
}

#new_design .cards .bt {
    padding-top: 13px;
}

#new_design .row {
    margin-left: unset;
    margin-right: unset;
}

#new_design a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#new_design a:hover, #new-design a span:hover{
    color: #92D5E6;
}

#new_design .books {
    margin-bottom: 68px;
}

@media screen and (min-width: 768px) {
    #new_design .books {
        margin-bottom: 44px;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .books {
        margin-bottom: 56px;
    }
}

#new_design .books__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    #new_design .books__top {
        margin-bottom: 44px;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .books__top {
        margin-bottom: 30px;
    }
}

#new_design .books__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    #new_design .books__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#new_design .books__items {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: unset;
    padding-top: 10px;
    margin-bottom: 27px;
}

#new_design .books__items::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #fff;
}

#new_design .books__items::-webkit-scrollbar-thumb {
    background-color: #fff;
    display: none;
}

@media screen and (min-width: 768px) {
    #new_design .books__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 367px;
        margin-bottom: unset;
        padding-top: unset;
        overflow: hidden;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .books__items {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: unset;
    }
}

#new_design .books__item {
    width: 170px;
    margin-right: 31px;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#new_design .books__item:last-of-type {
    margin-right: unset;
}

@media screen and (min-width: 768px) {
    #new_design .books__item:last-of-type {
        margin-top: 32px;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .books__item:last-of-type {
        margin-top: unset;
    }
}

#new_design .books__item p {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 14px;
    line-height: 14.7px;
    color: #393939;
    padding-top: 10px;
}

#new_design .books__item img {
    height: 252px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    #new_design .books__item {
        margin-right: 27px;
    }

    #new_design .books__item:last-of-type {
        margin-right: unset;
    }

    #new_design .books__item:nth-of-type(2) {
        margin-right: unset;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .books__item {
        margin-right: 30px;
    }

    #new_design .books__item:last-of-type {
        margin-right: unset;
    }

    #new_design .books__item:nth-of-type(2) {
        margin-right: 30px;
    }
}

#new_design .books__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#new_design .books__list--item {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding-left: 23px;
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px solid #E5E5E5;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    color: #393939;
}

#new_design .books__list--item:last-of-type {
    margin-bottom: unset;
}

#new_design .books__list--btn {
    padding-top: unset;
    margin-bottom: 34px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    #new_design .books__list {
        width: 320px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #new_design .books__list--item {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }

    #new_design .books__list--btn {
        display: inline;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-top: 33px;
        margin-bottom: unset;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .books__list {
        width: 370px;
    }
}

#new_design .interview {
    margin-top: 68px;
}

@media screen and (min-width: 768px) {
    #new_design .interview {
        margin-top: 44px;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .interview {
        margin-top: 143px;
    }
}

#new_design .interview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    #new_design .interview__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#new_design .interview__top {
    margin-bottom: 42px;
}

#new_design .interview__top a {
    display: none;
}

#new_design .interview__top--title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    #new_design .interview__top {
        margin-bottom: unset;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 345px;
    }

    #new_design .interview__top a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .interview__top {
        width: 470px;
    }

    #new_design .interview__top--title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    #new_design .interview__top .icon {
        margin-top: 7px;
    }
}

#new_design .interview__slider {
    width: 100%;
    padding-bottom: 33px;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}

#new_design .interview__slider--next {
    position: absolute;
    top: 30%;
    right: 15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    #new_design .interview__slider--next {
        right: 13%;
    }
}

#new_design .interview__slider .img {
    border-radius: 6px;
}

#new_design .interview__slider .img img {
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    #new_design .interview__slider {
        margin-left: 30px;
        border-bottom: unset;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .interview__slider {
        max-width: 796px;
    }
}

#new_design .interview__text p {
    color: #464646;
    font-family: 'OpenSans-SemiBold', sans-serif;
    color: #464646;
}

@media screen and (min-width: 768px) {
    #new_design .interview__text p {
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 28px;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .interview__text p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 33px;
    }
}

#new_design .interview__link {
    padding-top: 11px;
    width: auto;
    margin-left: auto;
}

#new_design .media {
    margin-bottom: 61px;
}

@media screen and (min-width: 768px) {
    #new_design .media {
        margin-top: 122px;
        margin-bottom: 56px;
    }
}

#new_design .media__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 33px;
}

@media screen and (min-width: 1210px) {
    #new_design .media__top {
        margin-bottom: 30px;
    }
}

#new_design .media__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 1210px) {
    #new_design .media__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

#new_design .media__sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_design .media__sidebar--link {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #new_design .media__sidebar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #new_design .media__sidebar--link {
        padding-top: 15px;
        border-top: 1px solid #E5E5E5;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .media__sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 369px;
        padding: 0 28px;
        padding-bottom: 21px;
        background-color: #F8F8F8;
    }

    #new_design .media__sidebar--link {
        padding-top: 11px;
        border-top: unset;
        width: unset;
        margin-left: auto;
    }
}

#new_design .media__sidebar--card {
    padding-bottom: 34px;
    display: none;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
}

#new_design .media__sidebar--card:first-of-type(1) {
    display: block;
}

#new_design .media__sidebar--card .img {
    position: relative;
    width: 100%;
}

#new_design .media__sidebar--card .img .media__icon {
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    z-index: 3;
}

#new_design .media__sidebar--card .img .media__icon svg {
    width: 18px;
    height: 18px;
    z-index: 4;
}

#new_design .media__sidebar--card .img .media__icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: #fff;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    opacity: 0.6;
}

@media screen and (min-width: 768px) {
    #new_design .media__sidebar--card {
        display: block;
        border-bottom: unset;
        width: 313px;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .media__sidebar--card {
        border-bottom: 1px solid #E5E5E5;
        padding-top: 23px;
    }

    #new_design .media__sidebar--card:hover .media__data, #new_design .media__sidebar--card:hover .media__text {
        color: #000;
    }
}

#new_design .media__text {
    padding-top: 11px;
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

#new_design .media__data {
    font-size: 12px;
    line-height: 12.9px;
    padding-top: 18px;
    color: #333333;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'OpenSans-Regular', sans-serif;
}

#new_design .media__list {
    margin-top: 52px;
    padding: unset;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    #new_design .media__list {
        display: grid;
        margin-top: 40px;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .media__list {
        margin-top: unset;
        margin-left: 30px;
        grid-template-columns: 1fr 1fr;
        row-gap: 30px;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

#new_design .media__list > div {
    display: none;
}

#new_design .media__list > div:nth-of-type(1) {
    display: block;
    width: 100%;
    height: 200px;
}

#new_design .media__list > div img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    #new_design .media__list > div {
        display: none;
    }

    #new_design .media__list > div:nth-of-type(odd), #new_design .media__list > div:nth-of-type(even) {
        display: block;
        width: 345px;
        height: 219px;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .media__list > div {
        display: block;
    }

    #new_design .media__list > div:nth-of-type(odd), #new_design .media__list > div:nth-of-type(even) {
        width: 270px;
        height: 170px;
    }
}

#new_design .media__list a {
    grid-column: 2;
    padding-top: 26px;
}

@media screen and (min-width: 768px) {
    #new_design .media__list a {
        padding-top: 17px;
    }
}

#new_design .card {
    width: 270px !important;
    border: unset;
}

#new_design .card .img {
    height: 156px;
}

#new_design .card-text {
    padding-top: 14px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'OpenSans-SemiBold', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#new_design .card:hover {
    color: #92D5E6;
}

#new_design .footer {
    font-size: 12px;
    line-height: 16.34px;
    color: #464646;
    font-family: 'OpenSans-Regular', sans-serif;
}

@media screen and (min-width: 1210px) {
    #new_design .footer {
        background: #F8F8F8;
    }
}

#new_design .footer__items {
    padding-top: 24px;
    padding-bottom: 40px;
    border-top: 1px solid #D3D3D3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    #new_design .footer__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 38px;
    }
}

@media screen and (min-width: 1210px) {
    #new_design .footer__items {
        padding-top: 18px;
        padding-bottom: 25px;
    }
}

#new_design .footer__items p:first-of-type {
    margin-bottom: 38px;
}

@media screen and (min-width: 768px) {
    #new_design .footer__items p:first-of-type {
        margin-bottom: unset;
    }
}
