/*
Author:      no name
Author URI:  https://wordpress.org/
Version:     1.1
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

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

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

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

input:focus {
    outline: 0
}

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

body, html {
    height: 100%
}

body {
    margin: 0 auto;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif!important;
    font-size: 14px;
    font-weight: 400;
    color: #484848
}


input[type=file] {
    display: none
}

.error404 .header__right{
	display:none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}


.container {
    max-width: 1624px;
    padding: 0 20px;
    margin: 0 auto;
    overflow: hidden
}


.close-btn {
    display: flex;
    margin: -6% -6% 0 0;
    border: none;
    width: 32px;
    height: 32px;
    position: relative;
    background-color: transparent;
    outline: 0
}

@media (max-width: 960px) {
    .close-btn {
        margin: -1% -1% 0 0
    }
}

.close-btn:hover {
    cursor: pointer
}

.close-btn::after, .close-btn::before {
    position: absolute;
    left: 13px;
    top: 0;
    content: '';
    height: 32px;
    width: 4px;
    background-color: #484848;
    opacity: .3
}

.close-btn::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-btn::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}
.banner .banner__text h1{
    font-size: 70px;
    margin-top: 55px;
    line-height: 1;
    margin-bottom: 60px;
    font-weight: bold;
    color: #000;
}
.header {
    width: 100%;
    background-color: #fff
}
.header.header-main{
    background-color: rgba(249, 134, 51, 0.1);
}
.solution-item-wrap{
    height: 100%;
    padding: 35px 35px 126px 35px!important;
}
.solution-item .btn {
    position:absolute;
    bottom: 55px;
}
.header__wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1500px;
    min-height: 80px;
    padding: 27px 20px;
    margin: 0 auto;
}

@media (max-width: 1280px) {
    .header__wrapper {
        max-width: 100%
    }
}

@media (max-width: 960px) {
    .header__wrapper {
        align-items: baseline
    }
}

@media (max-width: 960px) {
    .header__logo {
        order: 2
    }
}

.header__logo-img {
    height: auto!important;
    width: 190px;
}

.header__right {
    display: flex
}

.header__burger {
    position: fixed;
    display: none
}

@media (max-width: 960px) {
    .header__burger {
        position: relative;
        z-index: 2000;
        display: block;
        order: 3;
        width: 22px;
        height: 20px
    }
}

.header__burger::after, .header__burger::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #484848;
    opacity: .6;
    content: '';
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.header__burger::before {
    top: 0
}

.header__burger::after {
    bottom: 0
}

.header__burger:hover {
    cursor: pointer
}

.header__burger-active::before {
    width: 18px;
    top: 9px;
    z-index: 1500;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__burger-active::after {
    width: 18px;
    bottom: 9px;
    z-index: 1500;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header__burger-item {
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #484848;
    opacity: .6;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.header__burger-active .header__burger-item {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

@media (max-width: 960px) {
    .header__menu {
        position: fixed;
        width: 100%;
        top: -100%;
        right: 0;
        z-index: 1500;
        height: auto;
        padding: 40px 0 10px;
        overflow: auto;
        background-color: #faf8f5;
        box-shadow: inset 0 2px 10px 2px rgba(0, 0, 0, .1);
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s
    }
}

@media (max-width: 960px) {
    .header__menu-active {
        top: 80px
    }
}

.header__menu-list {
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 960px) {
    .header__menu-list {
        display: block;
        margin: 0 23px;
        text-align: left
    }
}

.header__menu-item {
    margin: 0 40px 0 0;
    position: relative;
}

.header__menu-item--has-submenu .header__menu-link::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
	transition: transform .2s ease-in-out;
    margin-left: 5px;
}

.header__menu-item--has-submenu .header__menu-link:hover::after {
	transform: rotate(135deg);
}

@media (max-width: 1280px) {
    .header__menu-item {
        margin: 0 30px 0 0
    }
}

@media (max-width: 960px) {
    .header__menu-item {
        margin: 0 0 23px 0
    }
}

.header__menu-link {
    padding: 3px 3px 28px;
    font-weight: 700;
    line-height: 16px;
    color: #484848;
    opacity: .6;
    display: flex;
	align-items: center;
    transition: box-shadow .2s ease-in-out;
}

@media (max-width: 960px) {
    .header__menu-link {
        line-height: 21px;
        font-size: 18px
    }
}

.header__menu-link:active, .header__menu-link:focus, .header__menu-link:hover, .header__menu-item:hover header__menu-link {
    color: #ff7f00;
    opacity: 1;
    box-shadow: inset 0 -4px 0 0 #ff7f00;
}

@media (max-width: 960px) {
    .header__menu-link:active, .header__menu-link:focus, .header__menu-link:hover {
        padding-bottom: 5px
    }
}

.header__menu-link--is-active {
    color: #ff7f00;
    opacity: 1
}

.header__language {
    width: 47px;
    display: flex;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    font-weight: 700;
    color: rgba(72, 72, 72, .6);
    text-align: left;
    margin-top: -5px;
    outline: 0;
    z-index: 100
}

@media (max-width: 960px) {
    .header__language {
        order: 1
    }
}

.header__language .header__language-title {
    cursor: pointer;
    padding: 5px 0 0 5px
}

.header__language .header__language-title:hover {
    color: #ff7f00
}

.header__language .header__language-title::after {
    display: block;
    width: 4px;
    height: 4px;
    margin: -11px 0 0 20px;
    border-right: 2px solid rgba(72, 72, 72, .6);
    border-bottom: 2px solid rgba(72, 72, 72, .6);
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.lang-item > a {
    color: rgba(72, 72, 72, .6)
}

.lang-item > a:hover {
    color: #ff7f00
}

.header__language .header__language-list {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    padding: 0 0 0 4px;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid rgba(72, 72, 72, .6)
}

.header__language .header__language-list .lang-item {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 5px 0
}

.lock {
    overflow: hidden
}

.button {
    display: flex;
    cursor: pointer;
    border: 0;
    border-radius: 8px;
    outline: 0;
    align-items: center;
	transition: background-color .2s ease-in-out;
}

.button--bg-orange {
    background-color: #ff7f00
}

.button--bg-orange:focus, .button--bg-orange:hover {
    background-color: #484848;
}

.button--bg-orange:active {
    background-color: #484848;
    outline: 0
}

.button--bg-dark {
    background-color: #484848
}

.button--bg-dark:focus, .button--bg-dark:hover {
    background-color: #ff7f00;
}

.button--bg-dark:active {
    background-color: #ff7f00;
    outline: 0
}

.button--bg-gray {
    background-color: rgba(72, 72, 72, .1)
}

.button--bg-gray:focus, .button--bg-gray:hover {
    
}

.button--bg-gray:active {
    background-color: rgba(72, 72, 72, .5);
    outline: 0
}

.button--has-icon {
    padding: 20px 20px 20px 25px;
    justify-content: space-between
}

.button--align-start {
    justify-content: start
}

.button--align-center {
    justify-content: center
}

.button__title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: start
}

.button__title--font-color-dark {
    color: #484848
}

.button__title--font-color-white {
    color: #fff
}

.button__title--font-size-small {
    font-size: 14px;
    line-height: 20px
}

.button__title--font-size-middle {
    font-size: 16px;
    line-height: 18px
}

.button__icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    fill: #fff;
    --opacity-path: 1;
    --opacity-rect: 0;
    width: 48px;
    height: 24px;
    margin-left: 61px
}

@media (max-width: 375px) {
    .button__icon {
        visibility: hidden
    }
}

.section-title {
    margin-bottom: 63px
}

@media (max-width: 1280px) {
    .section-title {
        margin-bottom: 30px
    }
}

@media (max-width: 600px) {
    .section-title {
        margin-bottom: 20px
    }
}

.section-title--booking {
    margin-bottom: 35px
}

@media (max-width: 600px) {
    .section-title--booking {
        margin-bottom: 10px
    }
}

.section-title__heading-inner {
    display: flex;
    margin-bottom: 25px;
    color: #000;
}

@media (max-width: 600px) {
    .section-title__heading-inner {
        margin-bottom: 10px
    }
}

.section-title__heading-inner--subscribe {
    margin-bottom: 8px
}

.section-title__heading-inner--promo {
    margin-bottom: 43px
}

@media (max-width: 960px) {
    .section-title__heading-inner--promo {
        margin-bottom: 20px
    }
}

.section-title__heading-icon {
    margin-right: 16px;
    flex-shrink: 0;
    width: 16px;
    height: 16px
}

.section-title__heading-icon--orange {
    stroke: #ff7f00
}

.section-title__heading-icon--white {
    stroke: #fff
}

.section-title__heading {
    font-weight: normal;
    line-height: 16px;
    text-transform: uppercase;
		font-family: "Montserrat";
	color: #484848;
}

@media (max-width: 600px) {
    .section-title__heading {
        font-size: 12px;
        line-height: 14px
    }
}

.section-title__heading--white {
    color: #fff
}

.section-title__label {
    font-weight: normal;
    text-align: start;
    color:#484848;
}

@media (max-width: 600px) {
    .section-title__label {
        font-size: 35px;
        line-height: 40px
    }
}

@media (max-width: 375px) {
    .section-title__label {
        font-size: 28px;
        line-height: 30px
    }
}

.section-title__label--white {
    color: #fff
}

.section-title__label--big {
    font-size: 100px;
    line-height: 120%
}

@media (max-width: 1280px) {
    .section-title__label--big {
        font-size: 48px;
        line-height: 70px
    }
}

@media (max-width: 960px) {
    .section-title__label--big {
        font-size: 35px;
        line-height: 40px
    }
}

.page-id-1648 .section-title{
	margin-bottom:15px!important;
}

.page-id-1648 .contact-form__checkbox{
	margin-bottom:15px!important;
}

@media (max-width: 600px) {
    .section-title__label--big {
        font-size: 25px;
        line-height: 30px
    }
}

.section-title__label--middle {
    font-size: 44px;
    line-height: 56px;
	
}

@media (max-width: 1280px) {
    .section-title__label--middle {
        font-size: 40px;
        line-height: 45px
    }
}

@media (max-width: 960px) {
    .section-title__label--middle {
        font-size: 30px;
        line-height: 40px
    }
}

@media (max-width: 600px) {
    .section-title__label--middle {
        font-size: 20px;
        line-height: 30px
    }
}

.section-title__label--small {
    font-size: 32px;
    line-height: 37px
}

.section-title__label--promo {
    text-transform: capitalize
}
.page-id-217 .promo{
	background-color:#F98633!important;
}
.page-id-1022 .promo{
	background-color:#F98633!important;
}
.page-id-556 .promo{
	background-color:#F98633!important;
}
.page-id-1001 .promo{
	background-color:#F98633!important;
}
.page-id-964 .promo{
	background-color:#F98633!important;
}
.page-id-955 .promo{
	background-color:#F98633!important;
}
.page-id-1007 .promo{
	background-color:#F98633!important;
}
.page-id-928 .promo{
	background-color:#F98633!important;
}
.page-id-933 .promo{
	background-color:#F98633!important;
}
.promo {
    position: relative;
    overflow: hidden;
  background-color: #F98633; 
	}
.page-id-18 .promo {
    
  background-color: inherit!important;
}

.slick-list #slick-slide10{
	background:#6e00a3!important;
}
.team-slider .slick-list #slick-slide10{
	background:none!important;
}
.slick-list #slick-slide11{
	background:#fe5e22!important;
}
.team-slider .slick-list #slick-slide11{
	background:none!important;
}
.slick-list #slick-slide12{
	background:#ffc32a!important;
}
.team-slider .slick-list #slick-slide12{
    background:none!important;
}
.slick-list #slick-slide13{
	background:#b90052!important;
}
.slick-list #slick-slide14{
	background:#ffc32a!important;
}

.promo--meet-us {
    /*background-image: linear-gradient(#f98633, #f98633);*/
}

.promo__icon {
    fill: #fff;
    fill-opacity: .07;
    position: absolute;
    top: calc(100% / 2 - 98px);
    width: 148px;
    height: 148px
}

.promo__icon-left {
    left: -60px
}

.promo__icon-left--banner {
    top: calc(100% / 2 - 150px)
}

.promo__icon-right {
    right: -60px
}

.promo__icon-right--banner {
    top: 50%;
    right: -70px
}

.promo__arrow-icon {
    cursor: pointer;
    fill: #fff;
    --opacity-path: 1;
    --opacity-rect: 0.3;
    z-index: 100;
    position: absolute;
    top: calc(100% / 2 - 70px);
    outline: 0;
    width: 56px;
    height: 56px
}

@media (max-width: 375px) {
    .promo__arrow-icon {
        visibility: hidden
    }
}

.promo #promo__arrow-left {
    left: 10px
}

.promo #promo__arrow-right {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    right: 10px
}

.promo__wrap {
    padding: 100px 0 55px
}

@media (max-width: 1280px) {
    .promo__wrap {
        padding: 40px 0
    }
}

@media (max-width: 600px) {
    .promo__wrap {
        padding: 40px 0 20px
    }
}

.promo__wrap--product-page {
    padding: 100px 0 93px
}

@media (max-width: 1280px) {
    .promo__wrap--product-page {
        padding: 40px 0
    }
}

@media (max-width: 600px) {
    .promo__wrap--product-page {
        padding: 40px 0 20px
    }
}

.promo__wrap--categories-page {
    padding: 155px 0 90px
}

@media (max-width: 1280px) {
    .promo__wrap--categories-page {
        padding: 40px 0 15px
    }
}

@media (max-width: 600px) {
    .promo__wrap--categories-page {
        padding: 40px 0 10px
    }
}

.promo__wrap--about-us {
    padding: 100px 0 25px
}

@media (max-width: 1280px) {
    .promo__wrap--about-us {
        padding: 40px 0 20px
    }
}

@media (max-width: 600px) {
    .promo__wrap--about-us {
        padding: 40px 0 10px
    }
}

.promo .slick-active {
    outline: 0
}

.promo-slider {
    min-width: 0;
    max-width: 100%
}

.promo-slider--meet-us .slick-dots li {
    margin-top: -62px
}

.promo-slider__item--meet-us {
    overflow: hidden;
    width: 100%;
    position: relative
}

.promo-slider__item-inner {
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 1280px) {
    .promo-slider__item-inner {
        padding: 0 60px
    }
}

@media (max-width: 375px) {
    .promo-slider__item-inner {
        padding: 0
    }
}

@media (max-width: 1280px) {
    .promo-slider__item-inner--banner {
        padding: 0
    }
}

.promo-slider__left {
    max-width: 55%
}

@media (max-width: 960px) {
    .promo-slider__left {
        width: 100%
    }
}

@media (max-width: 600px) {
    .promo-slider__left {
        max-width: 100%!important;
    }
}

@media (max-width: 960px) {
    .promo-slider__left--banner {
        width: 100%
    }
}

.promo-slider__left--meet-us {
    padding: 100px 0 120px;
    max-width: 45%
}

@media (max-width: 1280px) {
    .promo-slider__left--meet-us {
        padding: 30px 20px 50px 20px;
    }
}
@media (max-width: 600px){
.promo-slider__right {
    display: block!important;
}
	.flex{
		    flex-direction: column-reverse;
	}
}

@media (max-width: 600px) {
    .promo-slider__left--meet-us {
        max-width: 100%
    }
}

@media (max-width: 375px) {
    .promo-slider__left--meet-us {
        padding: 40px 0 80px
    }
}

.promo-slider__right {
    max-width: 780px;
    margin: -4% 10px 0 0
}

@media (max-width: 1280px) {
    .promo-slider__right {
        margin-top: 0
    }
}

@media (max-width: 960px) {
    .promo-slider__right {
        align-self: center
    }
}



.promo-slider__right--meet-us {
    max-width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    /*clip-path: circle(50% at center center)*/
}

@media (max-width: 5120px) {
    .promo-slider__right--meet-us {
        top: 0;
        right: -5%
    }
}

@media (max-width: 1920px) {
    .promo-slider__right--meet-us {
        top: 0;
        right: 0
    }
}

@media (max-width: 1280px) {
    .promo-slider__right--meet-us {
        top: 0;
        right: 0
    }
}

@media (max-width: 960px) {
    .promo-slider__right--meet-us {
        top: 0;
        right: -10%
    }
}



.promo-slider__right--product-page {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    margin: 15px 30px 0 0;
    align-self: center!important;
}

@media (max-width: 1280px) {
    .promo-slider__right--product-page {
        margin: 30px -100px 0 0
    }
}

@media (max-width: 960px) {
    .promo-slider__right--product-page {
        -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
        transform: scale(1.7);
        margin: 50px -120px 20px 0
    }
}

.promo-slider__right--main {
    align-self: center
}

.promo-slider__right--categories-page {
    max-width: 729px;
    margin: -6% 30px 0 0
}

@media (max-width: 1280px) {
    .promo-slider__right--categories-page {
        max-width: 50%
    }
}

.promo-slider__right--about-us {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    margin: 40px -120px 0 0
}

@media (max-width: 1280px) {
    .promo-slider__right--about-us {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        margin: -40px -200px 0 0
    }
}

.promo-slider__img {
    width: 100%;
    height: auto;
    max-width: 780px
}

.promo-slider__img--meet-us {
    max-width: 1519px;
    height: 100%
}
.page-id-3945 .promo-slider__img--meet-us{
	max-height:560px;
	max-width:600px;
}
.page-id-3945 .promo-slider__right--meet-us
{
	right:0;
	position:relative!important;
}
.promo-slider__img--product-page {
    max-width: 1095px
}

.promo-slider__pros-description {
    margin: 0 0 70px;
    max-width: 465px;
    color: #fff;
    line-height: 20px
}

@media (max-width: 1280px) {
    .promo-slider__pros-description {
        margin: 50px 0
    }
}

@media (max-width: 960px) {
    .promo-slider__pros-description {
        margin: 30px 0
    }
}

@media (max-width: 600px) {
    .promo-slider__pros-description {
        margin: 20px 0;
        max-width: 100%
    }
}

.promo-slider__pros-description--banner {
    margin: 45px 0 80px
}

@media (max-width: 1280px) {
    .promo-slider__pros-description--banner {
        margin: 40px 0
    }
}

@media (max-width: 960px) {
    .promo-slider__pros-description--banner {
        margin: 30px 0
    }
}

@media (max-width: 600px) {
    .promo-slider__pros-description--banner {
        margin: 20px 0
    }
}

.promo-slider__pros-description--meet-us {
    margin: 0 0 95px
}

@media (max-width: 1280px) {
    .promo-slider__pros-description--meet-us {
        margin: 40px 0
    }
}

@media (max-width: 960px) {
    .promo-slider__pros-description--meet-us {
        margin: 30px 0
    }
}

@media (max-width: 600px) {
    .promo-slider__pros-description--meet-us {
        margin: 20px 0
    }
}

.promo-slider__pros-item {
    display: flex;
    margin: 16px 0;
    align-items: center
}

.promo-slider__pros-desc {
    color: #fff
}

.promo-slider__button {
    min-width: 219px
}

.promo-slider__marks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 22px
}

.promo-slider__pros-icon {
    fill: #fff;
    display: flex;
    flex-shrink: 0;
    margin: 0 8px 0 0;
    width: 40px;
    height: 40px
}

.promo-slider__date {
    display: flex;
    margin-right: 28px
}

.promo-slider__place {
    display: flex
}

.promo-slider__date-icon, .promo-slider__place-icon {
    display: flex;
    flex-shrink: 0;
    --opacity-path: 0.5;
    margin: 0 8px 0 0;
    fill: #fff
}

.promo-slider__date-icon {
    width: 13px;
    height: 15px
}

.promo-slider__place-icon {
    width: 14px;
    height: 15px
}

.promo-slider__date-link, .promo-slider__place-link {
    color: #fff;
    cursor: pointer;
    line-height: 20px;
    outline: 0
}

.promo-slider__date-link:hover, .promo-slider__place-link:hover {
    color: #484848
}

.promo-slider .slick-dots {
    display: flex;
    justify-content: center
}

@media (max-width: 600px) {
    .promo-slider .slick-dots {
        padding-top: 5px
    }
}

.promo-slider .slick-dots li {
    padding: 8px;
    list-style: none;
    opacity: .3;
    z-index: 200
}

.promo-slider .slick-dots li button {
    width: 16px;
    height: 16px;
    font-size: 0;
    cursor: pointer;
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    outline: 0
}

.promo-slider .slick-dots li.slick-active {
    opacity: 1
}

.resume {
    background-color: #faf8f5;
    position: relative;
    overflow: hidden
}

.resume__icon {
    fill: #484848;
    fill-opacity: .07;
    position: absolute;
    width: 148px;
    height: 148px
}

.resume__icon-left {
    left: -100px;
    top: 79px
}

.resume__icon-right {
    right: 125px;
    bottom: 32px
}

.resume__icon-right--product-page {
    bottom: 80px
}

.resume__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding: 116px 0 90px;
    flex-shrink: 0
}

@media (max-width: 1280px) {
    .resume__wrapper {
        padding: 60px 0;
        flex-direction: column;
        align-items: center
    }
	.new-block-adaptive{
		flex-direction: row!important;
	}
	.new-allblocks .sport-newblock-img{
		margin-right:101px!important;
	}
	.new-allblocks .sport-newblock-img{
	
	margin-right:5%!important;

	
}
	.sport-newblock-img img{
		width:395px!important;
		height:321px!important;
	}
	.sports-text-description p{
		text-align:left;
		font-size:16px;
	}
	.new-block-sport__reverse .resume-description{
		margin-left:101px!important;
	}
}

@media (max-width: 600px) {
    .resume__wrapper {
        padding: 40px 0;
        flex-wrap: wrap
    }
}

.resume-description {
    max-width: 700px;
	padding-right:50px;
   
}

@media (max-width: 1280px) {
    .resume-description {
        padding-right: 0;
        max-width: 100%
    }
}

.resume-description__text {
    line-height: 24px;
    margin: 16px 0
}

@media (max-width: 1280px) {
    .resume-description__text {
        text-align: left;
    }
}

.resume-description__text-strong {
    font-weight: 700
}

.resume-blocks {
    width: 100%;
    max-width: 944px
}

.resume-blocks__list {
    flex-wrap: wrap;
    display: flex;
    margin: -8px
}

@media (max-width: 1280px) {
    .resume-blocks__list {
        margin: 0 auto
    }
}

.resume-blocks__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: calc(100% / 2 - 16px);
    padding: 20px 0 47px;
    margin: 8px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    z-index: 50
}

@media (max-width: 1280px) {
    .resume-blocks__item {
        padding: 20px 0
    }
}

@media (max-width: 600px) {
    .resume-blocks__item {
        padding: 10px 0;
		width: calc(100% / 1 - 16px);
    }
}

.resume-blocks__icon-dots {
    margin: 0 16px 16px 0;
    align-self: flex-end;
    fill: #ff7f00;
    fill-opacity: .1;
    width: 56px;
    height: 24px
}

@media (max-width: 600px) {
    .resume-blocks__icon-dots {
        width: 26px;
        height: 11px;
        margin: -2px 5px 0 0
    }
}

.resume-blocks__icon-dots--first {
    --fourth-dot: 1;
    --eighth-dot: 0
}

.resume-blocks__icon-dots--second {
    --second-dot: 1;
    --fifth-dot: 1;
    --eighth-dot: 0
}

.resume-blocks__icon-dots--third {
    --first-dot: 1;
    --second-dot: 1;
    --fifth-dot: 1;
    --eighth-dot: 0
}

.resume-blocks__icon-dots--fourth {
    --first-dot: 1;
    --second-dot: 1;
    --fourth-dot: 1;
    --fifth-dot: 1;
    --eighth-dot: 0
}

.resume-blocks__item-icon {
    fill: #ff7f00;
    --opacity-path: 1;
    --opacity-rect: 0.07;
    width: 80px;
    height: 80px
}

@media (max-width: 600px) {
    .resume-blocks__item-icon {
        width: 37px;
        height: 37px
    }
}

.resume-blocks__title {
    padding: 19px 0;
    font-size: 32px;
    line-height: 37px;
	text-align: center;
}

@media (max-width: 600px) {
    .resume-blocks__title {
        padding: 12px 0 0;
        font-size: 18px;
        line-height: 21px
    }
}

.resume-blocks__desc {
    line-height: 16px
}

@media (max-width: 600px) {
    .resume-blocks__desc {
        padding: 4px 10px;
        font-size: 12px;
        line-height: 14px;
		text-align: center;
    }
}

.features {
    background-color: #ffffff;
    position: relative;
    overflow: hidden
}

.features__icon {
    position: absolute;
    width: 148px;
    height: 148px;
    fill: #484848;
    fill-opacity: .07
}

@media (max-width: 375px) {
    .features__icon {
        display: none
    }
}

.features__icon-left {
    left: -95px;
    top: 130px
}

.features__icon-right {
    right: 120px;
    bottom: 100px
}

@media (max-width: 960px) {
    .features__icon-right {
        display: none
    }
}

.features__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding: 110px 0 120px
}

@media (max-width: 1280px) {
    .features__wrapper {
        flex-direction: column;
        align-items: center;
        padding: 60px 0
    }
}

@media (max-width: 375px) {
    .features__wrapper--active {
        padding: 40px 0 255px;
        margin-bottom: 42px
    }
}

.features__description {
    max-width: 41%;
    padding-right: 2%;
    flex-shrink: 0;
    margin-bottom: 20px;
}

@media (max-width: 1280px) {
    .features__description {
        max-width: 100%
    }
}

.features__text {
    margin: 16px 0;
    line-height: 24px
}

@media (max-width: 375px) {
    .features__text {
        font-size: 12px;
        line-height: 17px
    }
}

.features__text-strong {
    font-weight: 700
}

.features-slider__wrap {
    display: flex;
    max-width: 58%
}

@media (max-width: 1280px) {
    .features-slider__wrap {
        max-width: 100%
    }
}


@media (max-width: 960px) {
    .features-slider__inner {
        padding: 39px 55px 69px
    }
}

@media (max-width: 600px) {
    .features-slider__inner {
        padding: 39px 20px 60px
    }
}

@media (max-width: 375px) {
    .features-slider__inner {
        padding: 30px 15px 4px
    }
}

@media (max-width: 320px) {
    .features-slider__inner {
        padding: 30px 10px 20px
    }
}

.features-slider {
    position: relative;
    overflow: visible;
    max-width: 900px;
/*    height: 100%;*/
    min-width: 0
}

.features-slider__inner {
    position: relative;
    z-index: 100;
    width: 100%;
    padding: 39px 102px 69px
}
.features-slider__inner.features-slider__inner-wrapper{
    padding: 39px 60px 69px;
}

.features-slider::before {
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,-50%);
    content: '';
    width: 123%;
    height: 123%;
    background-size: contain;
    background-image: url(img/laptop.png);
    background-repeat: no-repeat
}
.features-slider .slick-list{
    top:-15px!important;
}
/*.features-slider::before {
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,-50%);
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url(img/laptop.png);
    background-repeat: no-repeat
}*/

.features-slider .slick-list {
    overflow: visible
}

.features-slider .slick-active, .features-slider .slick-slide {
    outline: 0
}
/*.features-slider__item{
    height: 600px!important;
}*/
.features-slider__img {
    max-width: 100%;
    height: auto;
/*    margin-top: -18px;*/
}

.features-slider__button {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;
    outline: 0;
    border: none;
    cursor: pointer;
}
/*.features-slider__annotation{
    transition: .3s ease .5s;
}*/



.features-slider__annotation.active{
    display: block;

}
.features-slider__btn {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;
    outline: 0;
    border: none;
    cursor: pointer;
}



@media (max-width: 960px) {
    .features-slider__button {
        width: 30px;
        height: 30px
    }
}

.features-slider__button--first {
    top: 45%;
    left: 26%
}

.features-slider__button--second {
    top: 62%;
    left: 50%
}

.features-slider__button--third {
    top: 24%;
    left: 65%
}

.features-slider__button--fourth {
    top: 10%;
    left: 10%
}

.features-slider__button--fifth {
    top: 15%;
    left: 40%
}

.features-slider__button--sixth {
    top: 60%;
    left: 10%
}

.features-slider__button--seventh {
    top: 80%;
    left: 3%
}

.features-slider__button--eighth {
    top: 10%;
    left: 85%
}

.features-slider__button--ninth {
    top: 80%;
    left: 85%
}

.features-slider__button--tenth {
    top: 55%;
    left: 75%
}

.features-slider__button::after, .features-slider__button::before {
    position: absolute;
    left: 50%;
    top: calc(50% - 10px);
    content: '';
    height: 20px;
    width: 2px;
    background-color: #484848;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

@media (max-width: 960px) {
    .features-slider__button::after, .features-slider__button::before {
        left: 47%;
        top: 23%;
        height: 15px;
        width: 2px
    }
}

.features-slider__button::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}



.features-slider__button:active::before, .features-slider__button:focus::before {
    position: absolute;
    left: 47%;
    content: '';
    height: 15px;
    width: 2px;
    background-color: #484848;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.features-slider__button:active::after, .features-slider__button:focus::after {
    content: none
}

.features-slider__annotation {
    position: absolute;
    display: none;
    max-width: 316px;
    padding: 19px 25px 23px 24px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px 4px rgba(0, 0, 0, .1)
}

@media (max-width: 600px) {
    .features-slider__annotation {
        max-width: 80%
    }
}

@media (max-width: 375px) {
    .features-slider__annotation {
        overflow-x: auto;
        max-width: 100%;
        max-height: 271px;
        margin-top: 30px;
        background-color: #e5e5e5;
        box-shadow: 0 1.5px 5px rgba(0, 0, 0, .1);
        border-radius: 3px
    }
}

.features-slider__annotation--first {
    left: 12%;
    top: -5%
}

.features-slider__annotation--second {
    top: 12%;
    left: 35%
}

.features-slider__annotation--third {
    top: -25%;
    left: 50%
}

.features-slider__annotation--fourth {
    top: -15%;
    left: 10%
}

.features-slider__annotation--fifth {
    top: -5%;
    left: 20%
}

.features-slider__annotation--sixth {
    top: 20%;
    left: 10%
}

.features-slider__annotation--seventh {
    top: 35%;
    left: 10%
}

.features-slider__annotation--eighth {
    top: -15%;
    left: 50%
}

.features-slider__annotation--ninth {
    top: 35%;
    left: 50%
}

.features-slider__annotation--tenth {
    top: 25%;
    left: 50%
}

.features-slider__annotation{
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
}


@media (max-width: 600px) {
    .features-slider__annotation--eighth, .features-slider__annotation--fifth, .features-slider__annotation--first, .features-slider__annotation--fourth, .features-slider__annotation--ninth, .features-slider__annotation--second, .features-slider__annotation--seventh, .features-slider__annotation--sixth, .features-slider__annotation--tenth, .features-slider__annotation--third {
        top: 5%;
        left: -40%
    }
}

@media (max-width: 375px) {
    .features-slider__annotation--eighth, .features-slider__annotation--fifth, .features-slider__annotation--first, .features-slider__annotation--fourth, .features-slider__annotation--ninth, .features-slider__annotation--second, .features-slider__annotation--seventh, .features-slider__annotation--sixth, .features-slider__annotation--tenth, .features-slider__annotation--third {
        left: 0;
        top: calc(10% + 20px)
    }
}

.features-slider__annotation-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

@media (max-width: 600px) {
    .features-slider__annotation-top {
        margin-bottom: 0
    }
}

@media (max-width: 375px) {
    .features-slider__annotation-top {
        margin-bottom: 12px
    }
}

.features-slider__annotation-title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700
}

@media (max-width: 600px) {
    .features-slider__annotation-title {
        font-size: 16px;
        line-height: 18px
    }
}

@media (max-width: 375px) {
    .features-slider__annotation-title {
        font-size: 18px;
        line-height: 21px
    }
}

.features-slider__annotation--close-btn {
    margin: -3% -8% 0 0
}

@media (max-width: 375px) {
    .features-slider__annotation--close-btn {
        display: none
    }
}

.features-slider__annotation--close-btn::after, .features-slider__annotation--close-btn::before {
    height: 17px;
    width: 3px
}

.features-slider__annotation-desc {
    margin-bottom: 15px;
    line-height: 20px
}

@media (max-width: 600px) {
    .features-slider__annotation-desc {
        font-size: 12px;
        line-height: 17px
    }
}

.features-slider__annotation-button {
    padding: 10px 16px
}

@media (max-width: 600px) {
    .features-slider__annotation-button {
        display: none
    }
}

.features-slider__button:focus + .features-slider__annotation {
    z-index: 500;
    display: block
}

.features__arrow-icon {
    position: absolute;
    top: calc(50% - 38px);
    width: 56px;
    height: 56px;
    cursor: pointer;
    fill: #fff;
    --fill-path: white;
    --opacity-path: 1;
    --opacity-rect: 0.3;
    -webkit-tap-highlight-color: transparent
}

@media (max-width: 960px) {
    .features__arrow-icon {
        width: 32px;
        height: 32px
    }
}

@media (max-width: 600px) {
    .features__arrow-icon {
        visibility: hidden
    }
}

.features__arrow-icon:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 8px
}

.features .slick-arrow {
    z-index: 10
}

.features #features__arrow-right {
    left: 15%
}

@media (max-width: 1280px) {
    .features #features__arrow-right {
        left: 12%
    }
}

.features #features__arrow-left {
    right: 15%;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (max-width: 1280px) {
    .features #features__arrow-left {
        right: 12%
    }
}

.features .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 100;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 1280px) {
    .features .slick-dots {
        bottom: -5%
    }
}

@media (max-width: 960px) {
    .features .slick-dots {
        bottom: -12%
    }
}

@media (max-width: 600px) {
    .features .slick-dots {
        bottom: -50px
    }
}

@media (max-width: 375px) {
    .features .slick-dots {
        bottom: -60px
    }
}

.features .slick-dots li {
    padding: 8px;
    list-style: none;
    opacity: .3
}

.features .slick-dots li button {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    outline: 0;
    font-size: 0
}

@media (max-width: 960px) {
    .features .slick-dots li button {
        width: 11px;
        height: 11px
    }
}

.features .slick-dots li.slick-active {
    opacity: 1
}

.why-us {
    background-color: #ffffff;
    position: relative;
    overflow: hidden
}

.why-us__icon {
    fill: #484848;
    fill-opacity: .07;
    position: absolute;
    width: 148px;
    height: 148px
}

.why-us__icon-left {
    left: -100px;
    top: 86px
}

.why-us__icon-right {
    right: -100px;
    bottom: calc(100% / 2 - 157px)
}

.why-us__wrapper {
    max-width: 100%;
    padding: 113px 0 95px;
    margin: 0 auto
}

@media (max-width: 1280px) {
    .why-us__wrapper {
        padding: 60px 0
    }
}

@media (max-width: 600px) {
    .why-us__wrapper {
        padding: 40px 0
    }
}

.why-us__wrapper--categories-page {
    padding: 113px 0 87px
}

@media (max-width: 1280px) {
    .why-us__wrapper--categories-page {
        padding: 60px 0
    }
}

@media (max-width: 600px) {
    .why-us__wrapper--categories-page {
        padding: 40px 0
    }
}

.why-us .reasons {
    display: flex;
    justify-content: center;
    margin: 0 -8px
}

.why-us .reasons__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%
}

.why-us .reasons__item {
    max-width: calc(100% / 3 - 16px);
    margin: 8px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    z-index: 400
}

@media (max-width: 1280px) {
    .why-us .reasons__item {
        max-width: calc(100% / 2 - 16px)
    }
}

@media (max-width: 600px) {
    .why-us .reasons__item {
        max-width: 100%
    }
}

.why-us .reasons__img {
    width: 100%;
    height: auto;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

.why-us .reasons__description {
    padding: 32px;
    background-color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

@media (max-width: 1280px) {
    .why-us .reasons__description {
        padding: 20px
    }
}

@media (max-width: 960px) {
    .why-us .reasons__description {
        padding: 10px
    }
}

.why-us .reasons__title {
    padding: 0 0 9px;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px
}

@media (max-width: 600px) {
    .why-us .reasons__title {
        padding: 0 0 5px
    }
}

.why-us .reasons__desc {
    line-height: 20px;
    max-height: 40px;
    overflow: hidden
}

.solutions {
    background-color: #faf8f5;
    position: relative;
    overflow: hidden
}

.solutions__icon {
    fill: #484848;
    fill-opacity: .07;
    position: absolute;
    width: 148px;
    height: 148px
}

.solutions__icon-left {
    left: -100px;
    top: 79px
}

.solutions__icon-right {
    right: -100px;
    bottom: 50px
}

.solutions__icon-right--categories-page {
    bottom: 60px
}

.solutions__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding: 117px 0 96px
}

@media (max-width: 1280px) {
    .solutions__wrapper {
        padding: 60px 0;
        flex-direction: column
    }
}

@media (max-width: 600px) {
    .solutions__wrapper {
        padding: 40px 0;
        flex-wrap: wrap
    }
}

.solutions__wrapper--categories-page {
    padding: 117px 0 135px
}

@media (max-width: 1280px) {
    .solutions__wrapper--categories-page {
        padding: 60px 0
    }
}

@media (max-width: 600px) {
    .solutions__wrapper--categories-page {
        padding: 40px 0
    }
}

.solutions-description {
    max-width: 620px;
    margin-right: 2%
}

@media (max-width: 1280px) {
    .solutions-description {
        padding-right: 0;
        max-width: 100%;
        margin-right: 0
    }
}

.solutions-description__text {
    line-height: 24px;
    margin: 16px 0
}

@media (max-width: 1280px) {
    .solutions-description__text {
        text-align: justify
    }
}

.solutions-description__text-strong {
    font-weight: 700
}

.solutions-blocks {
    z-index: 100
}

.solutions-blocks__list {
    flex-wrap: wrap;
    max-width: 944px
}

@media (max-width: 1280px) {
    .solutions-blocks__list {
        max-width: 100%
    }
}

.solutions-blocks__list--categories-page {
    display: flex;
    margin-right: -8px;
    justify-content: center
}

.solutions-blocks__item {
    display: flex;
    justify-content: space-between;
    margin: 16px 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

@media (max-width: 960px) {
    .solutions-blocks__item {
        max-width: 100%
    }
}

.solutions-blocks__item:hover {
    box-shadow: 0 4px 10px 8px rgba(0, 0, 0, .2)
}

.solutions-blocks__item--categories-page {
    max-width: calc(100% / 2 - 16px);
    margin: 8px
}

@media (max-width: 1280px) {
    .solutions-blocks__item--categories-page {
        width: 100%
    }
}

@media (max-width: 600px) {
    .solutions-blocks__item--categories-page {
        width: 100%;
        max-width: 100%
    }
}

.solutions-blocks__content {
    padding: 32px
}

@media (max-width: 1280px) {
    .solutions-blocks__content {
        padding: 20px
    }
}

@media (max-width: 375px) {
    .solutions-blocks__content {
        padding: 10px
    }
}

.solutions-blocks__link:hover {
    border-radius: 0 8px 8px 0;
    cursor: default
}

.solutions-blocks__diagonal-arrow {
    fill: #ff7f00;
    --opacity-bg: 0.1;
    --opacity-arrow: 1;
    cursor: pointer;
    flex-shrink: 0;
    width: 56px;
    height: 57px
}

@media (max-width: 375px) {
    .solutions-blocks__diagonal-arrow {
        width: 40px;
        height: 41px
    }
}

.solutions-blocks__subtitle {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 32px;
    position: relative
}

@media (max-width: 960px) {
    .solutions-blocks__subtitle {
        font-size: 25px
    }
}

@media (max-width: 375px) {
    .solutions-blocks__subtitle {
        font-size: 18px;
        margin-bottom: 20px
    }
}

.solutions-blocks__subtitle::after {
    position: absolute;
    display: block;
    width: 40px;
    height: 4px;
    background: #ff7f00;
    border-radius: 4px;
    content: '';
	bottom: -15px;
}

@media (max-width: 375px) {
    .solutions-blocks__subtitle::after {
        top: 40px
    }
}

.solutions-blocks__desc {
    line-height: 24px;
    flex-shrink: 0
}

.advantages {
    background-color: #faf8f5;
    position: relative;
    overflow: hidden
}

.advantages__icon {
    fill: #484848;
    fill-opacity: .07;
    position: absolute;
    left: -95px;
    top: 100px;
    width: 148px;
    height: 148px
}

.advantages__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding: 137px 0 172px
}

@media (max-width: 1280px) {
    .advantages__wrapper {
        padding: 60px 0
    }
}

@media (max-width: 960px) {
    .advantages__wrapper {
        flex-direction: column
    }
}

@media (max-width: 600px) {
    .advantages__wrapper {
        padding: 40px 0;
        flex-wrap: wrap
    }
}

@media (max-width: 1280px) {
    .advantages-left {
        padding-right: 0;
        max-width: 100%
    }
}

.advantages__img {
    width: 100%;
    max-width: 713px;
    height: auto;
    margin: 0 0 0 -105px;
    -webkit-transform: scale(1.11);
    -ms-transform: scale(1.11);
    transform: scale(1.11);
    justify-self: flex-start;
    flex-shrink: 0
}

@media (max-width: 1280px) {
    .advantages__img {
        margin: 40px 0 0 -70px
    }
}

@media (max-width: 960px) {
    .advantages__img {
        display: none
    }
}

.advantages-blocks {
    width: 944px;
    max-width: 100%;
    flex-shrink: 1;
    z-index: 100
}

@media (max-width: 1280px) {
    .advantages-blocks {
        margin: 0 auto
    }
}

@media (max-width: 960px) {
    .advantages-blocks {
        width: 100%
    }
}

.advantages-blocks__item {
    display: flex;
    margin: 5px 0 16px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    justify-content: space-between;
    background-color: #fff
}

.advantages-blocks__icon-dots {
    margin: 16px 16px 0 0;
    align-self: flex-start;
    fill: #ff7f00;
    fill-opacity: .1;
    width: 56px;
    height: 24px
}

.advantages-blocks__first-icon {
    --fourth-dot: 1
}

.advantages-blocks__second-icon {
    --second-dot: 1;
    --fifth-dot: 1
}

.advantages-blocks__third-icon {
    --first-dot: 1;
    --second-dot: 1;
    --fifth-dot: 1
}

.advantages-blocks__fourth-icon {
    --first-dot: 1;
    --second-dot: 1;
    --fourth-dot: 1;
    --fifth-dot: 1
}

.advantages-blocks__fifth-icon {
    --first-dot: 1;
    --second-dot: 1;
    --fourth-dot: 1;
    --fifth-dot: 1;
    --sixth-dot: 1
}

.advantages-blocks__content {
    padding: 32px;
    width: 95%;
}

@media (max-width: 1280px) {
    .advantages-blocks__content {
        padding: 20px
    }
}

.advantages-blocks__subtitle {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 32px;
    position: relative
}

@media (max-width: 960px) {
    .advantages-blocks__subtitle {
        font-size: 25px
    }
}

.advantages-blocks__subtitle::after {
    position: absolute;
    bottom: -5px;
    display: block;
    width: 40px;
    height: 4px;
    background: #ff7f00;
    border-radius: 4px;
    content: ''
}

.advantages-blocks__desc {
    line-height: 24px;
    flex-shrink: 0
}

.contacts {
    background-color: #faf8f5;
    position: relative;
    overflow: hidden
}

.contacts__icon {
    fill: #484848;
    fill-opacity: .07;
    position: absolute;
    width: 148px;
    height: 148px
}

.contacts__icon-left {
    left: -100px;
    top: 77px
}

.contacts__icon-right {
    right: 125px;
    bottom: 80px
}

@media (max-width: 960px) {
    .contacts__icon-right {
        right: -100px;
        bottom: 4px
    }
}

.contacts__wrapper {
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    padding: 116px 0 96px
}

@media (max-width: 1280px) {
    .contacts__wrapper {
        padding: 60px 0
    }
}

@media (max-width: 600px) {
    .contacts__wrapper {
        padding: 40px 0
    }
}

.contacts-blocks {
    margin: 0 -8px
}

.contacts-blocks__list--bottom, .contacts-blocks__list--top {
    display: flex;
    justify-content: center;
    max-width: 100%
}

@media (max-width: 1280px) {
    .contacts-blocks__list--top {
        flex-wrap: wrap
    }
}

@media (max-width: 960px) {
    .contacts-blocks__list--top {
        width: 100%
    }
}

@media (max-width: 1280px) {
    .contacts-blocks__list--bottom {
        flex-wrap: wrap
    }
}

@media (max-width: 960px) {
    .contacts-blocks__list--bottom {
        width: 100%
    }
}

.contacts-blocks__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 47px;
    margin: 8px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    z-index: 50
}

.contacts-blocks__item--top {
    width: calc(100% / 3 - 16px)
}

.contacts-blocks__item--bottom {
    width: calc(100% / 5 - 16px)
}

@media (max-width: 1280px) {
    .contacts-blocks__item--bottom, .contacts-blocks__item--top {
        padding: 0 0 20px;
        width: 45%
    }
}

@media (max-width: 600px) {
    .contacts-blocks__item--bottom, .contacts-blocks__item--top {
        width: 100%
    }
}

.contacts-blocks__icon-dots {
    margin: 16px 16px 0 0;
    align-self: flex-end;
    fill: #ff7f00;
    fill-opacity: .1;
    width: 56px;
    height: 24px
}

.contacts-blocks__first-icon {
    --fourth-dot: 1
}

.contacts-blocks__second-icon {
    --second-dot: 1;
    --fifth-dot: 1
}

.contacts-blocks__third-icon {
    --first-dot: 1;
    --second-dot: 1;
    --fifth-dot: 1
}

.contacts-blocks__fourth-icon {
    --first-dot: 1;
    --second-dot: 1;
    --fourth-dot: 1;
    --fifth-dot: 1
}

.contacts-blocks__fifth-icon {
    --first-dot: 1;
    --second-dot: 1;
    --fourth-dot: 1;
    --fifth-dot: 1;
    --sixth-dot: 1
}

.contacts-blocks__sixth-icon {
    --first-dot: 1;
    --second-dot: 1;
    --third-dot: 1;
    --fourth-dot: 1;
    --fifth-dot: 1;
    --seventh-dot: 1
}

.contacts-blocks__seventh-icon {
    --first-dot: 1;
    --second-dot: 1;
    --third-dot: 1;
    --fourth-dot: 1;
    --fifth-dot: 1;
    --seventh-dot: 1;
    --eighth-dot: 1
}

.contacts-blocks__eighth-icon {
    --first-dot: 1;
    --second-dot: 1;
    --third-dot: 1;
    --fourth-dot: 1;
    --fifth-dot: 1;
    --sixth-dot: 1;
    --seventh-dot: 1;
    --eighth-dot: 1
}

.contacts-blocks__item-icon {
    fill: #ff7f00;
    --opacity-path: 1;
    --opacity-rect: 0.07;
    width: 80px;
    height: 80px
}

@media (max-width: 960px) {
    .contacts-blocks__item-icon {
        width: 40px;
        height: 40px
    }
}

.contacts-blocks__title {
    padding: 23px 0;
    font-size: 32px;
    line-height: 37px
}

@media (max-width: 960px) {
    .contacts-blocks__title {
        padding: 10px 0;
        font-size: 22px;
        line-height: 25px
    }
}

@media (max-width: 600px) {
    .contacts-blocks__title {
        line-height: 20px
    }
}

@media (max-width: 375px) {
    .contacts-blocks__title {
        font-size: 20px;
        line-height: 18px
    }
}

.contacts-blocks__desc {
    line-height: 16px
}

.contacts-blocks__link {
    color: #484848
}

.contacts-blocks__link:hover {
    color: #ff7f00
}

.products {
    background-color: #ffffff;
    position: relative;
    overflow-x: hidden
}

.products__icon {
    fill: #484848;
    fill-opacity: .07;
    position: absolute;
    width: 148px;
    height: 148px
}

.products__icon-left {
    left: -100px;
    top: 77px
}

.products__icon-right {
    right: -95px;
    bottom: 15px
}

.products__wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 113px 0 109px
}

@media (max-width: 1280px) {
    .products__wrapper {
        padding: 60px 0
    }
}

@media (max-width: 600px) {
    .products__wrapper {
        padding: 40px 0
    }
}

.products__top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.products__arrow-icon {
    cursor: pointer;
    margin-bottom: 10px;
    fill: #ff7f00;
    --opacity-path: 1;
    --opacity-rect: 0.2;
    width: 56px;
    height: 56px
}

.products__arrow-icon:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 8px
}

.products #products__arrow-left {
    margin-right: 5px
}

.products #products__arrow-right {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.products .products-slider {
    z-index: 50;
    min-width: 0;
    max-width: 100%;
	margin: 0 -10px;
}

.products .products-slider .slick-list {
	/*padding: 0 12px;*/
}

.products .products-slider .slick-active {
    outline: 0
}

.products .products-slider__card {
    margin-right: 16px;
    max-width: 464px;
	margin-bottom: 10px;
}

.products .products-slider__img {
    min-height: 264px;
    max-width: 464px;
    height: 100%;
}

.products .products-slider__description {
    min-height: 135px
}

.card {
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    flex-shrink: 0
}

.card__img-link {
    outline: 0;
	min-height: 250px;
	display: flex;
}

.card__img {
    border-radius: 8px 8px 0 0;
    height: auto;
    width: 100%
}

.card__description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    background-color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    min-height: 197px
}

.card__subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px
}

.card__description-top {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
    justify-content: space-between;
    align-items: baseline
}

.card__date-link, .card__subtitle-link {
    color: #484848;
    cursor: pointer
}

.card__date-link:hover, .card__subtitle-link:hover {
    color: #ff7f00
}

.card__date-link {
    align-self: flex-end
}

.card__description-text {
    max-height: 40px;
    overflow: hidden;
    line-height: 20px
}

.card__buttons {
    margin-top: 21px;
    display: flex;
    justify-self: flex-end
}

.card__button-booking {
    padding: 10px 16px;
    margin-right: 16px
}

.card__button-info {
    padding: 10px 16px
}

.team {
    background-color: #ffffff;
    position: relative;
    overflow: hidden
}

.team--contact-faces {
    background-color: #f98633;
    margin-top: 80px;
    flex-shrink: 0
}

.team__icon {
    fill: #484848;
    fill-opacity: .07;
    position: absolute;
    width: 148px;
    height: 148px
}

.team__icon-left {
    left: -95px;
    top: 79px
}

.team__icon-right {
    right: -100px;
    bottom: 240px
}

.team__wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 116px 0 78px
}

@media (max-width: 1280px) {
    .team__wrapper {
        padding: 60px 0
    }
}

@media (max-width: 600px) {
    .team__wrapper {
        padding: 40px 0 20px;
        flex-wrap: wrap
    }
}

.team-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%
}

@media (max-width: 1280px) {
    .team-content {
        margin: 0;
		margin-top:50px;
    }
}

.team-slider__wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto 20px
}

.team__arrows {
    display: flex;
    align-items: center;
    margin-top: -45px
}

@media (max-width: 600px) {
    .team__arrows {
        display: none
    }
}

.team__arrow-icon {
    cursor: pointer;
    fill: #ff7f00;
    --opacity-path: 1;
    --opacity-rect: 0.2;
    width: 56px;
    height: 56px;
    background-color: white;
    border-radius: 8px;
}

.team__arrow-icon:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 8px
}

.team__arrow-icon--contact-faces {
    fill: #fff
}

.team #team__arrow-left {
    margin-right: 16px
}

.team #team__arrow-right {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-left: 16px
}

.team .slick-slider {
    min-width: 0
}

.team .team-slider {
    z-index: 50;
    min-width: 0;
    max-width: 624px;
    margin: -8px
}

@media (max-width: 1720px) {
    .team .team-slider {
        max-width: 430px
    }
}

@media (max-width: 960px) {
    .team .team-slider {
        text-align: center;
        max-width: 430px
    }
}

.team .team-slider .slick-list {
    overflow: hidden
}

.team .team-slider .slick-active {
    outline: 0
}

.team .team-slider__item {
    max-width: calc(100% / 3 - 16px);
    margin: 8px;
    padding: 15px 10px 22px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media (max-width: 1720px) {
    .team .team-slider__item {
        padding: 10px 5px 22px;
        max-width: calc(100% / 2 - 16px);
    }
}

@media (max-width: 600px) {
    .team .team-slider__item {
        max-width: 150px
    }
}

.team .team-slider__avatar {
    border: 6px solid rgba(255, 127, 0, .2);
    border-radius: 50%;
    margin: 0 auto;
    max-width: 122px;
    height: 122px
}

.team .team-slider__info {
    line-height: 16px;
    opacity: .7;
    margin: 17px 0 5px;
    text-align: center;
    max-height: 50px;
}

.team .team-slider__info::before {
    margin: 0 auto 11px;
    display: block;
    width: 24px;
    height: 4px;
    background: #ff7f00;
    border-radius: 4px;
    content: ''
}

.team .team-slider__name {
    line-height: 23px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
	 max-height: 30px;
}

.team .team-slider__socials {
    text-align: center
}

.team .team-slider__socials-icon {
    display: inline-block;
    --opacity-rect: 0;
    --opacity-path: 0.5;
    fill: #484848;
    width: 26px;
    height: 26px
}

.team .team-slider__socials-icon:hover {
    fill: #ff7f00;
    --opacity-path: 1
}

.team .slick-dots {
    display: flex;
    justify-content: center
}

@media (max-width: 1280px) {
    .team .slick-dots {
        padding-bottom: 10px;
        margin-top: 20px
    }
}

@media (max-width: 960px) {
    .team .slick-dots {
        margin-top: 10px
    }
}

.team .slick-dots li {
    padding: 8px;
    list-style: none;
    opacity: .3
}

.team .slick-dots li button {
    width: 16px;
    height: 16px;
    font-size: 0;
    cursor: pointer;
    background-color: #ff7f00;
    border: 0;
    border-radius: 50%;
    outline: 0
}

.team .slick-dots li.slick-active {
    opacity: 1
}

.team-photos {
    display: grid;
    max-width: 784px;
    max-height: 592px;
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    grid-auto-flow: column;
    z-index: 100;
	margin-left: 20px;
}

@media (max-width: 960px) {
    .team-photos {
        gap: 8px
    }
}

@media (max-width: 600px) {
    .team-photos {
        max-height: 100%;
        display: flex;
        flex-direction: column
    }
}

.team-photos__img {
    border-radius: 8px;
	max-width: 100%;
}

@media (max-width: 960px) {
    .team-photos__img {
        width: 100%
    }
}

.team-photos__img-1 {
    grid-column: 1/4;
    grid-row: 1/4
}

.team-photos__img-2 {
    grid-column: 1/4;
    grid-row: 4/7
}

.team-photos__img-3 {
    grid-column: 4/6;
    grid-row: 1/3
}

.team-photos__img-4 {
    grid-column: 4/6;
    grid-row: 3/5
}

.team-photos__img-5 {
    grid-column: 4/6;
    grid-row: 5/7
}

.events {
    background-color: #faf8f5;
    position: relative;
    overflow: hidden
}

.events__icon {
    fill: #484848;
    fill-opacity: .07;
    position: absolute;
    width: 148px;
    height: 148px
}

.events__icon-left {
    left: -100px;
    top: 77px
}

.events__icon-right {
    right: 125px;
    top: 580px
}

.events__wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 115px;
    max-width: 100%;
    margin: 0 auto
}

@media (max-width: 960px) {
    .events__wrapper {
        padding-top: 30px
    }
}

.events-link {
    padding: 0 16px;
    margin: 0 -12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
    color: #484848;
    opacity: .5
}

.events-link:hover {
    color: #ff7f00;
    opacity: 1
}

.events-link:focus {
    display: block;
    min-height: 32px;
    color: #fff;
    background-color: #484848;
    border-radius: 8px;
    opacity: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.events__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: -8px -8px 50px -8px;
}

@media (max-width: 1280px) {
    .events__list {
        justify-content: center
    }
}

.events__card {
    display: flex;
    flex-direction: column;
    z-index: 100;
    margin: 8px;
    max-width: calc(100% / 3 - 16px)
}

@media (max-width: 1280px) {
    .events__card {
        max-width: calc(100% / 2 - 16px)
    }
}

@media (max-width: 960px) {
    .events__card {
        max-width: 100%
    }
}

.pagination {
    margin: 46px auto 110px;
    display: flex;
    align-items: center
}

@media (max-width: 600px) {
    .pagination {
        margin: 46px auto 50px
    }
}

@media (max-width: 375px) {
    .pagination {
        justify-content: center;
        margin: 40px auto
    }
}

.pagination__list {
    display: flex;
    justify-content: center
}

@media (max-width: 600px) {
    .pagination__list {
        max-width: 400px
    }
}

.pagination__item {
    display: flex;
    width: 39px;
    height: 40px;
    margin: 0 10px;
    justify-content: center;
    align-items: center
}

@media (max-width: 600px) {
    .pagination__item {
        width: 25px;
        height: 26px;
        margin: 0 5px
    }
}

.pagination__link {
    position: relative;
    margin: 0 10px;
    font-weight: 700;
    line-height: 16px;
    color: #484848;
    text-align: center;
    opacity: .5
}

.pagination__link:focus, .pagination__link:hover {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 40px;
    margin: 0 0 0 -5px;
    color: #fff;
    border-radius: 8px
}

@media (max-width: 375px) {
    .pagination__link:focus, .pagination__link:hover {
        width: 35px;
        height: 36px;
        margin: 0 0 0 -3px
    }
}

.pagination__link:hover {
    background-color: #484848;
    opacity: .5
}

.pagination__link:focus {
    background-color: #ff7f00;
    opacity: 1
}

.pagination__arrow-icon {
    display: inline-block;
    cursor: pointer;
    fill: #ff7f00;
    opacity: 1;
    --opacity-path: 1;
    --opacity-rect: 0.2;
    flex-shrink: 0;
    width: 40px;
    height: 40px
}

.pagination__next-arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.event-detail {
    background-color: #faf8f5;
    position: relative;
    overflow: hidden
}

.event-detail__icon {
    left: -100px;
    top: 70px;
    fill: #484848;
    fill-opacity: .07;
    position: absolute;
    width: 148px;
    height: 148px
}

.event-detail__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    padding: 67px 0 87px
}

@media (max-width: 1280px) {
    .event-detail__wrapper {
        flex-direction: column;
        align-content: center
    }
}

@media (max-width: 960px) {
    .event-detail__wrapper {
        padding: 30px 0
    }
}

.event-detail__content {
    width: 70%;
    padding-top: 10px
}

@media (max-width: 1280px) {
    .event-detail__content {
        width: 100%
    }
}

.event-detail__breadcrumbs {
    margin: 0 0 27px
}

@media (max-width: 600px) {
    .event-detail__breadcrumbs {
        margin-top: 0
    }
}

.event-detail__breadcrumbs-icon {
    margin-right: 5px;
    width: 7px;
    height: 11px
}

.event-detail__breadcrumbs-link {
    color: #484848;
    text-decoration: underline
}

.event-detail__breadcrumbs-link:hover {
    color: #ff7f00
}

.event-detail__heading {
    font-weight: 700
}

.event-detail__heading-1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 56px;
    line-height: 65px
}

@media (max-width: 600px) {
    .event-detail__heading-1 {
        font-size: 35px;
        line-height: 40px
    }
}

.event-detail__marks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px
}

@media (max-width: 600px) {
    .event-detail__marks {
        margin: 0 0 30px
    }
}

.event-detail__date {
    display: flex;
    margin-right: 28px;
    align-items: center;
}

.event-detail__place {
    display: flex;
    align-items: center;
}

.event-detail__date-icon, .event-detail__place-icon {
    display: flex;
    flex-shrink: 0;
    --opacity-path: 0.5;
    margin: -2px 8px 0 0;
    fill: #484848
}

.event-detail__date-icon {
    width: 13px;
    height: 15px
}

.event-detail__place-icon {
    width: 14px;
    height: 15px
}

.event-detail__date-link, .event-detail__place-link {
    color: #484848;
    cursor: pointer
}

.event-detail__date-link:hover, .event-detail__place-link:hover {
    color: #ff7f00
}

.event-detail__text {
    margin-top: 50px
}

@media (max-width: 600px) {
    .event-detail__text {
        margin-top: 20px
    }
}

.event-detail__img {
    width: 100%;
    height: auto;
    max-width: 1104px
}

.event-detail__desc {
    margin: 20px 0;
    line-height: 20px
}

.event-detail__aside-blocks {
    display: flex;
    flex-direction: column;
    width: 23%;
    height: 100%
}

@media (max-width: 1280px) {
    .event-detail__aside-blocks {
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        margin-top: 20px
    }
}

@media (max-width: 960px) {
    .event-detail__aside-blocks {
        justify-content: space-between
    }
}

@media (max-width: 600px) {
    .event-detail__aside-blocks {
        flex-direction: column;
        align-items: center
    }
}

.contact-faces {
    background-color: #f98633;
    overflow: hidden
}

.contact-faces__wrapper {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    padding: 61px 0 69px;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 1280px) {
    .contact-faces__wrapper {
        flex-direction: column
    }
}

@media (max-width: 600px) {
    .contact-faces__wrapper {
        padding: 40px 0 0
    }
}

.contact-faces__form-inner {
    flex-wrap: wrap;
    max-width: 100%;
    margin-right: 32px
}

@media (max-width: 1280px) {
    .contact-faces__form-inner {
        margin-right: 0
    }
}

.contact-faces__form-content {
    max-width: 784px;
    padding: 7%;
    background-color: #fff;
    border-radius: 8px
}

@media (max-width: 1280px) {
    .contact-faces__form-content {
        padding: 30px 7%
    }
}

.contact-faces__form-top {
    justify-content: space-between
}

.contact-faces .slick-dots li button {
    background-color: #fff
}

.contact-us {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url(img/contact-us-bg.svg), url(img/slider-circle.svg), linear-gradient(#f98633, #f98633);
    background-repeat: no-repeat
}

@media (max-width: 5120px) {
    .contact-us {
        background-position: center;
        background-size: contain
    }
}

@media (max-width: 1920px) {
    .contact-us {
        background-size: auto;
        background-position: 100%
    }
}

@media (max-width: 1280px) {
    .contact-us {
        background-position: right
    }
}

@media (max-width: 960px) {
    .contact-us {
        background-position: 30%
    }
}

@media (max-width: 600px) {
    .contact-us {
        background-position: center;
        background-size: auto
    }
}

.contact-us__icon {
    fill: #fff;
    fill-opacity: .07;
    position: absolute;
    width: 148px;
    height: 148px
}

.contact-us__icon-left {
    left: -100px;
    top: 230px
}

.contact-us__icon-right {
    right: -20px;
    bottom: -115px
}

.contact-us__icon-right--categories-page {
    right: -50px
}

@media (max-width: 600px) {
    .contact-us__icon-right {
        z-index: -10
    }
}

.contact-us__wrap {
    padding: 6.5% 0
}

@media (max-width: 1280px) {
    .contact-us__wrap {
        padding: 3% 0
    }
}

.contact-us__wrapper {
    flex-wrap: wrap;
    max-width: 100%;
    justify-self: center;
    text-align: center
}

.contact-us__content {
    max-width: 784px;
    padding: 56px;
    background-color: #fff;
    border-radius: 8px
}

@media (max-width: 992px) {
    .contact-us__content {
        max-width: 400px;
        padding: 30px
    }
}

@media (max-width: 600px) {
    .contact-us__content {
        margin: 0 auto;
        padding: 20px;
        box-shadow: 0 4px 10px 8px rgba(0, 0, 0, .2);
        width: 100%;
        max-width: 100%
    }
}

.contact-us__content--modal {
	
    position: relative;
    overflow: auto;
    max-height: 95vh;

    /*margin: 8.5% 0 300px*/
}

@media (max-width: 600px) {
    .contact-us__content--modal {
        max-width: 400px
    }
}

.contact-us__top {
    display: flex;
    justify-content: space-between
}

.contact-us--section-title {
    margin-bottom: 45px
}

@media (max-width: 992px) {
    .contact-us--section-title {
        margin-bottom: 10px
    }
}

.contact-us__icon-dots {
    margin: -35px -35px 0 0;
    fill: #484848;
    --first-dot: 0.1;
    --second-dot: 0.1;
    --third-dot: 0.1;
    --fourth-dot: 1;
    --fifth-dot: 0.1;
    --sixth-dot: 0.1;
    --seventh-dot: 0.1;
    --eighth-dot: 0;
    width: 56px;
    height: 24px
}

@media (max-width: 992px) {
    .contact-us__icon-dots {
        margin: -10px -15px 0 0
    }
}

@media (max-width: 600px) {
    .contact-us__icon-dots {
        margin: 0
    }
}

.contact-us__close-btn {
    margin: -6% -6% 0 0
}

@media (max-width: 960px) {
    .contact-us__close-btn {
        margin: -1% -1% 0 0
    }
}

.contact-form--footer {
    align-content: space-between;
    max-width: 464px;
    padding: 27px 32px 32px;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

@media (max-width: 992px) {
    .contact-form--footer {
        margin-top: 20px
    }
}

@media (max-width: 960px) {
    .contact-form--footer {
        padding: 15px
    }
}

.contact-form__wrap {
    margin: 0 auto;
    width: 100%
}

@media (max-width: 992px) {
    .contact-form__wrap {
        max-width: 300px
    }
}

@media (max-width: 992px) {
    .contact-form__wrap--contact-faces {
        max-width: 100%
    }
}

.contact-form__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -8px
}

.contact-form__field {
    margin-bottom: 23px
}

@media (max-width: 992px) {
    .contact-form__field {
        margin-bottom: 6px
    }
}

.contact-form__field--event {
    width: 100%
}

.contact-form__top-field{
    width: calc(100% / 2 - 16px);
    margin: 8px 8px 23px
}
.contact-form__field--event{
    margin-left: 8px;
    margin-right: 8px;
}
.contact-form--booking .contact-form__field--event{
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 992px) {
    .contact-form__top-field {
        width: 100%;
        margin: 4px 8px 6px
    }
}

.contact-form__input-wrapper {
    position: relative
}

.contact-form__icon {
    position: absolute;
    fill: #ff7f00
}

.contact-form__event-icon {
    --opacity-path: 1;
    width: 14px;
    height: 16px;
    top: 12px;
    left: 15px
}

.contact-form__user-icon {
    --opacity-path: 1;
    --opacity-rect: 0;
    width: 40px;
    height: 40px
}

.contact-form__mail-icon {
    top: 8px;
    left: 10px;
    width: 24px;
    height: 24px;
    --opacity-rect: 0
}

.contact-form__date-icon {
    top: 12px;
    left: 15px;
    width: 14px;
    height: 16px
}

.contact-form__building-icon {
    top: 12px;
    left: 15px;
    fill: #ff7f00;
    width: 14px;
    height: 16px
}

.contact-form__input, .contact-form__textarea {
    font-family: Roboto, sans-serif;
    background-color: rgba(153, 153, 153, .2);
    border: 0;
    border-radius: 8px
}

.contact-form__input:active, .contact-form__input:focus, .contact-form__textarea:active, .contact-form__textarea:focus {
    outline: 0;
    box-shadow: 0 4px 10px 8px rgba(0, 0, 0, .2)
}

.contact-form__input {
    min-height: 40px;
    padding: 11px 40px;
    width: 100%
}

.contact-form__textarea {
    min-height: 88px;
    padding: 14px 17px;
    resize: none;
    width: 100%
}

.contact-form__textarea--footer {
    min-height: 64px
}

.contact-form__label {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 11px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase
}

@media (max-width: 600px) {
    .contact-form__label {
        display: none
    }
}

.contact-form__input::placeholder, .contact-form__textarea::placeholder {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #484848;
    opacity: .7
}

.contact-form__select-wrap {
    position: relative
}

.contact-form__select-wrap::after {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 5px;
    height: 5px;
    border-right: 2px solid rgba(72, 72, 72, .6);
    border-bottom: 2px solid rgba(72, 72, 72, .6);
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: none;
    border-top: none
}

.contact-form__input-select {
    color: #484848;
    opacity: .7;
    padding: 11px 40px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(153, 153, 153, .3)
}

.contact-form__input-select--booking {
    width: 100%
}

.contact-form #question-booking {
    padding: 11px 40px 11px 16px
}

.contact-form__option {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #484848;
    opacity: .7
}

.contact-form__postscript {
    margin-bottom: 23px;
    display: flex
}

@media (max-width: 960px) {
    .contact-form__postscript {
        margin-top: 5px;
        margin-bottom: 10px
    }
}

@media (max-width: 600px) {
    .contact-form__postscript {
        display: none
    }
}

.contact-form__checkbox {
    max-width: 672px;
    display: flex;
    margin-bottom: 38px
}

@media (max-width: 960px) {
    .contact-form__checkbox {
        margin-bottom: 20px
    }
}

@media (max-width: 600px) {
    .contact-form__checkbox {
        max-width: 350px;
        margin-bottom: 10px
    }
	.advantages_light .advantages__wrapper{
		padding-top:10px!important;
	}
	.new-allblocks .new-block-adaptive{
		padding-top:10px!important;
	}
	.new-allblocks .new-block-adaptive{
		padding-bottom:10px!important;
	}
}

@media (max-width: 375px) {
    .contact-form__checkbox {
        max-width: 250px
    }
}

.contact-form__checkbox-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.contact-form__checkbox-icon {
    position: relative;
    top: 0;
    left: 0;
    width: 19px;
    height: 18px;
    border: 1px solid #ff7f00;
    border-radius: 3px;
    vertical-align: middle;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    cursor: pointer;
    display: inline-block;
    flex-shrink: 0
}

.contact-form__checkbox-icon::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 8px;
    opacity: 0;
    -webkit-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transition-delay: .15s
}

.contact-form__checkbox-label {
    margin-left: 15px;
    cursor: pointer;
    line-height: 20px;
    max-width: 488px;
    text-align: start
}

@media (max-width: 375px) {
    .contact-form__checkbox-label {
        font-size: 12px
    }
}

#checkbox-input-booking:checked ~ .contact-form__checkbox-icon, #checkbox-input-modal:checked ~ .contact-form__checkbox-icon, #checkbox-input:checked ~ .contact-form__checkbox-icon {
    border-color: transparent;
    background: #ff7f00;
    animation: jelly .6s ease
}

#checkbox-input-booking:checked ~ .contact-form__checkbox-icon::after, #checkbox-input-modal:checked ~ .contact-form__checkbox-icon::after, #checkbox-input:checked ~ .contact-form__checkbox-icon::after {
    opacity: 1;
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1)
}

.contact-form__checkbox-input-booking:focus ~ .contact-form__checkbox-icon, .contact-form__checkbox-input-modal:focus ~ .contact-form__checkbox-icon, .contact-form__checkbox-input:focus ~ .contact-form__checkbox-icon {
    box-shadow: 0 4px 8px 8px rgba(249, 134, 51, .3)
}

.contact-form__checkbox-input-booking:hover ~ .contact-form__checkbox-icon, .contact-form__checkbox-input-modal:hover ~ .contact-form__checkbox-icon, .contact-form__checkbox-input:hover ~ .contact-form__checkbox-icon {
    box-shadow: 0 4px 8px 8px rgba(249, 134, 51, .3)
}

.contact-form #checkbox-input-footer:checked ~ .contact-form__checkbox-icon {
    border-color: transparent;
    background: #ff7f00;
    animation: jelly .6s ease
}

.contact-form #checkbox-input-footer:checked ~ .contact-form__checkbox-icon::after {
    opacity: 1;
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1)
}

@keyframes jelly {
    from {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    30% {
        -webkit-transform: scale(1.25, .75);
        -ms-transform: scale(1.25, .75);
        transform: scale(1.25, .75)
    }
    40% {
        -webkit-transform: scale(.75, 1.25);
        -ms-transform: scale(.75, 1.25);
        transform: scale(.75, 1.25)
    }
    50% {
        -webkit-transform: scale(1.15, .85);
        -ms-transform: scale(1.15, .85);
        transform: scale(1.15, .85)
    }
    65% {
        -webkit-transform: scale(.95, 1.05);
        -ms-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
    75% {
        -webkit-transform: scale(1.05, .95);
        -ms-transform: scale(1.05, .95);
        transform: scale(1.05, .95)
    }
    to {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.contact-form__link {
    color: #ff7f00;
    text-decoration: underline
}

.contact-form__footer-button {
    width: 100%;
    min-height: 56px
}

.contact-form__button, .contact-form__button-booking {
    min-width: 221px
}

@media (max-width: 600px) {
    .contact-form__button, .contact-form__button-booking {
        max-height: 42px;
        min-width: 0;
        max-width: 100%
    }
}

.contact-form .user-phone {
    font-size: 14px
}

.contact-form .iti {
    display: block;
    z-index: 100
}

.contact-form .iti__dial-code {
    color: #484848
}

.contact-form .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0);
    outline: 0
}

.contact-form .iti__arrow {
    width: 6px;
    height: 6px;
    border-right: 2px solid rgba(72, 72, 72, .6);
    border-bottom: 2px solid rgba(72, 72, 72, .6);
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: flex;
    margin-right: 30px;
    border-left: none;
    border-top: none;
    order: 1
}

.contact-form .iti__arrow--up {
    width: 6px;
    height: 6px;
    border-right: 2px solid rgba(72, 72, 72, .6);
    border-bottom: 2px solid rgba(72, 72, 72, .6);
    content: '';
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    display: flex;
    margin: 3px 30px 0 6px
}

.contact-form .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: -20px;
    order: 2
}

.contact-form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0)
}

.contact-form .flatpickr-wrapper {
    display: flex
}

.flatpickr-months .flatpickr-month {
    height: 50px !important;
    padding-top: 10px !important
}

.flatpickr-current-month {
    text-align: start !important;
    margin-left: -23px;
    padding: 12px 0 20px !important
}

.flatpickr-current-month, .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year {
    font-size: 14px !important;
    line-height: 16px !important;
    font-family: Roboto, sans-serif !important;
    font-weight: 700 !important
}

.flatpickr-time {
    background-color: rgba(72, 72, 72, .1) !important
}

.flatpickr-time input.flatpickr-hour, .flatpickr-weekday {
    color: #484848 !important;
    font-weight: 400 !important
}

.flatpickr-days {
    color: #484848 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-family: Roboto, sans-serif !important
}

.flatpickr-day, .flatpickr-weekday {
    max-width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin: 8px 12px 4px 0 !important
}

@media (max-width: 960px) {
    .flatpickr-day, .flatpickr-weekday {
        max-width: 25px !important;
        height: 25px !important;
        line-height: 25px !important;
        margin: 0 6px 0 0 !important
    }
}

.flatpickr-weekday {
    margin: 0 20px 0 7px !important
}

@media (max-width: 960px) {
    .flatpickr-weekday {
        margin: 0 9px 0 3px !important
    }
}

.flatpickr-day.selected {
    background: #ff7f00 !important;
    border-color: #ff7f00 !important
}

.flatpickr-minute, .flatpickr-time-separator, .numInputWrapper:nth-of-type(2) {
    display: none !important
}

.flatpickr-next-month, .flatpickr-prev-month {
    left: 215px !important
}

@media (max-width: 960px) {
    .flatpickr-next-month, .flatpickr-prev-month {
        left: 160px !important
    }
}

.flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
    width: 30px !important;
    height: 30px !important
}

.flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #484848 !important
}

.flatpickr-calendar {
    position: relative;
    max-width: 100% !important
}

@media (max-width: 960px) {
    .flatpickr-calendar {
        max-width: 240px !important
    }
}

.flatpickr-calendar__arrow-icon {
    cursor: pointer;
    fill: #484848;
    --opacity-path: 1;
    --opacity-rect: 0.7;
    z-index: 100;
    position: absolute;
    top: 13px;
    outline: 0;
    width: 30px;
    height: 30px
}

.flatpickr-calendar #arrow-left {
    left: 10px
}

.flatpickr-calendar #arrow-right {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    right: 16px
}

@media (max-width: 1280px) {
    .flatpickr-calendar #arrow-right {
        right: 5px
    }
}

.flatpickr-rContainer {
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap
}

.flatpickr-monthDropdown-months.arrowDown, .flatpickr-monthDropdown-months.arrowUp {
    opacity: 0 !important
}

.flatpickr-time .arrowDown, .flatpickr-time .arrowUp {
    opacity: 1 !important
}

.iti.iti--container {
    z-index: 10000
}

.services {
    background-color: #ffffff;
    position: relative;
    overflow: hidden
}

.services__icon {
    fill: #484848;
    fill-opacity: .07;
    position: absolute;
    width: 148px;
    height: 148px
}

.services__icon-left {
    left: -100px;
    top: 80px
}

.services__icon-right {
    right: -95px;
    bottom: 73px
}

.services__wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    padding: 119px 0 93px
}

@media (max-width: 1280px) {
    .services__wrapper {
        padding: 60px 0
    }
}

@media (max-width: 600px) {
    .services__wrapper {
        padding: 40px 0
    }
}

.services-blocks {
    margin: -8px
}

.services-blocks__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width: 960px) {
    .services-blocks__list {
        justify-content: center
    }
}

.services-blocks__item {
    display: flex;
    width: calc(100% / 2 - 16px);
    margin: 8px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    z-index: 1000;
    justify-content: space-between;
    padding: 0 0 0 32px
}

@media (max-width: 960px) {
    .services-blocks__item {
        width: 100%
    }
}

.services-blocks__item:hover {
    box-shadow: 0 4px 10px 8px rgba(0, 0, 0, .2)
}

.services-blocks__item-left {
    display: flex;
    padding: 32px 32px 32px 0
}

.services-blocks__item-icon {
    display: flex;
    margin-right: 24px;
    flex-shrink: 0;
    width: 80px;
    height: 80px
}

@media (max-width: 960px) {
    .services-blocks__item-icon {
        width: 60px;
        height: 60px
    }
}

@media (max-width: 600px) {
    .services-blocks__item-icon {
        top: 10px;
        left: 26px
    }
}

.services-blocks__item-content {
    max-width: 100%
}

.services-blocks__item-subtitle {
    padding: 0 0 19px;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    position: relative
}

@media (max-width: 375px) {
    .services-blocks__item-subtitle {
        font-size: 16px;
        line-height: 23px
    }
}

.services-blocks__item-subtitle::after {
    position: absolute;
    bottom: 8px;
    left: 0;
    display: block;
    width: 32px;
    height: 4px;
    background: #ff7f00;
    border-radius: 4px;
    content: ''
}

.services-blocks__item-desc {
    line-height: 20px;
    flex-shrink: 0
}

.services-blocks__item-link:hover {
    height: 100%
}

.services-blocks__diagonal-arrow {
    fill: #ff7f00;
    --opacity-bg: 0.1;
    --opacity-arrow: 1;
    cursor: pointer;
    flex-shrink: 0;
    width: 56px;
    height: 57px
}

.testimonials {
    background-color: #faf8f5;
    position: relative;
    overflow-x: hidden
}

.testimonials__icon {
    fill: #484848;
    fill-opacity: .07;
    position: absolute;
    width: 148px;
    height: 148px
}

.testimonials__icon-left {
    left: -95px;
    top: 80px
}

.testimonials__icon-right {
    right: -95px;
    bottom: 50px
}

.testimonials__icon-right--product-page {
    bottom: 0
}

.testimonials__wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 113px 0 112px
}

@media (max-width: 1280px) {
    .testimonials__wrapper {
        padding: 60px 0
    }
}

@media (max-width: 600px) {
    .testimonials__wrapper {
        padding: 40px 0
    }
}

.testimonials__top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.testimonials__arrow-icon {
    cursor: pointer;
    margin-bottom: 30px;
    fill: #ff7f00;
    --opacity-path: 1;
    --opacity-rect: 0.2;
    width: 56px;
    height: 56px
}

.testimonials__arrow-icon:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 8px
}

.testimonials #testimonials__arrow-left {
    margin-right: 5px
}

.testimonials #testimonials__arrow-right {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.testimonials .testimonials-slider {
    z-index: 50;
    min-width: 0;
    max-width: 100%
}

.testimonials .testimonials-slider .slick-active {
    outline: 0
}

.testimonials .testimonials-slider__item {
    width: 464px;
    min-height: 272px;
    padding: 32px;
    margin-right: 16px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

@media (max-width: 600px) {
    .testimonials .testimonials-slider__item {
        max-width: 350px
    }
}

.testimonials .testimonials-slider__item-top {
    display: flex;
    align-items: center;
    margin-bottom: 26px
}

.testimonials .testimonials-slider__avatar {
    width: 80px;
    height: 80px;
    margin-right: 23px;
    border: 6px solid rgba(255, 127, 0, .2);
    border-radius: 50%
}

.testimonials .testimonials-slider__client-info {
    max-width: 297px;
    padding-top: 12px
}

.testimonials .testimonials-slider__subtitle {
    position: relative;
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 20px
}

@media (max-width: 375px) {
    .testimonials .testimonials-slider__subtitle {
        max-width: 200px;
        font-size: 25px;
        line-height: 18px
    }
}

.testimonials .testimonials-slider__subtitle::after {
    position: absolute;
    top: 34px;
    display: block;
    width: 24px;
    height: 4px;
    background: #ff7f00;
    border-radius: 4px;
    content: ''
}

.testimonials .testimonials-slider__detail, .testimonials .testimonials-slider__review {
    line-height: 20px
}

.testimonials .testimonials-slider__review {
    max-width: 352px;
    overflow: hidden
}

@media (max-width: 375px) {
    .testimonials .testimonials-slider__review {
        padding: 15px 32px 32px
    }
}

.subscribe {
    background-color: #484848;
    overflow: hidden
}

.subscribe__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 38px 0 36px;
    flex-wrap: wrap
}

.subscribe-left {
    margin: 0 10px 8px 0
}

.subscribe__section-title {
    margin-bottom: 0
}

.subscribe-content {
    max-width: 100%;
	flex: 1 1 auto;
}

.subscribe-form {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 600px) {
    .subscribe-form {
        flex-wrap: wrap;
        justify-content: center
    }
}

.subscribe-form__input-wrapper {
    position: relative
}

.subscribe-form__icon {
    position: absolute;
    top: 16px;
    left: 20px;
    width: 24px;
    height: 24px;
    fill: #ff7f00;
    --opacity-rect: 0
}

.subscribe-form__button, .subscribe-form__input {
    margin: 0 8px 8px;
    min-height: 56px
}

@media (max-width: 600px) {
    .subscribe-form__button, .subscribe-form__input {
        min-width: 300px
    }
}

.subscribe-form__input {
    font-family: Roboto, sans-serif;
    color: #fff;
    background: rgba(153, 153, 153, .2);
    border: 0;
    border-radius: 8px;
    padding: 20px 20px 20px 56px;
	width: calc(100% - 8px);
}

.subscribe-form__input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #fff
}

.subscribe-form__input:active, .subscribe-form__input:focus {
    outline: 0;
    box-shadow: 0 4px 10px 8px rgba(0, 0, 0, .2)
}

.subscribe-form__button {
    padding: 0 20px
}

.news {
    background-color: #faf8f5;
    position: relative;
    overflow: hidden
}

.news__icon-dots {
    left: -100px;
    top: 70px;
    fill: #484848;
    fill-opacity: .07;
    position: absolute;
    width: 148px;
    height: 148px
}

.news__wrapper {
    /*display: flex;*/
    flex-direction: column;
    padding-top: 105px;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto
}

@media (max-width: 1280px) {
    .news__wrapper {
        padding: 60px 0 20px
    }
}

@media (max-width: 960px) {
    .news__wrapper {
        padding: 40px 0 20px
    }
}

@media (max-width: 375px) {
    .news__wrapper {
        padding: 30px 0 10px
    }
}

.news-top {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin-bottom: 70px
}

@media (max-width: 600px) {
    .news-top {
        flex-direction: column;
        margin-bottom: 20px
    }
}

.news__title-inner {
    max-width: 640px
}

.news__title {
    font-size: 56px;
    font-weight: 700;
    line-height: 65px
}

@media (max-width: 600px) {
    .news__title {
        font-size: 35px;
        line-height: 40px
    }
}

@media (max-width: 375px) {
    .news__title {
        max-width: 300px;
        font-size: 28px;
        line-height: 30px
    }
}

.news__menu {
    max-width: 850px;
    margin: 0 -4px
}

@media (max-width: 375px) {
    .news__menu {
        justify-content: center
    }
}

.news__menu-list {
    display: flex;
    flex-wrap: wrap
}

.news__menu-item {
    margin: 16px 4px 0
}

.news__menu-link {
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
    color: #484848;
    opacity: .5;
    padding: 0 16px
}

.news__menu-link:hover {
    color: #ff7f00;
    opacity: 1
}

.news__menu-link.bbl_menu_active {
    display: block;
    color: #fff;
    background-color: #484848;
    border-radius: 8px;
    opacity: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.news__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 100%;
	margin-bottom: 50px;
}

@media (max-width: 1280px) {
    .news__list {
        gap: 16px;
    }
}

@media (max-width: 600px) {
    .news__list {
        margin-bottom: 24px;
    }
}

.news__item {
    flex: 1 1 calc(100% / 3 - 16px);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media (max-width: 1280px) {
    .news__item {
        flex-basis: calc(100% / 2 - 12px);
    }
}

@media (max-width: 600px) {
    .news__item {
        flex-basis: 100%;
    }
}

.news__item:hover {
    box-shadow: 0 4px 10px 8px rgba(0, 0, 0, .2)
}

.news__img {
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.news__description {
    padding: 32px;
    line-height: 20px
}

@media (max-width: 1280px) {
    .news__description {
        padding: 20px
    }
}

@media (max-width: 375px) {
    .news__description {
        padding: 10px
    }
}

.news__top-description {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px
}

.news__date {
    margin-right: 25px
}

.news__date-icon, .news__tags-icon {
    display: inline-block;
    margin-right: 7px;
    flex-shrink: 0;
    --opacity-path: 0.5
}

.news__date-icon {
    width: 13px;
    height: 15px
}

.news__tags-icon {
    width: 14px;
    height: 15px
}

.news__date-link, .news__subtitle-link, .news__tags-link {
    color: #484848;
    cursor: pointer
}

.news__date-link:hover, .news__subtitle-link:hover, .news__tags-link:hover {
    color: #ff7f00
}

.news__subtitle {
    max-width: 418px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px
}

.news__desc {
    line-height: 20px;
    max-height: 40px;
    overflow: hidden
}

.news-detail {
    background-color: #faf8f5;
    position: relative;
    overflow: hidden
}

.news-detail__icon-dots {
    left: -100px;
    top: 70px;
    fill: #484848;
    fill-opacity: .07;
    position: absolute;
    width: 148px;
    height: 148px
}

.news-detail__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    padding: 67px 0 51px
}

@media (max-width: 1280px) {
    .news-detail__wrapper {
        flex-direction: column;
        align-content: center
    }
}

@media (max-width: 960px) {
    .news-detail__wrapper {
        padding: 30px 0
    }
}

.news-detail__content {
    width: 70%;
    padding-top: 10px
}

@media (max-width: 1280px) {
    .news-detail__content {
        width: 100%
    }
}

.news-detail__breadcrumbs {
    margin: 0 0 27px
}

.news-detail__breadcrumbs-icon {
    margin-right: 5px;
    width: 7px;
    height: 11px
}

.news-detail__breadcrumbs-link {
    color: #484848;
    text-decoration: underline
}

.news-detail__breadcrumbs-link:hover {
    color: #ff7f00
}

.news-detail__heading {
    font-weight: 700
}

.news-detail__heading-1 {
    font-size: 56px;
    line-height: 65px;
    margin-bottom: 20px;
    font-weight: 700
}

@media (max-width: 600px) {
    .news-detail__heading-1 {
        font-size: 35px;
        line-height: 40px
    }
}

.news-detail__marks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px
}

@media (max-width: 600px) {
    .news-detail__marks {
        margin: 0 0 30px
    }
}

.news-detail__date-icon, .news-detail__tags-icon {
    flex-shrink: 0;
    --opacity-path: 0.5;
    margin: -2px 8px 0 0
}

.news-detail__date-icon {
    width: 13px;
    height: 15px
}

.news-detail__tags-icon {
    width: 14px;
    height: 15px
}

.news-detail__date {
    display: flex;
    margin-right: 28px;
    align-items: center;
}

.news-detail__tags {
    display: flex;
    align-items: center;
}

.news-detail__date-link, .news-detail__tags-link {
    color: #484848;
    cursor: pointer
}

.news-detail__date-link:hover, .news-detail__tags-link:hover {
    color: #ff7f00
}

.news-detail__text {
    margin-top: 50px
}

@media (max-width: 600px) {
    .news-detail__text {
        margin-top: 20px
    }
}

.news-detail__img {
    width: 100%;
    height: auto;
    max-width: 1104px
}

.news-detail__desc {
    margin: 20px 0;
    line-height: 20px
}

.news-detail__heading-2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    margin: 42px 0 22px
}

@media (max-width: 1280px) {
    .news-detail__heading-2 {
        font-size: 38px;
        line-height: 46px
    }
}

@media (max-width: 960px) {
    .news-detail__heading-2 {
        font-size: 28px;
        line-height: 36px
    }
}

@media (max-width: 600px) {
    .news-detail__heading-2 {
        margin-top: 20px;
        font-size: 22px;
        line-height: 28px
    }
}

@media (max-width: 375px) {
    .news-detail__heading-2 {
        font-size: 20px;
        line-height: 20px
    }
}

.news-detail__heading-3 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    margin: 42px 0 26px
}

@media (max-width: 1280px) {
    .news-detail__heading-3 {
        font-size: 36px;
        line-height: 44px
    }
}

@media (max-width: 960px) {
    .news-detail__heading-3 {
        font-size: 26px;
        line-height: 34px
    }
}

@media (max-width: 600px) {
    .news-detail__heading-3 {
        margin-top: 20px;
        font-size: 20px;
        line-height: 26px
    }
}

@media (max-width: 375px) {
    .news-detail__heading-3 {
        font-size: 18px;
        line-height: 18px
    }
}

.news-detail__heading-4 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 700;
    margin: 42px 0 30px
}

@media (max-width: 1280px) {
    .news-detail__heading-4 {
        font-size: 34px;
        line-height: 42px
    }
}

@media (max-width: 960px) {
    .news-detail__heading-4 {
        font-size: 24px;
        line-height: 32px
    }
}

@media (max-width: 600px) {
    .news-detail__heading-4 {
        margin-top: 20px;
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width: 375px) {
    .news-detail__heading-4 {
        font-size: 16px;
        line-height: 16px
    }
}

.news-detail__heading-5 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 48px 0 27px
}

@media (max-width: 1280px) {
    .news-detail__heading-5 {
        font-size: 32px;
        line-height: 40px
    }
}

@media (max-width: 960px) {
    .news-detail__heading-5 {
        font-size: 22px;
        line-height: 30px
    }
}

@media (max-width: 600px) {
    .news-detail__heading-5 {
        margin-top: 20px;
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width: 375px) {
    .news-detail__heading-5 {
        font-size: 14px;
        line-height: 14px
    }
}

.news-detail__unordered-list {
    margin-left: 15px
}

.news-detail__unordered-item {
    line-height: 34px
}

.news-detail__unordered-item::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff7f00;
    display: inline-block;
    content: '';
    margin-right: 10px
}

.news-detail__ordered-list {
    margin-left: 32px
}

.news-detail__ordered-item {
    list-style: decimal;
    line-height: 34px
}

.news-detail__blockquote {
    border-left: 6px solid #ff7f00;
    margin: 22px 0 28px;
    padding: 20px 120px 20px 24px;
    font-weight: 700;
    line-height: 20px
}

@media (max-width: 600px) {
    .news-detail__blockquote {
        padding: 10px 20px 10px 24px;
        margin: 10px 0 10px
    }
}

.news-detail__link {
    color: #ff7f00;
    text-decoration: underline
}

.news-detail__aside {
    width: 23%;
    height: 100%
}

@media (max-width: 1280px) {
    .news-detail__aside {
        width: 60%;
        margin: 0 -8px
    }
}

@media (max-width: 960px) {
    .news-detail__aside {
        width: 100%
    }
}

.other-links {
    padding: 30px 28px 28px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

@media (max-width: 1280px) {
    .other-links {
        margin: 8px
    }
}

@media (max-width: 960px) {
    .other-links {
        padding: 20px;
        width: 100%
    }
}

.other-links__subtitle {
    margin-bottom: 19px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px
}
.other-links__list{
	    display: flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 50px;
}
.page-id-3957 .other-links__item {
     
    margin-bottom: 19px;
    max-width: calc(100% / 3 - 16px);
    margin: 8px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.other-links__item-img {

    object-fit: cover;
    width: 100%;
	max-width: 480px;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.other-links__item-desc {
    margin-left: 16px
}

.other-links__item-link {
    font-size: 16px;
    line-height: 18px;
    color: #484848
}

.other-links__item-link:hover {
    color: #ff7f00
}

.other-links__item-date {
    line-height: 25px;
    opacity: .5
}

.other-links__button {
    padding: 10px 16px;
    display: inline-block
}

.footer {
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.footer__icon {
    position: absolute;
    left: -100px;
    top: 84px;
    fill: #484848;
    fill-opacity: .07;
    width: 148px;
    height: 148px
}

.footer__wrapper {
    max-width: 100%;
    padding: 107px 0 30px
}

@media (max-width: 1280px) {
    .footer__wrapper {
        padding: 30px 0 50px
    }
}

@media (max-width: 600px) {
    .footer__wrapper {
        padding: 20px 0 20px
    }
}

.footer__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%
}

@media (max-width: 960px) {
    .footer__top {
        flex-wrap: nowrap
    }
}

@media (max-width: 600px) {
    .footer__top {
        flex-wrap: wrap
    }
}

.footer__left {
    max-width: 100%;
    margin: 0 24px 20px -5px;
    z-index: 100
}

@media (max-width: 600px) {
    .footer__left {
        margin: 0 auto
    }
}

.footer__logo {
    margin-bottom: 22px
}

.footer__logo-img {
    height: 51px
}

.footer__left-desc {
    flex-wrap: wrap;
    max-width: 366px;
    line-height: 16px
}

@media (max-width: 960px) {
    .footer__left-desc {
        max-width: 300px
    }
}

.footer__menu {
    width: 56%;
    max-width: 100%
}

@media (max-width: 1280px) {
    .footer__menu {
        margin: 30px auto 0
    }
}

.footer__menu-list {
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 960px) {
    .footer__menu-list {
        justify-content: space-around
    }
}

@media (max-width: 600px) {
    .footer__menu-list {
        justify-content: space-between
    }
}

.footer__menu-item {
    position: relative;
    width: calc(100% / 3);
    margin: 0 0 60px
}

@media (max-width: 1280px) {
    .footer__menu-item {
        margin: 0 0 40px
    }
}

@media (max-width: 960px) {
    .footer__menu-item {
        margin: 0 0 20px;
        width: 40%
    }
}

@media (max-width: 600px) {
    .footer__menu-item {
        margin-right: 5px
    }
}

.footer__menu-subtitle {
    font-size: 20px;
    line-height: 23px
}

@media (max-width: 960px) {
    .footer__menu-subtitle {
        font-size: 18px
    }
}

@media (max-width: 375px) {
    .footer__menu-subtitle {
        font-size: 14px;
        line-height: 20px
    }
    .features-slider__img {
    margin-top: 0;
    }
}

.footer__menu-subtitle::after {
    position: absolute;
    top: 36px;
    display: block;
    width: 24px;
    height: 4px;
    background: #ff7f00;
    border-radius: 4px;
    content: ''
}

@media (max-width: 375px) {
    .footer__menu-subtitle::after {
        top: 29px
    }
}

.footer__menu-sublist {
    margin-top: 34px
}

@media (max-width: 960px) {
    .footer__menu-sublist {
        margin-top: 35px
    }
}

@media (max-width: 375px) {
    .footer__menu-sublist {
        margin-top: 20px
    }
}

.footer__menu-subitem {
    display: flex
}

.footer__menu-subitem--contacts {
    padding: 4px 10px 4px 0
}

.footer__menu-icon {
    flex-shrink: 0;
    margin-right: 8px;
    fill: #ff7f00;
    --opacity-rect: 0.1;
    width: 24px;
    height: 24px
}

.footer__menu-link {
    line-height: 28px;
    color: #484848;
    opacity: .7
}

@media (max-width: 960px) {
    .footer__menu-link {
        font-size: 12px;
        line-height: 25px
    }
}

.footer__menu-link:hover {
    color: #ff7f00
}

.footer__socials {
    display: flex;
    flex-wrap: wrap;
    margin: 32px -4px -4px -4px
}

.footer__socials-subitem {
    margin: 4px
}

.footer__socials-icon {
    display: block;
    fill: #ff7f00;
    --opacity-rect: 0.2;
    width: 32px;
    height: 32px
}

.footer__socials-icon:hover {
    fill: #484848
}

.footer__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

.footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    max-width: 100%;
    margin: 125px 0 0
}

@media (max-width: 1280px) {
    .footer__bottom {
        margin: 60px 0 0
    }
}

@media (max-width: 960px) {
    .footer__bottom {
        margin: 10px 0 0
    }
}

@media (max-width: 375px) {
    .footer__bottom {
        justify-content: center
    }
}

.footer__bottom::before {
    position: absolute;
    bottom: 170px;
    left: 0;
    display: block;
    width: 1584px;
    height: 1px;
    background-color: #787878;
    content: '';
    opacity: .1
}

@media (max-width: 960px) {
    .footer__bottom::before {
        content: none
    }
}

.footer__bottom-copyright {
    max-width: 100%;
	flex: 1 1;
	margin-right: 15px;
}

@media (max-width: 1280px) {
    .footer__bottom-copyright {
        text-align: justify
    }
}

@media (max-width: 960px) {
    .footer__bottom-copyright {
        font-size: 12px
    }
}

.footer__bottom-desc {
    line-height: 20px
}

.footer__bottom-link {
    color: #ff7f00;
    text-decoration: underline
}

.footer__bottom-captcha-img {
    height: auto;
    max-width: 256px;
    width: 100%
}

@media (max-width: 1280px) {
    .footer__bottom-captcha-img {
        margin: 0 6px 0 0
    }
}

.modal {
    position: fixed;
    display: none;
    z-index: 9998;
    background-color: rgba(72, 72, 72, .7);
    backdrop-filter: blur(20px);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.modal--show {
    animation: bounce .6s;
    display: flex;
    justify-content: center;
    align-items: center
}

.modal--booking.modal--show .container {
    overflow: visible;
}

.modal--error {
    animation: shake .6s
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    70% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    90% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px)
    }
}

.success-block {
    width: 784px;
    max-width: 100%;
    overflow: hidden;
    margin: 7% auto
}

.success-block__top {
    display: flex;
    justify-content: space-between;
    max-height: 293px;
    background-image: url(img/slider-circle.svg), linear-gradient(#f98633, #f98633);
    background-size: auto;
    background-position: 74% 8%;
    background-repeat: no-repeat;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden
}

@media (max-width: 600px) {
    .success-block__top {
        max-height: 200px
    }
}

@media (max-width: 375px) {
    .success-block__top {
        max-height: 150px
    }
}

.success-block__img-wrap {
    margin: -35px -60px 0 0;
    flex-shrink: 0;
    overflow: hidden
}

@media (max-width: 1280px) {
    .success-block__img-wrap {
        flex-shrink: 1
    }
}

@media (max-width: 600px) {
    .success-block__img-wrap {
        margin: -10px -60px 0 0
    }
}

@media (max-width: 375px) {
    .success-block__img-wrap {
        margin: 20px -40px 0 0
    }
}

.success-block__img {
    height: auto;
    width: 100%;
    max-width: 785px
}

.success-block--close-btn {
    margin: 21px 16px 0 0
}

.success-block__bottom {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    max-height: 50%;
    padding: 40px 123px 50px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

@media (max-width: 960px) {
    .success-block__bottom {
        padding: 30px 50px 30px
    }
}

@media (max-width: 600px) {
    .success-block__bottom {
        padding: 20px
    }
}

@media (max-width: 375px) {
    .success-block__bottom {
        padding: 10px
    }
}

.success-block__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #484848;
    margin-bottom: 26px
}

@media (max-width: 600px) {
    .success-block__title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px
    }
}

.error-block__desc, .success-block__desc {
    text-align: center;
    line-height: 20px;
    margin-bottom: 25px;
    display: none;
}

@media (max-width: 600px) {
    .error-block__desc, .success-block__desc {
        line-height: 15px;
        margin-bottom: 15px
    }
}

.success-block__button {
    min-width: 206px;
    padding: 19px 16px
}

.infographic-map {
    background-color: #e5e5e5;
    overflow: hidden
}

.infographic-map__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
    padding: 128px 0 139px
}

@media (max-width: 1280px) {
    .infographic-map__wrapper {
        padding: 60px 0
    }
}

@media (max-width: 600px) {
    .infographic-map__wrapper {
        padding: 40px 0
    }
}

.infographic-map__content {
    position: relative
}

.infographic-map__content-img {
    height: auto;
    width: 100%;
    max-width: 1584px
}

.infographic-map__content-circle {
    position: absolute;
    display: flex;
    flex-shrink: 1;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.infographic-map__content-circle:hover {
    color: #fff;
    box-shadow: 0 0 10px 8px rgba(0, 0, 0, .1)
}

.infographic-map__content-circle--10, .infographic-map__content-circle--11, .infographic-map__content-circle--2, .infographic-map__content-circle--3, .infographic-map__content-circle--5, .infographic-map__content-circle--7, .infographic-map__content-circle--9 {
    background-color: #ff9f40
}

.infographic-map__content-circle--1, .infographic-map__content-circle--4, .infographic-map__content-circle--6, .infographic-map__content-circle--8 {
    background-color: #a4a4a4
}

.infographic-map__content-circle--1 {
    width: 7%;
    height: 18%;
    left: 9%;
    top: 1.5%
}

.infographic-map__content-circle--2 {
    width: 16%;
    height: 40%;
    left: 19.5%;
    top: 16%
}

.infographic-map__content-circle--3 {
    width: 4.5%;
    height: 11.5%;
    left: 27.5%;
    bottom: 16.5%
}

.infographic-map__content-circle--4 {
    width: 10.5%;
    height: 25.5%;
    left: 37%;
    top: 8.5%
}

.infographic-map__content-circle--11, .infographic-map__content-circle--5 {
    width: 5%;
    height: 12%
}

.infographic-map__content-circle--5 {
    left: 38.5%;
    top: -8%
}

.infographic-map__content-circle--6 {
    width: 8%;
    height: 20%;
    left: 40%;
    bottom: 30.5%
}

.infographic-map__content-circle--7 {
    width: 19%;
    height: 48%;
    right: 31.5%;
    top: 3%
}

.infographic-map__content-circle--8 {
    width: 12%;
    height: 30%;
    right: 14.5%;
    top: -5%
}

.infographic-map__content-circle--9 {
    width: 13%;
    height: 33%;
    right: 10%;
    top: 34.5%
}

.infographic-map__content-circle--10 {
    width: 4%;
    height: 10%;
    right: 5.5%;
    top: 14.5%
}

.infographic-map__content-circle--11 {
    right: 2.5%;
    bottom: 14%
}

.infographic-map__content-percent {
    color: #fff
}

@media (max-width: 5120px) {
    .infographic-map__content-percent {
        font-size: 10px
    }
}

.infographic-map__content-percent:hover {
    cursor: default
}

.infographic-map__content-percent--1, .infographic-map__content-percent--6 {
    font-size: calc(7px + 1.5vw);
    color: #a4a4a4
}

.infographic-map__content-percent--2 {
    font-size: 4vw
}

.infographic-map__content-percent--4, .infographic-map__content-percent--8 {
    font-size: 2.5vw
}

.infographic-map__content-percent--10, .infographic-map__content-percent--11, .infographic-map__content-percent--3, .infographic-map__content-percent--5 {
    font-size: calc(7px + 1vw);
    color: #ff9f40
}

.infographic-map__content-percent--7 {
    font-size: 4.5vw
}

.infographic-map__content-percent--9 {
    font-size: 3vw
}

.infographic-map__content-circle:hover .infographic-map__content-percent--1, .infographic-map__content-circle:hover .infographic-map__content-percent--10, .infographic-map__content-circle:hover .infographic-map__content-percent--11, .infographic-map__content-circle:hover .infographic-map__content-percent--3, .infographic-map__content-circle:hover .infographic-map__content-percent--5, .infographic-map__content-circle:hover .infographic-map__content-percent--6 {
    color: #fff
}

.infographic-graph {
    background-color: #e5e5e5;
    overflow: hidden
}

.infographic-graph__wrapper {
    max-width: 100%;
    padding: 128px 0 151px
}

@media (max-width: 1280px) {
    .infographic-graph__wrapper {
        padding: 60px 0
    }
}

@media (max-width: 600px) {
    .infographic-graph__wrapper {
        padding: 40px 0
    }
}

.infographic-graph__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%
}

.infographic-graph__right {
    max-width: 496px;
    margin-right: 145px
}

.infographic-graph__text {
    line-height: 24px;
    padding: 8px 0
}

.infographic-graph__keys-list {
    margin-top: 39px
}

.infographic-graph__key {
    margin-bottom: 11px;
    display: flex
}

.infographic-graph__key-mark {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    line-height: 23px;
    font-size: 17px;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 4px 29px 0 0
}

.infographic-graph__key-mark--gray {
    background-color: #ff7f00
}

.infographic-graph__key-mark--orange {
    background-color: #8c8c8c
}

.infographic-graph__key-mark--up::before {
    content: "â–²"
}

.infographic-graph__key-mark--down::after {
    content: "â–²";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.infographic-graph__key-feature {
    max-width: 399px
}

.infographic-graph__key-title {
    line-height: 23px;
    font-size: 20px;
    font-weight: 700
}

.infographic-graph__key-desc {
    line-height: 24px;
    padding: 9px 0
}

.infographic-graph__left {
    background-color: #fff;
    padding: 99px 54px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    border-radius: 30px
}

.infographic-graph .chartjs-render-monitor {
    max-width: 100%
}

.providers {
    background-color: #faf8f5;
    position: relative;
    overflow: hidden
}

.providers__icon {
    fill: #484848;
    fill-opacity: .07;
    position: absolute;
    width: 148px;
    height: 148px
}

.providers__icon-left {
    left: -99px;
    top: 89px
}

.providers__icon-right {
    right: 120px;
    bottom: 140px
}

.providers__wrapper {
    max-width: 100%;
    padding: 128px 0 151px
}

@media (max-width: 1280px) {
    .providers__wrapper {
        padding: 60px 0
    }
}
@media (max-width: 768px) {
    .solution-item .btn {
        position: relative;
        margin-top: 30px;
        bottom:  inherit;
    }
    .solution-item-wrap {
    height: 100%;
    padding: 60px 35px 60px 35px!important;
}
    .solution-item-wrap{
        height: auto;
    }
}
@media (max-width: 600px) {
    .providers__wrapper {
        padding: 40px 0
    }

}
.block-contact-form h2{
    margin-bottom: 30px!important;
}
.providers__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.providers__arrows {
    display: flex;
    align-items: center;
    margin-top: -5px
}

.providers__arrow-icon {
    cursor: pointer;
    fill: #ff7f00;
    --opacity-path: 1;
    --opacity-rect: 0.2;
    width: 56px;
    height: 56px
}

.providers__arrow-icon:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 8px
}

.providers #providers__arrow-left {
    margin-right: 8px
}

.providers #providers__arrow-right {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.providers .slick-slider {
    min-width: 0
}

.providers-slider {
    z-index: 50;
    min-width: 0;
    max-width: 100%;
    width: 1584px;
    text-align: center
}
.providers-slider .slick-slide>div{
    display: flex;
}
.providers-slider__item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    min-height: 170px;
    max-width: 304px;
    margin: 0 16px 16px 0;
    position: relative;
    text-align: center
}

@media (max-width: 960px) {
    .providers-slider__item {
        min-height: 120px;
        max-width: 254px
    }
}

.providers-slider__item:nth-child(10), .providers-slider__item:nth-child(15), .providers-slider__item:nth-child(5) {
    margin-right: 0
}

.providers-slider__item-img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.form__warning {
    display: none;
}

.error-block__desc, .success-block__desc {
    text-align: center;
    line-height: 20px;
    margin-bottom: 25px;
    display: none;
}

@media (max-width: 600px) {
    .error-block__desc, .success-block__desc {
        line-height: 15px;
        margin-bottom: 15px
    }
}


/*new styles with fixes start*/
@media screen and (min-width: 1280px) {
	.section-title__label--big {
		font-size: 90px;
	}
}

.form__warning {
	text-align: left;
	color: #a20909;
	margin-top: 5px;
}

.services-blocks__item-link,
.solutions-blocks__link {
	width: 56px;
	border-radius: 0 8px 8px 0;
	background: transparent;
	display: flex;
	justify-content: center;
}

.services-blocks__item-link:hover,
.solutions-blocks__link:hover {
	background: #ff7f00;
	align-items: center;
}

.services-blocks__item-link:hover .services-blocks__diagonal-arrow,
.solutions-blocks__link:hover .solutions-blocks__diagonal-arrow {
	fill: #fff;
    --opacity-bg: 0;
}

.team-slider__wrap,
.team-photos {
	flex: 1 1;
}

.subscribe-form__input-wrapper, .subscribe-form__button {
	width: 50%;
	max-width: 465px;
}

@media screen and (max-width: 600px) {
	.subscribe-form__input-wrapper, .subscribe-form__button, .subscribe-form__input {
		width: auto;
	}
}
/*new styles with fixes end*/

.header__menu-sub {
    position: absolute;
    left: -19px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0.2s, visibility 0.2s ease-in-out 0.2s, left 0s linear 0.2s;
    pointer-events: none;
}

.header-menu-sub {
    background-color: #fff;
    z-index: 200;
    padding: 5px 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 5px 10px 0 hsl(0deg 0% 0% / 30%);
}

.header-menu-sub__link {
    white-space: nowrap;
    font-size: 14px;
    color: #484848;
    display: block;
    padding: 5px 19px;
    transition: color .2s ease-in-out;
}

.header-menu-sub__link:hover {
    color: #ff7f00;
}

.header__menu-item--has-submenu:hover .header__menu-sub {
    visibility: visible;
    pointer-events: auto;
    transform: translateZ(0);
    opacity: 1;
}

.page-section {
    display: flex;
}

.page-section__text {
    line-height: 24px;
    margin: 8px 0;
}

.page-section-list {
    padding-left: 15px;
}

.page-section-list__item {
    line-height: 34px;
}

.page-section-list__item::before {
	content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff7f00;
    display: inline-block;
    margin-right: 10px;
}

.page-section__col--left {
    max-width: 700px;
    margin-right: 2%;
}

.page-section__img {
    max-width: 100%;
}

/* styles for new team member design */

.card-person{
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 3px 4px rgba(0,0,0,.25);
    border-top:  3px solid #FF7F00;
    position: relative;
    margin-top: 200px;
    padding-bottom: 45px;
    margin-bottom: 50px;
    border-radius: 0 0 12px 12px;
}
.card-person-photo{
    width: 250px;
    height: 250px;
    border:  5px solid #FF7F00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: -125px auto 0 auto;
}
.card-person-photo img,.card-person-mobile-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-person-mobile .contact-item{
    width: 100%;
    margin-top: 35px!important;
}
.card-person-mobile .contact-item h3{
    text-align: left;
}
.card-person-mobile .sub-title{
    margin-bottom:  20px;
    font-size: 14px;
}

.contact-item span {
    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;
    height: 24px;
    width: 24px;
    margin-right: 10px;
    background: rgba(249, 134, 51, 0.2);
    border-radius: 4px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card-person-name{
    font-weight: bold;
    font-size: 24px;
    margin: 40px 0 20px;
}
.card-person-info{
    text-align: center;
}
.card-person-position{
    margin-bottom: 45px;
}
.btn {
    color: #fff;
    width: 183px;
    height: 64px;
    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;
    padding: 0 20px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    border-radius: 10px;
    font-weight: bold;
}
.btn-violet {
    background-color: #6E00A3;
    text-decoration: none;
}

.btn-oranges {
    background-color: #FE5E22;
    text-decoration: none;
	color: #fff;
    width: 183px;
    height: 64px;
    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: center;
    padding: 0 20px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    border-radius: 10px;
    font-weight: bold;
}

.btn-oranges:hover {
    background-color: #EA5016;
    
}

.card-person .btn{
    margin: 0 auto;
}
.card-person .btn img,.card-person-mobile .btn img{
    width: 10px;
    opacity: 1;
}
.card-person .btn,.card-person-mobile .btn{
    box-sizing: border-box;
}

.card-person-link{
    display: flex;
    padding-left: 0;
    margin-top: 50px;
    justify-content: center;

}
.card-person-link li{
    list-style: none;
    margin: 0 5px;
}
.card-person-link a{
    display: flex;
    align-items: center;
    justify-content:center;
    background: rgba(255, 127, 0, .1);
    width: 70px;
    height: 35px;
    border-radius: 5px;
}
.card-person-mobile{
    max-width: 315px;
    width: 100%;
    margin:  20px auto 0 auto;
    padding:  0 10px;
}
a.tmm_sociallink img{
    width: 16px;
}
.card-person-top{
    display: flex;
}
.card-person-mobile .card-person-name{
    margin-top: 0;
}
.card-person-mobile-photo{
    width: 107px;
    height: 107px;
    flex-shrink: 0;
}
.card-person-info-left{
    padding-right: 20px;
}


@media screen and (max-width: 1367px) {
    .page-section__col--left {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1120px) {
    .page-section {
        flex-direction: column;
    }

    .page-section__col--left {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
}



@media screen and (max-width: 525px) {
	.products .products-slider__card {
		max-width: 300px;
	}
}

.promo .promo-slider__left .button:hover {
    background: #6d2c90;
}

.promo--theme-yellow {
    background: #ffbb38;
}

.promo--theme-yellow .promo-slider__left .button {
    background: #6d2c90;
}

.promo--theme-yellow .promo-slider__left .button:hover {
    background: #484848;
}

.promo--theme-purple {
    background: #6d2c90;
}

.promo--theme-purple .promo-slider__left .button {
    background: #F98633;
}

.promo--theme-purple .promo-slider__left .button:hover {
    background: #484848;
}

.promo--theme-pink {
    background-color: #b70849;
}

.promo--theme-purple .promo-slider__left .button {
    background: #F98633;
}

.news__link {
	display: block;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card__img-link,
.news__link {
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}

.card__img,
.news__img {
	transform: scale(1);
	transition: transform .2s ease-in-out;
}

.card__img-link:hover .card__img,
.news__link:hover .news__img {
	transform: scale(1.1);
}

.subscribe-form__button:focus, .subscribe-form__button:hover {
	background-color: #fd5e20;
}

.header__menu-link{
    font-size: 16px;
}
.promo--theme-purple .promo-slider__button{
    background-color:#ff7f00;
}
.promo--theme-purple .promo-slider__button:hover{
    background-color:#484848;
}
.promo--theme-yellow .promo-slider__button{
    background-color:#6E00A3;
}
.promo--theme-yellow .promo-slider__button:hover{
    background-color:#484848;
}
/*.promo--theme-orange .promo-slider__button{
    background-color:#484848;
}*/
.promo--theme-orange .promo-slider__button:hover{
    background-color:#6E00A3;
}
.contact-us__content{
    margin: 0 auto;
}

@media (max-width: 1400px) {
  .resume-blocks__title{
    font-size: 23px;
  } 
  .banner-banner-img{
    position: relative!important;
  } 
}

@media (max-width: 960px) {
    .header__menu-item {
        margin: 0 0 23px 0
    }
    .team-slider__wrap, .team-photos{
        flex: 100%;
    }
    .team-photos{
        align-items: center;
    }
    .header__menu-sub{
        position: relative;
        display: none;
    }
    .header__menu-item--has-submenu:hover .header__menu-sub{
        visibility: hidden;
        pointer-events: auto;
        transform: translateZ(0);
        opacity: 0;
    }
    .header__menu-item--has-submenu.active .header__menu-sub{
        visibility: visible;
        pointer-events: auto;
        transform: translateZ(0);
        opacity: 1;
        box-shadow: none;
    }
    /* .header__menu-sub{
         position: relative!important;
     }*/
    .header__menu-item--has-submenu .header__menu-link span{
        display: flex;
        position: absolute;
        right: 0;
        height: 50px;
        width: 50px;
        top:  -10px;
    }
    .header__menu-item--has-submenu .header__menu-link::after{
        content:  none;
    }
    .header__menu-link{
        display: inline-block;
        padding-bottom: 5px;
    }
    .header__menu{
        height: 100%;
    }
    .header__menu-sub{
        box-shadow: none;
        background: transparent;
        padding-top: 15px;
    }
    .header__menu-link:active, .header__menu-link:focus, .header__menu-link:hover{
        padding-bottom: 5px;
    }
    .header__burger{
        top:  -5px;
    }
    .header__menu-list{
        padding-bottom: 100px;
    }
    .promo-slider__left2,.promo-slider__left{
        margin: 0 70px 0 0!important;
    }
    .header__menu-item--has-submenu .header__menu-link span::after {
    content: '';
    width: 9px;
    display: block;
    height: 9px;
    border: 2px solid;
        border-top-width: 3px;
        border-right-width: 3px;
        border-bottom-width: 3px;
        border-left-width: 3px;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    transition: transform .2s ease-in-out;
    margin-left: 5px;
}
.header__menu-item--has-submenu .header__menu-link span {
    align-items: center;
    justify-content: center;
}
	
	.sport-block__text{
		margin-right:5px!important;
		padding-right:5px!important;
	}
}

.promo-slider__left,.promo-slider__left2{
    width: 65%!important;
}
@media screen and (max-width: 600px) {
    .products .products-slider__img {
        min-height: 180px;
    }
    .promo-slider__left {
    width: 100%!important;
}
.providers-slider .slick-slide>div{
    justify-content: center;
    
}
	
	.new-block-adaptive{
		flex-direction:column!important;
	}
	.sports-text-description{
		width:100%!important;
	}
	.new-block-sport__reverse .new-block-adaptive-reverse{
		flex-direction:column-reverse!important;
	}
	.new-block-sport__reverse .resume-description{
	margin:0!important;
	}
}
.providers-slider .slick-slide>div{
    margin: 0 8px;
}
#subscribe-form{
    position: relative;
}
#subscribe-form .form__warning.email-subscribe{
    position: absolute;
    bottom: -33px;
    left: 0;
    padding: 2px 10px;
    border-radius: 5px;
    background-color: #fff;

}

@media (max-width: 1500px) {
    .team-photos__img{
        width: 250px;
        object-fit: cover;
    }
    .team-photos{
        display: flex;
        flex-wrap: wrap;
        max-height:100%;
    }
}

.contact-row .contact-item{
    margin-bottom: 30px;
}
.container-flex{
    display: flex;
}
.container-flex .banner-banner-img{
    position: relative;
}
.show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    cursor: pointer;
}
.show-more  button{
    display: block;
    background: #F98633;
    border: none;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
}
.show-more:hover button{
    background: #f8771a;
}
@media (max-width: 600px) {
    .show-more button {
        width: 100%;
    }
}
.news .d-none{
    display: none;
}
.block-product .container{
    padding-bottom: 110px!important;
}
.block-product{
    padding-bottom: 50px!important;
}
/*.solutions-list .slick-track{
    display: flex!important;
    align-items: flex-end!important;
}*/
/*@media (min-width: 1800px) {
    .header__logo{
        padding-left: 11rem;
    }

}
*/
@media (max-width: 321px) {
	.sport-newblock-img img{
		max-width:287px!important;
		max-height:233px!important
	}
	.new-block-sport__reverse .resume-description{
		width:100%!important;
	}
	.new-block-icons .block-newicons .icon-usport-new{
		display:inline-block!important;
		
	}
	.new-block-icons .why-icon img{
		margin-bottom:25px!important;
	}
	.new-block-icons .why-text{
		width:70%!important;
		display:inline-block!important;
		margin-left:25%!important;
	}
	.new-block-icons .why-text h3{
		text-align:left!important;
	}
		.new-block-icons .why-text p{
		text-align:left!important;
	}
	.new-block-icons .mobile-svg{
		position:absolute;
		left:33%;
	}
	.block-newicons{
		margin-top:25px!important;
	}
	.new-block-icons .block-newicons .why-icon{
		position:absolute!important;
	}
}
@media (min-width: 769px) and (max-width: 1080px) {
	
.new-block-sport__reverse .resume-description{
	width:40%!important;
	margin-left:141px;
	max-width:600px;
	
}
	.sport-newblock-img img{
		width: 295px!important;
		height:281px!important;
	}
	.new-block-sport__reverse .sports-text-description{
	width:60%!important;
	}
	.sports-text-description{
	width:60%!important;
	}
	
}

.page-id-858 h2{
	font-weight:lighter;
}
.page-id-3945 .section-title__label--big{
	font-size:44px;
	font-weight:bold;
	max-width:720px;
}
@media (max-width: 1280px){
.page-id-3945 .section-title__label--big{
	font-size:36px;
	max-width:520px;
}
}
@media (max-width: 960px){
.page-id-3945 .section-title__label--big{
	font-size:32px;
		max-width:420px;
}
}
@media (max-width: 600px){
.page-id-3945 .section-title__label--big{
	font-size:26px
}
}

.page-id-1337 .products__wrapper{
	display:none;
}

.page-id-1648 .products__wrapper{
	display:none;
}


.news-detail__aside .other-links__item{
	/*border-bottom:2px solid grey;*/
	margin-bottom:15px;
}
.other-links__item-desc{
	margin-left:0px;
}
.new-block-sport__reverse .resume__wrapper{
	padding-left:10px;
	padding-right:10px;
}
.resume-description__text{
	font-family:"Montserrat", sans-serif;
}

/* New styles for iGaming Asia */

.promo--theme-red_asia {
    background: #FFC32A;
}

.promo--theme-red_asia .promo-slider__left .button {
    background: #6E00A3;
}

.promo--theme-red_asia .promo-slider__left .button:hover {
    background: #4D0073;
}

.promo--theme-red_asia .promo-slider__button{
    background-color:#ff7f00;
}
.promo--theme-red_asia .promo-slider__button:hover{
    background-color:#484848;
}

.avaliable-list__item-icon {
    fill: #ff7f00;
    --opacity-path: 1;
    --opacity-rect: 0.07;
    width: 32px;
    height: 32px;
	margin:10px;
}
.avaliable__list {
display:flex;
margin-left:-10px;
flex-wrap: wrap;
}

/* Tabs Asia */

.offers-asia {
	margin-top:50px;
	margin-bottom:35px;
}

.tabs-asia__wrapper {
	margin-top: 65px;
}
.offers__tabs {text-align:center;
}

.offers__tab + .offers__tab {
	margin-left:20px;
}

.offers__tab {

    background: #F5F5F5;
    border: 1px solid #D3D3D3;
    border-radius: 8px;
	padding:20px;
	margin-top:20px;
	transition: all 0.3s;
	color:#484848;
}

.offers__tab.tabs-asia__tab--active {
	background: #FF7F00;
    border: 1px solid #FF7F00;
	color:#FFF;
	

}

.tabs-asia__content {
	display:none;
	
}

.tabs-asia__content.tabs-asia__content--active
{
	display:block;	
	
}
/* End Tabs Asia */

/* Solutions Asia */
.solutions-asia {
	margin-top:50px;
}

.tabs-asia__wrapper {
	margin-top: 99px;
}

/*.offers-asia__container {
	padding:50px;
}
*/
.solution__tabs {
	text-align:center;
	display:flex;
    margin: 0 auto;
	justify-content: space-between;
    padding-left: 35px;
    padding-right: 35px;
}

.solution__tab {
    width: 420px;
    height: 220px;
    background: #F5F5F5;
    border-radius: 12px;
	transition: all 0.3s;
	color:#484848;
	text-align:left;
	position:relative;
	
}

.solution__tab2{
    width: 420px;
    height: 220px;
    background: #F5F5F5;
    border-radius: 12px;
	transition: all 0.3s;
	color:#484848;
	text-align:left;
	position:relative;
	
}

.solution__tab3 {
    width: 420px;
    height: 220px;
    background: #F5F5F5;
    border-radius: 12px;
	transition: all 0.3s;
	color:#484848;
	text-align:left;
	position:relative;
	
}



.solution__item_text  {
	
}

.solution__item_text {
	position:absolute;
	left:30px;
	bottom:5px;
	font-weight: 700;
    font-size: 20px;
}

.solution__tab.tabs-solution__tab--active {
	background: #B80052;
	color:#FFF;
	box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
	}


.solution__tab2.tabs-solution__tab--active {
	background: #FFC32A;
	color:#FFF;
	box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
}


.solution__tab3.tabs-solution__tab--active {
	background: #6E00A3;
	color:#FFF;
	box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
}

.tabs-solution__content {
	display:none;
	
}

.tabs-solution__content.tabs-solution__content--active
{
	display:block;	
	
}
.solution__content-item {margin-bottom:80px;}

.solution__item_img {
	max-width:140px;
	display: block;
    margin: 0 auto;
	margin-top:30px;
}

.offers-asia__inner {

}

.solution__content-item-background {
	min-height:450px;
    background: #FFFFFF;
	/*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
	box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
	border-radius: 12px;
	padding-bottom:65px;
	padding-top:60px;
	padding-left:100px;
	padding-right:100px;
	margin-top:90px;
		
}

.solution__content-item-title {
	font-weight:bold;
	font-size:30px;
}
.solution__content-item-subtitle {
	font-weight:bold;
	font-size:18px;
}
.solution__content-item-subtitle-button {
	display: flex;
    cursor: pointer;
    border: 0;
    border-radius: 8px;
    outline: 0;
    align-items: center;
    transition: background-color .2s ease-in-out;
	background-color:#FF7F00;
	margin-top:30px;
	
}
.solution__content-item-subtitle-button:hover {
	background-color:#E77300;}
	
	/*@media (max-width:860px) {
	.promo-slider__item-inner {
    justify-content: space-around;
    flex-wrap: wrap;
	}
   .promo-slider__img--product-page {
    margin-top: 53px;
	margin-bottom: 25px;
    max-width: 260px;
}
}
*/
.solution-tabs-asia__wrapper {
	justify-content:space-between;
}

.solution__container {padding-left:35px; padding-right:35px;}

.asia__team_content_top_img {max-width:150px;}

/* general asia css*/

.asia_container {
	max-width:1650px;
	margin: 0 auto;
}

.asia_solutions_container {
	max-width: 1550px;
    margin: 0 auto;
    padding-top: 82px;
}

.section-title__label--middle-asia {
    font-size: 40px;
    line-height: 56px;
}

.slider__border-right {
	border-right:2px solid #FFF
}

.asia__team_wrapper {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.asia__team_blocks + .asia__team_blocks {
	margin-left:50px;
}

.asia__team_blocks {
	max-width:375px;
	min-height: 300px;
    background: #FFFFFF;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    border-radius: 12px;
    padding:40px;
    margin-top: 30px;
}

.resume-blocks__asia {
    width: 100%;
}

.section-title__asia {
     margin-bottom: 15px;
}

.asia__team_content_top {
	display:flex;
}

.asia__team_content_top_line {
	width: 24px;
	height: 4px;
	background: #FF7F00;
	border-radius: 4px;
	margin-left:20px;
	margin-bottom:10px;
	
}

.asia__team-title {
    font-weight: 400;
	margin-left:15px;
	margin-bottom:5px;
    font-size: 32px;
	line-height:40px;
}

.asia__team-subtitle {
	font-weight:400;
	margin-left:15px;
	font-size:14px;
}

.asia__team_content_top_icons {
    /*margin-left: 5px;*/
    flex-wrap: wrap;
    display: flex;
    transform: scale(0.8);

}

.asia_team_contact + .asia_team_contact {
	margin-left:10px;
}

.resume__asia_team-wrapper {
	padding-top:80px;
	padding-bottom:90px;
}

a.asia_team_contact_mail {
    background: url(/wp-content/uploads/mail-2.png); /* Путь к файлу с исходным рисунком  */
    display: block; /*  Рисунок как блочный элемент */
	width: 29px;
	height: 20px;
	margin:10px;
	margin-top:15px;
}
   a.asia_team_contact_mail:hover {
    background: url(/wp-content/uploads/mail-1-1.png); /* Путь к файлу с заменяемым рисунком  */
   }

a.asia_team_contact_li {
    background: url(/wp-content/uploads/Vector-2.png); /* Путь к файлу с исходным рисунком  */
    display: block; /*  Рисунок как блочный элемент */
	width: 27px;
	height: 25px;     
	margin:10px;
}
   a.asia_team_contact_li:hover {
    background: url(/wp-content/uploads/Vector-3.png); /* Путь к файлу с заменяемым рисунком  */
   }

a.asia_team_contact_skype {
    background: url(/wp-content/uploads/Vector.png); /* Путь к файлу с исходным рисунком  */
    display: block; /*  Рисунок как блочный элемент */
	width: 28px;
	height: 29px;     
	margin:10px;
}
   a.asia_team_contact_skype:hover {
    background: url(/wp-content/uploads/Vector-1.png); /* Путь к файлу с заменяемым рисунком  */
   }



/* Media */

@media (max-width:1500px){
	.solution__tab {
    width: 320px;
    }
	.solution__tab2 {
    width: 320px;
    }
	.solution__tab3 {
     width: 320px;
    }
}

@media (max-width:1280px) {
	.avaliable__list {padding-bottom:35px;}
	.media_padding {padding:20px;}
}

@media (max-width:1035px){
	.solution__tab {
    width: 250px;
    }
	.solution__tab2 {
    width: 250px;
    }
	.solution__tab3 {
     width: 250px;
    }
	.solution__item_img {
		max-width:130px;
	}
}

@media (max-width:836px){
	.tabs-asia__wrapper {
    margin-top: 40px;
}
	.solution__container {
    padding-top: 30px;
    padding-bottom: 30px;
}
	.mobile__overflow {
	width:1000px;
	}
	.tabs-asia__wrapper {
	overflow-x:scroll;
	height: 120px;
    padding-top: 50px;
	-webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
	}
	.resume__wrapper {
    align-items: flex-start;
    padding: 20px 0!important;
	}
	.offers-asia {
	margin-top:0px;
	}
	.offers__tabs {
    text-align:left;
	}
	.promo-slider__button {
    min-width: 270px;
	}
.solution__tab {
    width: 150px;
	height:210px;
    }
	.solution__tab2 {
    width: 150px;
	height:210px;
    }
	.solution__tab3 {
    width: 150px;
	height:210px;
    }
	.solution__item_img {
		max-width:100px;
	}
	.solution__item_text{
		font-size:16px;
	}
	.solution__content-item-background {
		padding-left:30px;
		margin-top:15px;
	}
	.asia__team_blocks + .asia__team_blocks {
	margin-left:0px;
}
}

@media (max-width:755px){
	.asia__team_blocks + .asia__team_blocks {
	margin-left:0px;
	}
}

@media (max-width:700px){
	.slider__border-right {
	border-right:none;
	}
}

@media (max-width:695px)
{
	.solution__tabs {
    flex-wrap: wrap;
	}
	.solution__tab {
	 margin-bottom:15px;
    }
	.solution__tab2 {
     margin-bottom:15px;
    }
		.solution__tab3 {
     margin-bottom:15px;
    }

}
@media (max-width:679px)
{
	.promo-slider__img {
		display:none;
	}
}

@media (max-width:566px)
{
	
}
/* End Solutions Asia */

.flex{
	display:flex;
	max-height:580px;
}
.text404-description-right:before{
	content: "";
    width: 1px;
    background: black;
    color: black;
    height: 80%;
    display: block;
    position: absolute;
    top: 10%;
    left: 0;
}
.page404-bottom-nav{
	  width: 35%
}
@media screen and (max-width:1200px){
	.page404-bottom-nav{
	width: 50%;
}
}
@media screen and (max-width:860px){
	.page404-bottom-nav{
	width: 70%;
}
	.text404-description-right{
		width:70%!important;
	}
	.page-404-cont-two img{
		height:auto!important;
	}
	.text404-description-right a {
		width:206px!important;
	}
}
@media screen and (max-width:860px){
	.page404-bottom-nav{
		width: 100%;}
	.page404-bottom-nav p{
		width:33%!important;
	}
	.page404-bottom-nav p>a{
		width:100%!important;
	}
}
@media screen and (max-width:450px){
	.page404-bottom-nav{
		width: 100%;}
	.page404-bottom-nav p{
		width:33%!important;
		margin-right:0!important;
	}
	.page404-bottom-nav p>a{
		width:100%!important;
	}
	.text404-description-right:before{
		display:none;
	}
	.text404-description-right{
		width:100%!important;
	}
	.text404-description-right a{
		width:100%!important;
	}
	.text404-description{
		margin-top:-40%!important;
}
	.mobile{
		display:block!important;
		text-align:left!important;
		
	}
	.mobile p{
			text-align:left!important;
	}
	.page-404-cont{
		margin-top:25px;
	}
}

/* Casino Aggregator */

.casino_aggregator-indent {
    padding: 30px 0;
}

.opport_background {
	background: #FFFFFF!important;
    padding-top: 20px!important;
}

.opport_background .block-newicons  .icon-usport-new{
	margin-bottom:30px!important;
}

.opport_background .block-newicons{
	width:20%!important;
	display:inline-block!important;
	text-align:center;
}

.opport_background .block-newicons .why-icon{
	margin:auto!important;
}

.opport_background h3,.new-block-icons p{

	color: black!important;
}

.opport_background .block-newicons .icon-usport-new {
    margin-bottom: 30px!important;
}

@media (max-width: 1150px) {
.new-block-icons .block-newicons{
	width:33.33%!important;
	
}
}

@media (max-width: 321px) {

.opport_background .block-newicons .icon-usport-new{
		display:inline-block!important;
		
	}
	.opport_background .why-icon img{
		margin-bottom:25px!important;
	}
	.opport_background .why-text{
		width:70%!important;
		display:inline-block!important;
		margin-left:25%!important;
	}
	.opport_background .why-text h3{
		text-align:left!important;
	}
		.opport_background .why-text p{
		text-align:left!important;
	}
	.opport_background .mobile-svg{
		position:absolute;
		left:33%;
	}
}

/* End Casino Aggregator */


/* iframe адаптив видео со сторонних ресурсов */

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

/* END iframe адаптив видео со сторонних ресурсов */

/* CSS Для статей */

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

.article_img_mini {
	height: auto;
    width: 70%;
    max-width: 750px;
}

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

.popup_title {
	font-weight: bold;
    line-height: 24px;
    font-family: "Montserrat";
	font-size:24px;
	color: #FFF;
}

.popup_desc {
	font-weight: normal;
    line-height: 20px;
    font-family: "Montserrat";
	font-size:16px;
	color: #FFF;
}

.button__icelondon {
    display: flex;
    cursor: pointer;
    border: 0;
    border-radius: 8px;
    outline: 0;
    align-items: center;
	transition: background-color .2s ease-in-out;
	background: #ccc;
	width:220px;
	height:55px;
	text-align:center;
}

.btn_ice__london {
    color: #fff;
    width: 183px;
    height: 54px;
    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;
    padding: 0 20px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    border-radius: 10px;
    font-weight: bold;
	background-color: #ff7f00;
    text-decoration: none;
	margin-bottom:30px;
}
.btn-violet {
    background-color: #6E00A3;
    text-decoration: none;
}



/* END CSS Для статей */


/* CSS Casino Provders */

/* Barbara Bang */
.logo_width_barbara {max-width:309px;}
.main_picture_width_barbara {max-width:594px;}
.about_pic_width_barbara {max-height:594px;}

/* Tom Horn */
.logo_width {max-width:494px;}
.main_picture_width {max-width:594px;}
.about_pic_width {max-height:594px;}

/* 3 Oaks */
.logotype_width_3oaks {width:494px;}
.main_picture_width_3oaks {max-width:580px;}
.about_pic_width_3oaks {max-height:594px;}
.cta_pic_3oaks {max-width:650px;}

/* Mancala */
.logo_width_mancala {width:494px;}

/* Winfinity */
.logo_width_winfinity {max-width:454px;}
/*.main_picture_width_3oaks {max-width:594px;}
.about_pic_width_3oaks {max-height:594px;}
.cta_pic_3oaks {max-width:650px;}*/


/* Tripple Cherry */
.logotype_tripple_cherry {width:354px;}
.main_picture_width_tripple_cherry {max-width:494px;}


/* Thuderkick */

.main_picture_width_thunderkick {max-width:494px;}

/* Game Art */

.main_picture_width_gameart {max-width:554px;}


/* Barbara Bang */
.logo_width_spribe {max-width:309px;}

/* End Css Casino Providers */


/* SBC Game */

.sbc_div {
	height:300px;
	background-color:#6e00a3;
	padding-top:50px;
	margin-top:30px;
	margin-bottom:15px;
}

.h_win_prizes {
	font-size:60px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

.btn_sbc_maring {
	margin:auto;
	margin-bottom:25px;
	margin-top:15px;
}

.sbc_success_title {
	text-align:center;
}

.h_title_ruffle {
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
	font-size:20px;
}

.sbc_ruffle_number {
	color:#6e00a3;
	font-weight:bold;
	font-size:30px;
}

.sbc_modal_desc {
	font-size:16px;
	text-align:center;
}

.sbc_modal_desc--bigger {
	font-size:18px;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	margin-top:15px;
}

.sbc_modal_desc_social
{
	font-size:16px;
	margin-bottom:15px;
	margin-top:15px;
}

.sbc_modal_desc--a
{
	text-decoration:underline;
	color:#F98633;
}

.sbc_modal_desc_bold {
	font-weight:bold;
	color:#6e00a3;
}

.sbc_modal_btn {
	border:0
}

.sbc_modal_btn--text {
	font-size:16px;
}

.sbc_div_image {
	width: 100%;
    //position:fixed;
    overflow: hidden;
    background-image: url(https://uplatform.com/wp-content/uploads/bg-2.png);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center; /* Center the image */
	height:300px;

}

@media (max-width:576px) {
	.sbc_div_image {
		height:400px;
    }
}

@media (max-width:450px) {
	.h_win_prizes {
	font-size:50px;
}
	
}
/* End SBC Game */
	
