@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: normal;

    src: url(../fonts/Calibri_Regular.eot);
    src: url(../fonts/Calibri_Regular.woff) format('woff');
    src: url(../fonts/Calibri_Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: bold;

    src: url(../fonts/Calibri_Bold.eot);
    src: url(../fonts/Calibri_Bold.woff) format('woff');
    src: url(../fonts/Calibri_Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 300;
 
    src: url(../fonts/Calibri_Light.eot);
    src: url(../fonts/Calibri_Light.woff) format('woff');
    src: url(../fonts/Calibri_Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Calibri';
    font-style: italic;
    font-weight: 300;

    src: url(../fonts/Calibri_Light_Italic.eot);
    src: url(../fonts/Calibri_Light_Italic.woff) format('woff');
    src: url(../fonts/Calibri_Light_Italic.ttf) format('truetype');
}


@font-face {
    font-family: 'pribambas';
    font-style: regular;

    src: url(../fonts/PRIBAMBAS-REGULAR.TTF) format('truetype');
}

::-webkit-scrollbar{width:5px;height:8px}
::-webkit-scrollbar-thumb{cursor:pointer;background:#c8c8c8}
::selection{background-color:#c8c8c8;color:#fff}
-webkit-::selection{background-color:#c8c8c8;color:#fff}
::-moz-selection{background-color:#c8c8c8;color:#fff}

body {
    font-family: Calibri, Calibri_Mac;
    color: black;
    padding: 0 !important;
    min-width: 320px;
    overflow-x: hidden;
}
/* colors */
.blue{
    color:#00A0E4;
}
header {
    width: 100%;
    position: absolute;
    z-index: 2;   
}
h1 {
    font-weight: bold;
    font-size: 56px;
    line-height: 68px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
    margin-top: 40px;
    /*max-width: 892px;*/
}
h2 {
    font-size: 56px;
    line-height: 68px;
    color: #FFFFFF;
    margin-bottom: 40px;
    margin-top: 40px;
    max-width: 892px;
}
h3 {
    font-size: 30px;
    line-height: 68px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.h4,
h4 {
    font-family: pribambas;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 30px;
}
a {
    color: #00a0e4;
}
.main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.top_block {
    padding: 0 50px;
    padding-bottom: 120px;
}
header .container-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1640px;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
header .container-h .logo img{
    max-height: 60px;
}
#set_scroll_header.srolling {
    position: fixed;
    background: #00a0e4;
    width: 100%;
    z-index: 999;
    animation: go-header_scroll .3s 1;
    -webkit-animation: go-header_scroll .3s 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.poly{
    padding: 120px 0 60px;
}
#set_scroll_header.srolling222 {
    position: fixed;
    background: #00a0e4;
    width: 100%;
    z-index: 999;
    animation: go-header_scroll .3s 1;
    -webkit-animation: go-header_scroll .3s 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

#set_scroll_header.srolling .logo_dark{
    max-height: 45px;
}
header.srolling .container-h{
    height: 60px;
}
nav {	
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 600px;
    flex: 1 1 600px;
    margin: 0;
    max-width: 600px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
nav > div a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;	
}
nav > div:hover {

}
nav > div:hover a {
    color: #a6c92c;
    text-decoration: none;
}
.hidden-menu-container ul > li a:hover{
    color: #a6c92c;
    text-decoration: none;
}
.btn-menu {
    transition: right .23s;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
    cursor: pointer;
}
.btn-menu-hidden {
    position: absolute;
    left: 0;
    padding: 5px;
    cursor: pointer;
}
.hidden-menu_block.opened .btn-menu-hidden {
    left: -29px;
}
.hidden-menu_block.opened .hidden-menu {
    right: 0;
}
.hidden-menu {
    display: block;
    position: fixed;
    list-style: none;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    width: 500px;
    background-color: white;
    color: #00a0e4;
    height: 100%;
    top: 0;
    right: -500px;
    transition: right .2s;
    z-index: 10;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.hidden-menu-container {
    margin-left: 60px;
    margin-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    -ms-flex-pack: justify;
    overflow-y: auto;
    height: 100%;
}
.hidden-menu-container ul > li {
    font-size: 22px;
    margin-bottom: 25px;
}
.hidden-menu-container ul > li a {
    text-decoration: none;
    color: #00a0e4;
}
.social_links_hidden {
    margin-bottom: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
}
.social_links_hidden a {
    margin: 5px;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 2;
    background: #808080ba;
}
.hidden-menu_block.opened .overlay {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
}
.icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
}
.contacts_item {
    margin: 0 10px;
    margin-left: 0;
}
.icon_item {
    margin: 0 10px;
    margin-left: 0;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    height: 80px;
    text-decoration: none !important;
    color: white;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
}
.icon_item:hover{
    color: #A6C92C;
}
.tablet_phone {
    width: 30px;
    height: 30px;
    background-image: url(../images/phone-call-w.svg);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 7px;
}
.contacts_item:hover .contacts_popup {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
    -moz-transform: translate(0, 0) rotate(0) scale(1);
    -ms-transform: translate(0, 0) rotate(0) scale(1);
    -o-transform: translate(0, 0) rotate(0) scale(1);
    transform: translate(0, 0) rotate(0) scale(1);
}
.contacts_popup {
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px);
    z-index: 1;
}
.contacts_popup_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 28px 20px;
    padding-bottom: 10px;
    background: white;
}
.contacts_popup_tel {
    padding-bottom: 5px;
}
.contacts_popup_tel a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #060606;
}
.contacts_rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
}
.contact_row {
    margin: 9px 0;
    font-size: 14px;
    color: #333333 !important;
    text-decoration: none !important;
}
.contact_row span {
    padding-left: 5px;
}
.menu_right_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.youtube_video_wrap {
    position: relative;
    width: 780px;
    height: 400px;
}

.youtube_video_wrap .play_button {
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    cursor: pointer;
    z-index: 3;
    width: 80px;
    height: 80px;
    background-image: url(../images/play.png);
    animation: animate 2s linear infinite;
    border-radius: 90%;
}
.youtube_video_wrap.play .play_button {
    background-image: none;
    animation: none;
}
.youtube_video_wrap .swiper-slide_img {
    opacity: 1;
    visibility: visible;
    position: relative;
    border-radius: 9px;
    box-shadow: 0px 8px 63px rgba(0, 0, 0, 0.25);
    z-index: 2;
    transition: 0.3s opacity,0.3s visibility;
}
.youtube_video_wrap.play .swiper-slide_img {
    opacity: 0;
    visibility: hidden;
}
.youtube_video_wrap .youtube_video_frame {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s opacity,0.3s visibility;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.youtube_video_wrap.play .youtube_video_frame {
    opacity: 1;
    visibility: visible;
}
.slider_video {
    width: 100%;
    height: 100%;
    border-radius: 9px;
}
.slider_image {
    margin-bottom: 120px;
}
.slider_wrap {
    position: relative;
    margin-bottom: 0px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-wrapper {
    height: 800px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    -ms-flex-direction: column;
}
.swiper-pagination {
    transition: 0.2s opacity;
}
.swiper-pagination {
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    padding-top: 70px;

    z-index: 3;
    text-align: right;
    color: #222;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 60px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {

}
.swiper-pagination span:first-child {
    margin-right: 0;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background-color: transparent;
}
.swiper-pagination .swiper-pagination-bullet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: auto;
    color: inherit;
    background-color: transparent;
    opacity: 1;
    margin: 0;
}
.swiper-pagination .swiper-pagination-bullet i {
    display: block;
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
    opacity: 0.7;
    color: white;
}
.swiper-pagination .swiper-pagination-bullet-active i {
    opacity: 1;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.swiper-pagination .swiper-pagination-bullet-active:not(:last-of-type)::after {
    display: block;
}
.swiper-pagination .swiper-pagination-bullet-active:last-of-type::before {
    display: block;
}
.swiper-pagination .swiper-pagination-bullet::after, .swiper-pagination .swiper-pagination-bullet::before {
    display: none;
    width: 1px;
    height: 30px;
    background-color: white;
    content: "";
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {

}
.side_controls {
    width: 100%;
    position: absolute;
    top: 0;
}
.side_controls .container_s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 800px;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1640px;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.social_links {
    position: absolute;
    display: inline-block;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 29px;
    z-index: 2;
    /* padding-top: 100px; */
    right: 45px;
    top: 60px;
}
.social_links a {
    margin: 10px 0;
    display: block;
}
.green_button {
    padding: 15px 40px;
    background: #A6C92C;
    color: white;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 25%);
    border-radius: 30px;
    right: 10px;
    bottom: 20px;
    z-index: 2;
    border: #00A0E4 3px solid;
}
.green_button:hover {
    color: white;
    text-decoration: none;
    background: #b2dc1f;
}
.img-wrap {
    position: absolute;
    transform-style: preserve-3d;
    transform-origin: center;
    transition: transform 2s ease-out;
}
.img-wrap img {
    animation: fragment backwards 5s ease-in-out infinite;
}
.img-wrap-1 {
    right: -60px;
    top: 25px;
}
.img-wrap-11 {
    right: -110px;
    top: -20px;
}
.img-wrap-2 {
    bottom: -115px;
    left: -15px;
}
.img-wrap-22 {
    bottom: -160px;
    left: -70px;
}
.b-height{
    height: 100vh; /* ну или сколько нужно по макету */
}
@keyframes fragment {
    0% {
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
    }
    50% {
        -webkit-transform: scale(1.1) translateX(-10%);
        transform: scale(1.1) translateX(-10%);
    }
    100% {
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
    }
}
@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 70%);
    }
    40% {
        box-shadow: 0 0 0 50px rgb(255 255 255 / 0%);
    }
    80% {
        box-shadow: 0 0 0 50px rgb(255 255 255 / 0%);
    }
    100% {
        box-shadow: 0 0 0 rgb(255 255 255 / 0%);
    }
}

.block1{
    padding: 30px 0;
}
.format_icon img{
    max-height: 60px;
    margin-bottom: 15px;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.text-center {
    text-align: center !important;
}
.list-inline>li {
    display: inline-block;
    vertical-align: middle;
    margin: 20px;
    padding: 20px;
    position: relative;
}


.list_ll{
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
    border: #00A0E4 3px solid;
    border-radius: 30px;
    padding: 20px 10px;
    margin: 0;
    width: 100%;
    height: 100%;
}
.format-list .row > div{
    margin-bottom: 30px;
}
.list_ll__txt{
    line-height: 1.2;
}

.stat-list > col, .partners-list > col {
    margin: 0 20px;
}

.stat_icon, .partner-icon {
    margin-bottom: 10px;
}

.stat__txt{
    margin-bottom: 30px;
}
.stat-list {
    font-size: 22px;
    line-height: 27px;
}
.stat_bold {
    font-weight: 700;
    color: #00a0e4;
}
.block-form {
    background: url(../images/bg02.png) center no-repeat;
    width: 100%;
    background-size: cover;
    padding: 80px 0;
    margin: 0;
    position: relative;
}
.block-form .layout, .block-txt .layout {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/mask.png);
}
.block-form .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 44px;
    text-align: center;

    color: #FFFFFF;
}
.block-form .description {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;

    color: #FFFFFF;
    margin-top: 10px;
}
.pdf_form {
    margin: 0 auto;
    margin-top: 35px;
    width: 750px;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.block-form input {
    font-size: 14px;
    color: #909090;
    width: 100%;
    padding: 15px 25px 12px 25px;
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid white;
    border-radius: 30px;
    font-weight: 300;
    font-style: italic;
}
.block-form button {
    background: #A6C92C;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
	border: none;
    border: #00A0E4 3px solid;
    border-radius: 30px;
    padding: 10px 36px;
    color: white;
    width: 100%;
}
.block-form button:hover {
    color: white;
    text-decoration: none;
    background: #b2dc1f;
}
.block-form .privacy {
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    max-width: 545px;
    margin: 0 auto;
}
.img-wrap-3 {
    bottom: -40px;
    left: 120px;
}
.img-wrap-33 {
    bottom: -20px;
    left: 140px;
}
.img-wrap-4 {
    top: 120px;
    right: 120px;
}
.img-wrap-44 {
    top: 80px;
    right: 60px;
}
.bottom_fix {
    position: fixed;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    padding: 15px 0;
    display: grid;
    text-align: center;
}
/*
.html5-video-player:not(.ytp-transparent), .html5-video-player.unstarted-mode, .html5-video-player.ad-showing, .html5-video-player.ended-mode, .html5-video-player.ytp-fullscreen {
    color: #00a0e4;
}
*/
.block4{
    margin: 30px 0;
    /*display: inline-block;*/
    width: 100%;
}
.franch_block {
    position: relative;

}
.franch-list {
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
    border-radius: 30px;
    height: 80px;
}
.franch-list > div {
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    position: relative;
    padding: 25px 30px;
    cursor: pointer;
    border: solid #00A0E4 3px;
    border-radius: 30px;
    color: #00A0E4;
}
.franch-list ul {
    font-size: 20px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.7);

    list-style: disc;
    margin-bottom: 0;
    padding: 15px 30px;
    padding-top: 0;

    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.franch-list.opened {
    height: auto;
}
.franch-list.opened ul {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.franch-list ul > li {
    margin-left: 20px;
}
.franch-list ul > li::marker {
    color: #00A0E4;
}
.franch-list .list_arrow {
    width: 40px;
    height: 40px;
    background-image: url(../images/arrow_closed.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 35px;
    top: 20px;
}
.franch-list.opened .list_arrow {
    background-image: url(../images/arrow_opened.svg);
}
.img-wrap-5 {
    top: 100px;
    left: 200px;
}
.img-wrap-55 {
    top: 300px;
    left: 150px;
}
.img-wrap-6 {
    top: 300px;
    right: 100px;
}
.img-wrap-66 {
    top: 60px;
    right: 150px;
}
.block5{
    margin: 30px 0 0;
    display: inline-block;
    width: 100%;
}
.equip_block{
    margin: 30px 0;
    display: inline-block;
    width: 100%;
}
.steps .row:last-of-type .step_icon img {
    max-height: 60px;
}
.equip_block .slick-slide {
    position: relative;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.equip_block img {
    border-radius: 9px;
    margin: 0 auto;
    width: 100%;
}
.block5 img{
    width: auto;
}
.cart_front {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 0px 9px 9px;
}
.cart_front > div {
    padding: 20px 0 10px;
    font-size: 22px;
    line-height: 27px;
}
.cart_back {
    background-image: url(../images/eq_mask.png);
    position: absolute;
    top: 0;
    border-radius: 9px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    padding: 30px;
    /*max-width: 330px;*/

    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 50% 0;
    transform-origin: top;
}

.equip_block .slick-slide:hover .cart_back {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.equip_block .slick-slide:hover .cart_front {
    display: none;
}
.cart_back .title {
    color: white;
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 10px;
}
.cart_back .txt {
    color: white;
    font-size: 16px;
    line-height: 20px;
}
.steps__block{
    margin: 30px 0;
    display: inline-block;
    width: 100%;
}
.steps {

}
.steps .row {
    position: relative;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.steps .row:nth-child(even) {
    background: #E5F5FC;
}
.steps .row .col {
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.steps .row:first-of-type .col {
    margin-top: 25px;
    padding-bottom: 25px;
}
.steps .row:last-of-type .col {
    margin-bottom: 25px;
    padding-top: 25px;
}
.steps .row .col:nth-child(even) {
    border-left: 1px solid #00A0E4;
}
.steps .row .col:nth-child(odd) {
    border-right: 1px solid #00A0E4;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -ms-flex-align: end;
}
/*
.steps .row .col:nth-child(odd) .step_content {
    padding-top: 35px;
    padding-bottom: 24px;
}
 */
.steps .row:last-of-type .col:nth-child(even) {
    border-left: 1px solid;
    border-image-source: linear-gradient(to bottom, #00A0E4 0%, #A6C92C 5%);
    border-image-slice: 1;
}
.steps .row:last-of-type .col:nth-child(odd) {
    border-right: 1px solid;
    border-image-source: linear-gradient(to bottom, #00A0E4 0%, #A6C92C 5%);
    border-image-slice: 1;
}
.step_icon {
    font-weight: bold;
    font-size: 35px;
    line-height: 98px;
    color: white;
    width: 110px;
    height: 122px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    background: url(../images/blue_step.svg);
}
.step_icon span{
    font-size: 30px;
}
.steps .row:last-of-type .step_icon {
    background: url(../images/green_step.svg);
}
.step_content {
    max-width: 400px;
    font-size: 22px;
    line-height: 27px;
    margin-left: 90px;
    margin-right: 90px;
}
.steps .row:nth-child(even) .step_content {
    float: right;
    text-align: right;
}
.block6{
    margin: 0;
    display: inline-block;
    width: 100%;
}
.block7{
    margin: 30px 0 50px;
    display: inline-block;
    width: 100%;
}
.block-txt {
    background: url(../images/bg03.png) center no-repeat;
    width: 100%;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}
.block-txt .txt {
    color: #ffffff;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.block-txt .txt.stat_number {
    font-size: 56px;
    line-height: 68px;
    font-weight: bold;
    padding-top: 56px;
}
.block-txt .txt.stat_description {
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 7px;
}
.block-txt .stat_title {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: white;
    text-align: center;
    width: 100%;
    position: relative;
}
label.wobble-error {
    color: red;
    line-height: 1;
    padding-left: 10px;
    position: relative;
    top: -15px;
}
.remodal {
    padding: 40px;
}
.remodal .title {
    font-size: 34px;
    line-height: 35px;
}
.remodal .form_text {
    padding-top: 32px;
    font-size: 14px;
    line-height: 16px;
    color: #414243;
}
.remodal .download_button {
    padding: 20px 60px;
    background: #00A0E4;
    border-radius: 9px;
    font-weight: bold;
    font-size: 26px;
    line-height: 18px;
    max-width: 220px;
    margin: 0 auto;
}
.remodal .download_button a {
    color: white;
}
.remodal form {
    margin-top: 25px;
}
.remodal form input {
    background: #FFFFFF;
    border: 1px solid rgba(26, 21, 16, 0.15);
    box-shadow: inset 0px 1px 2px rgb(26 24 16 / 20%);
    border-radius: 4px;
    width: 100%;
    padding: 14px 18px;
    margin: 7px 0;
}
.remodal form .submit_button {
    margin-top: 25px;
    margin-bottom: 35px;
}
.remodal form .submit_button button {
    padding: 20px 40px;
    background: #00A0E4;
    border-radius: 9px;
    font-weight: bold;
    font-size: 26px;
    line-height: 18px;
    max-width: 220px;
    margin: 0 auto;
    border: none;
    color: white;
}
.remodal .note {
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    color: #414243;
}
.remodal .callback_personal {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #414243;
}
.remodal form label.wobble-error {
    top: -5px;
}
footer {

    background: #414243;
}
.footer_policy {
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: white;
}
.footer_policy a {
    color: white;
}
.more_btn{
    padding: 10px 20px !important;
    background: #A6C92C;
    color: white;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 25%);
    border-radius: 30px;
    font-size: 16px !important;
    text-align: center;
    line-height: 16px !important;
    display: inline-block;
    margin-bottom: 20px;
cursor: pointer;
}
.more_btn:hover{
    background: #b2dc1f;
    text-decoration: none;
    color: #fff;
}
.more-btn{text-align: center;}


.block8 {
    padding: 60px 0;
    display: block;
    position: relative;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: rgb(229 245 252 / 30%);
}

.block8 .map {
    height: 378px;
}

.block8 .title {
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -1.5px;
    color: #1c1c1c;
    margin-bottom: 30px;
    text-align: left;
}

.block8 p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #1c1c1c;
    text-align: left;
    margin: 25px 0 30px;
}

.contact__txt {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.contact__txt img {
    width: 25px;
    height: auto;
    margin-right: 12px;
}

.contact__txt,
.contact__txt p,
.contact__txt a {
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #1c1c1c;
}

.contact__txt_list {
margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.contact__txt_list .item {
    margin: 15px;
    display: flex;
    background: #f0f0f0;
    border-radius: 50%;
    height: 24px;
    width: 24px;
}

.contact__txt_list .item img {
    max-width: 24px;
}

.contact__txt_list img{
    margin-right: 30px;
}

.map{
    height: 378px;
    background: #f0f0f0;

}
.map .contact__txt,
.map .contact__txt p,
.map .contact__txt a{
    font-size: 18px;
}



.img_w100{
    margin: 30px auto 60px;
    width: 100%;
}
.fa-star{
    color:#B8CF33;
}
.hr-block{
    position: relative;
    margin-bottom: 15px;
}
.hr-block .descr{
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    height: 60%;
    bottom: 0px;
    font-size: 30px;
    text-align: left;
    padding: 10px 20px;
    font-weight: 200;
    line-height: 1em;
	overflow-y: auto;

}
.white{
    color:white;
}
.block_city{
    background-image: url(../images/Frame_33.jpg);
    background-position: center;
    height: 500px;
    vertical-align: middle;
}
.cover{
    background-color: #00000072;
    height: 100%;
    padding-top:5%;
}
.region{
    position: absolute;
    top: 90px;
    z-index: 1000;
    left: 40px;
}
.select_city{
    background: transparent;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: pribambas;
    font-size: 20px;
    position: absolute;
    top: 70px;
    left: 40px;
    z-index: 333;
}
.select_city:hover{
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.button-block{
    margin-top: 40px;
    margin-bottom: 20px;;
}
.big{
	display: flex;
    width: 100%;
    height: 80px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    align-items: center;
    justify-content: center;
}
.company_link img {
	border-radius: 30px;
	border: #00A0E4 3px solid;
	padding: 15px 30px;
	margin-bottom: 20px;
}
.resto-title{
    padding: 20px 0 10px;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
}
/* ===== cookies ===== */
.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
}
.cookies__body {
    background-color: white;
    box-shadow: 0 0 40px rgba(196, 196, 196, 0.25);
    padding: 15px 0;
}
@media screen and (max-width: 575.5px) {
    .cookies__body {
        padding: 10px 0;
    }
}
.cookies__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 575.5px) {
    .cookies__row {
        flex-direction: column;
    }
}
.cookies__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    color: #212121;
    flex: 1 1 auto;
    margin-right: 30px;
}
.cookies__text a {
    color: #02B2C3;
}
@media screen and (max-width: 575.5px) {
    .cookies__text {
        margin: 0 0 20px 0;
        font-size: 10px;
    }
}
.cookies__btn {
    justify-content: center;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #333333;
    border: 2px solid #02B2C3;
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 30px;
    font-weight: 500;
    width: fit-content;
    display: inline-block;
    cursor: pointer;
    transition: background-color ease 0.3s;
}
.cookies__btn:hover {
    background-color: #02B2C3;
    border: 2px solid #02B2C3;
    color: #ffffff;
}
@media screen and (min-width: 1920px) {
    .cookies__btn {
        padding: 0.78125vw 2.0833333333vw;
        font-size: 14px;
    }
}