html {
    scroll-behavior: smooth;
}

body {
    background-color: #f1f1f1;
    width: 100%;
    margin: 0 auto;
    user-select: none;
}

hr {
    width: 80%;
    background-color: white;
}


/* scrollbar changing */


/* width */

::-webkit-scrollbar {
    width: 2px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #19351f;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* scroolbar changing */

._chng-row {
    margin: 0;
}

._chng-link {
    text-decoration: none;
    color: inherit;
}

._chng-link:hover {
    text-decoration: none;
    color: inherit;
}

._no-border {
    border: none !important;
}

._none-Zindex {
    z-index: 0;
}

._no-outline {
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 0;
}


/* background-video */

.background {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    padding: 0;
}

.background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
}

.vid {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: fill;
    width: inherit;
    height: inherit;
}


/* main-header */

.main-header {
    padding: 10px;
    left: 0;
    top: 0;
    position: absolute;
    height: 80px;
    z-index: 111111;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.logo {
    width: 100px;
    height: auto;
}

.message {
    line-height: 3.5;
}

.flagCont:active {
    background-color: white;
}

.flagImg {
    width: 20px;
}

.flagBlock {
    background-color: rgba(0, 0, 0, 1);
    min-width: 80px;
    color: white;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: none;
}

.flagBlock>div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: initial;
}

.flagBlock>div:hover {
    color: black;
}

.flagBlock>div:active {
    background-color: black;
}

.tel:hover .rotTel {
    transform: rotate(125deg);
}

.rotTel {
    transition: .3s ease-in-out;
    transform: rotate(80deg)
}

.phoneBlock {
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
}

.phones {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.phones:hover {
    background-color: rgba(255, 255, 255, .1);
}


/* main-nav */

.main-nav {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 111;
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
}

.menu-list {
    padding: 15px;
}

.menu-list:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.slides {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    padding: 10px;
    height: auto;
    font-size: 30px;
    z-index: 1;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
}


/* about us */

.sections {
    padding: 66px 50px 50px;
    text-align: center;
    width: 100%;
    height: auto;
}

.main-about {
    background-color: #f1f1f1;
    width: 80%;
}

.main-about hr {
    width: 50%;
    background-color: rgba(47, 79, 79, 0.1);
}

.aboutLogo {
    padding: 40px 40px 0 0;
}

.aboutLogo img {
    width: 100%;
}

.abUsSlide {
    border-radius: 20px;
}

.aboutText {
    background-color: white;
    /*box-shadow: 2px 4px 6px #cfd5ca;*/
    padding: 20px;
    margin: auto;
    font-size: 20px;
    border: 5px double #e8e9e6;
    border-radius: 20px;
}


/*main-parallax-first*/

.main-parallax-first {
    padding: 0;
    width: 100%;
    height: 300px;
    position: relative;
    background-color: darkslategray;
}

.parallaxFirst {
    -webkit-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 75% 90%, 25% 90%, 0 100%);
    background-image: url(../images/source.gif);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(40%);
    width: 100%;
    height: 100%;
}

.paralText {
    font-size: 25px;
}


/* main-partner */

.main-partner h3 {
    color: white;
}

.main-partner {
    background-color: darkslategray;
}

.main-partner hr {
    background-color: white;
    width: 50%;
}

.partnerText {
    width: 600px;
    color: white;
    margin: 20px auto;
}

.sliding {
    display: flex;
    width: 80%;
    margin: auto;
}

.partnerBlock {
    background-color: #f1f1f1;
    padding: 5px;
    border-radius: 5px;
    width: 300px;
    height: auto;
    overflow: hidden;
    margin: 0 10px;
    box-shadow: 2px 2px 4px black;
}

.partnerBlock img {
    width: 100%;
}


/* main-parallax */

.main-parallax {
    padding: 0;
    width: 100%;
    height: 300px;
    position: relative;
    background-color: darkslategray;
}

.parallaxBackground {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 100% 25%, 75% 10%, 25% 10%, 0 25%);
    background-image: url(../images/truck.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(50%);
    width: 100%;
    height: 100%;
}

.paralText {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: white;
}


/* main-footer */

#feedback {
    background-color: rgb(27, 25, 27);
    color: white;
}

#feedback a {
    transition: .2s ease-out;
}

#feedback a:hover {
    color: rgba(255, 255, 255, .8);
    text-decoration: underline;
}

.phoneNumber {
    margin: 0;
    padding: 5px 0;
}

.messenger {
    z-index: 1111111;
    color: black;
}

.toUp {
    display: none;
}

.toTop {
    transition: .5s ease-in-out;
    position: fixed;
    right: 20px;
    top: calc(100vh - 60px);
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: white;
    z-index: 1111111;
    overflow: hidden;
    color: white;
}

.toTop:hover {
    box-shadow: 0px 4px 10px green;
    color: #1d2124 !important;
}

.toTop:active {
    box-shadow: none;
}

.toTop:before {
    content: "";
    position: absolute;
    width: 45px;
    border-radius: 5px;
    height: inherit;
    top: 0;
    left: 0;
    transition: .5s ease-out;
    background-color: rgb(52, 68, 67);
}

.toTop:after {
    content: "";
    position: absolute;
    width: 45px;
    border-radius: 5px;
    height: inherit;
    bottom: 0;
    right: 0;
    transition: .5s ease-out;
    background-color: rgb(52, 68, 67);
}

.toTop:hover:before {
    width: 0;
    height: 0;
}

.toTop:hover:after {
    width: 0;
    height: 0;
}

.up {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    z-index: 1;
}

.fixMessage {
    display: none;
    position: fixed;
    left: 20px;
    top: calc(100vh - 60px);
    z-index: 11111;
    color: white;
}

.mesIcon {
    color: #5d8080;
}

.fontClose {
    color: #5d8080;
}

#modSend {
    color: white;
    background-color: #5d8080;
    border-color: #5d8080;
}

#modSend:focus,
.disFoc:focus {
    border-color: rgba(93, 128, 128, .5);
    box-shadow: 0 0 0 0.2rem rgba(93, 128, 128, .5);
}

.act {
    border: 2px solid red;
}

#modSend:hover {
    filter: brightness(90%);
}

.copyRight hr {
    width: 100%;
}

.submitMessage {
    opacity: 1;
    top: 200px;
}


/*js classes*/

.fixedMenuTop {
    transition: .1s ease-out;
    position: fixed;
    left: 0;
    top: 0;
    color: white;
    background-color: #080d0d;
    box-shadow: 0px 4px 4px #080d0d;
}

.dbl {
    display: block;
}