/*
        Theme Name: colibrity-new-site
        Author: Colibrity
        Author URI: 
        Description: Description
        Version: 1.0.0
        Text Domain: colibrity
*/
/* Box sizing rules */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Neue Machina', sans-serif;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
label {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

a:hover {
    text-decoration: none;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}

@media screen and (min-width: 768px) {
    .header .container-fluid,
    .footer .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@font-face {
    font-family: 'RF Dewi';
    src: local("RF Dewi Extended Regular"), local("RF-Dewi-Extended-Regular"), url("../fonts/RFDewiExtended-Regular.woff2") format("woff2"), url("../fonts/RFDewiExtended-Regular.woff") format("woff"), url("../fonts/RFDewiExtended-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe Regular';
    src: url("Circe-Regular.eot");
    src: local("Circe"), local("Circe-Regular"), url("../fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Regular.woff") format("woff"), url("../fonts/Circe-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe Light';
    src: url("Circe-Light.eot");
    src: local("Circe Light"), local("Circe-Light"), url("../fonts/Circe-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Light.woff") format("woff"), url("../fonts/Circe-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe Bold';
    src: url("Circe-Bold.eot");
    src: local("Circe Bold"), local("Circe-Bold"), url("../fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Bold.woff") format("woff"), url("../fonts/Circe-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.steps-block__item:before, .form-block__content_block p.caption, .form-block__content_block p.price, .jq-selectbox__select, .about-block__path strong {
    font-family: 'RF Dewi';
}

.button {
    font-family: 'Circe Regular';
}

.innovative-solutions__accent .section-title .line.note, .slider-odds__text_paragraph, .parallax-2 p, .parallax-4 p, .parallax-6 p, .parallax-8 p, .steps-block__item, .steps-block__total_text, .form-block__content_block p, .about-block__path .text, .footer-content__data p, .footer-content__dev p {
    font-family: 'Circe Light';
}

.steps-block__item a.phone, .steps-block__item strong {
    font-family: 'Circe Bold';
}

.button, .button:before, .button:after, .button-white, .button-white:before, .button-white:after, .button-white:hover, .button-white:hover:after, .button-white:hover:before, .button-blue:before, .button-blue:after, .button-blue:hover, .odds-line__item:after, .jq-selectbox__trigger-arrow, .jq-selectbox.opened .jq-selectbox__trigger-arrow, .section-title .line span, .section-title .line .line-animate.active, .steps-block__item, .steps-block__item.active, .interior-slider__item img, .about-block__path strong, .about-block__path:hover strong, .about-block__path .text, .about-block__path:hover .text, .about-block__path svg path, .about-block__path:hover svg path, .about-block__path .count, .about-block__path:hover .count {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

html {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body {
    font-family: 'RF Dewi', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #2D3238;
    line-height: 1.2;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    margin: 0 0 20px;
    font-size: 1em;
}

a {
    font-size: 1em;
    -webkit-transition: 0.4s 0.05s ease;
    transition: 0.4s 0.05s ease;
}

a:hover {
    -webkit-transition: 0.4s 0.05s ease;
    transition: 0.4s 0.05s ease;
}

ol {
    font-size: 1em;
    padding: 0;
    margin: 0;
}

ul {
    font-size: 1em;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: left;
}

h1 {
    font-size: 2.8em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1.1em;
}

::-webkit-input-placeholder {
    color: #222;
}

::-moz-placeholder {
    color: #222;
}

:-moz-placeholder {
    color: #222;
}

:-ms-input-placeholder {
    color: #222;
}

a:focus {
    outline: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 0;
    z-index: 55;
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.header-content__phone {
    transform: scale(1, 0.9);
}

.header-content__phone_link {
    color: #2D3238;
    font-size: 1.2em;
    text-decoration: none;
    letter-spacing: 3px;
}

.header-content__phone_link:hover {
    text-decoration: none;
    color: #3282DF;
}

.first-block {
    background: url(../images/bg-1.jpg) bottom center no-repeat;
    background-size: cover;
    padding: 90px 0 0;
    position: relative;
    overflow: hidden;
}

.first-block__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.first-block__content_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 490px;
    padding: 30px 0 0 0;
}

.first-block__content_image {
    margin: 0 40px 0 0;
}

.first-block .section-title .line:nth-child(2) {
    margin: 0 0 0 60px;
}

.section-title {
    text-transform: uppercase;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    margin: 0 0 15px 0;
}

.section-title .line {
    display: block;
}

.section-title .line-animate {
    color: #2D3238;
}

.section-title .line.note {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #3a4149;
    margin: 0 0 0 7px;
}

.button {
    height: 60px;
    width: 187px;
    font-size: 1.1em;
    text-decoration: none;
    border: 0;
    border-radius: 30px;
    padding: 18px 35px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 187px;
    position: relative;
}

.button:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 33px;
    width: 15px;
    height: 1px;
    opacity: 0.5;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button:after {
    content: '';
    position: absolute;
    top: 24px;
    right: 34px;
    width: 8px;
    height: 8px;
    opacity: 0.5;
}

.button-white {
    color: #2D3238;
    background: #fff;
}

.button-white:before {
    background: #2D3238;
}

.button-white:after {
    border-top: 1px solid #2D3238;
    border-right: 1px solid #2D3238;
}

.button-white:hover {
    background: #2D3238;
    color: #fff;
}

.button-white:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: 1;
}

.button-white:hover:before {
    background: #fff;
    opacity: 1;
}

.button-blue {
    background: #3282DF;
    color: #fff;
    width: 100%;
    padding: 18px 30px 20px;
    max-width: 100%;
}

.button-blue:before {
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    right: 25px;
}

.button-blue:after {
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    right: 25px;
}

.button-blue:hover {
    background: #2D3238;
    color: #fff;
}

.social-block {
    display: block;
    position: absolute;
    top: 19%;
    right: 0;
}

.social-block__item {
    display: block;
    margin: 0 0 30px 0;
}

.social-block__link {
    display: inline-block;
    color: #8F9EAF;
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 1.05em;
    text-decoration: none;
}

.social-block__link:hover {
    text-decoration: none;
    color: #2D3238;
}
.social-block__link svg {
   width: 1em;
   transition: fill .2s;
   fill: currentColor;
}

.odds-line {
    padding: 36px 0 34px;
    background: #3282DF;
    position: relative;
    z-index: 5;
}

.odds-line__item {
    display: inline-block;
    position: relative;
    margin: 0 50px;
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: scale(1, 0.8);
}

.odds-line__item:after {
    content: '';
    position: absolute;
    top: 5px;
    right: -55px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}


.innovative-solutions {
    background: #EBEFF2;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.innovative-solutions__caption .section-title {
    margin: 0 0 -60px 0;
    text-align: center;
    letter-spacing: 6px;
}

.innovative-solutions__caption .section-title .line:nth-child(1) {
    margin: 0 0 6px -88px;
    letter-spacing: 7px;
}

.innovative-solutions__caption .section-title .line:nth-child(2) {
    margin: 0 115px 0 0;
    text-align: right;
}

.innovative-solutions__text {
    padding: 97px 0 0 0;
}

.innovative-solutions__text p {
    font-size: 1.2em;
    line-height: 2;
    letter-spacing: 0.05em;
}

.innovative-solutions__accent {
    margin: 85px 0 0;
}

.innovative-solutions__accent .section-title {
    text-align: center;
}

.innovative-solutions__accent .section-title {
    text-transform: uppercase;
}

.innovative-solutions__accent .section-title .line.note {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 0 0;
    text-transform: none;
}

.slider-odds {
    display: block;
    position: relative;
    min-height: 800px;
}

.slider-odds__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.slider-odds__video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
    background: rgba(80, 80, 80, 0.4);
}

.slider-odds__text {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 600px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 100px 0;
    max-width: 600px;
}

.slider-odds__text_paragraph {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.slider-odds__text .section-title {
    color: #fff;
    transform: scale(1, 0.9);
}

.slider-odds__text .img {
    width: 60px;
	height:60px;
	background:#4CAF50;
	border-radius:60px;
    display: inline-block;
    text-align: center;
}
.slider-odds__text .img img {
    margin:14px 0 0 15px;
	width:30px;
	height:29px;
    float: none;
}

.slick-next {
    width: 75px;
    height: 75px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    bottom: 100px;
    top: auto;
    right: 25%;
}

.slick-prev {
    width: 75px;
    height: 75px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    top: auto;
    bottom: 175px;
    right: calc(25% + 75px);
    left: auto;
}

.circles-block {
    background: #EBEFF2;
    padding: 80px 0;
    width: 100%;
    overflow: hidden;
}

.circles-block__content {
    position: relative;
    padding: 250px 0 450px;
}

.circles-block__content .section-title {
    text-align: center;
}

.circles-block__content p {
    position: relative;
    margin: 0 0 10px;
    font-size: 1.1em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
}

.parallax-1 {
    width: 145px;
    position: absolute;
    top: 0;
    left: calc(50% - 75px);
}

.parallax-1 img {
    width: 100%;
    border-radius: 50%;
}

.parallax-2 {
    width: 295px;
    height: 295px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 72%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.parallax-2 p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #2D3238;
    opacity: 0.7;
    text-transform: none;
    letter-spacing: 0;
    max-width: 160px;
    margin: 15px 0 0 0;
}

.parallax-2 img {
    max-width: 20px;
}

.parallax-3 {
    width: 115px;
    position: absolute;
    top: 38%;
    left: 92%;
}

.parallax-3 img {
    width: 100%;
    border-radius: 50%;
}

.parallax-4 {
    width: 255px;
    height: 255px;
    background: #fff;
    position: absolute;
    top: 53%;
    left: 73%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.parallax-4 p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #2D3238;
    opacity: 0.7;
    text-transform: none;
    letter-spacing: 0;
    max-width: 160px;
    margin: 15px 0 0 0;
}

.parallax-4 img {
    max-width: 20px;
}

.parallax-5 {
    width: 390px;
    position: absolute;
    top: 60%;
    left: calc(50% - 195px);
}

.parallax-5 img {
    width: 100%;
    border-radius: 50%;
}

.parallax-6 {
    width: 295px;
    height: 295px;
    background: #fff;
    position: absolute;
    top: 52%;
    left: 0;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.parallax-6 p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #2D3238;
    opacity: 0.7;
    text-transform: none;
    letter-spacing: 0;
    max-width: 160px;
    margin: 15px 0 0 0;
}

.parallax-6 img {
    max-width: 20px;
}

.parallax-7 {
    width: 145px;
    position: absolute;
    top: 33%;
    left: -50px;
}

.parallax-7 img {
    width: 100%;
    border-radius: 50%;
}

.parallax-8 {
    width: 215px;
    height: 215px;
    background: #fff;
    position: absolute;
    top: 3%;
    left: 5%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.parallax-8 p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #2D3238;
    opacity: 0.7;
    text-transform: none;
    letter-spacing: 0;
    max-width: 160px;
    margin: 15px 0 0 0;
}

.parallax-8 img {
    max-width: 20px;
}

.interior-block {
    margin: 100px 0;
    background: #fff;
    overflow: hidden;
}

.interior-block .section-title {
    margin: 0 0 -135px 0;
}

.interior-slider__content {
    margin: 0 -50%;
    padding: 60px 0 0;
}

.interior-slider__item {
    display: block;
}

.interior-slider__image {
    width: 100%;
}

.interior-slider .swiper-wrapper {
    padding-top: 150px;
}

.interior-slider .swiper-button-next {
    -webkit-filter: invert(1);
    filter: invert(1);
    top: 25px;
    right: 34%;
    opacity: 0.5;
}

.interior-slider .swiper-button-prev {
    -webkit-filter: invert(1);
    filter: invert(1);
    top: 25px;
    right: calc(34% + 75px);
    opacity: 0.5;
}

.steps-block__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 60px 0;
}

.steps-block__caption p {
    max-width: 250px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #3a4149;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.steps-block__caption p img {
    max-width: 30px;
}

.steps-block__list {
    display: block;
    counter-reset: steps-name;
    border-top: 1px solid #E9E9EC;
    margin: 0 0 50px 0;
}

.steps-block__item {
    display: block;
    border-bottom: 1px solid #E9E9EC;
    color: #2D3238;
    padding: 50px 100px;
    position: relative;
    font-size: 18px;
    color: #2D3238;
}

.steps-block__item:before {
    counter-increment: steps-name;
    content: "0" counter(steps-name);
    color: #2D3238;
    opacity: 0.4;
    position: absolute;
    top: 48px;
    left: 50px;
}

.steps-block__item:after {
    content: '';
    position: absolute;
    top: 55px;
    right: 50px;
    width: 31px;
    height: 8px;
    background: url(../images/next.svg) 0 0 no-repeat;
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: 0.4;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.steps-block__item a.link {
    color: #3282DF;
    text-decoration: underline;
}

.steps-block__item a.link:hover {
    color: #3282DF;
    text-decoration: none;
}

.steps-block__item a.phone {
    color: #2D3238;
    text-decoration: none;
}

.steps-block__item a.phone:hover {
    color: #3282DF;
    text-decoration: none;
}

.steps-block__item img {
    display: inline-block;
    margin: 0 5px 0 10px;
}

.steps-block__total {
    display: block;
    text-align: center;
    margin: 50px 0 100px;
}

.steps-block__total img {
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: 0.4;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border: 1px solid #616161;
    padding: 55px 44px;
    margin: 0 0 50px 0;
    border-radius: 50%;
}

.steps-block__total_text {
    color: #2D3238;
    font-size: 18px;
    line-height: 26px;
}

.steps-block__total .section-title .line.note {
    margin: 10px 0 0;
}

.form-block {
    background: #EBEFF2;
    padding: 100px 0;
}

.form-block__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 60px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-block__caption p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #3a4149;
    margin: 0;
    text-transform: uppercase;
}

.form-block__content {
    position: relative;
}

.form-block__content_image {
    width: 100%;
}

.form-block__content_enlarge {
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    position: absolute;
    bottom: 35%;
    left: 14%;
}

.form-block__content_enlarge img {
    display: inline-block;
}

.form-block__content_block {
    background: #EBEFF2;
    padding: 40px;
    position: absolute;
    top: 50px;
    right: 50px;
    width: 355px;
	display:none;
}
.form-block__content_block.showed {
	display:block;
}

.form-block__content_block p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
}
.form-block__content_block p.ttxt {
    display:none;
}
.form-block__content_block p.ttxt.showed {
    display:block;
}

.form-block__content_block .note {
    font-size: 18px;
    line-height: 26px;
}

.form-block__content_block p.caption {
    color: #2D3238;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: scale(1, 0.9);
}

.form-block__content_block p.price {
    font-size: 16px;
    letter-spacing: 2px;
    color: #2D3238;
}

.form-block__content_block p.price img {
    display: inline-block;
    margin: -2px 10px 0 0;
    vertical-align: middle;
}

.form-block__text {
    padding: 60px 80px;
    background: #fff;
	
	    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-block__text p {
    font-size: 16px;
    line-height: 32px;
    color: #2D3238;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: 1px;
    margin: 0 15px 0 0;
    transform: scale(1, 0.9);
}

.nice-select {
    position: relative;
    height: auto;
    padding: 6px 40px 5px 15px;
    border: 1px solid #EBEFF2;
    border-bottom-color: #EBEFF2;
    border-radius: 25px;
    background: #EBEFF2;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 32px;
    color: #2D3238;
    text-shadow: none;
    text-transform: uppercase;
    margin: 10px 15px 10px 0;
    letter-spacing: 2px;
    transform: scale(1, 0.9);
    outline: 0;
    border: 1px solid #b8d6ff;
    border-bottom-color: #b8d6ff;
    background: #b8d6ff;
}
.nice-select.open {
    z-index: 20;
}

.nice-select:hover {
    border: 1px solid #EBEFF2;
    background: #EBEFF2;
    border: 1px solid #b8d6ff;
    background: #b8d6ff;
    cursor: pointer;
}

.nice-select:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 18px;
    border-top: 1px solid #2D3238;
    border-right: 1px solid #2D3238;
    border-left: 0;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: .3s;
}
.nice-select.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
}

.nice-select .list {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 10px;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 20;
    max-height: 235px;
    overflow-y: auto;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 1.3;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
.nice-select .option:not(.selected):hover {
    background-color: #3282DF;
    color: #fff;
}
.nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #EBEFF2;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}


.about-block {
    background: #fff;
    margin: 100px 0;
}

.about-block .section-title .line.note {
    margin: 15px 0 0;
}

.about-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-block__content_item {
    width: 50%;
    margin: 0 0 -1px 0;
}

.about-block__path {
    padding: 30px 100px 25px 40px;
    position: relative;
    border: 1px solid #EBEFF2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 245px;
}

.about-block__path .count {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    bottom: 0;
    background: #EBEFF2;
    font-size: 16px;
    color: rgba(45, 50, 56, 0.2);
    margin: 0;
    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;
}

.about-block__path img {
    max-width: 20px;
}

.about-block__path .text {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0;
    max-width: 340px;
    min-height: 50px;
}

.about-block__path strong {
    font-size: 16px;
    text-transform: uppercase;
    color: #2D3238;
    letter-spacing: 2px;
    font-weight: normal;
    max-width: 340px;
    display: block;
    line-height: 26px;
    transform: scale(1, 0.9);
}

.geography-block {
    margin: 100px 0;
    background: #fff;
}

.geography-block .section-title {
    text-align: center;
}

.geography-block .section-title .line.note {
    margin: 10px 0 -10px 0;
}

.geography-block__map {
    margin: 60px 0 0;
    border: 1px solid #EBEFF2;
    padding: 15px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.ymaps-2-1-78-map-copyrights-promo,
.ymaps-2-1-78-controls__toolbar_right {
    display: none;
}

.footer {
    margin: 0;
}

.footer-block {
    margin: 0 0 60px 0;
}

.footer-block .section-title {
    text-align: center;
}

.footer-block .section-title .note:nth-child(1) .line-animate {
    color: rgba(45, 50, 56, 0.4);
}

.footer-block .section-title .line-animate a.phone {
    color: #2D3238;
}

.footer-block .section-title .line-animate a.letter {
    color: #2D3238;
    display: inline-block;
    margin: 10px 0 0;
}

.footer-content {
    border-top: 1px solid #EBEFF2;
    padding: 35px 0;
}

.footer-content__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-content__data p {
    color: rgba(45, 50, 56, 0.7);
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

.footer-content__data p a {
    color: rgba(45, 50, 56, 0.7);
    text-decoration: none;
}

.footer-content__data p a:hover {
    color: rgba(45, 50, 56, 0.7);
    text-decoration: underline;
}

.footer-content__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-content__social li {
    display: block;
    margin: 0 10px;
}

.footer-content__social li a {
    border: 1px solid #EBEFF2;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 46px;
    display: inline-block;
}

.footer-content__social li a img {
    display: inline-block;
}

.footer-content__social li a:hover {
    border-radius: 50%;
    background: #EBEFF2;
}

.footer-content__dev p {
    color: rgba(45, 50, 56, 0.7);
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

.pause-wave .wave,
.pause-wave .wave::before,
.pause-wave .wave::after {
	animation: none !important;
    opacity: 0;
    visibility: hidden;
}

.wave,
.wave::before,
.wave::after {
    transition: opacity 0.5s;
}


.wave-1,
.wave-1::before,
.wave-1::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250vw;
    height: 250vw;
    margin-left: -125vw;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: transparent;
    border-radius: 38% 42%;
    -webkit-animation: spin 26s infinite linear;
    animation: spin 26s infinite linear;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.wave-1::before {
    width: 105%;
    height: 95%;
    margin-top: -125vw;
    -webkit-transform-origin: 49% 51%;
    transform-origin: 49% 51%;
    border-radius: 40% 38%;
    -webkit-animation: spin 23s infinite linear;
    animation: spin 23s infinite linear;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.wave-1::after {
    width: 102%;
    height: 98%;
    margin-top: -125vw;
    -webkit-transform-origin: 51% 49%;
    transform-origin: 51% 49%;
    border-radius: 48% 42%;
    -webkit-animation: spin 20s infinite linear;
    animation: spin 20s infinite linear;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.wave-2,
.wave-2::before,
.wave-2::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250vw;
    height: 250vw;
    margin-left: -145vh;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: transparent;
    border-radius: 38% 42%;
    -webkit-animation: spin 26s infinite linear;
    animation: spin 26s infinite linear;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.wave-2::before {
    width: 105%;
    height: 95%;
    margin-top: -125vw;
    -webkit-transform-origin: 49% 51%;
    transform-origin: 49% 51%;
    border-radius: 40% 38%;
    -webkit-animation: spin 23s infinite linear;
    animation: spin 23s infinite linear;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.wave-2::after {
    width: 102%;
    height: 98%;
    margin-top: -125vw;
    -webkit-transform-origin: 51% 49%;
    transform-origin: 51% 49%;
    border-radius: 48% 42%;
    -webkit-animation: spin 20s infinite linear;
    animation: spin 20s infinite linear;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.wave-3,
.wave-3::before,
.wave-3::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250vw;
    height: 250vw;
    margin-left: -75vh;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: transparent;
    border-radius: 38% 42%;
    -webkit-animation: spin 26s infinite linear;
    animation: spin 26s infinite linear;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.wave-3::before {
    width: 105%;
    height: 95%;
    margin-top: -125vw;
    -webkit-transform-origin: 49% 51%;
    transform-origin: 49% 51%;
    border-radius: 40% 38%;
    -webkit-animation: spin 23s infinite linear;
    animation: spin 23s infinite linear;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.wave-3::after {
    width: 102%;
    height: 98%;
    margin-top: -125vw;
    -webkit-transform-origin: 51% 49%;
    transform-origin: 51% 49%;
    border-radius: 48% 42%;
    -webkit-animation: spin 20s infinite linear;
    animation: spin 20s infinite linear;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.section-title .line {
    display: block;
    position: relative;
    overflow: hidden;
}

.section-title .line {
    transform: scale(1, 0.9);
}

.innovative-solutions__accent .section-title .line.note, .steps-block__total .section-title .line.note.no-transform {
    transform: none;
}

.section-title .line span {
    position: relative;
    bottom: -150px;
    opacity: 0;
}

.section-title .line .line-animate.active {
    bottom: 0;
    opacity: 1;
}

.block-emergence {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-emergence {
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    width: auto;
    z-index: 2;
    background: #EBEFF2;
    right: -10px;
    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.block-emergence__image {
    -webkit-transition: all 1200ms ease-in-out;
    transition: all 1200ms ease-in-out;
    transform: scale(1.7);
}

.block-emergence-active .image-emergence {
   transform: translateY(-100%);
}
.block-emergence-active .block-emergence__image {
   transform: scale(1);
}
    
.project-full__image img {
    width: 100%;
    margin: 5px;
    transition: transform 2.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease-out, -webkit-transform 2.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 0.4s ease-out;
}



.line.note.no-transform {
    text-transform: none;
    margin: 0 !important;
}

.steps-block .line.note.no-transform .line-animate {
    font-family: 'Circe Light';
    color: #2D3238;
    font-size: 18px;
    line-height: 26px;
}

.steps-block__total .section-title .line.note {
    margin: 10px 0;
}

.steps-block__list {
    position: relative;
}

.steps-block__item {
    opacity: 0;
    bottom: -150px;
}

.steps-block__item.active {
    opacity: 1;
    bottom: 0px;
}

.odds-line .swiper-slide {
    width: auto !important;
}

.block-interior {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-interior {
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    width: auto;
    z-index: 2;
    background: #fff;
    right: -10px;
    -webkit-transition: all 1000ms cubic-bezier(0, 1.17, 0.48, 0.04);
    transition: all 1000ms cubic-bezier(0, 1.17, 0.48, 0.04);
}

.block-interior__image img {
    width: 100%;
    margin: 5px;
    transition: transform 2.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease-out, -webkit-transform 2.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 0.4s ease-out;
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.block-interior__image {
    width: 100%;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}

.interior-slider__item {
    margin: 0 15px;
}

.interior-slider .slick-track {
    margin: 130px 0 0;
}

.slick-next {
    top: 0;
    right: 34%;
    opacity: 0.5;
    left: auto;
    background: url(../images/next.svg) center center no-repeat;
    -webkit-filter: invert(1);
    filter: invert(1);
    width: 80px;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
    outline: none;
}

.slick-next:before {
    display: none;
}

.slick-next:after {
    display: none;
}

.slick-prev {
    top: 0;
    right: calc(34% + 80px);
    opacity: 0.5;
    left: auto;
    background: url(../images/next.svg) center center no-repeat;
    -webkit-filter: invert(1);
    filter: invert(1);
    width: 80px;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
    outline: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-prev:before {
    display: none;
}

.slick-prev:after {
    display: none;
}

.interior-slider__item {
    overflow: hidden;
}

.interior-slider__item img {
    width: 100%;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}

button:focus {
    outline: none;
}

.swiper-slide.slick-center .interior-slider__item img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2s ease-in-out !important;
    transition: all 2s ease-in-out !important;
}

.odds-line .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.odds-line .swiper-slide img {
    max-width: 100%;
}

.marquee {
    font-family: sans-serif;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.marquee__inner {
    display: inline-block;
}


.slider-odds__item {
    position: relative;
}

.slider-odds .slick-prev {
    width: 75px;
    height: 75px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    top: auto;
    bottom: 175px;
    right: calc(25% + 75px);
    left: auto;
    background: url(../images/next.svg) center center no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: none;
    opacity: 1;
}

.slider-odds .slick-next {
    width: 75px;
    height: 75px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    bottom: 100px;
    top: auto;
    right: 25%;
    background: url(../images/next.svg) center center no-repeat;
    filter: none;
    opacity: 1;
}

.header-content__phone__image {
    display: none;
}

p.mobile-text {
    display: none;
}

.block-mobile__emergence {
    display: none;
}


.body-hidd *::before,
.body-hidd *::after,
.body-hidd * {
	transition: none !important;
	animation: none !important;
}

.preloader {
    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;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15000;
    background: #fff;
}
body:not(.body-hidd) .preloader {
    pointer-events: none;
    transition: 0.5s ease-in-out;
    transition-property: visibility, opacity;
    transition-delay: 1s;
    visibility: hidden;
    opacity: 0;
}

.preloader-image {
	width: 80%;
    transition: width 1.5s ease-in-out;
}
body:not(.body-hidd) .preloader-image {
	width: 25%;
}


.about-block__path {
    overflow: hidden;
}

.about-block__path:before {
    content: '';
    width: 1200px;
    height: 1200px;
    opacity: 0;
    background-color: #3282DF;
    z-index: 2;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -600px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.about-block__path:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.about-block__path strong {
    position: relative;
    z-index: 5;
}

.about-block__path:hover strong {
    color: #fff;
}

.about-block__path .text {
    position: relative;
    z-index: 5;
}

.about-block__path:hover .text {
    color: #fff;
}

.about-block__path svg {
    position: relative;
    z-index: 5;
}

.about-block__path svg path {
    fill: #3282DF;
}

.about-block__path:hover svg path {
    fill: #fff;
}

.about-block__path .count {
    z-index: 5;
}

.about-block__path:hover .count {
    background: #1959a2;
    color: rgba(255, 255, 255, 0.5);
}

video.video {
    width: 100%;
    height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.slider-odds .swiper-slide {
    width: 100vw;
}

@media screen and (max-width: 1365px) {
    .parallax-7 {
        left: -20px;
    }
}

@media screen and (max-width: 1199px) {
    .section-title {
        font-size: 60px;
    }
    .first-block__content_text {
        min-height: 400px;
    }
    .innovative-solutions__text {
        padding: 58px 0 0 0;
    }
    .innovative-solutions__caption .section-title .line:nth-child(2) {
        margin: 0 70px 0 0;
    }
    .slider-odds .slick-next {
        right: 30px;
    }
    .slider-odds .slick-prev {
        right: 105px;
    }
    .circles-block__content .section-title {
        font-size: 50px;
    }
    .parallax-5 {
        left: calc(50% - 170px);
    }
    .slick-next {
        top: 2px;
        right: 27%;
    }
    .slick-prev {
        top: 2px;
        right: calc(27% + 79px);
    }
    .form-block__content_block {
        padding: 40px 25px;
        top: 25px;
        right: 25px;
        width: 440px;
    }
    .form-block__text {
        padding: 40px;
    }
    .form-block__text p {
        letter-spacing: 1px;
        margin: 0 7px 0 0;
    }
    .parallax-3 {
        left: 88%;
    }
    .parallax-2 {
        left: 70%;
    }
    .circles-block .container {
        max-width: 100%;
        padding: 0;
    }
    .circles-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        margin: 50px -15px 0;
    }
    .circles-slider__list {
        position: initial !important;
        width: 255px;
        height: 255px;
        margin: 0 15px;
        min-width: 255px;
    }
    .circles-block__content {
        padding: 0;
    }
    .circles-block__content p.mobile-text {
        margin: 30px auto 0;
        display: block;
        text-transform: none;
        text-align: center;
        letter-spacing: 0px;
        max-width: 236px;
        font-size: 14px;
        color: #2D3238;
        line-height: 22px;
    }
    .circles-block__content p.mobile-text img {
        margin: 0 auto 15px;
    }
}

@media screen and (max-width: 991px) {
    .section-title {
        font-size: 38px;
    }
    .first-block__content_text {
        min-height: 300px;
    }
    .innovative-solutions__caption .section-title {
        margin: 0 0 -20px 0;
    }
    .innovative-solutions__text {
        padding: 25px 0 0 0;
    }
    .innovative-solutions__caption .section-title .line:nth-child(2) {
        margin: 0 90px 0 0;
    }
    .steps-block__caption p {
        margin: 0;
    }
    .steps-block__caption .section-title .line.note {
        font-size: 14px;
        line-height: 26px;
    }
    .steps-block__item {
        padding: 30px 70px;
    }
    .steps-block__item strong {
        display: block;
    }
    .steps-block__item:before {
        top: 28px;
        left: 22px;
    }
    .steps-block__item:after {
        top: 48px;
        right: 15px;
    }
    .form-block__text br {
        display: none;
    }
    .form-block__content_block {
        padding: 40px;
        width: auto;
        position: initial;
        background: #f3f3f3;
    }
    .form-block__content_enlarge {
        top: 140px;
        bottom: auto;
    }
    .about-block__path {
        padding: 30px 30px 25px 30px;
    }
    .about-block__path .count {
        display: none;
    }
    .parallax-4 {
        top: 65%;
        width: 255px;
        left: 65%;
        height: 255px;
    }
    .circles-block__content .section-title {
        font-size: 38px;
    }
    .parallax-1, .parallax-5, .parallax-3, .parallax-7 {
        display: none !important;
    }
    .parallax-8 {
        width: 255px;
        height: 255px;
        top: -30px;
        left: 0;
    }
    .parallax-2 {
        width: 255px;
        height: 255px;
        top: -30px;
        left: 65%;
    }
    .parallax-6 {
        top: 65%;
        width: 255px;
        left: 0;
        height: 255px;
    }
    .circles-block__content {
        padding: 0;
    }
    .slider-odds__text {
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .circles-slider__list {
        position: initial !important;
    }
    .header-content__phone_link {
        font-size: 13px;
        letter-spacing: 2px;
    }
    .header {
        padding: 25px 0;
    }
    .social-block {
        display: block;
        bottom: 20px;
        right: 0;
        left: 0;
        text-align: center;
        top: auto;
    }
    .social-block__item {
        display: inline-block;
        margin: 0 10px;
    }
    .first-block .section-title {
        text-align: center;
        margin: 0 0 30px 0;
    }
    .first-block .section-title .line:nth-child(2) {
        margin: 0;
    }
    .first-block__content {
        display: block;
    }
    .first-block__content_text {
        min-height: auto;
        margin: 0 0 30px 0;
    }
    .first-block__content_image {
        margin: 0;
    }
    .button {
        margin: auto;
    }
    .innovative-solutions__caption .section-title {
        font-size: 30px;
        margin: 0;
    }
    .innovative-solutions__caption .section-title .line:nth-child(2) {
        margin: 0;
        text-align: center;
        letter-spacing: 2px;
    }
    .innovative-solutions__caption .section-title .line:nth-child(1) {
        margin: 0;
        letter-spacing: 2px;
    }
    .innovative-solutions__image {
        display: none;
    }
    .innovative-solutions__text p {
        max-width: 100%;
        margin: 0 auto 30px;
        text-align: center;
        text-transform: uppercase !important;
    }
    .innovative-solutions__accent {
        margin: 50px 0 0;
    }
    .innovative-solutions__accent .section-title .line:nth-child(2) {
        margin: 0 0 60px 0;
    }
    video.video {
        width: 100%;
        height: 500px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .slider-odds {
        min-height: auto;
    }
    .slider-odds__text {
        min-height: auto;
        position: absolute;
        z-index: 5;
        top: 0;
        left: 20px;
        right: 20px;
        text-align: center;
        max-width: 100%;
        margin: 50px 0;
    }
    .slider-odds__text .img {
        max-width: 60px;
        display: block;
        margin: 0 auto 30px;
    }
    .slider-odds__video {
        position: initial;
    }
    .slider-odds .slick-next {
        right: calc(50% - 75px);
        top: auto;
        bottom: 35px;
    }
    .slider-odds .slick-prev {
        right: calc(50% - 1px);
        top: auto;
        bottom: 35px;
    }
    .circles-block__content {
        padding: 0;
    }
    .circles-block__content .section-title {
        margin: 0 0 30px 0;
    }
    .interior-slider__content {
        margin: 0;
    }
    .interior-slider__item {
        margin: 0;
    }
    .steps-block__caption {
        margin: 0 0 30px 0;
        text-align: center;
        display: block;
    }
    .steps-block__caption .section-title {
        text-align: center;
    }
    .steps-block__caption p {
        max-width: 100%;
    }
    .steps-block__caption p img {
        max-width: 30px;
        display: block;
        margin: 0 auto 15px;
    }
    .form-block__caption {
        margin: 0 0 30px 0;
        text-align: center;
        display: block;
    }
    .form-block__caption .section-title {
        text-align: center;
    }
    .form-block__caption p {
        max-width: 100%;
    }
    .about-block__content {
        display: block;
    }
    .about-block__content_item {
        width: 100%;
    }
    .footer-content__flex {
        display: block;
        position: relative;
        padding: 65px 0 0 0;
    }
    .geography-block {
        margin: 50px 0;
    }
    .footer-content__social {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-content__data {
        text-align: center;
        margin: 0 0 15px 0;
    }
    .footer-content__dev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-block .section-title {
        font-size: 28px;
    }
    .slider-odds__item {
        min-height: 500px;
    }
    .interior-slider__content {
        margin: 0 -50px;
    }
    .block-mobile__emergence {
        display: block;
        margin: 0 0 20px 0;
    }
    
    .wave-2,
    .wave-2::before,
    .wave-2::after {
        display: none;
        animation: none !important;
    }
}

@media screen and (max-width: 575px) {
    .header-content__logo_image {
        width: 125px;
    }
    .header-content {
        padding: 0 20px;
    }
    .innovative-solutions {
        padding: 50px 0;
    }
    .circles-block__content .section-title {
        font-size: 28px;
    }
    .circles-slider {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0 -15px;
    }
    .circles-slider__list {
        min-width: 255px;
        margin: 0 15px;
    }
    p.mobile-text {
        margin: 30px auto 0;
        display: block;
        text-transform: none;
        text-align: center;
        letter-spacing: 0px;
        max-width: 236px;
        font-size: 14px;
        color: #2D3238;
        line-height: 22px;
    }
    p.mobile-text img {
        margin: 0 auto 15px;
    }
    .interior-slider__content {
        margin: 0 -50px;
    }
    .steps-block__caption .section-title {
        font-size: 32px;
    }
    .steps-block__item {
        padding: 30px 40px 30px 60px;
    }
    .steps-block__item:after {
        display: none;
    }
    .steps-block__list {
        margin: 0 -15px;
    }
    .steps-block .line.note.no-transform .line-animate {
        font-size: 15px;
    }
    .steps-block__total {
        margin: 50px 0px;
    }
    .form-block {
        padding: 50px 0;
    }
    .form-block__content {
        margin: 0 -15px;
    }
    .form-block__text {
        margin: 0 -15px;
        padding: 40px 25px;
    }
    .form-block__content_enlarge {
        top: 80px;
    }
    .geography-block__map {
        padding: 15px 0;
        margin: 0 -15px;
    }
    .about-block {
        margin: 60px 0;
    }
    .interior-block .section-title {
        text-align: center;
    }
    .form-block__content img {
        width: 100%;
        height: 375px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .form-block__content_enlarge img {
        width: 18px;
        height: 18px;
    }
    .form-block__content_block p.price img {
        width: auto;
        height: auto;
    }
}

@media (min-width:1921px) {
	html {
		background:#f9f9f9;
	}
	body {
		background:#fff;
		/* max-width:1920px; */
		width:100%;
		margin-left:auto!important;
		margin-right:auto!important;
		overflow-y:scroll;
		min-height:200%;
	}
	.slider-odds .swiper-slide {
		width:100%;
	}
}

.parallax-2 img,
.parallax-4 img,
.parallax-6 img,
.parallax-8 img {
	max-width:36px;
	width:36px;
}

.first3 {
    position: relative;
    top: 35px;
    left: -30px;
    z-index: 6;
}
@media (max-width:767px) {
    .first3 {
        top: 28px;
        left: 0;
    }
}

.multi {
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:10;
}
.multi .main {
	display:flex;
	width:70px;
	height:70px;
	background:#3282DF;
	border-radius:70px;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	position: absolute;
    bottom: 30px;
    right: 30px;
}
.multi .main:hover {
	background:#1c6cc9;
}
.multi .main img {
	width:36px;
}
.multi .item img {
	width:30px;
	height:30px;
	position:relative;
}
.multi .item {
	position:absolute;
	right:38px;
	display:flex;
	width:54px;
	height:54px;
	border-radius:54px;
	background:#3282DF;
	align-items:center;
	justify-content:center;
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	display:none;
}
.multi .item span {
	position: absolute;
    background: rgba(0,0,0,.7);
    right: calc(100% + 10px);
    white-space: nowrap;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    top: calc(50% - 18px);
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.multi .item1 {
	bottom:110px;
}
.multi .item2 {
	bottom:174px;
	background:#48a91f;
}
.multi .item3 {
	bottom:238px;
	background:#c90071;
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.multi .item4 {
	bottom:302px;
	background:#1959a2;
}
.multi .item4 img {
	left:-2px;
}
.multi.opened .item {
	display:flex;
}
.multi.opened {
	width:330px;
	height:380px;
}
@media (max-width:767px) {
	.multi {
		bottom:auto;
		right:0;
		top:0;
		left:0;
		background:#3282DF;
		display:flex;
		z-index:55;
	}
	.multi .main {
		display:none;
	}
	.multi .item {
		position:static;
		height:42px;
		width:25%;
		display:flex;
		background:none;
		border-radius:0;
		border-right:1px solid rgba(255,255,255,.2);
	}
	.multi .item:last-child {
		border-right:none;
	}
	.multi .item img {
		width:24px;
		height:24px;
	}
	.header {
		margin-top:42px;
	}
}

.fancybox-close-small:after {
	background-color:#fff!important;
	color:#3282DF!important;
}
.fancybox-close-small {
	top: 7px!important;
    right: 7px!important;
}
#mod {
	padding:0!important;
}
.mod {
	/*border:2px solid #d0d0d0!important;*/
	/*border-top:none!important;*/
	width:100%;
	max-width:1200px;
	display:flex;
	flex-wrap:wrap;
}
.mod .left {
	width:66.6667%;
	border-left:1px solid #f9f9f9;
}
.mod .right {
	width:33.3334%;
}
.mod .top {
	width:100%;
	background:#3282DF;
	color:#fff;
	text-align:center;
	padding:16px 50px;
}
.mod .top span {
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: scale(1, 0.9);
    display: inline-block;
}
.mod .form-block__content_block {
	position:relative;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background:#EBEFF2;
}
.mod .form-block__text {
	padding:40px;
	padding-bottom:80px;
}
.mod .bottom {
	padding:20px 40px;
	width:100%;
	background: #3282DF;
}
.mod .bottom > div {
	display:flex;
	flex-wrap:wrap;
}
.mod .bottom .ccol input {
	display: block;
    border: none;
    border-radius: 50px;
    padding: 22px;
    font-size: 14px;
    font-family: 'RF Dewi', sans-serif;
    font-weight: normal;
    color: #000000;
    width: calc(100% - 30px);
    margin: 0 auto 20px auto;
    background: #f0f0f0;
}
input::placeholder {
	color:#000000
}
.mod .bottom .ccol input:focus-visible {
    outline: none;
}
.mod .bottom .ccol {
	width:33.3334%;
}
.mod .bottom .ccol.w100 {
	width:100%;
	text-align:center;
}
.mod .bottom .btn {
	margin:0 auto;
}
.mod .bottom .answ {
	text-align: center;
    color: #fff;
    margin-top: 15px;
    font-style: italic;
    width: 100%;
    font-size: 16px;
}
.mod .bottom.hidden {
	display:none;
}
.block-emergence .btn {
	position: absolute;
    bottom: 40px;
    width: 180px;
    left: calc(50% - 90px);
}
@media (max-width:991px) {
	.mod .left {
		width:100%;
		border-left:none;
	}
	.mod .right {
		width:100%;
	}
}
@media (max-width:767px) {
	.mod .bottom .ccol {
		width:100%;
	}
}
@media (max-width:575px) {
	.form-block__text {
		margin:0;
	}
}
@media (max-width:380px) {
	.mod .right a.btn span {
		display:none;
	}
}
#mod { display:none; }
