body {
    background-color: #eef1f3 !important;
}

.call:hover {
    cursor: pointer;
}

.main_txt {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: black;
}

.card-body {
    margin-bottom: 0px !important;
    padding: 10px !important;
}

.navbar {
    padding: 0px !important;
}

.title {
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    color: #4ece2e;
    font-weight: bold;
    text-transform: uppercase !important;
    line-height: 32px;
}



.color-black {
    color: black !important;
}

.card-title {
    color: #1b1b1b;
    font-weight: bold;
    padding-left: 10px;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
}

.card:hover .card-title {
    background: #4ece2e;
    color: white !important;
}

.size16 {
    font-size: 16px !important;
}

.header-big {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
    color: black;
}

.mob-card {
    max-width: 300px;
    min-width: 150px !important;
}

.partner-card {
    padding: 10px 20px 10px 15px !important;
    background: white;
    text-align: center;
    margin-right: 12px;
    min-width: 178px;
}


.partner-card {
    position: absolute;
}

.partner-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
}

==========================.partner-card1:hover::before {
    background-color: rgba(78, 206, 46, 0.8);

}

.partner-card1 {
    padding: 10px 20px 10px 15px !important;
    background: white;
    text-align: center;
    margin-right: 12px;
    min-width: 178px;
}

.partner-card2 {
    padding: 10px 20px 10px 15px !important;
    background: white;
    min-width: 178px;
    text-align: center;
    margin-right: 12px;
    max-width: 270px !important;
}


==========================
.partner-card1 {
    position: absolute;
}

.mob-padd-card{
    margin-top: 30%;
    margin-bottom: 40%;
}

.partner-card1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
}

.partner-card1:hover::before {
    background-color: rgba(78, 206, 46, 1);

}

.partner-card2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
}

.partner-card2:hover::before {
    background-color: rgba(78, 206, 46, 1);

}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black !important;
}


.name-client {
    visibility: hidden;
    position: absolute;
    left: 30px;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.myleft10 {
    left: 10px !important;
}

.partner-card1:hover .name-client {
    visibility: visible !important;
    transition: all .3s ease;
    padding-top: 30px;
}

.partner-card2:hover .name-client {
    visibility: visible !important;
    transition: all .3s ease;
    padding-top: 30px;
}

=========================================p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'PT Sans', sans-serif;
}

.mail-style {
    font-weight: bold;
    font-size: 1.17em !important;
}

.menu-style {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px !important;
    z-index: 32;
    position: relative;
    transition: .2s;
    font-weight: bold;
    text-transform: uppercase;
}

a {
    color: black !important;
}

a.nav-link:hover {
    transition: 0.15s linear;
    color: #4ece2e !important;
}

h5 {
    font-size: 40px !important;
}

.size-number {
    font-size: 19px !important;
}

.green-line {
    border-bottom: 1px solid #4ece2e;
    line-height: 19px;
}

.slash {
    width: 18px;
    height: 18px;
    margin-top: 12px;
    margin-left: 14px;
    margin-right: 14px;
}

.carousel-caption {
    top: 0px;
    background: #000000c6;
    margin-bottom: 380px;

}

/*************************/
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
    transform: translateX(25%)
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-25%)
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0)
}

.multi-carousel {
    overflow: hidden
}

.multi-carousel .carousel-control-prev,
.multi-carousel .carousel-control-next {
    background: rgba(255, 255, 255, 0.5);
    width: 5%
}

.multi-carousel .carousel-inner {
    width: 310%;
    left: -43%
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
    transform: translateX(75%)
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-75%)
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0)
}

.item-third {
    float: left;
    width: 20%;
    background-size: cover;
    height: auto
}

/*************************/

/*mobile menu*/

@media (min-width: 768px) {
    .navbar-container {
        position: sticky;
        top: 0;
        overflow-y: auto;
        height: 100vh;
    }

    .navbar-container .navbar {
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: column;
        height: 100%;
    }

    .navbar-container .navbar-collapse {
        align-items: flex-start;
    }

    .navbar-container .nav {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .navbar-container .navbar-nav {
        flex-direction: column !important;
    }
}





/* АНИМАЦИЯ */
@keyframes glowing {
    0% {
        background-color: #c9c9c9;
        box-shadow: 0 0 5px #57ffa2;
    }

    50% {
        background-color: #b7ff03;
        box-shadow: 0 0 12px #0335ff;
    }

    100% {
        background-color: #00fa70;
        box-shadow: 0 0 5px #00eb6a;
    }
}

.lakub_derza_timan {
    animation: glowing 1500ms infinite;
}

.commerc {
    color: #fff;
    background-color: #4ece2e;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
}

.max-w-img{
    max-width: 255px;
}

@media (max-width: 1200px) {
    .commerc {
        font-size: 12px;
    }

}

@media (min-width: 991px) {
.mask-slider{
        display: none!important;
    }
}
    
@media (max-width: 991px) {
    .title {
        font-size: 24px;
    }

    .slash {
        display: none;
    }

    .mail-style {
        font-size: 14px !important;
    }
    
    .mask-row{
        display: none!important;
    }
}

@media (max-width: 768px) {
    .btn.mybtn {
        margin-top: 0px !important;
    }
    
    .menu-style{
        font-size: 14px!important;
    }
    
    .partner-card2{
        max-width: 600px!important;
    }

    .card {
        max-width: 300px;
        margin-top: 10px;
    }

    .mob-phone {
        margin-top: 10px !important;
        margin-bottom: 10px;
        left: -8px !important;
    }

    .mob-margin {
        padding-top: 10px;
    }

    .mob-margin1 {
        margin-bottom: 15px;
    }

    .mob-phone {
        display: none;
    }

    .size-number {
        padding-top: 10px !important;
    }

    .header-big {
        font-size: 24px !important;
    }
}

@media (max-width: 478px) {
    .pc-slider {
        display: none;
    }

    .slick-next:before {
        display: none !important;
    }

    .slick-next.slick-arrow {
        display: none !important;
    }

    .slick-prev:before {
        display: none !important;
    }

    .slick-prev.slick-arrow {
        display: none !important;
    }

    .row.pt-5 {
        padding-top: 8px !important;
    }

    .mob-p {
        padding-top: 12px !important;
    }
    
    .mob-padd-card{
    margin-top: 5%;
    margin-bottom: 5%;
}
    
}

@media (min-width: 479px) {
    .mob-slider {
        display: none !important;
    }
}

.btn.mybtn {
    padding: 0px !important;
    min-width: 50px;
}

h5#exampleModalLabel {
    font-size: 26px !important;
}

input#option1,
input#option2,
input#option3,
input#option4,
input#option5,
input#option6 {
    margin-right: 10px;
    color: #4ece2e !important;
}

/*?????*/
.mywidth {
    max-width: 1300px !important;
}

.chekstyle {
    color: #4ece2e;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}

.comm-style {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 8px;
    text-align: left;
    margin-bottom: 15px;
}

.feedback-form {
    max-width: 550px;
    padding: 2%;
    border-radius: 3px;
    background: white;
}

.feedback-form label {
    /* наименование полей */
    float: left;
    display: block;
    clear: right;
}

.feedback-form .w100 {
    /* поля */
    float: left;
    max-width: 400px;
    width: 97%;
    margin-bottom: 1em;
    padding: 1.5%;
}

.feedback-form .border {
    /* граница полей */
    border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    box-shadow: 0 1px 1px rgba(255, 255, 255, .5), 0 1px 1px rgba(0, 0, 0, .1) inset;
}

.feedback-form .border:focus {
    outline: none;
    border-color: #abd9f1 #bfe3f7 #bfe3f7;
}

.feedback-form .border:hover {
    border-color: #7eb4ea #97cdea #97cdea;
}

.feedback-form .border:focus::-moz-placeholder {
    /* убрать при фокусе первоначальный текст поля */
    color: transparent;
}

.feedback-form .border:focus::-webkit-input-placeholder {
    color: transparent;
}

.feedback-form .border:not(:focus):not(:hover):valid {
    /* правильно заполненные поля */
    opacity: .8;
}

#submitFF {
    /* кнопка "Отправить" */
    padding: 8px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2) inset;
    background: #4ece2e;
    color: #fff;
    width: 130px;
}

.feedback-form br {
    height: 0;
    clear: both;
}

#submitFF:hover {
    background: #373e53;
}

#submitFF:focus {
    box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0, 0, 0, .8), inset 0 -1px 0 rgba(0, 0, 0, .05);
}
