/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: Akzidenz-Grotesk Pro Med Ext, 'Open Sans', 'Helvetica Neue', sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
    width: 100%;
}
.w100 {
    width:100%;
}
#header::before {
    content: "";
    width: 100%;
    height: 90vh;
    position: absolute;
    /*background: url(../img/desktop/fon_left.svg), url(../img/city_bg.png), #130e2f url(../img/desktop/fon_line.png);*/
    background: url(../img/desktop/fon_left.svg),  #130e2f url(../img/desktop/fon_line.png);
    background-repeat: no-repeat, repeat-x;
    background-position: top left, top right;
    /*background-position: top left, bottom center, top right;*/
    background-size: auto, contain;
    transition: 1s;
}
#header2::before {
    content: "";
    width: 100%;
    /*height: 90vh;*/
    position: absolute;
    background: url(../img/desktop/fon_le2ft.svg),url(../img/services/fon_187.svg), linear-gradient(30.45deg, #140123 -7.93%, #130E2F 93.74%)!important;
    background-repeat: no-repeat,no-repeat, repeat-x !important;
    background-position: top left, top right,  top right!important;
    background-size: auto, auto, auto!important;
    transition: 1s;
}

#header.bg-active::before {
    opacity: 0;
}

#illustration {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow-y: visible;
    overflow-x: clip;
}

#illustration svg,
#illustration img {
    position: absolute;
}

#illustration svg#city,
#illustration svg#flashes {
    width: 41.6%;
    right: 4.2%;
    bottom: 0vw;
}

#illustration svg#wire {
    width: 52.4%;
    right: 2.8%;
    bottom: 0vw;
}

#illustration svg#wire.spark {
    transition: 10s linear;

    stroke-dasharray: 20 1966;
    stroke-dashoffset: -48;
}

#illustration svg#wire.spark.moved {
    stroke-dasharray: 20 1966;
    stroke-dashoffset: 2019;
}

#illustration svg.wire-btn.mobile {
    display: none;
    height: 75%;
    right: 59.6%;
    bottom: 0vw;
}

#illustration svg.wire-btn.mobile.spark {
    display: none;
}

#illustration svg.wire-btn {
    width: 24.6%;
    right: 54.75%;
    bottom: 0vw;
}

#illustration svg.wire-btn.spark {
    transition: 1s;
    stroke-dasharray: 10 320;
    stroke-dashoffset: 5;
}

#illustration svg.wire-btn.spark.moved {
    stroke-dasharray: 10 320;
    stroke-dashoffset: 340;
}

#illustration svg.vishka {
    width: 4.8%;
    right: 50.6%;
    bottom: 0vw;
}

#illustration .header-title {
    position: absolute;
    left: 6vw;
    top: 10%;
}

#illustration .btn-play {
    width: 14.65%;
    right: 76.2%;
    bottom: 2.5vw;
    border-radius: 5px;

}


#illustration #moon {
    width: 30%;
    right: 5%;
    bottom: 11.5vw;
    filter: brightness(0.5) contrast(0.8);
    transition: 1s;
}

#illustration #moon.active {
    filter: brightness(1.1) contrast(1.1);
}

#illustration #city-backlight {
    width: 52%;
    /* height: 40vw; */
    right: 0%;
    bottom: 0vw;
}

#illustration #city-ground {
    opacity: 0.2;
    width: 41.6%;
    right: 4.2%;
    bottom: -12vw;
}

@media (max-width: 500px) {

    #illustration svg#city,
    #illustration svg#flashes,
    #illustration #city-ground {
        width: 73.5%;
        right: 4.2%;
        bottom: 0vw;
    }

    #illustration svg#wire,
    #illustration #city-backlight {
        width: 90.4%;
        right: 2.8%;
        bottom: 0vw;
    }

    #illustration svg#wire.spark {
        transition: 10s linear;
        stroke-dasharray: 10 1936;
        stroke-dashoffset: -48;
    }

    #illustration svg#wire.spark.moved {
        stroke-dasharray: 10 1936;
        stroke-dashoffset: 1899;
    }

    #illustration svg.wire-btn.mobile {
        display: block;
        height: 60vw;
        right: 84%;
        bottom: 3vw;
        width: 10%;
    }

    #illustration svg.wire-btn.mobile.spark {
        display: block;
    }

    #illustration svg.wire-btn {
        display: none;
        width: 24.6%;
        right: 54.75%;
        bottom: 0vw;
    }

    #illustration svg.wire-btn.spark {
        display: none;
        transition: 1s;
        stroke-dasharray: 10 320;
        stroke-dashoffset: 10;
    }

    #illustration svg.vishka {
        width: 7.8%;
        right: 85.6%;
        bottom: 0vw;
    }

    #illustration .header-title {
        position: absolute;
        left: 0vw;
        top: 0%;
        padding-left: 0;
    }

    #illustration .btn-play {
        width: 24.65%;
        right: 64.5%;
        bottom: 59vw;
    }

    #illustration .btn-play #btn-play-rozetka {
        transform: translateX(-70%);
    }

    #illustration .btn-play #btn-play-text {
        transform: translateX(25%);
    }

    #illustration #moon {
        width: 50%;
        right: 7.3%;
        bottom: 21.5vw;
    }

    #illustration #city-backlight {
        bottom: 0vw;
        width: 100%;
        right: 0%;
    }

    #illustration #city-ground {
        opacity: 0.2;
        bottom: -23.5vw;
    }

}

/* Basic components */
* {
    transition: 0.5s transform;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #130e2f;
    z-index: 50;
    transition: 1s;
    opacity: 1;
}

#preloader.close {
    opacity: 0;
}

#preloader>svg {
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50vh - 50px);
    left: calc(50vw - 50px);
}

#preloader>svg.preloader-core {
    top: calc(50vh - 55px);
    left: calc(50vw - 55px);
    width: 110px;
    height: 110px;
}

#preloader>svg.circle-out {
    top: calc(50vh - 60px);
    left: calc(50vw - 60px);
    width: 120px;
    height: 120px;
}

#preloader>svg.circle-in {
    top: calc(50vh - 50px);
    left: calc(50vw - 50px);
    width: 100px;
    height: 100px;
}

#preloader>svg.circle-out circle {
    stroke-dasharray: 380;
    stroke-dashoffset: -380;
    stroke-width: 10px;
    stroke: #f96d27;
    fill: none;
    transition: 2s;
}

#preloader>svg.circle-in circle {
    stroke-dasharray: 370;
    stroke-dashoffset: 370;
    stroke-width: 40px;
    stroke: #f96d27;
    fill: none;
    transition: 2s;
}

#preloader>svg.circle-in circle.loaded,
#preloader>svg.circle-out circle.loaded {
    stroke-dashoffset: 0;
}
body {
    overflow-x: clip;
}

.container {
    width: 100%;

    padding: 40px 64px 46px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.row,
.col {
    padding: 24px 0px;

}

.row {
    width: 100%;
    max-width: 1440px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.row_media {
    width: 100%;
    max-width: 1440px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*align-items: center;*/
}
.row_ppko{
    padding: 24px 0px;
}
.row.media {
    max-width: 1200px;
}

.col {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.col-us{
    max-width: 1440px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.col.whyus {
    width: 30%;
    align-items: flex-start;
    height: 300px;
    /* margin: 0 17px 0; */
    padding: 0;
}

/* Ui desctop */
button,
.btn {
    text-transform: uppercase;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    min-width: 44px;
    min-height: 44px;
    background-color: #ffffff00;
    border: 2px solid #F96E27;
    border-radius: 6px;
    transition: 0.5s;
}

button:hover,
.btn:hover {
    box-shadow: -2px -1px 7px 0px #F9862757;
    box-shadow: -2px 5px 24px 0px #F96E27;
}

button:hover p,
.btn:hover p {
    color: var(--primary-color);
}

.btn:active{
    background: #cb5b23;
    border-color: #cb5b23;
}

button:active {
    background: linear-gradient(94.82deg, rgba(249, 102, 39, 0.2) -1.63%, rgba(249, 140, 39, 0.2) 104.48%);
}

.btn-play {
    transition: 0.5s box-shadow;
}

.btn-play:hover {
    box-shadow: -2px -1px 7px 0px #F9862757;
    box-shadow: -2px 5px 24px 0px #F96E27;
}
.btn-contact, .btn-gradient{
    cursor: pointer;
}
.btn-primary {
    background-color: #F96E27!important;
    color: #fff!important;
    padding: 0 20px!important;
    cursor: pointer;
}

.btn-primary:hover>p {
    color: #fff;
}

.btn-disabled {
    background-color: #F6DBC3;
}

.btn-gradient {
    position: relative;
    border: 2px solid transparent;
    border-radius: 6px;
}

.btn-gradient::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #ffcc64, #fd5f70) border-box;
    border: inherit;
    border-radius: inherit;
    box-sizing: unset;
    mask: linear-gradient(white, white) padding-box,
    linear-gradient(white, white);
    mask-composite: clear;

    -webkit-mask: linear-gradient(white, white) padding-box,
        linear-gradient(white, white);
    -webkit-mask-composite: clear;
}

button .btn-icon {
    display: inline;
    width: fit-content;
    height: fit-content;
}

.main-btn-icon {
    margin-left: 5px;
    display: inline;
    width: fit-content;
    height: fit-content;
}
footer .row:last-child .col p {
    text-transform: uppercase;
    color: #a4a4a4;
    font-size: 0.7em;
    margin: 0 5px;
    font-weight: 100;
    line-height: 1.2em;
    letter-spacing: 0.10em;
}

footer .row:last-child .col:last-child p {
    color: #a4a4a4;
    word-spacing: 4px;
    /*margin-top: 16px;*/
}

footer .row:last-child .col:last-child span {
    word-spacing: 0.5px;
    font-weight: 500;
}


#media-container * {
    color: #fff;
}

#media-container {

    position: relative;
    background: url('../img/desktop/media_fon_left.svg'), linear-gradient(357.91deg, #140123 12.16%, #14132E 112.71%), url('../img/desktop/fon_tarif.svg');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left bottom, center, right top;
    background-size: cover, cover, cover;
}
#media-container .decor svg#lines{
    position: absolute;
    right: 0;
    top: 0;
}
#media-container .decor svg#lines_left{
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}



.media-slider {
    z-index: 1;
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

.slider-nav {
    align-self: flex-end;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

#slider-indicator {
    width: 50px;
    height: 2px;
    border-radius: 25px;
    margin: 0 10px;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    position: relative;
}

#slider-indicator > span{
    position: absolute;
    margin-left: 0;
    width: 25px;
    height: 2px;
    border-radius: 25px;
    background-color: #fff;
    display: block;
}

.slider-content-wrapper {
    width: inherit;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    align-self: center;
}

.slider-content {
    transition: 1s;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    transform: translateX();
}

.line {
    width: 100%;
    padding: 1px;
    margin: 10px 0px;
    background-color: #F96627;
    opacity: 0.5;
}

.media-item {
    padding: 0 25px;
    width: 400px;
}

.slider-buttons {
    width: 100%;
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-more-btn {
    width: 205px;
    height: 50px;
    border: 0px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #F96627;
    transition: 1s;
    cursor: pointer;
}

.slider-more-btn:hover {
    box-shadow: -2px -1px 6px rgb(249 134 39 / 14%), -2px 5px 24px rgb(249 152 39 / 70%);
}

.slider-navigation-btn {
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
}

.slider-navigation-btn a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
    line-height: 100%;
    text-align: center;
    color: #F96627;
    border: 2px solid #F96627;
    width: 100%;
    height: 100%;
    transition: 1s;
}

.slider-navigation-btn a:hover {
    background-color: #551d05;
}

.btn-prev {
    background-image: url(../img/icons/leftvect.svg);
}

.btn-next {
    background-image: url(../img/icons/rightvect.svg);
}

.media-data {
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: 0.02em;
    font-weight: 600;
}

.media-description {
    line-height: 28px;
    letter-spacing: 0.01em;
}

/* Header and Welcome section */
#header {
     height: 90vh;
     background: url(../img/desktop/fon_left.svg), #130e2f url(../img/desktop/fon_line.png);
    /*background: url(../img/desktop/fon_left.svg), url(../img/city_bg.png), #130e2f url(../img/desktop/fon_line.png);*/
     background-repeat: no-repeat, repeat-x;
     background-position: top left, top right;
     /*background-position: top left, bottom center, top right;*/
     background-size: auto, contain;
     /*
         background: url(../img/desktop/fon_left.svg), url(../img/desktop/fon_fon.svg), #130e2f url(../img/desktop/fon_line.png);
         background-repeat: no-repeat, no-repeat, repeat-x;
         background-position: top left, top left, top right;
         background-size: auto, auto, auto;
       */
     padding-block: 0px;
 }

.logo_bg{
    position: absolute;
    width: 721.7px;
    height: 860.07px;
    left: -217.87px;
    top: -483px;
    background: radial-gradient(44.06% 58.91% at 52.01% 57.04%, rgb(255 77 0 / 43%) 0.6%, rgba(249, 102, 39, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    filter: blur(107.83px);
    z-index: -5;
}
.header_bg{
    position: absolute;
    width: 622px;
    height: 981.87px;
    right: 0;
    top: 0  ;
    background: url(../img/services/fon_187.svg);
    background-position: right top;

;
    filter: blur(327.83px);
overflow: hidden;
}
#header2 {
    position: relative;
    /*height: 100%;*/
    background: url(../img/desktop/fon_left.svg),url(../img/services/fon_187.svg), linear-gradient(30.45deg, #140123 -7.93%, #130E2F 93.74%)!important;
    background-repeat: no-repeat,no-repeat, repeat-x !important;
    background-position: top -100px left, top right,  top right!important;
    background-size: auto, auto, auto!important;
    padding-block: 0px;
}

#header .row {
    flex-direction: row !important;
    max-width: 100%;
}

#header .navigation {
    z-index: 20;
    letter-spacing: 0.6px;
}

.navbar {
    height: 100%;
    align-content: center;
    justify-content: center;
    width: 60%;
}

#header-actions > .action-language {
    position: relative;
    color: #fff;
    cursor: pointer;
    width: 44px;
    height: 44px;
    margin-left: 0;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.row2 {
    width: 100%;

    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


#header2 .row {
    flex-direction: row !important;
    max-width: 100%;
}

#header2 .navigation {
    z-index: 20;
    letter-spacing: 0.6px;
}
#header2-actions > .action-language {
    position: relative;
    color: #fff;
    cursor: pointer;
    width: 44px;
    height: 44px;
    margin-left: 0;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.action-language span.text {
    padding-right: 5px;
	font-family: 'Akzidenz-Grotesk Pro';
    font-size: 14px;
    font-weight: lighter;
}

.action-language span img {
    position: absolute;
    right: 0px;
    top: 4px;
    width: 10px;
    height: inherit;
    top: 17px;
}

.action-language>.dropdown-lang {
    position: absolute;
    height: 34px;
    top: 35px;
    left: 10px;
    display: none;
    cursor: pointer;
}

.action-language > .dropdown-lang > span.text {
    display: block;
    margin-bottom: 2px;
}

.action-language>span.text:hover {
    color: #F96E27 !important;
}

.action-language:hover>.dropdown-lang {
    display: initial;
}


.action-language>.dropdown-lang>span.text:hover {
    color: #F96E27;
}

.logo>svg * {
    fill: #fff;

}

.logo:hover>svg * {
    fill: #F96E27;
}

.logo.active>svg * {
    fill: #F96E27;
}

.action-profile svg * {
    fill: #fff;
}
.media-item-img3 {
    max-width: 800px;
}
.action-profile-title {
    letter-spacing: 0.4px;
	font-family: 'Akzidenz-Grotesk Pro';
    font-weight: initial;
    letter-spacing: 0.16em;
}
.right_media{
    width: 95%;
    margin: 5px;
    background: #FCFAFC;
    border: 1px solid #EF7717;
    border-radius: 15px;
   }
.right_media h4{
color: #000021;
font-weight: 500;
font-size: 22px;
    padding: 5px 25px;
    margin: 0;
}
.contacts h4{
    color: #000021;
    font-weight: 500;
    font-size: 26px;
    padding: 5px 35px;
    margin: 0;
}
.right_media h4 span {
    color: #F96E27;
    line-height: 51px;
}
.contacts h4 span {
    color: #F96E27;
    line-height: 51px;
}
.cont_other{
    padding: 70px 0 0 0;
}
.contacts_other{
    width: 95%;
    margin: 5px;
    border: 1px solid #EF7717;
    border-radius: 15px;
}
.cont_main{
    width: 95%;
    margin: 5px;
}
.cont_point_main{
    padding: 20px 0 0 55px;
    font-family:'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
}
.cont_point{
    padding: 20px 0 0 30px;
    font-family:'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
}
.contacts_main{
    padding: 40px 25px 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fontAwesomeBootstrap/fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fontAwesomeBootstrap/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fontAwesomeBootstrap/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
    url('../fontAwesomeBootstrap/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fontAwesomeBootstrap/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.popup-form p{
    margin: 0;
}

.contacts_col1 {
    width: 25%;
    padding: 0 0 0 25px;
    line-height: 1.5;
}
.contacts_col1::before {
    font-family: FontAwesome;
    content: "\f095";
    color:#fdb597;
    display: block;
   /* background:url('../img/contacts/phone.png') no-repeat;*/
    width: 24px;
    height: 24px;
    float: left;
    margin:0 0 0 -25px;
}
.contacts_col2 {
    width: 35%;
    padding: 0 0 0 25px;
    line-height: 1.5;
}
.contacts_col2::before {
    font-family: FontAwesome;
    color:#fdb597;
    content: "\f0e0";
    display: block;
    /*background:url('../img/contacts/mail.svg') no-repeat;*/
    width: 24px;
    height: 24px;
    float: left;
    margin:0 0 0 -25px;
}
.contacts_col3 {
    width: 40%;
    padding: 0 0 0 25px;
    line-height: 1.5;
}
.contacts_col3::before {
    font-family: FontAwesome;
    content: "\f041";
    color:#fdb597;
    display: block;
   /* background:url('../img/contacts/point.svg') no-repeat;*/
    width: 24px;
    height: 24px;
    float: left;
   margin:0 0 0 -25px;
}
.action-mobile-menu {
    display: initial;
    position: relative;
}

.action-mobile-menu span {
    position: absolute;
    left: 7px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    transition: 1s transform;
}

.action-mobile-menu.active span {
    height: 0;
}

.action-mobile-menu span::before {
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 2px;
    background-color: #fff;
    transition: 1s transform;
    transform-origin: center;
    transform: rotateZ(0deg) translateY(-7px);
}

.action-mobile-menu.active span::before {
    transform: rotateZ(45deg)translateY(0px);
}

.action-mobile-menu span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 2px;
    background-color: #fff;
    transition: 1s transform;
    transform-origin: center;
    transform: rotateZ(0deg) translateY(7px);
}

.action-mobile-menu.active span::after {
    transform: rotateZ(-40deg) translateY(0px);
}

.navigation.fixed .action-mobile-menu span,
.navigation.fixed .action-mobile-menu span::after,
.navigation.fixed .action-mobile-menu span::before {
    background-color: #000021;
}

.p_text {
    text-decoration: none;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    letter-spacing: 0.01em;
    padding: 0 0 0 0!important;}
.serv{
    z-index: 5!important;
    color:#fff;
    width: 100%;
    padding:60px 40px 0;
    justify-content: start!important;}
.serv2{
    z-index: 5!important;
    color:#fff;
    width: 100%;
    padding:10px 0 0 0;
    }

.pp p{
    padding:20px 0 0 0!important;
}
.pyt {
    padding:0!important;
}

.pad_ppko{
    padding: 24px 0px;
}
.pad_ppko h6 {
    font-size: 24px;
    margin: 30px 0 20px;
   /* line-height: 0;*/
}

.ppko{
     border: 1px solid #EF7717;
     border-radius: 15px;
     background: #FCFAFC;
     height: 260px;
     width:350px;
 }

.ppko img {
    width: 45px!important;
    height: 45px!important;
    text-align: center;
}


.ppko p{
    margin: 0px;
    padding:15px!important;
    color: #000021;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: center!important;
}
.ppko b {
    padding: 30px 10px 10px;
    text-align: center;
}


.pyt_block{
    border: 1px solid #EF7717;
    margin-top: 0;
    padding-top: 0;
    border-radius: 15px;
    background: #FCFAFC;
    text-align: left!important;
    max-width:800px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.pyt h5{
    color: #000021;
    font-size: 24px!important;
}
.pyt_block p{
    margin: 0px;
    padding:20px 25px!important;
    color: #000021;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
}
.col_pyt {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;}

.spiv {
    z-index: 5!important;
    color: #fff;
    width: 100%;
    padding: 0 50px;
    justify-content: start!important;
}
.spiv h4 {
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    line-height: 51px;
    text-transform: uppercase;
    max-width: 900px;
    margin: 0 0 10px 0;
}
.spiv h4 span{
    color: #F96E27!important;
}

.col_usluga_left{
    width: 99%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-top: 0;
}
.col_usluga_media{
     width: 70%;
     height: auto;
     display: flex;
     flex-direction: column;
     align-items: start;
     padding-top: 0;
 }
.uslg_media h1 {
    text-transform: uppercase;
    font-size: 39px;
    font-weight: inherit;
    margin:0 0 30px 0;
}
.uslg_1_1 h1 {
    text-transform: uppercase;
    font-size: 39px;
    font-weight: inherit;
    margin:0 0 120px 0;
}
.uslg_1_1 h2{
    text-transform: uppercase;
    font-size: 26px;
    font-weight: inherit;

}
.uslg_1_1 p
{
    text-decoration: none;
    width: 100%;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 150%;
    letter-spacing: 0.01em;
    padding: 0 30px 40px 0!important;

}

.shema{
    padding:0 0 0 50px;

}
.shema_number{
    max-width: 900px;
    margin-bottom: 80px;
}
.block_number{
    display: flex;
    flex-direction: row;
    width:100%;
    margin:20px 0 20px;

}
.block_number_2{
    display: flex;
    flex-direction: row;
    width:100%;
    padding:20px 0 20px 190px;
}
.strela_1{
    display: flex;
    height: 70px;
    width: 100%;
    background:url('../img/services/strela_1.svg');
    background-repeat: no-repeat;
    background-position: left 100px center;

}
.strela_2{
    display: flex;
    height: 70px;
    width: 100%;
    background:url('../img/services/strela_2.svg');
    background-repeat: no-repeat;
    background-position: left 100px center;

}
/*
.shema_number .block_number:nth-child(2n){
    margin:0 0 0 150px;
    }
    */
.number{
    box-sizing: border-box;
    width: 92px!important;
    height: 92px;
    border-radius: 100%;
    background:#605669;
    border: 2px solid #FFA569;
    box-shadow: 0px 17.9595px 49.3887px rgba(24, 39, 75, 0.12), 0px 31.4292px 143.676px rgba(24, 39, 75, 0.12);
    text-align: center;
   }

.number_num {
font-size: 64px;
    font-style: normal;
    font-weight: 700;
    background-color: #FFAA68;
    background-image: radial-gradient(327.35% 2151.58% at -12.25% -22.31%, #FFCC64 0%, #FD5F70 100%);
    top: 50%;
    bottom:50%;
    padding:0;
    padding: 8px 0 0 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.number_text{
    padding: 0 0 0 40px;
    max-width: 800px;
    width: 82%;
}
.number_text p {
    text-decoration: none;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding: 0 0 0 0!important;}
.number_text a{
    color:#C891D1!important;
    text-decoration: underline;
}


.number_text span{
    line-height: 1;
    font-family: Akzidenz-Grotesk Pro Med Ext, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #F96E27!important;
    padding-top: 10px;
}
.usluga_right a{
    color:#fff;
    text-decoration: none;

}


.usluga_right
{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.usluga_right_border{
    border: 1px solid #EF7717;
    border-radius: 15px;
    width: 320px;
    height: 150px;
    background: linear-gradient(90deg, #1E102D 0%, #1E0F2C 100%);
    margin: 30px 0 30px;
}
.usluga_right_2
{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: end;
    top: 0;
}
.usluga_right_border_2{
    border: 1px solid #EF7717;
    border-radius: 15px;
    width: 150px;
    height: 120px;
    background: none;
    margin: 30px 0 30px;
    text-align: center;
}
.usluga_right_border_2 img {
    width:110px;
}
.row_usluga1_2{
    align-items: flex-start;
    flex-direction: row !important;
    max-width: 100%;
    display: flex;
    padding-bottom:30px;
}

.usluga_right_col{
    text-align: center;
    width: 100%;
    height: 50%;
    padding: 0 10px;
    overflow: hidden;
    }
.usluga_right_col img{
    width: 76px;
    padding: 10px 0 0;
}
.usluga_right_col p {
    font-family: 'Akzidenz-Grotesk Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    /* or 26px */
    letter-spacing: -0.01em;
}
.usluga_img_bottom_height{
    height: 200px;
}
.usluga_img_bottom {
    height: 200px;
    background: url('../img/services/bg_lep.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    top: 0;
    width: 100%;
}
.usluga_img_bottom_gaz {
    height: 200px;
    background: url('../img/services/bg_gaz_2.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    top: 5px;
    width: 100%;
}
.container2 {
    width: 100%;
margin-top: -200px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.docs {padding: 0 10px;}*/
.docs img{
    width: 24px;
    height: 24px;
}

.docs h4{
    color: #000021;
    font-weight: 500;
    font-size: 36px;
    line-height: 51px;
    text-transform: uppercase;
    max-width: 900px;
    margin: 0 0 10px 0;
}

.docs h4 span {
    color: #F96E27;
    line-height: 51px;
}

.docs h5{
    margin: 24px 0px;
    color: #000021;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -1%;
}
.docs h5:before{
    content: "";
    display: block;
    background:url('../img/services/icon.svg') no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin:5px 8px 0 0;
}
.docs h6{
    margin: 46px 0px 16px 24px;
    color: #000021;
    font-size: 16px;
    line-height: 33px;
    font-weight: inherit;

}
.docs h6:before{
    content: "";
    display: block;
    background:url('../img/services/icon.svg') center no-repeat;
    width: 12px;
    height: 12px;
    float: left;
    margin:10px 8px 0 0;
    border-radius: 8px;
}

.ul_pdf {
    margin: 0 0 0 25px;
    list-style-image: url(../img/services/pdf.svg);
    list-style-position: inside;
}
.docs p{
    margin: 0px;
    color: #000021;
    font-size: 16px;
    line-height: 24px;
}
.docs li a{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    color:#F96E27;
    line-height: 1.2;
}


.m40 {
    margin: 45px 0 20px;}
.docs li{
    margin:0 0 10px 0;
}
.docs ul {
    margin:0 0 0 25px;
    list-style-image: url('../img/services/pdf.svg');
    list-style-position: inside;
}
.doc_page ul{
    margin:0 0 80px 25px;
    list-style-image: url('../img/services/link_png_2.svg');
}

.docs_link_li {
    /*margin: 0 0 0 25px;*/
    list-style-image: url(../img/services/link_png_2.svg);
    list-style-position: inside;
}
.kep{
    padding-top: 0px;
}
.kep img{
    max-width: 450px;
}
.zag{
    display: block;
}
.tbl_row{
   padding: 10px 0;
    width: 100%;
    max-width: 1440px;
    height: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.tbl_row_title{
    padding: 30px 0 0;
    display: flex;
    max-width: 1440px;
    flex-flow: wrap;
    justify-content: space-between;
}
.tbl_row_bottom{
    padding: 0 0 30px 0;
}
.kom_line {
    line-height: 1.3;
}
.kom_flx{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.kom2_title {
    width: 37%;
    margin:5px 0 1px;
    text-align: center;
  }
.kom1 {
    width: 25%;
    margin-right: 5px;
    text-align: right;
 }
.kom2 {
    width: 35%;
    margin:5px;
    background: #FCFAFC;
    border: 1px solid #EF7717;
    border-radius: 15px;
    min-height: 116px;
}
.kom_bottom{
    width: 97%;
    }
.kom_bottom li{
    font-family: 'Akzidenz-Grotesk Pro';
    font-style: normal;
    font-weight: 400;
    list-style-image: none;
    padding:0 0 0 30px;
}
.kom_img{

    background:url('../img/services/kom.svg') no-repeat;
    background-size: 38px;
    width: 38px;
    height: 38px;
    float: left;
    margin:20px 0 0 20px;
}
.kom_p{
     display: flex;
 }
.kom_p p{
    margin:0;
    padding:0;
}
.kom_p ul{
    list-style-type: none;
    list-style-image: none;
    list-style-position: unset;
}
.kom_p li{
    margin: 10px 10px 10px 0;
    font-family: 'Akzidenz-Grotesk Pro';
    font-style: normal;
    font-weight: 400;
}
.kom_last li{
    padding:20px 0;
}

.tarif-title h4{
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    line-height: 51px;
    text-transform: uppercase;
    max-width: 900px;
    margin: 0 0 10px 0;
}

.tarif-title h4 span {
    color: #F96E27!important;
    line-height: 51px;
}
.tarif_col{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.tarif_block{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    max-width: 1200px;
    width: 100%;
    border: 1px solid #EF7717;
    border-radius: 15px;
}

.tarif_text{
    padding: 15px 25px 40px;
    max-width: 800px;
    text-decoration: none;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 150%;
}
.tarif_text p {
    text-decoration: none;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 150%;
    padding: 0 0 0 0!important;}


.tarif_text span{
    line-height: 1;
    font-family: Akzidenz-Grotesk Pro Med Ext, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #F96E27!important;
    margin-top: 20px;
}
.tarif_plus{
    max-width: 1200px;
    width: 100%;
    margin:30px 0;
    font-family: Akzidenz-Grotesk Pro Med Ext, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    color: #F96E27!important;
    text-align: center;
}
.tarif_text a{
    color:#C891D1!important;
    text-decoration: underline;}

.tarif_block table, th, td {
    border: 1px solid #fff;
    text-decoration: none;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 150%;
    letter-spacing: -0.01em;
}

.tarif_block table {
    width: 100%;
}
.tarif_block td{
    padding: 10px;
}
.tarif_block td:first-child {
     width: 180px;
 }
.tarif_block td:last-child {

}
.tarif_block li a{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    color:#fff!important;

}
.tarif_block li{
    margin:0 0 10px 0;
}
.tarif_block ul {
    margin:18px 0 0 2px;
    list-style-image: url('../img/services/pdf_2.svg');
    list-style-position: inside;
}
.tarif{
    align-items: flex-start!important;
}

side{
    width: 60%;

}
aside{
    width: 40%;
}

.form_width{
    width:100%;
}
.service_form_h .service_form_h_gaz{
    text-align: left!important;
}
.service_form_h h5{
    margin-top: 60px!important;
    margin-bottom: 10px!important;
    }
.service_form_h p, .service_form_h_gaz p{
    margin-top: 40px!important;

}
.service_form_h_gaz h5{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.service_form-col {
    width: 100%;
    padding-top:20px;

}

.service_form-col:first-child {
    width: 100%;
    padding-right: 10px;
}

.service_form-col:last-child {
    width: 100%;
    padding-left: 10px;
}
.service_form-col:only-child{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.service_field {
    width: 100%;
    height: 40px;
    max-height: 48px;
    margin-bottom: 3px;
    border: #c0c0c0 1px solid;
    border-radius: 8px;
    background: none;
}
.service_btn{
    margin-top:50px;
    max-width: 200px;
}
#main-menu a{
    height: 100%;
    color: #fff;
    text-decoration: none;
	font-family: 'Akzidenz-Grotesk Pro';
    font-size: 12px;
    font-weight: lighter;
}

#main-menu .menu-item:first-child {
    padding-left: 0px;
    margin: 0;
}

#main-menu .menu-item:last-child {
    padding-right: 0px;
    margin: 0;
}

#main-menu .menu-item:hover a{
    margin: 0;
    color: #F96E27 !important;
}

.header-title {
    color: #fff;
    font-weight: 400;
    font-size: 60px;
    line-height: 66px;
    text-indent: -62px;
    padding-left: 74px;
    letter-spacing: 0.05em;
}

#header .navigation.fixed {
    position: fixed;
    top: 0;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}
#header .navigation.fixed .menu-item a,
#header .navigation.fixed .action-language,
#header .navigation.fixed .btn-gradient {
    color: #000021;
}

#header .navigation.fixed .logo>svg * {
    fill: #F96E27;
}
#header .navigation.fixed .logo>a>svg *,
#header2 .navigation.fixed .logo>a>svg *{
    fill: #F96E27;
}
#header .navigation.fixed .btn-gradient svg>* {
    fill: #000021;
}



#header2 .navigation.fixed {
    position: fixed;
    top: 0;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}
#header2 .navigation.fixed .menu-item a,
#header2 .navigation.fixed .action-language,
#header2 .navigation.fixed .btn-gradient {
    color: #000021;
}

#header2 .navigation.fixed .logo>svg * {
    fill: #F96E27;
}

#header2 .navigation.fixed .btn-gradient svg>* {
    fill: #000021;
}
.mobile-menu {
    z-index: 21;
    top: 70px; /* .22 */
    position: fixed;
    bottom: 0;
    right: -300px;
    background: url(../img/mobile/mobile-bg.png) #fff;
    background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
    height: calc(100vh - 106px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(0px);
    transition: 1s transform;
}

.mobile-menu.show {
    transform: translateX(-300px);
}

.mobile-menu .mobile-list  {
    padding-top: 30px;
}

.mobile-menu .mobile-list ul  {
    background: linear-gradient(90deg, #FFCC6480, #FD5F7080);
}

.mobile-menu .mobile-list ul .list-item,
.mobile-lang>ul>p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    padding: 20px;
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 1px;
}
.mobile-lang-fon {

    background: initial!important;
    opacity: 0!important;


}

.mobile-menu .mobile-list ul .list-item>svg,
.mobile-lang>ul>p>svg {
    margin-right: 10px;
}

.mobile-lang {
    padding-bottom: 30px;
}

.mobile-lang>ul>p {
    font-weight: 600;
    padding-bottom: 0px;
}

.mobile-lang .lang-item {
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 120%;
}
.mobile-list a, .mobile-lang a {
    color: inherit;
    text-decoration: none;
}
.mobile-menu .mobile-list .list-item:hover {
    /* background:linear-gradient(90deg, #FFCC6480, #FD5F7080); */
    background: transparent;
}

.mobile-lang .lang-item:hover {
    color: var(--primary-color);
}


.up{
    z-index:2;
    }
/* Container Services >> Rows - Speedometers, Services */

#services {
    position: relative;
    background:url('../img/desktop/services_fon_left.svg'), linear-gradient(30.45deg, #140123 -7.93%, #130E2F 93.74%);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, center;
    background-size: 100%, cover;
    color: #fff;
    /*z-index: -1;*/
}

#services  .decor svg#lines{
    position: absolute;
    right: 0;
    bottom: 0;
    /*top:5px;*/
}

.serv{

}


.uslg h2{
	    font-size: 39px;
    font-weight: inherit;;
}
.uslg p
{
    text-decoration: none;
    font-family: 'Akzidenz-Grotesk Pro';
    font-size: 20px;
    font-weight: lighter;
    padding: 0 30px 0 0!important;

}


p
{
	text-decoration: none;
    font-family: 'Akzidenz-Grotesk Pro';
    font-size: 20px;
    font-weight: lighter;
	padding: 0 0px 0 0!important;
	
}

/* Row Speedometers */
.speedometer-item h2 {
    font-weight: 700;
    font-size: 47px;
    line-height: 52px;
	font-family: 'Akzidenz-Grotesk Pro Med Ext' !important;
}

.speedometer-item p {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
	font-family: 'Akzidenz-Grotesk Pro';
    font-size: 12px;
    font-weight: lighter;
	line-height:120%;
	
}

.speedometer-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    padding: 44px;
}

svg.speedometer-svg {
    position: absolute;
    width: 200px;
    height: 200px;
}

svg.speedometer-svg>g.progress {
    transform: rotate(123deg) scale(-1, 1);
    transform-origin: 213px 188px;
}

svg.speedometer-svg>g.progress>path {
    stroke-dasharray: 0 1000;
    transition: 3s;
    transition-timing-function: ease-in-out;
}

svg.speedometer-svg>g.progress.done>path {
    stroke-dasharray: 700 1000;
}

svg.speedometer-svg1 {
    position: absolute;
    width: 200px;
    height: 200px;
}

svg.speedometer-svg1>g.progress {
    transform: rotate(123deg) scale(-1, 1);
    transform-origin: 213px 188px;
}

svg.speedometer-svg1>g.progress>path {
    stroke-dasharray: 0 1000;
    transition: 3s;
    transition-timing-function: ease-in-out;
}

svg.speedometer-svg1>g.progress.done>path {
    stroke-dasharray: 200 1000;
}

svg.speedometer-svg2 {
    position: absolute;
    width: 200px;
    height: 200px;
}

svg.speedometer-svg2>g.progress {
    transform: rotate(123deg) scale(-1, 1);
    transform-origin: 213px 188px;
}

svg.speedometer-svg2>g.progress>path {
    stroke-dasharray: 0 1000;
    transition: 4s;
    transition-timing-function: ease-in-out;
}

svg.speedometer-svg2>g.progress.done>path {
    stroke-dasharray: 400 1000;
}
/* Row Services */

#services .object-item {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: baseline;
}

#services .object-item .object {
    width: 50%;
    justify-self: center;
    align-self: center;
    z-index: 15;
}

#services .object-item .bg{
    position: absolute;
    top: -40;
    height: 120%;
}

.color_publ{
    font-size: 39px;
}
.color_publ::first-line {
    color:#f96e27;
}


#title-screen {
    background-image: url('../img/desktop/vector_fon_left.svg'),
    url('../img/desktop/vector_fon_right.svg'),
    linear-gradient(127.2deg, #FAFBFD 12.4%, #E0E3E8 96.89%);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left bottom, top right, center;
    background-size: 450px, 900px, 100%;
}


#title-screen .decor {
    position: absolute;
    width: 1019.17px;
    height: 634.3px;
    left: 0;
    top: 265%;
    background: radial-gradient(#f96e2720 0%, transparent 70%);
}
#title-screen_service {
    background-image: url('../img/services/fon_left.svg'),
    url('../img/desktop/vector_fon_right.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: left center, top right;
    background-size: 450px, 900px;
}


#title-screen_service .decor {
    position: absolute;
    width: 1019.17px;
    height: 634.3px;
    left: 0;
    top: 265%;
    background: radial-gradient(#f96e2720 0%, transparent 70%);
}
#title-screen_service h4{
    line-height: 1;
}


.icon.whyus {
    width: 45px;
    height: 45px;
}

h5.whyus {
    color: #000021;
    font-weight: 700;
    font-size: 46px;
    line-height: 51px;
    margin-block-start: 0;
    margin-block-end: 20px;
    padding: 20px 0 30px;
}
h5.whyus_gaz {
    color: #000021;
    font-weight: 500;
    font-size: 46px;
    line-height: 51px;
    margin-block-start: 0;
    margin-block-end: 20px;
    padding: 0;
}

h5.whyus span {
    color: #F96E27;
    font-weight: 700;
    font-size: 46px;
    line-height: 51px;
}
h5.whyus_gaz span {
    color: #F96E27;
    font-weight: 700;
    font-size: 46px;
    line-height: 51px;
}

h2.whyus {
    margin: 24px 0px;
    color: #000021;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -1%;
}

p.whyus {
    margin: 0px;
    color: #000021;
    font-size: 16px;
    line-height: 24px;
}
p.whyus_gaz {
    margin: 30px 0 0 0;
    color: #000021;
    font-size: 28px;
    line-height: 38px;
}

#prices .calc {
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 250px;
}

#prices .object{
    position: absolute;
    right: 25%;
    bottom: 100%;
    width: 50%;
}

.calc .bg{
    position: absolute;
    bottom: 0%;
    width: 100%;
	    background-repeat: no-repeat;
    background: radial-gradient(#f96e2720 0%, transparent 70%);
    background-position-x: center;
}

#prices {
    position: relative;
    padding: 140px 64px 126px;
    background: linear-gradient(127.2deg, #FAFBFD 12.4%, #E0E3E8 96.89%);
}

#prices p.whyus {
    margin-bottom: 38px;
}

#prices .decor {
    position: absolute;
    left: 0px;
    top: -50%;
    z-index: 0
	    background-repeat: no-repeat;
    background: radial-gradient(#f96e2720 0%, transparent 70%);
    background-size: 450px;
    background-position-x: right;
}

#prices .row{
    z-index: 19;
}

div#contact {
    background-image: url(../img/desktop/map.png);
    position: relative;
}

div#contact .navIcon {
    position: absolute;
    left: 20%;
    top: 25%;
    width: 62px;
    height: 99px;
}

div#contact .map{
    opacity: 0;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: -50px;
    right: 10%;
    background-color: #fff;
    width: 430px;
    height: 345px;
    background: linear-gradient(127.2deg, #FAFBFD 12.4%, #E0E3E8 96.89%);
    box-shadow: 0px 22.7541px 42.57px -17.0656px rgba(24, 39, 75, 0.1);
    padding: 35px 30px;
    z-index: 2;
}

.card button {
    color: #000021;
    margin-top: 30px;
    width: 200px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;

}

.card>h3 {
    margin-bottom: 30px;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #000021 !important;
	    font-family: 'Akzidenz-Grotesk Pro';
}

.card>.paragraph>p {
    margin: 15px 0;
}

#footer {
    background-image: url(../img/services/fon_left.svg), url(../img/desktop/vector_fon_right.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, top right;
    background-size: 450px, 900px;

    position: relative;

    padding: 0;
    padding-block-start: 5%;
    overflow: hidden;
    z-index: 1;
	/*background: linear-gradient(127.2deg, #ffffff 52.4%, #E0E3E8 96.89%);*/
}

#footer .decor svg#lines{
    position: absolute;
    width: 50%;
    right: 0%;
    bottom: 0vw;
}
#footer .decor svg#blur{
  position: absolute;
    width: 50%;
    left: 0%;
    bottom: 0vw;
}
.paragraph p {
text-decoration: none;
    font-family: 'Akzidenz-Grotesk Pro';
     font-size: 20px;
    font-weight: initial;
}
.paragraph a{
    text-decoration: none;
    color:#494949;
}
 .paragraph a:hover{
    color:#f96e27;
 }
.footer_tel {
text-decoration: none;
font-family: 'Akzidenz-Grotesk Pro';
font-size: 20px;
font-weight: lighter;
padding: 0 0px 0 0!important;
    margin:10px 0!important;
}

 .footer_tel a{
     text-decoration: none;
     font-weight: bold ;
     color:#f96e27;
     margin:14px 0!important;
 }
.footer_tel a:hover{
    color:#494949;
}
.footer_row{
    padding: 6px 0px!important;
    padding-inline: 64px!important;
    width: 100%!important;
    justify-content: center!important;
}
.footer_col{
    max-width: 720px!important;
}
footer>.row:first-child {
    padding-block: 26px;
}

footer>.row:last-child {
    border-top: #F96E27 solid 2px;
}

footer .logo {
    transform-origin: left;
    transform: scale(1.5);
}

footer .sub-menu {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
}

footer .sub-menu ul:first-child {
    margin-right: 100px;
}

footer .sub-menu ul li {
    FONT-WEIGHT: 500;
    font-style: normal;
    font-family: 'Akzidenz-Grotesk Pro Med';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.02em;
    color: #000021;
}
footer .sub-menu ul li a{
    FONT-WEIGHT: 500;
    font-style: normal;
    font-family: 'Akzidenz-Grotesk Pro Med';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.02em;
    color: #000021;
}
footer .media-icons a {
    text-decoration: none;
}

footer .media-icons img {
    height: 16px;
    width: 20px;
}

.footer-left {
    align-items: flex-start;
}

.footer-contacts {
    align-items: flex-end;
}

footer.container .row:last-child {
    max-width: 100%;
    width: 100%;
}

.pop-up {
    display: none;
}
.media-item2 {
    padding: 20px 25px 35px;
    width: 600px;
}
.media-item3 {
    padding: 0px 25px 35px;
    max-width: 800px;
}

.media-item3 p {
    font-family: 'Akzidenz-Grotesk Pro';
    font-size: 18px;
    font-weight: lighter;
}
.media-item3 li {
    font-family: 'Akzidenz-Grotesk Pro';
    font-size: 18px;
    font-weight: lighter;
    padding: 10px 0 0 10px;
}
.media-item3 ul{
    padding: 0 0 0 20px;
    list-style-type: square;
}
.media-item3  ol{
    padding: 0 0 0 20px;
    list-style-type: decimal;
}

.media-item_aside {
    padding: 0 25px 15px;
    /* width: 400px; */
}
.media-item2 a{
    text-decoration: none;
}
.media-item a{
    text-decoration: none;
    color:#000021;
}
.media-item_aside a{
     text-decoration: none;
     color:#000021;
 }
.media-data_aside {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 0.02em;
    font-weight: 600;
}
.media-description2_aside {
    font-size: 16px!important;
    font-weight: bold;
    padding:  0!important;
}
.media-item_aside p{
    font-size: 12px;
}
.media-description2 {
    font-size: 23px!important;
    font-weight: bold;
    line-height: 34px!important;
    padding: 0 0 20px 0!important;
}
.media_button{
    text-align: center;
   margin: 5px 0 40px;

}
.container-active {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 95vh;
    background: rgba(0, 0, 0, 0.356);
    z-index: 5;
    justify-content: center;
    align-items: center;
}

.container-active .card {
    z-index: 10;
    max-width: 700px;
    max-height: 650px;
    width: 100%;
    height: 100%;
    left: 0;
    position: relative;
    justify-content: flex-start;
    background: url(../img/desktop/popup-bg.png) #f1f5fa;
    padding-inline: 91px;
    padding-top: 60px;
}

.card .popup-title {
    font-size: 1.8em;
}
.form-text p {
    font-size: 0.8em;
}
.popup-form label {
    font-size: 0.7em;
    line-height: 130%;
}

.popup-form {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
}

.popup-form .form-row {
    display: flex;
}

.popup-form .form-col {
    width: 100%;
}

.popup-form .form-col:first-child {
    width: 100%;
    padding-right: 10px;
}

.popup-form .form-col:last-child {
    width: 100%;
    padding-left: 10px;
}

.popup-form .field {
    width: 100%;
    height: 40px;
    max-height: 48px;
    margin-bottom: 3px;
    border: #c0c0c0 1px solid;
}

.popup-form .field.message {
    max-width: 100%;
    max-height: 150px;
    width: 100%;
    height: 90px;
    margin-bottom: 30px;
}

.popup-form .btn {
    width: 50%;
    margin: 10px 0 0 0;
}

.card-close {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
}

.media-title {
    font-weight: 500;
    font-size: 46px;
    line-height: 110%;
    margin: 5px 0;
}

/* colors */
* {
    box-sizing: border-box !important;
}

:root {
    --primary-color: #F96E27;
    --second-color: #494949;
    --dark-color: #000021;
}

.color-main {
    color: var(--primary-color);
}

/* displays */
.d-flex {
    display: flex !important;
}

/* layout */
.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.w-50 {
    width: 50%;
}

.pd-0 {
    padding: 0px !important;
}

.pd-1 {
    padding: 24px !important;
}

.pd-2 {
    padding: 48px !important;
}

.pd-3 {
    padding: 100px !important;
}

.mg-0 {
    margin: 0px !important;
}

.mg-1 {
    margin: 24px !important;
}

.mg-2 {
    margin: 48px !important;
}

.br-0 {
    border: 0px !important;
}

/* Typography */
.uppercase {
    text-transform: uppercase !important;
}

/* Position */
.justcont-start {
    justify-content: flex-start !important;
}

.justcont-end {
    justify-content: flex-end !important;
}

.justcont-center {
    justify-content: center !important;
}

.justcont-between {
    justify-content: space-between !important;
}

.justcont-around {
    justify-content: space-around !important;
}

.justcont-baseline {
    justify-content: baseline !important;
}

.alignitem-center {
    align-items: center !important;
}

.alignitem-base {
    align-items: baseline !important;
}

.alignitem-end {
    align-items: flex-end !important;
}

.alignitem-start {
    align-items: flex-start !important;
}

.gradient-text {
    background: -webkit-radial-gradient(#FFCC64, #FD5F70);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.font-type_clear {
    font-family: 'Akzidenz-Grotesk Pro' !important;
}

.font-type_cnd {
    font-family: 'Akzidenz-Grotesk Pro Cnd' !important;
}

.font-type_ext {
    font-family: 'Akzidenz-Grotesk Pro Ext' !important;
}

.font-type_super {
    font-family: 'Akzidenz-Grotesk Pro Super' !important;
    font-weight: normal !important;
}

.hide {
    display: none;
}

.fa-angle-right:before {
    content: "\f105";
}

/* ADAPTIVE */
@media (min-width: 1280px) and (max-width: 1370px){
    .kom2 {
        min-height: 148px;
    }}
@media (min-width: 1240px) and (max-width: 1279px){
    .kom2 {
        min-height: 158px;
    }}
@media (min-width: 1105px) and (max-width: 1239px){
    .kom2 {
        min-height: 188px;
    }}



@media (max-width: 600px) {

    h5,
    h5 span,
    h1,
    h1 span {
        font-size: 30px !important;
    }

    svg.speedometer-svg>g.progress>path    {
        stroke-dasharray: 700 1000;
    }
    svg.speedometer-svg1>g.progress>path    {
        stroke-dasharray: 200 1000;
    }
    svg.speedometer-svg2>g.progress>path    {
        stroke-dasharray: 400 1000;
    }
    .none{
        display: none;
    }
    h5.whyus, h5.whyus span {
        font-size: 24px !important;
    }
    .header-title {
        font-size: 35px;
        line-height: 40px;
        text-indent: -22px;
        padding-left: 15px;
        letter-spacing: 0.05em;
        margin-left: 50px;
    }

    #header .navigation{
        height: 75px;
        padding: 15px 0px;
    }
    #header2 .navigation{
        height: 75px;
        padding: 15px 0px;
    }
    #header .navigation.fixed{
        padding-inline: 32px;
        padding: 15px 15px;
    }
    #header2 .navigation.fixed{
        padding-inline: 32px;
        padding: 15px 15px;
    }
    .mobile-menu{
        height: calc(100vh - 75px);
    }

    #header .logo{
        width: 50%;
    }
    #header .logo>svg,
    #header .logo>a>svg{
        width: 100%;
    }
    #header2 .logo>svg,
    #header2 .logo>a>svg{
        width: 100%;
    }

    .navbar {
        display: none;
    }
    .shema_number {
        margin-bottom: 20px;
    }
    .action-language>.dropdown-lang {
        top: 16px;
    }

    .action-language {
        display: none;
    }

    .action-profile-title {
        display: none;
    }

    button .btn-icon {
        width: 12px;
    }

    .action-mobile-menu span,
    .action-mobile-menu span::after,
    .action-mobile-menu span::before {
        width: 18px;
        height: 1px;
    }

    .action-mobile-menu span {
        left: 4px;
    }

    .action-mobile-menu span::after {
        transform: translateY(5px);
    }

    .action-mobile-menu span::before {
        transform: translateY(-5px);
    }

    .action-mobile-menu.hide {
        display: initial;
    }

    #header-actions > *{
        margin: 0 4px;
    }

    #header-actions .action-mobile-menu{
        margin-right: 0;
    }

    #header-actions button{
        min-height: 30px;
        min-width: 30px;
    }
    #speedometer .col{
        width: 100%;
    }

    .media-item {
        width: 308px;
    }

    .slider-more-btn {
        width: 165px!important;
    }

    #prices .row {
        flex-direction: column-reverse;
    }

    #contact {
        background-image: url("../img/desktop/map.png");
        background-size: cover;
        background-position-x: -360px;
    }

    .map {
        opacity: 0;
    }

    .card {
        right: initial !important;
        width: 310px;
        height: 315px;
    }

    .container-active .card {
        width: 310px;
        padding: 35px 16px 16px 16px;
    }

    .popup-form label {
        font-size: 13px;
    }

    .card>h3 {
        font-size: 16px;
    }

    .card>.paragraph {
        font-size: 0.9em;
    }

    .card button {
        margin-top: 0px;
    }

    .container {
        padding: 26px 30px;
    }

    .row {
        flex-direction: column;
    }

    .usluga_right {
        flex-direction: column!important;
    }

    .row.reverse {
        flex-direction: column-reverse;
    }

    .action-language {
        font-size: 12px;
    }
    .mega_city{
        display: none;
    }
    .mega_city_second{
        display: none;
    }

    #header {
        height: 90vh;
        background: #130e2f;
        background-repeat:repeat-x;
        background-position:top right;
        background-size: auto;
        padding-block: 0px;
        margin-top: 0;
        padding-top: 0;
    }
    #header2 {
        margin-top: 0;
        padding-top: 0;
    }
    #header::before {
        content: "";
        width: 100%;
        height: 90vh;
        position: absolute;
        background: url(../img/mobile/mobile-city.png)!important;
        background-repeat: no-repeat!important;
        background-position: bottom center!important;
        background-size: cover!important;
        transition: 1s;
    }

    #header.bg-active::before {
        opacity: 1!important;
    }

    #services {
        background:linear-gradient(30.45deg, #140123 -7.93%, #130E2F 93.74%);
        background-repeat:no-repeat;
        background-position: center;
        background-size: cover;
    }
    #title-screen {
        background-image: url(../img/desktop/vector_fon_left.svg), url(../img/desktop/vector_fon_right.svg),
        linear-gradient(127.2deg, #FAFBFD 12.4%, #E0E3E8 96.89%);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: left bottom, top right, center;
        background-size: 290px, 424px, 100%;
    }
    #media-container .decor svg#lines {
        top: -275px;
        width: 550px;
    }
    .decor{
        display: none;
    }
    .number_text {
        padding: 0 0 0 20px;

    }
    #header2 .logo {
        width: 50%;
    }
    .popup-form .form-col:last-child {
        padding-left: 0px;
    }
    .popup-form .form-col:first-child {
        padding-right: 0px;
    }
    .popup-form .form-row {
        display: block;
    }
    .popup-form .btn {
        margin: 10px 0 0 0;
    }
    .service_form-col:first-child {
        padding-right: 0px;
    }
    .service_form-col:last-child {
        padding-left: 0px;
    }
    .m40 {
        margin: 25px 0 10px;
    }
    .footer_tel p {
        margin: 0 5px;
    }
    .media-item2 {
        padding: 0;
         }
.color_publ{
    font-size: 17px!important;
}
    .uslg_media h1{
        font-size: 17px;
        margin: 0 0 0 0;
    }
}
@media (min-width: 501px) and (max-width: 627px) {
    #prices .calc {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 864px){
    .kom2 {
        width: 99%!important;
        min-height: 70px!important;
    }
    .kom_c:after{
        content: "Розподіл сплачує Споживач";
        display: block;
        text-align: left;
        margin: 0 10px 10px 84px;
        font-family: 'Akzidenz-Grotesk Pro';
        font-style: normal;
        font-weight: 400;
    }
    .kom_tr:after{
        content: "Розподіл сплачує Постачальник";
        display: block;
        text-align: left;
        margin: 0 10px 10px 84px;
        font-family: 'Akzidenz-Grotesk Pro';
        font-style: normal;
        font-weight: 400;
    }
    .kom2_title{
        display: none;
    }
    .kom_bottom li {

        padding: 0 0 0 0;
    }


}

@media only screen and (max-width: 767px) {
    #services .service-row{
        text-align: center;
    }
    #footer{
        padding-block-start: 15%;
    }
    p.whyus_gaz {
        text-align: center;
    }
    #footer .decor svg#lines{
        top: -35vw;
        width: 70%;
        bottom: auto;
    }

    #footer .decor svg#blur{
        position: absolute;
        width: 70%;
        left: 0%;
        bottom: 0vw;
        top: auto;
    }

    footer .sub-menu {
        justify-content: center !important;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    footer .sub-menu ul:first-child {
        margin-right: 0;
    }

    footer .col {
        text-align: center;
    }

    footer .row:last-child .col{
        padding-block: 0px;
    }

    footer .logo {
        transform: scale(1);
    }
    .col.whyus {
    width: 100%!important;
        height: auto;
      padding:  0 0 40px;
    }
    .service_form_h h5 {
        margin-top: 10px!important;
        margin-bottom: 10px!important;
    }
    .service_form_h p {
        margin-top: 10px!important;
    }
    h5.whyus {

        line-height: 31px;

    }
    .col {
        align-items: center !important;
    }

    h5.whyus, h2.whyus, p.whyus{
        text-align: center;
    }
    #prices .row{
        flex-direction: column-reverse;
    }
    #prices .decor {
        display: none;
    }
    .ppko{
        width: 100%!important;
        min-height: 150px!important;
        padding:15px 5px 5px!important;
        margin:0 0 5px 0;
    }
    .row_ppko{
        padding: 0px 0px 10px!important;
    }
    .pad_ppko{
        padding: 0px 0px!important;
    }
    .card{
        position: inherit;
    }
}
@media only screen and (max-width: 1104px){
    .kom1{
        width: 99%;
        text-align: center;
        color:#F96E27;

    }
    .media-item2 {
      width: 100%;
    }
    .media-item-img2 {
        width: 100%!important;
    }
    .kom2{
        width: 48%;
        min-height: 127px;
    }

    .kom2_title{
        width: 48%;
    }

}


    @media only screen and (max-width: 991px) {
    .block_number_2 {
        padding: 20px 0 20px 0;
    }
    .uslg_1_1 h1 {
        margin: 0 0 20px 0;
    }

    .shema {
        padding: 0;
    }

    .col_usluga_left {
        width: 100%;
    }

    .col.whyus {
        width: 45%;
    }

    .row2 {
        flex-direction: column;
    }
        .contacts_main {
        flex-direction: column;
        }
        .contacts_col1 {
            width: 100%;
            padding: 0 0 25px 25px;
            line-height: 1.5;
        }
        .contacts_col2 {
            width: 100%;
            padding: 0 0 25px 25px;
            line-height: 1.5;
        }
        .contacts_col3 {
            width: 100%;
            padding: 0 0 25px 25px;
            line-height: 1.5;
        }
    .usluga_right {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }
    .usluga_right_border_2{
        display: none;
    }
    .row_usluga1_2{
        flex-direction: column!important;
    }
        .kom2{
            min-height: 155px;
        }

}
@media (min-width: 767px) and (max-width: 991px)
{
    footer .sub-menu ul:first-child {
        margin-right: 30px;
    }
}
@media (max-width: 900px) {
    .ppko {
        height: 100%;
        min-height: 225px;
        padding: 15px 5px;
    }
    .header-title {
        font-size: 27px!important;
    }
    side{
        width: 100%;
    }
    aside{
        width: 100%;
    }
    .row_media {
        display: block;
    }
    .media-item3 {
        padding: 0;

    }
}
@media only screen and (max-width: 1216px) {
    #main-menu a {
        font-size: 11px;
           }
}
@media only screen and (max-width: 1252px){
    .action-profile-title {
        display: none;
    }
    #header-actions {
        width: 17%!important;
    }
}
@media (min-width: 1425px) {
    .action-profile-title {
        display: none;
    }
}
/* Small devices (portrait tablets and large phones, 600px - 768px) */
@media only screen and (min-width: 601px) {

    @media only screen and (max-width: 991px) {
        #speedometer{
            flex-wrap: wrap;
            flex-direction: row;
        }
        #speedometer .col{
            width: 50%;
        }

    }

    .header-title {
        font-size: 50px;
    }

    #header .navigation {
        font-size: 0.6em;
        height: 80px;
        padding: 24px 0px;
    }
    #header2 .navigation {
        font-size: 0.6em;
        height: 80px;
        padding: 24px 0px;
    }

    #header .navigation.fixed{
        padding-inline: 64px;
    }
    #header2 .navigation.fixed{
        padding-inline: 64px;
    }

    #main-menu .menu-item {
        padding: 0 8px;
    }

    #header-actions > * {
        margin: 0 10px;
    }

    #header-actions > .action-mobile-menu {
        margin-right: 0;
    }

   /* .container{
        padding: 40px 64px 126px
    }*/

    .navbar {
        display: none;
    }

    .action-profile-title {
        display: none;
    }

    .action-language {
        display: none;
    }

    .action-mobile-menu.hide {
        display: initial;
    }

    div#services .col{
        padding-inline: 0px;
    }

    div#services .service-row .col{
        padding-inline: 44px;
        align-items: flex-start;
    }

    #prices .col{
        align-items: flex-start;
    }

    .row {
        flex-direction: column;
    }

    .row.reverse {
        flex-direction: column-reverse;
    }

    footer .row {
        padding-inline: 64px;
    }
}
.mediacenter{
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
    flex-direction: row;
}
.media-item-img2{
    width: 550px;
    height: auto!important;
}
.media-item2 img{
    width: 550px;
    height: auto!important;
}

/* Medium devices (landscape tablets, 768px - 992px) */
@media only screen and (min-width: 768px) {
    footer .row:last-child .col:first-child{
        align-items: flex-start;
        flex-direction: row;
    }

    footer .row:last-child .col:last-child{
        align-items: flex-end;
    }

    .row {
        flex-direction: row;
    }

    .row.reverse {
        flex-direction: initial;
    }

    .header-title {
        display: initial;
    }

    .speedometer-item {
        width: 150px;
        padding: 30px;
    }
}
@media only screen and (min-width: 1242px) {

    .navbar{
        width: 60%;
    }
}
/* Large devices (laptops/desktops, 992px - 1200px) */
@media (min-width: 992px) {
    .navbar {
        display: flex;
    }

    #header .logo{
        width: 20%;
    }

    #header .logo>svg{
        width: 100%;
    }



    #header-actions{
        width: 17%;
    }

    .action-mobile-menu.hide {
        display: none;
    }

    .action-language {
        display: flex;
    }

    #header-actions > .action-profile {
        margin-right: 0;
    }

    .speedometer-item {
        width: 200px;
        padding: 44px;
    }

    svg.speedometer-svg {
        width: 200px;
    }

    #mobile {
        display: none !important;
    }

}
@media only screen and (min-width: 1426px) {
    .action-profile-title {
        display: inline;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and) */
@media (min-width: 1426px) {
    #header-actions{
        width: 25%;
    }

    #main-menu .menu-item {
        padding: 0 10px;
        margin: 0;
    }
}

@media (min-width: 601px) and (max-width:1024px) {
    .color_publ {
        font-size: 25px;
    }

    .uslg_media h1 {
        font-size: 25px;
    }

    .usluga_right_border {
        height: 230px;
        margin: 30px 5px 30px;
    }


}
@media only screen and (max-width: 1280px) {
    .ppko {
        width: 32%;
    }
    .row_ppko{
        padding: 14px 0px;
    }
    .pad_ppko{
        padding: 14px 0px;
    }

}

@media  (max-width: 560px) {
    .serv{
        padding: 60px 0px 0;
    }
}
@media  (max-width: 500px) {
    .header-title{
        font-size:22px!important;
    }
    .logo_bg {
    display: none!important;}
    .media-item{
        width: 300px!important;
    }

    .block_number{
        flex-direction: column;

    }
    .block_number_2{
        flex-direction: column;

    }
    .strela_1{
             display: none;
         }
    .strela_2{
        display: none;
    }
    .number{
        position: absolute;
        z-index: -5;
        height: 92px;
        opacity: 0.2;
        margin: -61px 0 0 21px;
    }
    .number_txt{
        padding: 0 0 38px 20px;
    }
    .uslg_1_1 p {
        padding: 0 30px 86px 0!important;
    }
    #prices .calc {
        margin-top: 50px;
    }
    h5.whyus {
        padding: 0 0 10px;
    }
}

@media (max-width: 400px) {

    .uslg h2 {
    font-size: 24px!important;
    }
    .spiv h4 {
        font-size: 24px!important;
        line-height: 32px!important;
    }
    .docs h4 {
    font-size: 26px!important;
    }
    .docs h5 {
        font-size: 20px!important;}
}

@media only screen and (min-width: 1280px) {
.navigation {
    padding: 24px 0px;
}
#header .navigation.fixed{
    padding-inline: 128px;
}
.action-profile .btn-gradient {
    padding: 0 10px;
}

#header .logo{
    width: 20%;
}

#header .logo>svg{
    width: 249px;
}
    #header2 .logo>svg{
        width: 249px;
    }
.navbar{
    width: 60%;
}

footer .row {
    padding-inline: 64px;
}

}

    @media (max-width: 1327px) {
    .media-item2 {
        width: 100%!important;
    }
        .color_publ{
            font-size: 29px;
        }
    }
@media (min-width: 1500px) and (max-width: 1579px) {
    footer .row {
        padding-inline: 28px;
    }
}
@media only screen and (min-width: 1580px){
    .container {
        padding: 40px 128px 126px;
    }
    footer .row {
        padding-inline: 0px;
    }
}
@media (max-width: 440px){

    .number_text span{
        font-size: 20px;
    }
    .docs h4{
        font-size:30px;
    }
    .header-title {
      text-indent: 0px;
        margin-left: 0px;
    }
    .media-item-img2 {
      /*  width: 255px!important;*/
    }
    .contacts h4 {

        padding: 5px 0;

    }

}

@media (max-width: 470px) {
    .uslg h2 {
        font-size: 30px;
          }
    .spiv h4{
        font-size: 30px;
    }
    .tarif-title h4{
        font-size: 30px;
    }
}
    @media (max-width: 599px)
    {
        .spiv h4 {
            font-size: 25px;
        }
        .spiv {
            padding: 0;
        }
    }

