html
{
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

html, body 
{
    overflow-x: hidden;
}

body
{
    display: flex;
    position: relative;
    /* background-color: #545e74;  */
    color: white;
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;

    
    /* лёгкое свечение */
    /* точки */
    /* основной градиент */

    /* background:
        radial-gradient(
            circle at center,
            rgba(90,120,180,0.15),
            transparent 60%
        ),

        radial-gradient(
            rgba(255,255,255,0.08) 1px,
            transparent 1px
        ),

        linear-gradient(
            135deg,
            #2e3749,
            #3f4d67
        ); */

    /* background-size:
        auto,
        26px 26px,
        auto; */
}

a
{
    color: white;
}

blockquote
{
    border-left: 5px solid #0bddff;
}

ul, li
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ol, ul
{
    margin-top: 0;
    margin-bottom: 10px;
}

img, footer, .banner
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::-webkit-scrollbar
{
    width:15px;
    height: 10px;
}
::-webkit-scrollbar-track
{
    background-color: #2d4054;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
::-webkit-scrollbar-thumb
{
    background-color: #5b6673;
}

#photo_viewing
{
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;

    position: fixed;
    z-index: 1002;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
}

#photo_viewing img
{
    /* position: absolute;
    z-index: 1003;
    max-width: 80%;
    max-height: 90%;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%); */
    
    position: static;
    max-width: 80%;
    max-height: 90%;
    cursor: pointer;
    touch-action: none;
    transform-origin: 50% 50%;
}

body.viewer-open {
    padding-right: 0 !important;
}

.hat
{
    position: fixed;
    display: flex;
    z-index: 2;
    margin: auto;  
    padding-left: 2%;
    padding-right: 2%;  
    width: 100%;
    
    background-color: rgb(47, 55, 64);
    background-image: linear-gradient(329deg, #856e54, #354562);

    -webkit-box-shadow: 0 1px 2px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
}

.small-info-card
{
    display: inline-block;
}

.small-info-card img
{
    float: left;
}

.fast-info
{
    display: inline-block;
    margin-top: 0px;
}

.fast-info-name
{
    display: contents;
    margin-top: 15px;
    margin-left: 10px;
    /* width: 235px;	 */
    float: left;
    text-align: left;
    color:transparent;
    font-family:Arial;
    font-size:24px;
    color: rgba(255, 255, 255, 1);
    text-decoration:none;
    font-weight:normal;
    font-style:normal;
    text-shadow: rgb(0, 153, 255) 0 0 0;
}

.fast-info-description
{
    margin-top: 3px;
    text-align: left;
    color: transparent;
    font-family: Arial;
    font-size: 20px;
    color: rgb(255, 0, 0);
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

.fast-info .tow_truck_emoj
{
    margin-left: 0%;
    margin-right: 2%;
    width: 8%;
}

.contacts-redirect-button
{
    cursor: pointer;
    margin-top: 15px;
    font-size: 15px;
}

.nav-contacts-container
{
    margin-top: 8px;
    padding-right: 0;
    line-height: 20px;
}

.nav-contacts-container li
{
    display: inline-flex;
    justify-content: flex-end;
    width: 170px;
}

.nav-contacts-container li:last-child > p
{
    margin-top: 7px;
}

.phone-number 
{
    color: #70c3ff;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
} 

.phone-number:hover 
{
    color: red;
}

.menu-container 
{
    position: fixed;
    margin-top: -100px;
    width: 100%;
    z-index: 1;
}

.menu-container nav 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 55px;
    padding: 0 3%;
    background-color: rgb(39 46 58 / 85%);
    border-radius: 0 0 30px 30px;
}

/* PC MENU */
.main-menu
{
    list-style: none;
    border-radius: 10px;
}

.main-menu li 
{
    display: inline-block; /*Выстраиваем пункты меню в ряд по горизонтали */
    border-radius: 10px;
}

.main-menu li ul 
{
    display: none;
    position: absolute;
    margin-left: 0%;
    border-radius: 10px;
    width: 34%;
}

.main-menu li:hover ul 
{
    display: block;
}

.main-menu li a 
{
    display: block;
    padding: 0px 20px;
    font-size: .8em;
    font-weight: bold;
    color: white;
    height: 57px;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
    border-top: 1px solid #00a2ff;
}

.main-menu li ul li 
{
    display: block;
    width: 100%;
    background: rgba(64, 64, 64, 0.95);
}

.main-menu li ul li a 
{
    height: 100%;
}

.main-menu > li:not(.current-page)
{
    background: none;
}

.main-menu li:hover
{
    background: rgba(109, 146, 201, 0.95);
    padding: 0px;
}

.mobile-button
{
    padding-top: 20px;
    margin-left: 15px;
}

/* MOBILE MENU */
.mobile-menu
{
    width: 50%;
    margin-top: -55px;
}

.mobile-menu ul
{
    display: none;
}

.mobile-menu li a 
{
    font-size: .8em;
    letter-spacing: 0px;
}

.mobile-menu > li:not(.current-page)
{
    background: rgb(41 48 61);
}

.mobile-menu li:hover
{
    background: rgb(63, 70, 100, 1);
}

.mobile-menu li ul
{
    position: relative;
    width: 98%;
    margin-left: 2%;
    margin-top: 0;
}

.mobile-menu li:hover ul 
{
    display: none;
}

.mobile-menu li ul li
{
    background: rgba(36, 41, 60, 1);
}

.menu-container li.current-page
{
    /* background: #3168a9; */
    background: #a93131;
    padding: 2px;
}

.mobile-menu > li.current-page
{
    /* background: #3168a9; */
    background: #a93131;
}

#online 
{
    float: right;
}

main
{
    overflow: hidden;
    z-index: 0;
    flex-grow: 1;
    padding: 0;
    background-color: #545e74; 
    /* background-image: linear-gradient(to bottom right, rgb(35, 50, 78) , rgb(142, 149, 165));
    background-image: -ms-linear-gradient(to bottom right, rgb(35, 50, 78) , rgb(142, 149, 165));
    background-image: -o-linear-gradient(to bottom right, rgb(35, 50, 78) , rgb(142, 149, 165));
    background-image: -webkit-linear-gradient(to bottom right, rgb(35, 50, 78) , rgb(142, 149, 165));
    background-image: -moz-linear-gradient(to bottom right, rgb(35, 50, 78) , rgb(142, 149, 165)); */
    
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);

    background-image:
        radial-gradient(circle at center, rgba(90,120,180,0.15), transparent 60%),
        radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
        linear-gradient(135deg, #2e3749, #3f4d67);

    background-image:
        -ms-radial-gradient(circle at center, rgba(90,120,180,0.15), transparent 60%),
        -ms-radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
        -ms-linear-gradient(135deg, #2e3749, #3f4d67);

    background-image:
        -o-radial-gradient(circle at center, rgba(90,120,180,0.15), transparent 60%),
        -o-radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
        -o-linear-gradient(135deg, #2e3749, #3f4d67);

    background-image:
        -moz-radial-gradient(circle at center, rgba(90,120,180,0.15), transparent 60%),
        -moz-radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
        -moz-linear-gradient(135deg, #2e3749, #3f4d67);

    background-image:
        -webkit-radial-gradient(circle at center, rgba(90,120,180,0.15), transparent 60%),
        -webkit-radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
        -webkit-linear-gradient(135deg, #2e3749, #3f4d67);

    background-size:
        auto,
        26px 26px,
        auto;
}

#particles-js
{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

.content-container
{
    display: block;
    margin: 0 auto;
    margin-top: 170px;
}

.pages-tree
{
    display: block;
    margin-right: auto;
    margin-left: auto;
    /* padding: 1% 2%; */
    max-width: 100%;
    border-radius: 10px;
    text-align: left;
    font-size: 1.2em;
    color: greenyellow;
    
    /* background: rgba(24, 31, 39, 0.57);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); */
} 

.pages-tree a
{
    color: lightgray;
}

.pages-tree a.current-page
{
    color: white;
}

.pages-tree a:not(.current-page):hover
{
    color: white;
    cursor: pointer;
}

.information-block
{
    margin-top: 1%;
    margin-right: 12px;
    margin-left: 12px;
    padding: 1px 15px 1px 15px;
    border-radius: 4px;
	font-family: sans-serif;
    letter-spacing: -.22px;
    background-color: rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
	
    /* -webkit-box-shadow: 0 1px 2px 3px rgba(0,0,0,0.07), 0 5px 6px 8px rgba(0,0,0,0.07), 0 2px 4px -7px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px 3px rgba(0,0,0,0.07), 0 5px 6px 8px rgba(0,0,0,0.07), 0 2px 4px -7px rgba(0,0,0,0.07); */

    -webkit-box-shadow: 0 1px 2px 3px rgb(56 67 90), 0 2px 3px 5px rgb(71 87 118), 0 2px 4px -7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 2px 3px rgb(56 67 90), 0 2px 3px 5px rgb(71 87 118), 0 2px 4px -7px rgba(0, 0, 0, 0.07)
}

.marked-title 
{
    font-size: 25px;
    font-weight: bold;
    border-left: 3px solid #ffffff;
    padding: 0px 0px 0px 24px;
	text-shadow: 0px 0px 0.1em black, 0 0 0.1em black, 0 0 0.1em black;
}

.indented-list > li > img, .indented-list > li > .my-video
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 4% auto;
    max-height: 400px;
    -webkit-box-shadow: 0 1px 2px 3px rgba(0,0,0,0.07), 0 5px 6px 8px rgba(0,0,0,0.07), 0 2px 4px -7px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px 3px rgba(0,0,0,0.07), 0 5px 6px 8px rgba(0,0,0,0.07), 0 2px 4px -7px rgba(0,0,0,0.07);
}

.indented-list > li > .single-line-p, .indented-list > li > .articles-preview-img
{
    margin: 1%;
}

.indented-list > li > .articles-preview-img
{
    width: 40%;
}

.circle-list, .decimal-list
{
    margin-left: 30px;
}

.circle-list li
{
    list-style-type: circle;
    text-indent: 0px;
}

.decimal-list li
{
    list-style-type: decimal;
}

.indented-list > li, .circle-list > li, .single-line-p
{
    text-align: justify;
}

.images 
{
    margin-top: 2.5%;
}

.images ul
{
    display: grid;
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    /* justify-content: space-around; */
    /* justify-content: space-between; */
    /* justify-content: flex-start; */
    /* justify-content: center; */
    /* width: 100%;
    margin-left: auto;
    margin-right: auto; */
    gap: 15px;
}

.images li
{
    /* width: 45%;
    margin: 2%; */
    /* width: calc((100% - 30px) / 3); */
    aspect-ratio: 1 / 0.7;
    overflow: hidden;
}

.images li a
{
    position: relative;
}

.images li p
{
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0.5em;
    font-size: 1.3vw;
    background: rgba(0, 0, 0, .5);
    text-shadow: 0px 0px 0.2em black;
}

.images img, .images .my-video
{
    display: block;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
    /* max-height: 315px; */
    /* max-height: 201px; */
    height: 100%;
    -webkit-box-shadow: 0 1px 2px 3px rgba(0,0,0,0.07), 0 5px 6px 8px rgba(0,0,0,0.07), 0 2px 4px -7px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px 3px rgba(0,0,0,0.07), 0 5px 6px 8px rgba(0,0,0,0.07), 0 2px 4px -7px rgba(0,0,0,0.07);
}

.images.partners img
{
    width: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.indented-list > li > img, .images img, .images .my-video
{
    border-radius: 3px;
    cursor: pointer;
}

.indented-list > li > img
{
    width: 80%;
}

.information-block .images:last-child
{
    margin-bottom: 2.5%;
}

.banner 
{
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%;
    border-radius: 4px;
	/* text-align: center; */
	/* background-color: black;
    background-repeat: no-repeat;
	background-image: url(/img/index-banners/18.jpg);
    background-size: cover;
	background-position: center top; */
}

.banner-effects
{
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        radial-gradient(
            circle at left center,
            rgba(25,40,70, 1),
            transparent 75%
        ),

        radial-gradient(
            circle at right center,
            rgba(25,40,70,.75),
            transparent 35%
        ),

        linear-gradient(
            to bottom,
            rgba(0,0,0,.25),
            transparent 20%,
            transparent 80%,
            rgba(0,0,0,.25)
        );
}

.banner-images
{
    z-index: 0;
    position: absolute;
    inset: 0;

    background-color: black;
    background-repeat: no-repeat;
	background-image: url(/img/index-banners/18.jpg);
    background-size: cover;
	background-position: center top;
}

.banner-container 
{
    display: block;
}

.banner-content
{
    z-index: 3;
    position: relative;
    top: 50%;
    transform: translate(6%, -50%);
}

.company-name
{
	font-weight: 700;
}

.banner p
{
    margin: 0;
}

.company-additional
{
    font-weight: 400;
}

.banner-content > hr
{
    margin: 15px 0px 0px 0px;
    border-color: #00a2ff;
    width: 80px;
}

.company-description
{
    /* background-color: rgba(214, 214, 214, 0.5); */
    /* margin-top: 15px; */
}

.banner-button-services
{
    display: block;
    width: 100px;
    margin-top: 20px;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: white;
    text-decoration: none;
    width: 300px;
    background-color: #3171bd;
    user-select: none;
    outline: none;
    transition: 0.4s;
    border: 1px solid #3171bf;
}

.banner-button-services:hover
{
    background-color: rgb(21 32 42 / 50%);
}

.company-name, .company-description
{
    display: block;
	/* margin-left: auto;
    margin-right: auto; */
    /* border-radius: 4px; */
}

.certificate-block
{
    display: grid;
    /* grid-template-columns: 1fr 300px; */
    grid-template-columns: repeat(1, 1fr);  
    gap: 20px;
    align-items: center;
    padding-right: 20px;
}

.certificate-block li > img
{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    cursor: pointer;
}

.my-video-container
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 10px;
} 

.youtube-video
{
    width: 100%;
    height: 100%;
    padding: 2%;
    border-radius: 10px;
}

.contact-buttons 
{
    display: block;
    margin: 3% 1%;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}

.contact-buttons li
{
    display: inline-flex;
    padding: 10px;
}

.contact-buttons a
{
    display: block;
}

.contact-buttons img
{
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 1%;
}

.contact-buttons p 
{
    padding-left: 65px;
    color: white;
    font-weight: bolder;
}

.contact-buttons li:hover p
{
    color: greenyellow;
}

.services-name
{
    margin-bottom: 0;
}

.services-description
{
    margin-top: 0;
}

.services-name, .services-description
{
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.14), 0 9px 46px rgb(71 86 116), 0 11px 15px rgb(255 255 255 / 20%);
}

.services
{
    margin-top: 1%;
    border-radius: 4px;
	font-family: sans-serif;
    box-sizing: border-box;
}

.services-list
{
    display: grid;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}

.services-list > a:hover
{
    cursor: pointer;
    opacity: 0.8;
    border: 1px solid rgb(255 0 82);
}

.services-list > a
{
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    flex-basis: 31%;
    margin: 2%;
    border-radius: 10px 10px 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: border 0.2s linear;
    background-color: rgba(0, 0, 0, 0.2);
    
    /* -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%); */

    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 2px 0 rgb(112 149 215);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 2px 0 rgb(112 149 215);
}

.services-preview-effects
{
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        radial-gradient(
            circle at left center,
            rgba(25, 40, 70, 0.7),
            transparent 75%
        ),

        radial-gradient(
            circle at right center,
            rgba(25,40,70,.75),
            transparent 35%
        ),

        linear-gradient(
            to bottom,
            rgba(0,0,0,.45),
            transparent 20%,
            transparent 80%,
            rgba(0,0,0,.25)
        );
    
    border-radius: 10px 10px 0px 0px;
    transition: 0.5s linear;
}

.services-preview-effects:hover
{
    background: 0;
}

.services-list > a img
{
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid rgb(255 0 82);
}

.services-list p
{
    padding: 1% 0 0% 1%;
    font-weight: 700;
    position: relative;
    z-index: 3;
}

.map 
{
    margin: auto;
    margin-top: 1%;
    border-radius: 4px;
}

.map > .map-location
{
    width: 100%;
    height: 400px;
    border-radius: 4px;
}

.company-name, .company-description, .phone-number, .contact-buttons p, .pages-tree
{
    text-shadow: 0px 0px 0.1em black, 0 0 0.1em black, 0 0 0.1em black;
}

.banner, .map
{
    /* -webkit-box-shadow: 0 1px 2px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2); */

    -webkit-box-shadow: 0 1px 2px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgb(71 86 116), 0 11px 15px -7px rgb(255 255 255 / 20%);
    box-shadow: 0 1px 2px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgb(71 86 116), 0 11px 15px -7px rgb(255 255 255 / 20%);
}

.offset-change-page
{
    display: block;
    margin-right: auto;
    margin-left: auto;
    min-width: 30%;
    padding: 0.5% 0;
    max-width: 100%;
    border-radius: 10px;
    text-align: center;
    font-size: 1.5em;
    background: rgba(24, 31, 39, 0.57);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
} 

.offset-change-page > *
{
    padding: 0 2%;
}

.offset-change-page .current-page
{
    color: rgb(255, 144, 0);
}

.offset-change-page .arrow
{
    font-weight: 100;
    background: gray;
    border-radius: 5px;
    padding: 0px 5px;
}

.offset-change-page a
{
    cursor: pointer;
}

.articles-detail-btn
{
    display: block;
    margin-left: auto;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.1s;
	background: rgb(0, 0, 0, 0.3);
}

.articles-detail-btn:hover
{
    background: rgb(0, 0, 0, 0.2);
    box-shadow: inset #000000 0 -1px 1px, inset 0 0px 0px #000000, #6bafe1 0 0 0 0px, #5acaff 0 10px 10px -5px;
}

.articles-detail-btn:active
{
    background: rgb(10, 10, 10, 0.5);
}

.review .marked-title, .review .date
{
	display: inline-flex;
	width: 49%;
}

.review .marked-title
{
	justify-content: left;
}

.review .date
{
	justify-content: right;
}

.send-review
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
	border-radius: 10px;
	margin-bottom: 25px;
	font-size: 1em;
    font-weight: bold;
    text-align: center;
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 1px #16316d;
    user-select: none;
    outline: none;
	background: linear-gradient(to left, rgba(0,0,0,.3), rgba(0,0,0,.0) 50%, rgba(0,0,0,.3)), linear-gradient(#535f77, #60769e, #4e699a);
    background-size: 72% 100%, auto;
    background-position: 50% 50%;
    box-shadow: inset #4e699a -1px 1px, inset 0 1px 1px #535f77, #60769e 0 0 1px, #000 0 3px 8px -4px;
	transition: 0.2s;
}

.send-review:hover
{
    background-size: 170% 100%, auto;
	box-shadow: inset #4e699a -1px 1px, inset 0 1px 1px #535f77, #60769e 0 0 1px, #000 0 10px 15px -10px;
}

.send-review:active
{
    top: 1px;
    color: #adfaff;
	opacity: 0.7;
}

.send-review2
{
	display: block;
	margin: 10px auto;
	padding: 10px;
    background-size: 100% 100%, auto;
}

.send-review2:hover 
{
	opacity: .85;
	cursor: pointer; 
}
.send-review2:active 
{
	border: 1px solid #116891;
	box-shadow: 0 0 10px 5px #74c3d5 inset; 
	-webkit-box-shadow:0 0 10px 5px #74c3d5 inset ;
	-moz-box-shadow: 0 0 10px 5px #74c3d5 inset;
	-ms-box-shadow: 0 0 10px 5px #74c3d5 inset;
	-o-box-shadow: 0 0 10px 5px #74c3d5 inset;
}

.rating
{
	display: flex;
}

.rating li img
{
    margin-left: 3px;
    width: 19px;
	content: url("/img/review/no-active-star.png");
}

.rating[data-number="1"] li:nth-child(-n+1) img, 
.rating[data-number="2"] li:nth-child(-n+2) img,
.rating[data-number="3"] li:nth-child(-n+3) img,
.rating[data-number="4"] li:nth-child(-n+4) img,
.rating[data-number="5"] li img
{
	content: url("/img/review/active-star.png");
}

.note
{
	display: block;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	text-shadow: 0px 1px #000;
}

*:focus
{
	outline: none;
}

.form_hint, .required_notification
{
	font-size: 11px;
}

.review-form > ul 
{
	display: flex;
    flex-direction: column;
    width: 100%;
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}

.review-form li
{
	display: inline-flex;
	flex-direction: column;
    padding: 5px 10px;
} 

.required_notification 
{
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

.review-form ul li > label
{
	display: inline-block;
	padding: 3px;
}

.review-form textarea
{
	height: 10%;
	width: 90%;
	padding: 8px;
}

.review-form input:required, .review-form textarea:required, .star-rating
{
	margin: 10px 0px;
	width: 80%;
	padding: 5px 8px;
	border-radius: 5px;
}

.review-form input, .review-form textarea 
{ 
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	padding-right:30px;
	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}

.review-form input:focus, .review-form textarea:focus 
{
	background: #fff; 
	border:1px solid #555; 
	box-shadow: 0 0 3px #aaa; 
	padding-right:70px;
}

.review-form input:required, .review-form textarea:required 
{
	background: #fff url(/img/review/red_asterisk.png) no-repeat 98% center;
}

.review-form input:required:valid, .review-form textarea:required:valid 
{
	background: #fff url(/img/review/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}

.review-form input:focus:invalid, .review-form textarea:focus:invalid 
{
	background: #fff url(../img/review/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

.form_hint 
{
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before
{
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.review-form input:focus + .form_hint
{
	display: inline;
}
.review-form input:required:valid + .form_hint
{
	background: #28921f;
}
.review-form input:required:valid + .form_hint::before
{
	color:#28921f;
}

.star-rating
{
	font-size: 0;
	margin-top: 1%;
	padding-left: 0;
}
.star-rating__wrap
{
	display: inline-block;
	font-size: 1rem;
}
.star-rating__wrap:after
{
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico
{
	float: right;
	padding-left: 2px;
	cursor: pointer;
    color: #FFB300;
    width: auto;
}
.star-rating__ico:last-child
{
	padding-left: 0;
}
.star-rating__input
{
	display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before
{
	content: "\f005";
}
.star-rating label
{
	padding-right: 10px;
}

label
{
    font-size: .9rem;
    color: white;
}

footer
{
    color: white;
    background-color: rgb(51, 61, 72);
    background-image: linear-gradient(to left, rgb(18, 36, 55) , rgb(53, 53, 53));
    background-image: -ms-linear-gradient(to left, rgb(18, 36, 55) , rgb(53, 53, 53));
    background-image: -o-linear-gradient(to left, rgb(18, 36, 55) , rgb(53, 53, 53));
    background-image: -webkit-linear-gradient(to left, rgb(18, 36, 55) , rgb(53, 53, 53));
    background-image: -moz-linear-gradient(to left, rgb(18, 36, 55) , rgb(53, 53, 53));
}

.partners-carousel-container
{
    background-color: rgba(0, 0, 0, 0.30);
    margin-bottom: 15px;
}

#partners_carousel
{
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
}

#partners_carousel ul
{
    width: 1500px;
    height: 600px;
    margin: 0;
}

#partners_carousel ul li
{
    display: inline-block;
    margin: 10px 0 10px 50px;
}

.footer-info
{
    width: 90%;
    padding-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
}

.total-views-number
{
    margin-left: auto;
    margin-right: auto;
}

.copyright
{
    padding-left: 8px;
    padding-right: 8px;
    margin-left: auto;
    margin-right: auto;
    color: #929292;
}

.total-views-number, .copyright
{
    font: 20px/1.5 'Open Sans Condensed',sans-serif;
    display: block;
    width: 300px;
    background-color: rgba(90, 90, 90, 0.199);
    border-radius: 10px;
    text-align: center;
    letter-spacing: -1px;
    word-break: break-word;
}

@media (min-width: 200px) 
{
    .hat 
    {
        justify-content: space-between;
        height: 55px;
    }

    .small-info-card
    {
        margin-top: 12px;
    }
    
    .small-info-card img
    {
        margin-left: 12px; 
        width: 35px;
        margin-top: -3px;
    }

    .fast-info
    {
        display: none;
        margin-left: 5px;
        margin-top: -6px;
    }

    .fast-info-name
    {
        font-size: 10px;
    }
    
    .fast-info-description
    {
        font-size: 8px;
    }

    .contacts-redirect-button
    {
        display: block;
    }

    .nav-contacts-container
    {
        display: none;
        font-size: 16px;
    }

    .menu-container 
    {
        margin-top: 40px;
        padding: 0px;
    }

    .menu-container nav
    {
        width: 100%;
    }

    .main-menu 
    {
        display: none;
    }

    .mobile-button
    {
        display: block;
    }

    .mobile-menu:hover
    {
        display: none;
    }

    #online
    {
        margin-top: 5px;
        margin-right: 10px;
    }

    .content-container
    {
        margin-top: 115px;
        width: 95%;
    }

    .content-container > *
    {
        margin-top: 4%;
        margin-bottom: 4%;
    }

    .information-block
    {
        margin-left: auto;
        margin-right: auto;
        margin-top: 4%;
    }

    .marked-title
    {
        font-size: 16px;
    }

    .indented-list > li
    {
        margin: 4% 3%;
    }

    .circle-list li, .information-block > ul > li, .single-line-p
    {
        font-size: 13px;
    }

    .banner-container 
    {
        height: 200px;
    }

    .company-name 
    {
        font-size: 22px;
    }

    .company-additional
    {
        font-size: 11px;
    }

    .banner-button-services
    {
        font-size: 12px;
        padding: 5px;
        width: 140px;
    }

    .company-description 
    {
        font-size: 9px;
    }

    .banner-content > hr
    {
        margin: 8px 0px 8px 0px;
    }

    .contact-buttons li
    {
        width: 100%;
        justify-content: left;
        margin-left: 15px;
    }

    .contact-buttons a
    {
        width: 30%;
    }

    .certificate-block
    {
        grid-template-columns: repeat(1, 1fr);
    }

    .certificate-block li > img
    {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .my-video-container 
    {
        height: 300px;
    }

    .map 
    {
        margin-top: 4%;
    }

    .send-review  
	{
        margin-bottom: 6%;
		width: 95%;
	}

	.send-review2
	{
		width: 100%;
	}

    .articles-detail-btn
    {
        width: 35%;
        padding: 2%;
    }

    .services-name
    {
        font-size: 23px;
        margin-bottom: 0;
    }

    .services-description
    {
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .services-list
    {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-list > a img
    {
        height: 25vw;
    }

    .services-list p
    {
        margin: 4%;
    }

    .images ul
    {
        grid-template-columns: repeat(2, 1fr);
    }

    /* .images li
    {
        width: calc((100% - 30px) / 2);
    } */

    .offset-change-page
    {
        margin-top: 6%;
    }

    #partners_carousel
    {
        width: 335px;
        height: 50px;
    }

    #partners_carousel img
    {
        width: 30px;
    }

    #partners_carousel ul
    {
        margin-left: -20px;
    }

    #partners_carousel img ul li
    {
        margin: 10px 0 10px 50px;
    }

    .total-views-number, .copyright
    {
        width: 250px;
        font-size: 15px;
    }
}

@media (min-width: 365px)
{
    .fast-info
    {
        display: inline-block;
    }
}

@media (min-width: 600px) 
{
    .information-block
    {
        margin-left: auto;
        margin-right: auto;
        margin-top: 4%;
    }

    .banner-container 
    {
        height: 270px;
    }

    .company-name 
    {
        font-size: 24px;
    }

    .company-additional
    {
        font-size: 13px;
    }

    .banner-button-services
    {
        font-size: 14px;
        padding: 8px;
        width: 160px;
    }

    .company-description 
    {
        font-size: 11px;
    }

    .my-video-container 
    {
        height: 400px;
    }

    .images ul
    {
        grid-template-columns: repeat(3, 1fr);
    }

    .services-list
    {
        grid-template-columns: repeat(3, 1fr);
    }

    .certificate-block
    {
        grid-template-columns: repeat(2, 1fr);
    }

    .certificate-block li > img
    {
        width: 100%;
    }
}

@media (min-width: 768px)
{
    .banner-container 
    {
        height: 290px;
    }

    .company-name 
    {
        font-size: 28px;
    }

    .company-additional
    {
        font-size: 16px;
    }

    .banner-button-services
    {
        font-size: 16px;
        padding: 8px;
        width: 180px;
    }

    .company-description 
    {
        font-size: 14px;
    }
}

@media (min-width: 961px) 
{    
    .hat 
    {
        height: 95px;
    }

    .small-info-card 
    {
        margin-top: 0px;
    }

    .small-info-card img
    {
        margin-top: 4px;
        width: 80px;
    }

    .fast-info
    {
        margin-left: 25px;
        margin-top: 18px;
    }

    .fast-info-name
    {
        font-size: 20px;
    }
    
    .fast-info-description
    {
        font-size: 15px;
    }

    .contacts-redirect-button
    {
        display: none;
    }

    .nav-contacts-container
    {
        display: inline-flex;
        font-size: 12px;
    }

    .menu-container
    {
        margin-top: 70px;
        padding: 10px;
    }

    .main-menu
    {
        display: block;
        margin-top: 0px;
    }

    .mobile-button
    {
        display: none;
    }

    .mobile-menu
    {
        display: none;
    }

    #online
    {
        margin-top: 3px;
        margin-right: -20px;
    }
    
    .content-container
    {
        width: 70%;
        margin-top: 160px;
    }

    .content-container > *
    {
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .indented-list > li
    {
        margin: 3% 1%;
    }

    .indented-list > li > img
    {
        width: 40%;
    }

    .banner-container
    {
        height: 320px;    
    }

    .company-name 
    {
        font-size: 50px;
    }

    .company-description 
    {
        font-size: 13px;
        /* width: 525px; */
    }

    .banner-button-services
    {
        font-size: 14px;
        padding: 10px;
        width: 250px;
    }

    .contact-buttons li
    {
        width: 49%;
        justify-content: center;
        margin-left: 0;
    }
    
    .contact-buttons a
    {
        width: 50%;
    }

    .articles-detail-btn
    {
        width: 20%;
        padding: 1%;
    }

    .send-review  
	{
        margin-bottom: 3%;
		width: 55%;
	}

	.send-review2
	{
		width: 50%;
	}

    .services-name
    {
        font-size: 30px;
        margin-bottom: 0;
    }

    .services-description
    {
        font-size: 15px;
        margin-top: 5px;
    }

    .services-list p
    {
        margin: 2%;
    }

    .services-list
    {
        grid-template-columns: repeat(3, 1fr);
    }

    .services-list > a img
    {
        height: 12vw;
    }

    .offset-change-page
    {
        margin-top: 3%;
    }

    #partners_carousel 
    {
        width: 535px;
        height: 70px;
    }

    #partners_carousel ul
    {
        margin-left: 0;
    }

    #partners_carousel img ul li
    {
        margin: 10px 0 10px 50px;
    }

    #partners_carousel img
    {
        width: auto;
    }

    .total-views-number, .copyright
    {
        width: 300px;
        font-size: 20px;
    }
}

@media (min-width: 1254px) 
{
    .hat 
    {
        justify-content: space-around;
    }

    .small-info-card img
    {
        margin-left: -2%;
    }

    .fast-info
    {
        margin-left: 10px;
        margin-top: 8px;
    }

    .fast-info-name
    {
        font-size: 24px;
    }

    .fast-info-description
    {
        font-size: 22px;
    }

    .nav-contacts-container
    {
        font-size: 14px;
    }

    .menu-container nav
    {
        width: 75%;
    }

    .information-block
    {
        margin-top: 2%;
    }

    .marked-title
    {
        font-size: 24px;
    }

    .circle-list li, .single-line-p, .information-block > ul > li
    {
        font-size: 14.5px;
    }

    .company-description 
    {
        font-size: 17px;
        /* width: 620px; */
    }

    .banner-container
    {
        height: 400px;    
    }

    .banner-content > hr
    {
        margin: 15px 0px 15px 0px;
    }

    .company-additional 
    {
        font-size: 25px;
        /* width: 620px; */
    }

    .banner-button-services
    {
        font-size: 15px;
        padding: 10px;
        width: 300px;
    }

    .my-video-container 
    {
        height: 500px;
    }

    .map 
    {
        margin-top: 2%;
    }
}

@media (min-width: 1500px)
{
    .small-info-card
    {
        margin-top: 0px;
    }

    .main-menu li a
    {
        font-size: .9em;
        letter-spacing: 1px;
    }

    .content-container
    {
        width: 50%;
    }

    .map 
    {
        margin-top: 2%;
    }

    .services-name
    {
        margin-bottom: 0;
    }

    .services-description
    {
        margin-top: 0;
    }

    .services-list
    {
        grid-template-columns: repeat(4, 1fr);
    }

    .services-list > a img
    {
        height: 9vw;
    }
}