@charset "utf-8";

/*------------------*/
/*-- Fonts --*/
/*------------------*/

@font-face {
    font-family: "Futura PT";
    src: url("fonts/FuturaPT-Heavy.eot");
    src: url("fonts/FuturaPT-Heavy.eot?#iefix") format("embedded-opentype"),
        url("fonts/FuturaPT-Heavy.woff2") format("woff2"),
        url("fonts/FuturaPT-Heavy.woff") format("woff"),
        url("fonts/FuturaPT-Heavy.ttf") format("truetype"),
        url("fonts/FuturaPT-Heavy.svg#fonts/FuturaPT-Heavy") format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Futura PT";
    src: url("fonts/FuturaPT-Medium.eot");
    src: url("fonts/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"),
        url("fonts/FuturaPT-Medium.woff2") format("woff2"),
        url("fonts/FuturaPT-Medium.woff") format("woff"),
        url("fonts/FuturaPT-Medium.ttf") format("truetype"),
        url("fonts/FuturaPT-Medium.svg#fonts/FuturaPT-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Futura PT";
    src: url("fonts/FuturaPT-Demi.eot");
    src: url("fonts/FuturaPT-Demi.eot?#iefix") format("embedded-opentype"),
        url("fonts/FuturaPT-Demi.woff2") format("woff2"),
        url("fonts/FuturaPT-Demi.woff") format("woff"),
        url("fonts/FuturaPT-Demi.ttf") format("truetype"),
        url("fonts/FuturaPT-Demi.svg#fonts/FuturaPT-Demi") format("svg");
    font-weight: 600;
    font-style: normal;
}

/*-------------------------------------------*/
/* BASIC SETUP */
/*-------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

html,
body {
    min-height: 100%;
    min-width: 100%;
    height: 100%;
}

body {
    background-color: #000000;

}

.wrapper {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    min-height: 100%;
    min-height: 100vh;
    overflow: hidden;
    /* background-image: url(img/site_bg.png); */
    
    background: rgb(27,31,34);
    background: radial-gradient(circle, rgba(27,31,34,1) 0%, rgba(0,46,43,1) 50%, rgba(19,35,36,1) 100%);
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}

header {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    position: relative;
    z-index: 3;
}

.content {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    position: relative;
    z-index: 2;
}

footer {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

::-webkit-input-placeholder {color:#555555;}
::-moz-placeholder          {color:#555555;}
:-moz-placeholder           {color:#555555;}
:-ms-input-placeholder      {color:#555555;}

input,
textarea,
button,
select,
a,
img {
    outline: none;
}

select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance;
    text-indent: 0.01px;
    text-overflow: "";
}

*::-ms-expand { display: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input {
    -webkit-appearance: none;
    -moz-appearance
}

button {
    -webkit-appearance: none;
    -moz-appearance
}

textarea {
    resize: none;
    overflow: auto;
    -webkit-appearance: none;
    -moz-appearance;
}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity .3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity .3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity .3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity .3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity .3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity .3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity .3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity .3s ease;}

textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity .3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity .3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity .3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity .3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity .3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity .3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity .3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity .3s ease;}


/*-------------------------------------------*/
/* ----- DEFAULT STYLES ------ */
/*-------------------------------------------*/

section {
    position: relative;
    padding: 10px 0;
}

h1 {
    font-family: "Futura PT";
    text-transform: uppercase;
    font-size: 77px;
    line-height: 77px;
    font-weight: 900;
    color: #fff;
}

h2 {
    font-family: "Futura PT";
    text-transform: uppercase;
    font-size: 47.5px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}

h3 {
    font-family: "Futura PT";
    text-transform: uppercase;
    font-size: 42px;
    line-height: 47px;
    font-weight: 500;
    color: #858585;
}

h4 {
    font-family: "Futura PT";
    font-size: 41px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
}

p {
    font-family: "Futura PT";
    font-size: 41px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
}

a {
    text-decoration: none;
    font-family: "Futura PT";
    font-size: 41px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
}

li {
    list-style: none;
    font-family: "Futura PT";
    font-size: 41px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
}

img {
    outline: none;
    border: 1px solid transparent;
    border: none;
}

button:hover,
button:active,
a:hover,
a:active {
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-tap-highlight-color: transparent;
}

/*-------------------------------------------*/
/* ----- REUSABLE COMPONENTS ------ */
/*-------------------------------------------*/

.row {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}

.overflow_wrapp {
    overflow: hidden;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

/*-- Slick --*/

.slick-arrow {
    display: block;
    width: 75px;
    height: 75px;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    top: 50%;
    opacity: .6;
    margin-top: -40px;
    background: #ffffff;
    border: 1px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    -webkit-transition-property: box-shadow, opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: box-shadow, opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: box-shadow, opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: box-shadow, opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: box-shadow, opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.slick-arrow:hover {
    opacity: 1;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .5);
}

.slick-arrow img {
    display: block;
    width: 36px;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slick-prev {
    left: -21px;
}

.slick-prev img {
    left: -2px;
}

.slick-next {
    right: -21px;
}

.slick-next img {
    right: -6px;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 4px 10px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background: #34716e;
    position: relative;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(img/active_dott.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -4px;
    left: -4px;
}

/*-- /Slick --*/

/*-------------------------------------------*/
/* ----- HEADER ------ */
/*-------------------------------------------*/

header {
    border-bottom: 2px solid #004b46;
}

header.bg {
	background-color: #000;
}

.header_row {
    max-width: 1800px;
    padding-top: 4px;
}

.header_site {
    display: flex;
    display: -webkit-flex;
}

.header_site .left {
    width: 240px;
    padding-right: 10px;
    position: relative;
    z-index: 14;
}

.header_site .right {
    width: calc(100% - 240px);
    padding-left: 10px;
    text-align: right;
}

.inline_wrapp {
    margin: 28px -10px 5px -10px;
}

.inline_wrapp .inline {
    display: inline-block;
    padding: 0 10px;
}

.logo {
    display: inline-block;
    vertical-align: top;
    max-width: 220px;
}

.logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.main_nav_wrapp {
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
}

.main_nav li {
    display: inline-block;
    vertical-align: top;
    padding: 5px 13px;
}

.main_nav li a {
    display: block;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
    color: #466896;
    -webkit-transition-property: color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.main_nav li a:link,
.main_nav li a:visited {
    color: #fff;
}

.main_nav li a:active,
.main_nav li a.active {
    color: #66bab5;
}

.main_nav li a:hover {
    color: #66bab5;
}

.tel_btn {
    display: inline-block;
    vertical-align: top;
    margin: 7px 0;
    padding: 10px 20px 10px 20px;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 23px;
    color: #66bbb7;
    border: 2px solid #36e2e2;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 0 20px 7px rgba(255,255,255,.3);
    -moz-box-shadow: 0 0 20px 7px rgba(255,255,255,.3);
    box-shadow: 0 0 20px 7px rgba(255,255,255,.3);
    -webkit-transition-property: box-shadow;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: box-shadow;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: box-shadow;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: box-shadow;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.tel_btn:link,
.tel_btn:visited {
    -webkit-box-shadow: 0 0 20px 7px rgba(255,255,255,.3);
    -moz-box-shadow: 0 0 20px 7px rgba(255,255,255,.3);
    box-shadow: 0 0 20px 7px rgba(255,255,255,.3);
}

.tel_btn:active,
.tel_btn.active {
    -webkit-box-shadow: 0 0 20px 7px rgba(255,255,255,.6);
    -moz-box-shadow: 0 0 20px 7px rgba(255,255,255,.6);
    box-shadow: 0 0 20px 7px rgba(255,255,255,.6);
}

.tel_btn:hover {
    -webkit-box-shadow: 0 0 20px 7px rgba(255,255,255,.6);
    -moz-box-shadow: 0 0 20px 7px rgba(255,255,255,.6);
    box-shadow: 0 0 20px 7px rgba(255,255,255,.6);
}

.telegram {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 22px;
    background-image: url(img/telegram.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* ----- Responsive Menu Button ------ */

.respmenubtn {
    /*display: inline-block;*/
    display: none;
    vertical-align: top;
    width: 45px;
    height: 37px;
    background: transparent;
    cursor: pointer;
    position: relative;
    top: 6px;
    z-index: 14;
    border: 1px solid transparent;
}

.respmenubtn span {
    display: block;
    width: 27px;
    height: 2px;
    background: #66bab5;
    margin: 0 auto 7px auto;
    -webkit-transition-property: transform, border, background;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: transform, border, background;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: transform, border, background;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: transform, border, background;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: transform, border, background;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.respmenubtn span:last-child {
    margin: 0 auto;
}

.respmenubtn:active {
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-tap-highlight-color: transparent;
}

.respmenubtn:hover span {
    background: #65b9b4;
}

.respmenubtn.active span {
    position: relative;
    width: 35px;
    top: 2px;
    left: 0;
    background: #65b9b4;
}

.respmenubtn.active span:last-child {
    display: none;
}

.respmenubtn.active span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 3px 0 0 0;
    position: relative;
    top: 4px;
    left: 5px;
}

.respmenubtn.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* ----- / Responsive Menu Button ------ */

/*-------------------------------------------*/
/* ----- CONTENT ------ */
/*-------------------------------------------*/

 /*-- Section 1 --*/

.promo_sect {
    background-image: url(img/g_bg.png);
    background-repeat: no-repeat;
    background-position: center 24px;
}

.promo_bg_img {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.promo_img_resp {
	/*display: block;*/
	display: none;
	margin: 0 auto;
	max-width: 100%;
}

.promo_text {
    max-width: 950px;
    margin: 63px auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.promo_text h1 {
    padding: 30px 0;
}

.promo_text p {
    padding: 30px 0;
}

.ua {
    display: inline-block;
    vertical-align: top;
    width: 53px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(img/flags/ua.png);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.usdt {
    display: inline-block;
    vertical-align: top;
    width: 53px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(img/flags/usdt.png);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.ch {
    display: inline-block;
    vertical-align: top;
    width: 53px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(img/flags/ch.png);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.kz {
    display: inline-block;
    vertical-align: top;
    width: 53px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(img/flags/kz.png);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.rus {
    display: inline-block;
    vertical-align: top;
    width: 53px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(img/flags/rus.png);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


.h1_descript p {
    line-height: 45px;
}

.h1_descript p i {
    position: relative;
    top: 3px;
}

.h1_descript p a {
    border-bottom: 2px solid #01a99f;
    -webkit-transition-property: border;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: border;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: border;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: border;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: border;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.h1_descript p a:link,
.h1_descript p a:visited {
    border-bottom: 2px solid #01a99f;
}

.h1_descript p a:active,
.h1_descript p a.active {
    border-bottom: 2px solid transparent;
}

.h1_descript p a:hover {
    border-bottom: 2px solid transparent;
}

.tel_btn_2 {
    display: inline-block;
    vertical-align: top;
    padding: 17px 40px 16px 40px;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 44px;
    line-height: 44px;
    color: #66bbb7;
    border: 2px solid #36e2e2;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 0 20px 7px rgba(255,255,255,.3);
    -moz-box-shadow: 0 0 20px 7px rgba(255,255,255,.3);
    box-shadow: 0 0 20px 7px rgba(255,255,255,.3);
    -webkit-transition-property: box-shadow;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: box-shadow;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: box-shadow;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: box-shadow;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.tel_btn_2:link,
.tel_btn_2:visited {
    -webkit-box-shadow: 0 0 20px 7px rgba(255,255,255,.3);
    -moz-box-shadow: 0 0 20px 7px rgba(255,255,255,.3);
    box-shadow: 0 0 20px 7px rgba(255,255,255,.3);
}

.tel_btn_2:active,
.tel_btn_2.active {
    -webkit-box-shadow: 0 0 20px 7px rgba(255,255,255,.6);
    -moz-box-shadow: 0 0 20px 7px rgba(255,255,255,.6);
    box-shadow: 0 0 20px 7px rgba(255,255,255,.6);
}

.tel_btn_2:hover {
    -webkit-box-shadow: 0 0 20px 7px rgba(255,255,255,.6);
    -moz-box-shadow: 0 0 20px 7px rgba(255,255,255,.6);
    box-shadow: 0 0 20px 7px rgba(255,255,255,.6);
}

.telegram_2 {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 39px;
    background-image: url(img/telegram.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.instagram {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 39px;
    background-image: url(img/instagram.PNG);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.tel_btn_2 i {
    margin-left: 10px;
    position: relative;
    top: 3px;
}

.btn_wrapp {
    margin-top: 102px;
}

.promo_img {
    display: block;
    max-width: 100%;
    margin: -111px auto -152px auto;
    position: relative;
    left: -2.5%;
}

.promo_img_resp {
	display: none;
}

 /*-- /Section 1 --*/

 /*-- Section 2 --*/

.sect_2 {
	position: relative;
}

.sect_2 > .row {
	position: relative;
	z-index: 2;
}

.steps_stars {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.title_wrapp {
    text-align: center;
}

.steps_thumbs {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 69px -11% 10px -20px;
}

.step_thumb {
    width: 25%;
    position: relative;
    padding: 0 20px;
}

.step_thumb .icon_box {
    height: 90px;
    margin-bottom: 25px;
}

.step_thumb .icon_box img {
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
}

.step_thumb h3 {
    padding-bottom: 8px;
}

.step_thumb  p {
    font-size: 41px;
    line-height: 42px;
    font-weight: 500;
    color: #858585;
}

.step_thumb:before {
    display: block;
    content: "";
    height: 3px;
    width: calc(100% - 90px);
    position: absolute;
    top: 43px;
    left: 109px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.step_thumb:last-child:before {
    display: none;
}

.step_thumb:nth-child(1):before {
    background-image: url(img/line_01.jpg);
}

.step_thumb:nth-child(2):before {
    background-image: url(img/line_02.jpg);
}

.step_thumb:nth-child(3):before {
    background-image: url(img/line_03.jpg);
}

/*-- /Section 2 --*/

/*-- Section 3 --*/

.sect_3 {
    margin-top: 107px;
}

.article {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.article:nth-child(1) {
    margin-top: -79px;
}

.article {
    margin: -240px 0;
}

.article:last-child {
	margin-bottom: -100px;
}

.article .left {
    width: 49.85%;
    position: relative;
}

.article .right {
    width: 50.15%;
}

.article:nth-child(odd) .left {
    order: 2;
}

.article:nth-child(odd) .right {
    order: 1;
}

.article:nth-child(even) .left img {
	position: relative;
	left: -2%;
}

.phone_icon {
    position: absolute !important;
    -webkit-transition-property: left, opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: left, opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: left, opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: left, opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: left, opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.phone_icon_01 {
    position: absolute;
    top: 26%;
    left: 66%;
    opacity: 0;
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
}

.phone_icon_01.animate.active {
    opacity: 1;
}

.phone_icon_02 {
    position: absolute;
    top: 67%;
    left: 30%;
    opacity: 0;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.phone_icon_02.animate.active {
    opacity: 1;
}

.phone_02_bg {   
    top: 0 !important;
    left: 0 !important;
}

.phone_02 {
    position: relative;
    z-index: 3;
}

.phone_icon_03 {
    position: absolute !important;
    top: 45%;
    left: 38% !important;
    z-index: 2;
    opacity: 0;
}

.phone_icon_03.animate.active {
    opacity: 1;
    left: 43% !important;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.phone_icon_04 {
    position: absolute !important;
    top: 24.5%;
    left: 65% !important;
    z-index: 2;
    opacity: 0;
}

.phone_icon_04.animate.active {
    opacity: 1;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.phone_icon_05 {
    position: absolute !important;
    top: 43%;
    left: 32% !important;
    z-index: 2;
    opacity: 0;
}

.phone_icon_05.animate.active {
    opacity: 1;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.phone_icon_06 {
    position: absolute !important;
    top: 64.5%;
    left: 62% !important;
    z-index: 2;
    opacity: 0;
}

.phone_icon_06.animate.active {
    opacity: 1;
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
}

.phone_icon_07 {
    position: absolute !important;
    top: 26%;
    left: 52% !important;
    z-index: 2;
    opacity: 0;
}

.phone_icon_07.animate.active {
    opacity: 1;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.phone_icon_08 {
    position: absolute !important;
    top: 34%;
    left: 52% !important;
    z-index: 2;
    opacity: 0;
}

.phone_icon_08.animate.active {
    opacity: 1;
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
}

.article_content {
    padding: 98px 0 127px 0;
    border-left: 3px solid #276562;
    position: relative;
}

.article:nth-child(odd) .article_content {
    border-left: none;
    border-right: 3px solid #276562;
}

.article_content .inner {
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
}

.phone_icon_01 {

}

.phone_icon_02 {

}

.btn_wrapp_2 {
	padding-top: 70px;
	position: relative;
    z-index: 2;
    text-align: center;
}

.articles_slider {
	position: relative;
}

.articles_slider .slick-dots {
	width: 22px;
	position: absolute;
	top: 63px;
    right: -10px;
}

.articles_slider .slick-dots:before {
	display: block;
	width: 1px;
	content: "";
    height: calc(100% - 60px);
    background: #245a57;
    position: absolute;
    top: 44px;
    left: 11px;
}

.articles_slider .slick-dots li {
	display: block;
	margin: 12px 0;
}

/*-- /Section 3 --*/

/*-- Section 4 --*/

.sect_4 {
    margin: 82px 0 1px 0;
}

.services_templ {
    display: flex;
    display: -webkit-flex;
    max-width: 1280px;
    margin: 81px auto 59px auto;
}

.services_templ .left {
    width: 42%;
    position: relative;
}

.services_templ .right {
    width: 58%;
    padding-left: 4%;
}

.services_templ .left:after {
    content: "";
    width: 3px;
    height: calc(100% - 154px);
    background-color: #24615e;
    position: absolute;
    top: 27px;
    right: 0;
}

.services_thumbs {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.service_thumb {
    width: 160px;
}

.service_thumb .img_box {
    height: 118px;
}

.service_thumb .img_box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.service_thumb .thumb_desc {
    min-height: 85px;
}

.service_thumb .thumb_desc p {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #a5b5b4;
}

/*-- /Section 4 --*/

/*-- Section 5 --*/

.counts_templ {
    background-size: auto;
    background-position: center;
    background-image: url(img/g_bg_2.png);
    background-repeat: no-repeat;
    height: 970px;
    max-width: 1460px;
    margin: 11px auto;
    position: relative;
}

.count_thumb {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 430px;
    padding: 20px 10px 20px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
}

.count_thumb p {
    text-align: center;
    font-size: 42px;
    line-height: 44px;
    color: #fff;
}

.count_thumb_1 {
    position: absolute;
    top: 65px;
    left: 5%;
}

.count_thumb_2 {
    position: absolute;
    top: 65px;
    right: 4%;
}

.count_thumb_3 {
    position: absolute;
    bottom: 0;
    left: 5%;
}

.count_thumb_4 {
    position: absolute;
    bottom: 0;
    right: 4%;
}

.connect_01 {
    margin-top: 19px;
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: -128px;
}

.connect_02 {
    margin-top: 19px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: -103px;
}

.connect_03 {
    position: absolute;
    top: -133px;
    left: 100%;
    margin-left: -128px;
}

.connect_04 {
    position: absolute;
    top: -133px;
    left: -97px;
}

.resp_btn {
	display: none;
}

/*-- /Section 5 --*/

/*-- Section 6 --*/

.sect_6 {
    padding-top: 113px;
}

.slider {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    perspective: 1200px !important;
    max-width: 1000px !important;
    margin: 0 auto;
}

.main-slider-box {
    width: 100%;
    max-width: 900px;
    height: 645px;
    margin: 0 auto;
}

.main-slider {
    height: 645px;
    margin: 0;
}

.main-slider .slide {
    height: 580px;
    width: 400px;
}

.main-slider .slide img {
	display: block;
	width: auto;
	height: auto;
	height: 100%;
	max-width: 310px;
	margin: 0 auto;
}

.main-slider {
  height: 558px;
  padding: 20px 0;
}

.main-slider-box {
	height: 701px;
	margin: 80px 0 3px 0;
}

.main-slider-box .swiper-pagination-bullets {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.swiper-pagination-bullet {
	display: block;
	margin: 0 30px !important;
    font-size: 0;
    line-height: 0;
    opacity: 1 !important;
    width: 26px !important;
    height: 26px !important;
    cursor: pointer;
    background: #66bab5 !important;
    position: relative;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.swiper-pagination-bullet-active:before {
	display: block;
	content: "";
	width: 36px !important;
	height: 36px !important;
	position: absolute;
    top: -5px;
    left: -5px;
    background: #66bab5 !important;
   	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*-- /Section 6 --*/

/*-- Section 7 --*/

.contacts_sect {
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

.contacts_thumbs {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1350px;
    margin: 41px auto;
}

.contact_thumb {
    padding: 10px;
}

.contact_thumb a {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    -webkit-transition-property: color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.contact_thumb a:link,
.contact_thumb a:visited {
    color: #fff;
}

.contact_thumb a:active,
.contact_thumb a.active {
    color: #66bab5;
}

.contact_thumb a:hover {
    color: #66bab5;
}

.contact_thumb a i {
    margin-right: 10px;
}

.we {
    display: inline-block;
    vertical-align: top;
    width: 55px;
    height: 46px;
    background-image: url(img/wechat.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/*-- /Section 7 --*/

.bottom_bg {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

/*-------------------------------------------*/
/* ----- FOOTER ------ */
/*-------------------------------------------*/

footer {
    padding: 1px 0;
    position: relative;
    z-index: 2;
}

.footer_section {
    border-top: 2px solid #004440;
}

.row_2 {
    max-width: 1700px;
}

.footer_templ {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 7px 0 13px 0;
}

.footer_templ .left {
    width: 50%;
    padding: 10px 10px 10px 0;
}

.footer_templ .right {
    width: 50%;
    padding: 10px 0 10px 10px;
    text-align: right;
}

.footer_templ p {
    font-size: 38px;
    line-height: 40px;
}

.footer_templ p a {
    font-size: 38px;
    line-height: 40px;
    color: #fff;
    -webkit-transition-property: color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.footer_templ p a:link,
.footer_templ p a:visited {
    color: #fff;
}

.footer_templ p a:active,
.footer_templ p a.active {
    color: #66bab5;
}

.footer_templ p a:hover {
    color: #66bab5;
}

/*-- Animation --*/

.leftSlice {
    position: relative;
    left: -3%;
    opacity: 0;
    -webkit-transition-property: left, opacity;
    -webkit-transition-duration: .7s;
    -webkit-transition-delay: .3s;
    -webkit-transition-timing-function: ease-in-out;

    -moz-transition-property: left, opacity;
    -moz-transition-duration: .7s;
    -moz-transition-delay: .3s;
    -moz-transition-timing-function: ease-in-out;

    -ms-transition-property: left, opacity;
    -ms-transition-duration: .7s;
    -ms-transition-delay: .3s;
    -ms-transition-timing-function: ease-in-out;

    -o-transition-property: left, opacity;
    -o-transition-duration: .7s;
    -o-transition-delay: .3s;
    -o-transition-timing-function: ease-in-out;

    transition-property: left, opacity;
    transition-duration: .7s;
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
}

.animate.active.leftSlice {
    left: 0;
    opacity: 1;
}

.fadeIn {
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .7s;
    -webkit-transition-delay: .3s;
    -webkit-transition-timing-function: ease-in-out;

    -moz-transition-property: opacity;
    -moz-transition-duration: .7s;
    -moz-transition-delay: .3s;
    -moz-transition-timing-function: ease-in-out;

    -ms-transition-property: opacity;
    -ms-transition-duration: .7s;
    -ms-transition-delay: .3s;
    -ms-transition-timing-function: ease-in-out;

    -o-transition-property: opacity;
    -o-transition-duration: .7s;
    --transition-delay: .3s;
    -o-transition-timing-function: ease-in-out;

    transition-property: opacity;
    transition-duration: .7s;
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
}

.animate.active.fadeIn {
    opacity: 1;
}

.zoomFade {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition-property: opacity, transform;
    -webkit-transition-duration: .7s;
    -webkit-transition-delay: .3s;
    -webkit-transition-timing-function: ease-in-out;

    -moz-transition-property: opacity, transform;
    -moz-transition-duration: .7s;
    -moz-transition-delay: .3s;
    -moz-transition-timing-function: ease-in-out;

    -ms-transition-property: opacity, transform;
    -ms-transition-duration: .7s;
    -ms-transition-delay: .3s;
    -ms-transition-timing-function: ease-in-out;

    -o-transition-property: opacity, transform;
    -o-transition-duration: .7s;
    --transition-delay: .3s;
    -o-transition-timing-function: ease-in-out;

    transition-property: opacity, transform;
    transition-duration: .7s;
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
}

.animate.active.zoomFade {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.fadeInUp {
    position: relative;
    bottom: -20px;
    opacity: 0;
    -webkit-transition-property: bottom, opacity;
    -webkit-transition-duration: .7s;
    -webkit-transition-delay: .3s;
    -webkit-transition-timing-function: ease-in-out;

    -moz-transition-property: bottom, opacity;
    -moz-transition-duration: .7s;
    -moz-transition-delay: .3s;
    -moz-transition-timing-function: ease-in-out;

    -ms-transition-property: bottom, opacity;
    -ms-transition-duration: .7s;
    -ms-transition-delay: .3s;
    -ms-transition-timing-function: ease-in-out;

    -o-transition-property: bottom, opacity;
    -o-transition-duration: .7s;
    -o-transition-delay: .3s;
    -o-transition-timing-function: ease-in-out;

    transition-property: bottom, opacity;
    transition-duration: .7s;
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
}

.animate.active.fadeInUp {
    bottom: 0;
    opacity: 1;
}
.mob{
	display:none;
}

/*-- /Animation --*/
/*section#pos img.phone_01{
	opacity:0;
}*/


/*.animation_started {
	transition: 1s linear;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}*/
.animation_started{
	/*opacity:0;*/
}

.contact_thumb span {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    -webkit-transition-property: color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease;
}
.contact_thumb span {
    text-decoration: none;
    font-family: "Futura PT";
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
}

@media only screen and (max-width: 720px){
	.contact_thumb span {
		font-size: 18px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 1024px) {
    .contact_thumb span {
        font-size: 23px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1124px) {
    .contact_thumb span {
        font-size: 28px;
        line-height: 29px;
    }
}

.politics p, .politics ul li,.politics a{
	font-size: 20px;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 50px;
}
.logo img {
	max-width: 30%;
}
.header_site{
	background: #001917;
}
.row.header_row.fixed:after {
    display: block;
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #004b46;
    transition: width 0.3s ease-in-out;
    left: 0;
    bottom: 0;
}
.row.header_row.fixed {
    max-width: 100%;
}
@media only screen and (max-width: 767px){
	.promo_img_resp.mob_logo {
		width: 30%;
	}	
}
.hidden-line{
	background: #001917;
}
.row.header_row.fixed, header {
    background: #001917;
}@media only screen and (max-width: 1800px) {

	/*-- Header --*/

	.header_row {
		padding-left: 25px;
		padding-right: 25px;
	}

	.row_2 {
	    padding-left: 25px;
		padding-right: 25px;
	}

	/*-- /Header --*/

}

@media only screen and (max-width: 1700px) {

	/*-- Header --*/
	.main_nav li a {
	    font-size: 22px;
	    line-height: 22px;
	}
	/*-- /Header --*/

}

@media only screen and (max-width: 1600px) {

	h3 {
		font-size: 35px;
		line-height: 40px;
	}

	.row {
	    padding-left: 25px;
		padding-right: 25px;
	}

	/*-- Header --*/

	.inline_wrapp {
	    margin: 15px -10px 5px -10px;
	}

	.main_nav li a {
	    font-size: 17px;
	    line-height: 17px;
	}

	.tel_btn {
	    font-size: 19px;
	    line-height: 20px;
	}

	/*-- /Header --*/

	/*-- Section 2 --*/

	.steps_thumbs {
	    margin: 69px -5% 10px -20px;
	}

	.step_thumb p {
	    font-size: 32px;
	    line-height: 33px;
	}

	/*-- /Section 2 --*/

	/*-- Section 3 --*/

	.article .left img {
		display: block;
		max-width: 100%;
	}

	/*-- /Section 3 --*/

	/*-- Section 5 --*/

	.counts_templ {
	    background-size: contain;
	    height: 835px;
	}

	.count_thumb {
	    width: 309px;
	}

	.count_thumb p {
	    font-size: 27px;
	    line-height: 33px;
	}

	/*-- /Section 5 --*/

}

@media only screen and (max-width: 1300px) {

	/*-- Header --*/

	.main_nav li {
	    padding: 5px 8px;
	}

	/*-- /Header --*/

	/*-- Section 4 --*/

	.service_thumb .img_box {
	    height: 70px;
	    margin-bottom: 10px;
	}

	.service_thumb .thumb_desc p {
	    font-size: 20px;
	    line-height: 27px;
	}

	/*-- /Section 4 --*/

	/*-- Section 7 --*/

	.contact_thumb a {
	    font-size: 33px;
	    line-height: 36px;
	}

	/*-- /Section 7 --*/

	/*-- Footer --*/

	.footer_templ p {
	    font-size: 29px;
	    line-height: 32px;
	}

	.footer_templ p a {
	    font-size: 29px;
	    line-height: 32px;
	}

	/*-- /Footer --*/

}

@media only screen and (max-width: 1240px) {

	/*-- Header --*/

	.header_site .left {
	    width: 155px;
	}

	.header_site .right {
	    width: calc(100% - 155px);
	}

	.logo {
	    max-width: 138px;
	}

	.inline_wrapp {
	    margin: 3px -10px;
	}

	.main_nav li {
	    padding: 5px 6px;
	}

	.main_nav li a {
	    font-size: 15px;
	    line-height: 15px;
	}

	.tel_btn {
		padding: 7px 15px 7px 15px;
	    font-size: 16px;
	    line-height: 22px;
	}

	/*-- /Header --*/

	/*-- Section 3 --*/

	.article:nth-child(1) {
	    margin-top: -50px;
	}

	.article {
	    margin: -150px 0;
	}

	.article_content .inner {
		padding: 0 20px;
	}

	.article_content .inner p {
		font-size: 31px;
		line-height: 39px;
	}

	/*-- /Section 3 --*/

	/*-- Section 6 --*/

	.main-slider-box {
	    height: 552px;
	    margin: 28px 0 3px 0;
	}

	.main-slider .slide {
	    height: 450px;
	    width: 340px;
	}

	.swiper-pagination-bullet {
	    margin: 0 15px !important;
	}

	/*-- /Section 6 --*/
}

@media only screen and (max-width: 1124px) {

	/*-- Section 1 --*/

	h1 {
	    font-size: 66px;
	    line-height: 69px;
	}

	p {
	    font-size: 36px;
	}

	.promo_text {
	    margin: 35px auto;
	}

	.promo_text h1 {
	    padding: 15px 0;
	}

	.btn_wrapp {
	    margin-top: 38px;
	}

	.tel_btn_2 {
	    font-size: 33px;
	    line-height: 34px;
	}

	.telegram_2 {
	    width: 38px;
	    height: 28px;
	}

	.instagram {
		width: 38px;
		height: 28px;
	}


	.we {
		width: 46px;
		height: 35px;
	}

	.promo_img {
	    margin-top: -83px;
	}

	/*-- /Section 1 --*/

	/*-- Section 2 --*/

	.step_thumb p {
	    font-size: 27px;
	    line-height: 30px;
	}

	/*-- /Section 2 --*/

	/*-- Section 3 --*/

	.phone_icon_03 {
		width: 168px;
		left: 45% !important;
	}

	/*-- /Section 3 --*/

	/*-- Section 4 --*/

	.services_templ {
	    flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	}

	.services_templ .left {
	    width: 100%;
	    padding: 0;
	}

	.services_templ .right {
	    width: 100%;
	    padding: 46px 0 0 0;
	}

	.services_templ .left:after {
	    width: calc(100% - 60px);
	    height: 2px;
	    top: auto;
	    bottom: 0;
	    right: 30px;
	}

	.services_thumbs {
		justify-content: center;
		-webkit-justify-content: center;
	}

	.service_thumb {
	    width: 131px;
	}

	.service_thumb .thumb_desc {
	    min-height: 68px;
	}

	/*-- /Section 4 --*/

	/*-- Section 5 --*/

	.counts_templ {
	    height: 660px;
	}

	.connect_01 {
	    width: 145px;
	    margin-top: 10px;
	    margin-left: -89px;
	}

	.connect_02 {
	    width: 145px;
	    margin-top: 10px;
	    margin-left: -61px;
	}

	.connect_03 {
	    width: 145px;
	    top: -89px;
	    margin-left: -88px;
	}

	.connect_04 {
	    width: 145px;
	    top: -90px;
	    left: -60px;
	}

	/*-- /Section 5 --*/

	/*-- Section 7 --*/

	.contact_thumb a {
	    font-size: 28px;
	    line-height: 29px;
	}

	/*-- /Section 7 --*/

}

@media only screen and (max-width: 1024px) {

	.wrapper {
	    padding-top: 58px;
	}

	/*-- Header --*/

	header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}

	.header_site .left {
	    width: 210px;
	}

	.header_site .right {
	    width: calc(100% - 210px);
	}

	.respmenubtn {
	    display: inline-block;
	    margin: 4px 0 0 10px;
	}

	#resp_nav {
		/*display: block;*/
		display: none;
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		margin: 0;
		padding: 100px 15px 50px 15px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 13;
		background-color: #000504;
	}

	.main_nav {
		display: block;
		box-shadow: none;
		border-radius: 0;
	}

	.main_nav li {
		display: block;
	    padding: 17px 0;
	    text-align: left;
	    font-size: 22px;
		line-height: 22px;
	}

	.main_nav li a {
		display: inline-block;
		vertical-align: top;
		white-space: normal;
		font-size: 20px;
		line-height: 20px;
	}

	.inline_wrapp .inl_1 {
		padding: 0;
	}

	/*-- /Header --*/

/*-- Section 1 --*/

	.tel_btn_2 {
		padding: 17px 20px 16px 20px;
	    font-size: 28px;
	    line-height: 28px;
	}

	.tel_btn_2 i {
	    margin-left: 5px;
	    top: 0;
	}

/*-- /Section 1 --*/

/*-- Section 2 --*/

	.sect_2 {
	    padding-top: 60px;
	}

/*-- /Section 2 --*/

/*-- Section 3 --*/

	.article {
	    margin: -80px 0;
	}

	.article_content .inner p {
	    font-size: 27px;
	    line-height: 36px;
	}

/*-- /Section 3 --*/

/*-- Section 5 --*/

	.counts_templ {
	    height: 593px;
	}

	.count_thumb {
	    width: 272px;
	}

	.count_thumb p {
	    font-size: 24px;
	    line-height: 29px;
	}

/*-- /Section 5 --*/

/*-- Section 7 --*/

	.contact_thumb a {
	    font-size: 23px;
	    line-height: 26px;
	}

/*-- /Section 7 --*/

}


@media only screen and (max-width: 900px) {

	h1 {
	    font-size: 52px;
	    line-height: 58px;
	}

	h2 {
	    font-size: 38px;
	    line-height: 41px;
	}

	h3 {
	    font-size: 28px;
	    line-height: 36px;
	}

	a {
	    font-size: 33px;
	    line-height: 35px;
	}

	/*-- Section 1 --*/

	.promo_text p {
	    padding: 15px 0;
	}

	/*-- /Section 1 --*/

	/*-- Section 2 --*/

	.sect_2 {
	    padding-top: 22px;
	}

	.steps_thumbs {
	    margin: 35px -5% 10px -20px;
	}

	.step_thumb .icon_box {
	    height: 64px;
	    margin-bottom: 23px;
	}

	.step_thumb .icon_box img {
	    max-height: 100%;
	}

	.step_thumb p {
	    font-size: 22px;
	    line-height: 25px;
	}

	.step_thumb:before {
	    width: calc(100% - 66px);
	    top: 32px;
	    left: 87px;
	}

	/*-- /Section 2 --*/

	/*-- Section 3 --*/

	.sect_3 {
	    margin-top: 61px;
	}

	.article {
	    margin: -30px 0;
	}

	.article:nth-child(1) {
	    margin-top: 12px;
	}

	.article:last-child {
	    margin-bottom: -54px;
	}

	.article_content {
	    padding: 85px 0 85px 0;
	}

	.phone_icon_01 {
	    width: 50px;
	}

	.phone_icon_02 {
	    width: 67px;
	}

	.phone_icon_03 {
	    width: 168px;
	    top: 36%;
	    left: 39% !important;
	}

	.phone_icon_04 {
	    width: 51px;
	}

	.phone_icon_05 {
		width: 56px;
		top: 42%;
		left: 29% !important;
	}

	.phone_icon_06 {
		width: 54px;
		top: 64%;
		left: 63% !important;
	}

	.phone_icon_07 {
	    width: 133px;
	    top: 26%;
	    left: 49% !important;
	}

	.phone_icon_08 {
	    width: 147px;
	    top: 36%;
	    left: 47% !important;
	}

	/*-- /Section 3 --*/

	/*-- Section 5 --*/

	.counts_templ {
	    height: 563px;
	}

	.count_thumb {
		width: 226px;
	    padding: 14px 10px 14px 10px;
	}

	.count_thumb p {
	    font-size: 21px;
	    line-height: 24px;
	}

	.connect_01 {
	    width: 100px;
	    margin-top: 10px;
	    margin-left: -62px;
	}

	.connect_02 {
	    width: 100px;
	    margin-top: 10px;
	    margin-left: -42px;
	}

	.connect_03 {
	    width: 100px;
	    top: -64px;
	    margin-left: -61px;
	}

	.connect_04 {
	    width: 100px;
	    top: -66px;
	    left: -40px;
	}

	/*-- /Section 5 --*/

	/*-- Section 6 --*/

	.main-slider-box {
	    height: 552px;
	    margin: 28px 0 3px 0;
	}

	.main-slider .slide {
	    height: 450px;
	    width: 280px;
	}

	.swiper-pagination-bullet {
	    margin: 0 15px !important;
	}

	/*-- /Section 6 --*/

	/*-- Section 7 --*/

	.contacts_thumbs {
		justify-content: center;
	}

	/*-- /Section 7 --*/

	/*-- Footer --*/

	.footer_templ p {
	    font-size: 23px;
	    line-height: 26px;
	}

	.footer_templ p a {
	    font-size: 23px;
	    line-height: 26px;
	}

	/*-- /Footer --*/

}

@media only screen and (max-width: 767px) {

	h1 {
		font-size: 41px;
		line-height: 50px;
	}

	h2 {
	    font-size: 25px;
	    line-height: 30px;
	}

	p {
	    font-size: 29px;
	}

	a {
	    font-size: 29px;
	    line-height: 35px;
	}

/*-- Header --*/

.respmenubtn span {
	margin: 0 0 4px 0;
}

.respmenubtn span:nth-child(2) {
	width: 20px;
}

.respmenubtn span:last-child {
    margin: 0;
    width: 15px;
}

.respmenubtn.active span {
	width: 35px;
	left: 0;
}

.respmenubtn.active span:first-child {
    left: 0;
}

/*-- /Header --*/

/*-- Section 1 --*/

.promo_sect {
    background-image: none;
}

.h1_descript p {
    line-height: 33px;
}

.h1_descript p i {
	width: 35px;
    height: 23px;
}

.tel_btn_2 {
    padding: 10px 20px;
    font-size: 24px;
    line-height: 25px;
}

.telegram_2 {
    width: 23px;
    height: 23px;
}

.instagram {
	width: 23px;
	height: 23px;
}

.btn_wrapp {
    margin-top: 25px;
}

.promo_img {
	display: none;
}

.promo_img_resp {
	display: block;
}

/*-- /Section 1 --*/

/*-- Section 2 --*/

.sect_2 {
    padding-top: 1px;
    position: relative;
}

/*-- /Section 2 --*/

/*-- Section 3 --*/

.article {
	display: block;
    margin: 54px 0 20px 0 !important;
}

.article:nth-child(1) {
	margin-top: -10px !important;
}

.article .left {
    width: 100%;
    height: 370px;
}

.article .right {
    width: 100%;
    margin-top: -23px;
}

.article .left img {
    max-height: 427px;
    margin: 0 auto;
    position: relative;
    top: -40px;
}

.article_2 .left {
	position: relative;
	left: 5%;
}

.article:nth-child(even) .left {
	position: relative;
	left: 5%;
}

.article_content {
	transform: none;
	opacity: 1;
	top: 0;
}

.article .article_content {
    border: none !important;
}

.article_content {
    padding: 0;
}

.phone_icon_01 {
	top: 19% !important;
    left: 57% !important;
}

.phone_icon_02 {
	top: 65% !important;
    left: 38% !important;
}

.phone_02_bg {
	top: 0 !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.phone_icon_03 {
    top: 30% !important;
    left: 44% !important;
}

.phone_icon_04 {
	top: 16% !important;
	left: 58% !important;
}

.phone_icon_05 {
    top: 38% !important;
    left: 34% !important;
}

.phone_icon_06 {
	top: 63% !important;
	left: 57% !important;
}

.phone_icon_07 {
	top: 18% !important;
	left: 51% !important;
}

.phone_icon_08 {
	top: 30% !important;
	left: 49% !important;
}

.phone_icon,
.article_content {
	transition: none !important;
}

.btn_wrapp_2_resp {
	padding-top: 50px;
}

/*-- /Section 3 --*/

/*-- Section 4 --*/

.service_thumb {
    width: 104px;
}

.service_thumb .img_box {
    height: 40px;
    margin-bottom: 3px;
}

.service_thumb .thumb_desc {
    min-height: 56px;
}

.service_thumb .thumb_desc p {
    font-size: 16px;
    line-height: 21px;
}

/*-- /Section 4 --*/

/*-- Section 5 --*/

.counts_templ {
    height: 440px;
}

.count_thumb_1 {
    top: 5px;
    left: 0;
}

.count_thumb_2 {
    top: 5px;
    right: -1%;
}

.count_thumb_3 {
    left: -1%;
}

.count_thumb_4 {
    right: -1%;
}

.resp_btn {
	display: block;
}

/*-- /Section 5 --*/

/*-- Section 6 --*/

.sect_6 {
    padding-top: 65px;
}

.main-slider-box {
    height: 520px;
}

.main-slider .slide {
    height: 450px;
    width: 230px;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.swiper-pagination-bullet-active:before {
    width: 14px !important;
    height: 14px !important;
    top: -2px;
    left: -2px;
}

.btn_wrapp_2 {
    padding-top: 30px;
}

/*-- /Section 6 --*/

/*-- Section 7 --*/

.contacts_thumbs {
    margin: 24px auto;
}

.contacts_sect {
    margin-top: 59px;
}

/*-- /Section 7 --*/

}

@media only screen and (max-width: 700px) {

h3 {
	font-size: 19px;
	line-height: 30px;
}

/*-- Section 2 --*/

.steps_thumbs {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    margin: 13px 0;
}

.step_thumb {
    width: 100%;
    padding: 0 0 44px 40px;
    position: relative;
}

.step_thumb h3 {
    padding-bottom: 0;
    color: #c4c4c4;
}

.step_thumb p {
    font-size: 19px;
    line-height: 22px;
    color: #c4c4c4;
}

.step_thumb p br {
	display: none;
}

.step_thumb .icon_box {
    width: 20px;
    height: 30px;
    margin-bottom: 0;
    position: absolute;
    top: 3px;
    left: 0;
}

.step_thumb:before {
    width: 67px;
    top: 64px;
    left: -18px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*-- /Section 2 --*/

/*-- Section 3 --*/

.sect_3 {
    margin-top: 10px;
}

/*-- /Section 3 --*/

/*-- Footer --*/

.footer_templ {
	padding: 10px 0;
}

.footer_templ .left {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.footer_templ .right {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

/*-- /Footer --*/

}

@media only screen and (max-width: 600px) {

/*-- Section 5 --*/

.count_thumb {
    width: 145px;
    padding: 10px;
}

.count_thumb p {
    font-size: 13px;
    line-height: 15px;
}

.connect_01 {
    width: 82px;
    margin-top: 4px;
    margin-left: -51px;
}

.connect_02 {
    width: 82px;
    margin-top: 4px;
    margin-left: -33px;
}

.connect_03 {
    width: 82px;
    top: -48px;
    margin-left: -49px;
}

.connect_04 {
    width: 82px;
    top: -50px;
    left: -31px;
}

/*-- /Section 5 --*/

}


@media only screen and (max-width: 480px) {

	h1 {
	    font-size: 28px;
	    line-height: 34px;
	}

	p {
	    font-size: 24px;
	}

	a {
	    font-size: 24px;
	    line-height: 1.2;
	}

	.row {
		padding: 0 15px;
	}

	/*-- Header --*/

	#resp_nav {
		padding-top: 80px;
		background-image: url(img/menu_bg.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
	}

	/*-- /Header --*/

	/*-- Section 1 --*/

	.promo_sect {
	    padding-top: 20px;
	}

	.promo_text {
	    margin: 20px auto;
	}

	.promo_text h1 {
	    padding: 5px 0;
	}

	.promo_text p {
	    padding: 8px 0;
	}

	.promo_img_resp {
		display: block;
	}

	.h1_descript p {
	    line-height: 30px;
	}

	.tel_btn_2 {
	    padding: 9px 20px 7px 20px;
	    font-size: 19px;
	    line-height: 22px;
	}

	.telegram_2 {
	    width: 20px;
	    height: 20px;
	}

	.instagram {
		width: 20px;
		height: 20px;
	}

	/*-- /Section 1 --*/

	/*-- Section 2 --*/

	.step_thumb:last-child {
	    padding: 0 0 10px 40px;
	}

	/*-- /Section 2 --*/

	/*-- Section 3 --*/

	.article .left {
		position: relative;
	}

	.article .left img.phone {
		height: 423px;
		position: absolute;
		top: -39px;
		left: 50%;
		transform: translate(-50%, 0);
		max-width: 900px !important;
	}

	.article:nth-child(odd) .left {
	    left: -2%;
	}

	.article:nth-child(even) .left {
	    left: 2%;
	}

	.phone_icon_01 {
		left: 62% !important;
	}

	.phone_icon_02 {
	    left: 32% !important;
	}

	.phone_icon_03 {
		left: 36% !important;
	}

	.phone_icon_03.animate.active {
	    left: 36% !important;
	}

	.phone_icon_04 {
		top: 16% !important;
		left: 60% !important;
	}

	.phone_icon_05 {
		top: 39% !important;
		left: 31% !important;
	}

	.phone_icon_06 {
		top: 63% !important;
		left: 62% !important;
	}

	.phone_icon_07 {
		left: 50% !important;
	}

	.phone_icon_08 {
	    left: 49% !important;
	}

	.article_content .inner {
	    padding: 0;
	}

	.article_content .inner p {
	    font-size: 23px;
	    line-height: 29px;
	}

	.btn_wrapp_2 {
	    padding-top: 46px;
	}

	/*-- /Section 3 --*/
	
}

@media only screen and (max-width: 470px) {

/*-- Header --*/

.header_site .left {
    width: 45px;
}

.header_site .right {
    width: calc(100% - 45px);
}

.logo {
	display: none;
}

.respmenubtn {
    margin: 4px 0 0 0;
}

/*-- /Header --*/

/*-- Section 4 --*/

.sect_4 {
    margin: 62px 0 1px 0;
}

.services_templ {
    margin: 46px auto;
}

.services_templ .right {
    padding-top: 37px;
}

.service_thumb {
    width: 90px;
}

/*-- /Section 4 --*/

/*-- Section 5 --*/

.counts_templ {
    height: 286px;
}

.connect_01 {
    margin-left: -107px;
}

.connect_02 {
    margin-left: 25px;
}

.connect_03 {
    margin-left: -103px;
}

.connect_04 {
    left: 29px;
}

/*-- /Section 5 --*/

/*-- Section 7 --*/

.contact_thumb a {
    font-size: 18px;
    line-height: 24px;
}

/*-- /Section 7 --*/

/*-- Footer --*/

.footer_templ p {
    font-size: 20px;
    line-height: 23px;
}

.footer_templ p a {
    font-size: 20px;
    line-height: 23px;
}

/*-- /Footer --*/

}

@media only screen and (max-width: 360px) {

	h1 {
	    font-size: 20px;
	    line-height: 27px;
	}

	h2 {
	    font-size: 23px;
	    line-height: 30px;
	}

	p {
	    font-size: 17px;
	}

	a {
	    font-size: 19px;
	}

	.h1_descript p {
	    line-height: 27px;
	}

	/*-- Section 3 --*/

	.article:nth-child(odd) .left {
	    left: -3%;
	}

	.phone_icon_01 {
	    left: 67% !important;
	}

	.phone_icon_02 {
	    left: 23% !important;
	}

	.phone_icon_04 {
	    left: 64% !important;
	}

	.phone_icon_05 {
	    left: 23% !important;
	}

	.phone_icon_06 {
	    left: 64% !important;
	}

	/*-- /Section 3 --*/

	/*-- Section 5 --*/

	.count_thumb {
	    width: 136px;
	    padding: 10px 5px;
	}

	/*-- /Section 5 --*/

}

@media only screen and (min-width: 1025px) {

/*-- Header --*/

#resp_nav {
	display: inline-block !important;
}

/*-- /Header --*/

}
@media only screen and (max-width: 767px) {
	.mob{
		display:inline-block;
	}
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
