@font-face {
    font-family: 'Medium';
    src: url(../fonts/Ubuntu-Medium.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'Bold';
    src: url(../fonts/Ubuntu-Bold.ttf);
    font-display: swap;
}

:root {
    --card-img-height: 200px;
}

html {
    font-size: 16px;
}

body {
    font-family: 'Medium';
    color: mintcream;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Bold';
    text-transform: uppercase;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

p {
    font-family: "Medium";
}

img {
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/**
 * scrollbar
 */

body::-webkit-scrollbar {
    width: 0.8em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/**
 * scrollbar end
 */

.preloader {
    /*фиксированное позиционирование*/
    position: fixed;
    /* координаты положения */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* фоновый цвет элемента */
    background: #ffffff;
    /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
    z-index: 1001;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #337ab7;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

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

@keyframes preloader-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

/* HEADERS START */

.z1 {
    z-index: 1;
}

.z10 {
    z-index: 10;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.mr-2 {
    margin-right: 5px;
}

.scrolled {
    background: #00022b;
    height: 55px;
    padding: 5px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 0.75);
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.nav-my {
    background: #fff;
    min-height: 50px;
    color: #333;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 3px 3px 0px rgb(255 255 255 / 75%);
    -moz-box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 3px 3px 0px rgb(255 255 255 / 75%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-my a {
    color: #333;
}

.ul-none,
.ul-none ul {
    padding: 0;
}

.ul-none ul,
.ul-none li {
    list-style: none;
}

.ul-none a {
    font-family: sans-serif;
    text-decoration: none;
}

#nav {
    width: 100%;

}

#nav>a {
    display: none;
}

#nav li {
    position: relative;
}

#nav li a {
    color: #fff;
    display: block;
}

#nav li a:active {
    background-color: #c00 !important;
}

#nav span:after {
    width: 0;
    height: 0;
    border: 0.313em solid transparent;
    /* 5 */
    border-bottom: none;
    border-top-color: #295095;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em;
    /* 5 */
}

/* first level */
#nav>ul {
    height: 2.8em;
    /* 60 */
    background-color: #295095;
    /*background: linear-gradient(90deg, rgba(30, 60, 114, 1) 0%, rgba(42, 82, 152, 1) 100%);*/
}

#nav>ul>li {
    width: 25%;
    height: 100%;
    float: left;
}

#nav>ul>li>a {
    height: 100%;
    font-size: 1em;
    /* 24 */
    line-height: 2.5em;
    /* 60 (24) */
    text-align: center;
    border-top: 3px solid #295095;
    border-bottom: 3px solid #295095;
    color: #333;
    background: #fff;
}

#nav>ul>li:not( :last-child)>a {
    border-right: 3px solid #295095;
}

#nav>ul>li:hover>a,
#nav>ul:not( :hover)>li.active>a {
    background-color: #295095;
    color: #fff;
}

/* second level */
#nav li ul {
    background-color: #295095;
    display: none;
    position: absolute;
    top: 100%;
}

#nav li:hover ul {
    display: block;
    left: 0;
    right: 0;
}

#nav li:not( :first-child):hover ul {
    left: -1px;
}

#nav li ul a {
    font-size: 1em;
    /* 20 */
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 0.5em;
    /* 15 (20) */
}

#nav li ul li a:hover,
#nav li ul:not( :hover) li.active a {
    background-color: #e15a1f;
}

@media only screen and (max-width: 62.5em) {

    /* 1000 */
    #nav {
        width: 100%;
        position: static;
        margin: 0;
    }
}

@media only screen and (max-width: 40em)

/* 640 */
    {
    html {
        font-size: 75%;
        /* 12 */
    }

    #nav {
        position: relative;
        top: auto;
        left: auto;
    }

    #nav>a {
        width: 5.125em;
        text-align: center;
        font-size: 16px;
        padding: 10px;
        align-self: center;
        width: 100%;
        color: #fff;
        position: relative;
    }

    #nav>a:after {
        top: 60%;
    }

    #nav:not( :target)>a:first-of-type,
    #nav:target>a:last-of-type {
        display: block;
    }

    /* first level */
    #nav>ul {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
    }

    #nav:target>ul {
        display: block;
    }

    #nav>ul>li {
        width: 100%;
        float: none;
    }

    #nav>ul>li>a {
        height: auto;
        text-align: left;
        padding: 0 0.833em;
        /* 20 (24) */
    }

    #nav>ul>li:not( :last-child)>a {
        border-right: none;
        border-bottom: 1px solid transparent;
    }

    /* second level */
    #nav li ul {
        position: static;
        padding: 1.25em;
        /* 20 */
        padding-top: 0;
    }
}

.hd1 {
    /*background: #fff;*/

}

.hd2 {
    /*background: #111;
    color: #fff;*/
    background: linear-gradient(90deg, rgba(30, 60, 114, 1) 0%, rgba(42, 82, 152, 1) 100%);
}

#main section:nth-child(1) {
    /*min-height: 90vh;*/
}

.btn-head {
    position: relative;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: start;
    border-radius: 3px;
    background: #fff;
    box-shadow: 4px 6px 20px rgb(126 126 126 / 25%);
    text-transform: uppercase;
}

@media (min-width: 1000px) {

    .bt1:after {
        content: "";
        background-image: url('../img/infogr/Menu-santeh.svg');
        background-size: 25px 25px;
        width: 24px;
        height: 25px;
        display: block;
        position: absolute;
        right: 8px;
        top: 10px;
    }

    .bt2:after {
        content: "";
        background-image: url('../img/infogr/Menu-energy.svg');
        background-size: 25px 25px;
        width: 24px;
        height: 25px;
        display: block;
        position: absolute;
        right: 8px;
        top: 10px;
    }

    .bt3:after {
        content: "";
        background-image: url('../img/infogr/Menu-zasor.svg');
        background-size: 25px 25px;
        width: 24px;
        height: 25px;
        display: block;
        position: absolute;
        right: 8px;
        top: 10px;
    }

    .bt4:after {
        content: "";
        background-image: url('../img/infogr/Menu-master.svg');
        background-size: 25px 25px;
        width: 24px;
        height: 25px;
        display: block;
        position: absolute;
        right: 8px;
        top: 10px;
    }
}

.marquee {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.marquee span {
    font-size: 16px;
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: marquee 15s infinite linear;
    animation: marquee 15s infinite linear;
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-100%, 0);
    }
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0)
    }
}

#toTop {
    width: 50px;
    position: fixed;
    bottom: 36px;
    right: -10px;
    cursor: pointer;
    color: #333;
    z-index: 999;
}

.btn-tel {
    font-size: 20px;
    white-space: nowrap;
    line-height: 18px;
}

.btn-help-en {
    position: absolute;
    margin: auto;
    width: 425px;
    top: 230px;
    z-index: 10;
}

.btn-help-en img {
    width: 425px;
    height: 615px;
    display: block;
    margin: auto;
}

.btn-help-gen {
    position: absolute;
    margin: auto;
    width: 350px;
    cursor: pointer;
    top: 120px;
    z-index: 11;
}

.btn-help img {
    width: 325px;
    height: 325px;
    display: block;
    margin: auto;
}

.bg-left {
    color: #333;
    min-height: 100vh;
    padding-top: 160px
        /* background: #fad630d6;*/
}

.bg-right {
    color: #333;
    min-height: 100vh;
    padding-top: 160px
        /*background: #0000ffa6;*/
}

.ul-my {
    list-style-type: none;
}

.img-left {
    width: 200px;
}

.img-right {
    width: 200px;
}

.body-top {
    color: #333;
    padding: 20px;
    /*padding-top: 150px;*/

    /*position: absolute;
    top: 20%;
    margin-right: 0;
    margin-left: 0;
    width: 400px;*/
}

.body-top h1 {
    text-transform: none;
    color: #2d59a7;
}

.body-center {
    background: linear-gradient(90deg, rgba(30, 60, 114, 1) 0%, rgba(42, 82, 152, 1) 100%);
    color: #fff;
    background: url(../img/bg/fon2_santeh.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.man {
    z-index: 10;
}

.man .man-img {
    width: 302px;
    z-index: 3;
    position: absolute;
    bottom: 0;
}

.man .tool-img {
    position: absolute;
    width: 302px;
    bottom: 20px;
    z-index: -1;
    left: 150px;

}

.infogr2 img {
    width: 50px;
}

.i1 {
    position: absolute;
    top: 115px;
    right: 340px;
}

.i2 {
    position: absolute;
    top: 395px;
    right: 510px;
}

.i3 {
    position: absolute;
    top: 395px;
    right: 0;
}

.i4 {
    position: absolute;
    top: 315px;
    right: 300px;
}

.i5 {
    position: absolute;
    top: 22px;
    right: 690px;
}

.i6 {
    position: absolute;
    top: 22px;
    right: 120px;
}

.i7 {
    position: absolute;
    top: 105px;
    right: 400px;
}

.i8 {
    position: absolute;
    top: -215px;
    right: 680px;
}

.i9 {
    position: absolute;
    top: 215px;
    right: 500px;
}

.i10 {
    position: absolute;
    top: 315px;
    right: 545px;
}

.checkbox {
    filter: invert(1);
}

.auto_radius {
    position: absolute;
    top: -47px;
}

.btn-sos {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 20px;
    right: 0;
}

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100%;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #fff;
    outline: 0;
    font-size: 1.2rem;
    padding: 7px 0;
    color: #fff;
    background: transparent;
    transition: border-color 0.2s;
}

.form__field::placeholder {
    color: transparent;
}

.form__field:placeholder-shown~.form__label {
    font-size: 1.2rem;
    cursor: text;
    top: 20px;
}

.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #fff;
}

.form__field:focus {
    padding-bottom: 6px;
    font-weight: 600;
    border-width: 3px;
    border-image-slice: 1;
}

.form__field:focus~.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
}

/* reset input */
.form__field:required,
.form__field:invalid {
    box-shadow: none;
}

.pulse {
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(255 227 45);
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.owl-carousel .owl-stage-outer {
    height: 174px;
}

.otzyv {
    background: #fff;
    color: #333;
    height: 150px;
    padding: 20px;
}

.otzyv img {
    float: left !important;
    width: 90px !important;
    margin-right: 20px !important;
}

.idel {
    background: #ffffff;
    color: #333;
}

.idel2 {
    color: #333;
}

#idel {
    background: #ffffff;
    color: #333;
}

#idsan {
    background: #ffffff;
    color: #333;
}

.per {
    font-family: "Medium";
    text-decoration: none;
    color: #444;
}

.per:hover {
    color: #111;
}

.card-container {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    transition: all 200ms ease-in-out;
}

.card {
    align-self: flex-start;
    position: relative;
    width: 325px;
    min-width: 275px;
    min-height: 363px;
    margin: 1.25rem 0.75rem;
    background: white;
    transition: all 300ms ease-in-out;
}

.card .card-img {
    visibility: hidden;
    width: 100%;
    height: var(--card-img-height);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.card .card-img-hovered {
    --card-img-hovered-overlay: linear-gradient(to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0));
    transition: all 350ms ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    position: absolute;
    height: var(--card-img-height);
    top: 0;
}

.card .card-info {
    position: relative;
    padding: 0.75rem 0.5rem;
    transition: all 200ms ease-in-out;
}

.card .card-info .card-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    transition: all 200ms ease-in-out;
}

.card .card-info .card-about .card-tag {
    width: 120px;
    max-width: 120px;
    padding: 0.2rem 0.5rem;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #505f79;
    color: #fff;
}

.card-info button {
    background: #fb8804;
    color: #333;
    border-radius: 5px;
    padding: 5px;
}

.card-time {
    color: #333;
}

.card .card-info .card-about .card-tag.tag-news {
    background: #36b37e;
}

.card .card-info .card-about .card-tag.tag-deals {
    background: #ffab00;
}

.card .card-info .card-about .card-tag.tag-politics {
    width: 71px;
    background: #ff5630;
}

.card .card-info .card-title {
    color: #333;
    height: 50px;
    z-index: 10;
    font-size: 1rem;
    padding-bottom: 0.75rem;
    transition: all 350ms ease-in-out;
}

.card .card-info .card-creator {
    padding-bottom: 0.75rem;
    transition: all 250ms ease-in-out;
}

.card:hover {
    cursor: pointer;
    box-shadow: 0px 15px 35px rgba(227, 252, 239, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.07);
    transform: scale(1.025);
}

.card:hover .card-img-hovered {
    --card-img-hovered-overlay: linear-gradient(to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.65));
    height: 100%;
}

.card:hover .card-about,
.card:hover .card-creator {
    opacity: 0;
}

.card:hover .card-info {
    background-color: transparent;
}

.card:hover .card-title {
    color: #ebecf0;
    transform: translate(0, 20px);
}

.card-1 .card-img,
.card-1 .card-img-hovered {
    background-image: var(--card-img-hovered-overlay), url(../img/services/schettchik.jpg);
}

.card-2 .card-img,
.card-2 .card-img-hovered {
    background-image: var(--card-img-hovered-overlay), url(../img/services/smesitel.jpg);
}

.card-3 .card-img,
.card-3 .card-img-hovered {
    background-image: var(--card-img-hovered-overlay), url(../img/services/unitaz.jpg);
}

.card-4 .card-img,
.card-4 .card-img-hovered {
    background-image: var(--card-img-hovered-overlay), url(../img/services/vanna.jpg);
}

.card-5 .card-img,
.card-5 .card-img-hovered {
    background-image: var(--card-img-hovered-overlay), url(../img/services/stirmash.jpg);
}

.card-6 .card-img,
.card-6 .card-img-hovered {
    background-image: var(--card-img-hovered-overlay), url(../img/services/zasor.jpg);
}

.card-7 .card-img,
.card-7 .card-img-hovered {
    background-image: var(--card-img-hovered-overlay), url(../img/services/tech.jpg);
}

.card-8 .card-img,
.card-8 .card-img-hovered {
    background-image: var(--card-img-hovered-overlay), url(../img/services/sifon.jpg);
}

.card-9 .card-img,
.card-9 .card-img-hovered {
    background-image: var(--card-img-hovered-overlay), url(../img/services/ph-rozetka.jpg);
}

.card-10 .card-img,
.card-10 .card-img-hovered {
    background-image: var(--card-img-hovered-overlay), url(../img/services/ph-obor.jpg);
}

.card-11 .card-img,
.card-11 .card-img-hovered {
    background-image: var(--card-img-hovered-overlay), url(../img/services/ph-avtomat.jpg);
}

.card-12 .card-img,
.card-12 .card-img-hovered {
    background-image: var(--card-img-hovered-overlay), url(../img/services/ph-lustra.jpg);
}

.card-13 .card-img,
.card-13 .card-img-hovered {
    background-image: var(--card-img-hovered-overlay), url(../img/services/ph-diagn.jpg);
}

.card-14 .card-img,
.card-14 .card-img-hovered {
    background-image: var(--card-img-hovered-overlay), url(../img/services/ph_zamyk.jpg);
}

.card-15 .card-img,
.card-15 .card-img-hovered {
    background-image: var(--card-img-hovered-overlay), url(../img/services/ph-schetch.jpg);
}

.card-16 .card-img,
.card-16 .card-img-hovered {
    background-image: var(--card-img-hovered-overlay), url(../img/services/ph-shit.jpg);
}

.border-h {
    padding: 30px 0 8px;
    position: relative;
}

.border-h::before {
    content: "";
    position: absolute;
    left: 7%;
    bottom: 8px;
    width: 150px;
    height: 14px;
    transform: skew(-12deg) translateX(-50%);
    background: rgb(255 255 255 / 23%);
    z-index: 0;
}

.border-h2 {
    color: #333;
    padding: 30px 0 8px;
    position: relative;
}

.border-h2::before {
    content: "";
    position: absolute;
    left: 7%;
    bottom: 8px;
    width: 150px;
    height: 14px;
    transform: skew(-12deg) translateX(-50%);
    background: rgb(119 119 119 / 23%);
    z-index: 0;
}

.myul {
    color: #333;
    margin-bottom: 25px;
}

.myul a {
    color: #333;
    list-style-type: none;
    text-decoration: none;
}

.myul a:hover {
    color: #295095;
}

@media (max-width: 990px) {
    .dialog {
        word-wrap: break-word;
        margin-bottom: 12px;
        line-height: 55px;
        position: relative;
        padding: 30px 33px;
        border-radius: 25px;
        color: #254887;
        background: #ffffff;
        border: 10px solid #295095;
        margin: 15px;
        font-size: 35px;
    }

    .block2 {
        padding: 20px;
        border-radius: 10px;
        background: rgb(30, 60, 114);
        background: linear-gradient(90deg, rgba(30, 60, 114, 1) 0%, rgba(42, 82, 152, 1) 100%);
        border: 2px solid #bfbfbf;
        margin: 15px;
        /* width: 475px; */
    }

    .clipartg {
        color: #333;
        height: 80px;
    }

    .social {
        position: fixed;
        bottom: 80px;
        right: 0px;
        cursor: pointer;
        z-index: 100;
        padding: 5px;
        background: #fff;
        border: 2px solid #ebebeb;
    }

    .social a:not(:last-child) {
        display: block;
        margin-bottom: 10px;
    }

    .social img {
        width: 35px;
        height: 35px;
    }

    .dis-g {
        height: 110vh;
        overflow: hidden;
    }


}

@media (min-width: 991px) {
    .dialog {
        word-wrap: break-word;
        margin-bottom: 12px;
        line-height: 55px;
        position: relative;
        padding: 30px 33px;
        border-radius: 25px;
        color: #254887;
        background: #ffffff;
        border: 10px solid #295095;
        margin-left: 15%;
    }

    .block2 {
        padding: 20px;
        border-radius: 10px;
        background: rgb(30, 60, 114);
        background: linear-gradient(90deg, rgba(30, 60, 114, 1) 0%, rgba(42, 82, 152, 1) 100%);
        border: 2px solid #bfbfbf;
        /* width: 475px; */
        margin-left: 15%;
    }

    .clipartg {
        color: #333;
        height: 80px;
        margin-left: 15%;
    }

    .social {
        position: fixed;
        bottom: 75px;
        right: 0px;
        padding: 8px;
        cursor: pointer;
        z-index: 100;
        background: #fff;
        border: 2px solid #ebebeb;
    }

    .social a:not(:last-child) {
        display: block;
        width: 35px;
        height: 35px;
        margin-bottom: 10px;
    }

    .dis-g {
        height: 89vh;
        overflow: hidden;
    }
}

.dis-l {
    background: url(../img/bg/plumber-photo.webp);
    background-size: cover !important;
    height: 100%;
}

.dis-r {
    background: url(../img/bg/energy-photo.webp);
    background-size: cover !important;
    height: 100%;
}

.clipartg2 {
    position: relative;
    color: #fff;
}

.clipart2 {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    margin: 5px;
}

.clipart {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
}

.clipart:after,
.clipart2:after {
    content: "";
    background-image: url('../img/ico/Menu-galochka.svg');
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: -5px;
    top: 3px;
}

.dialog::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 35px solid #295095;
    right: -36px;
    top: 70px;
}

.dialog2 {
    word-wrap: break-word;
    margin-bottom: 12px;
    line-height: 55px;
    position: relative;
    padding: 30px 33px;
    border-radius: 25px;
    color: #254887;
    background: #ffffff;
    border: 10px solid #295095;
}

.cont-1 {
    background: rgba(100, 100, 100, 0.1);
    padding-top: 60px;
    padding-bottom: 15px;
}

.opis {
    color: #333;
}

.opis img {
    width: 75%;
}

.modal-sos {
    position: fixed;
    top: 0;
    color: #fff;
    background: #333;
    width: 100%;
    height: 100%;
    z-index: 1025;
}




.card1 {
    justify-self: center !important;
    border-radius: 0px !important;
    background-color: #1A1C28;
    width: calc(350px + 10 * ((100vw - 320px) / 680))
}

.cursor-pointer {
    cursor: pointer
}

.modal {
    background-image: radial-gradient(circle 919px at 1.7% 6.1%, rgba(41, 58, 76, 1) 0%, rgb(11, 19, 22) 100.2%)
}

.button {
    font-size: calc(12px + ((100vw - 360px) / (1600 - 320))) !important;
}

.button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.btn-icon {
    border-radius: 0;
    letter-spacing: 1px;
    background-color: #0F1219 !important;
    color: #fff
}

.btn-icon:hover {
    color: #fff
}

.fb {
    position: relative;
    top: 1px !important
}

.modal-content {
    background: transparent !important
}

@media (max-width: 387px) {
    .card1 {
        width: unset
    }

    .card-body {
        padding-left: 0;
        padding-right: 0
    }
}

.razrabotka {
    font-size: 12px;
    color: #333;
    padding-bottom: 20px;
}


.price {
    overflow-wrap: normal;  /* не поддерживает IE, Firefox; является копией word-wrap */ 
  word-wrap: normal;
  word-break: keep-all;  /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */ 
  line-break: auto;  /* нет поддержки для русского языка */ 
  hyphens: manual;  /* значение auto не поддерживается Chrome */ 
    color: #295095;
}

.price span {
    /* text-decoration: underline; */
    text-transform: lowercase;
    position: relative;
    /* margin-top: 10px; */
    top: 10px;
    color: #1c965e;
}

#price {
    color: #333;
}

.prices {
    color: #333;
}

.skidka {
    position: fixed;
    height: 58px;
    background: rgb(255 70 52);
    color: #fff;
    padding: 10px;
    z-index: 11;
}

.tx {
    margin-right: 15px;
}

.btn-feed {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #224ca2;
    /* border-color: #198754; */
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.inp-feed {
    padding: .375rem .75rem;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}