
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

:root {
    --bg-color: #F5F5F5;
    --grey-color: #878787;
    --block-color: #018BC6;
    --black-color: #000000;
    --white-color: #ffffff;
    --footer-color: #362E39;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    margin-bottom: 0;
}
main {
    padding-top: 140px;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
li {
    list-style-type: none; /* Убираем маркеры */
}

img {
    display: block;
}

div#burger {
    display: none;
}

.list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.link {
    text-decoration: none;
}

body {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    background-color: var(--bg-color);


}
#header{
    width: 100%;
    height: 142px;
    background-color: var(--white-color);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header__menu-top {
    display: flex;
    flex-direction: column;
}
nav.menu-top__body {
    display: flex;
    flex-direction: row;
}
nav.menu-top__nav {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #D9D9D9;

}
ul.menu-top__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 171px;
    margin-top: 20px;

}
ul.auth-nav {
    display: flex;
    flex-direction: row;
}
li.menu-top__item {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 40px 0px 0;
}
ul.menu-contact__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 19px 0;
}
li.header-item.contact {
    margin: 0 33px 0 0;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: var(--grey-color);
}
button.button-hero.button {
    background: #018BC6;
    border-radius: 2px;
    color: white;
    padding: 15px 60px;
    border: none;
    margin-top: 13px;
    cursor: pointer;
}
select {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #878787;
    border: none;
}
/*footer*/
.footer-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--footer-color);
}

.footer-contacts {
    margin-right: 70px;
}
.footer-blocks {
    display: flex;
    flex-direction: row;
    align-items: center;
}
a.footer-logo {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #FFFFFF;
}
a.adress-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-family: 'Jost';
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    padding: 20px 15px 20px 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    right: 20rem;
    top: 2.6rem;
}

.dropbtn
{
    background: url('https://serg-svy.github.io/Griftrans/image/icon/md.svg') no-repeat left center;
    padding-left: 25px;
    width: 40px;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #878787;
    margin-right: 10px;
}

.dropbtn::after {
    background: rgba(0, 0, 0, 0) url('/image/icon/str.svg') no-repeat scroll center center;
    content: "";
    height: 16px;
    position: absolute;
    right: 20.5rem;
    top: 22px;
    width: 16px;
    transform: rotate(180deg);
    display: block;
}

.dropdown-content a:first-child
{
    background: url('/image/icon/ru.svg') no-repeat left center;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #878787;
    margin-bottom: 6px;
}

.dropdown-content a:last-child
{
    background: url('/image/icon/eng.svg') no-repeat left center;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #878787;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 2px 0 2px 25px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
li.contacts-align {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 7px;
}
a.contacts_footer {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Jost';
    font-style: normal;
}
.footer-join {
    display: flex;
    flex-direction: column;
    align-items: end;
}

ul.menu-footer__list {
    display: flex;
    flex-direction: row;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 30px;
}
li.menu-footer__item {
    padding: 0 0 0 20px;
    text-decoration-line: underline;
}
.footer_contact_btn {
    background: #018BC6;
    border-radius: 2px;
    width: 221px;
    text-align: center;
    padding: 12px 0;
    color: #FFFFFF;
    margin-top: 42px;
}
.footer_contact_btn svg {
    margin-left: 10px;
}
.author-text__studio {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0 14px;
}
.author-text__by {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.5);
    mix-blend-mode: normal;
    opacity: 0.6;
}

.author-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
}
ul.join-icons {
    display: flex;
    flex-direction: row;
    justify-content: start;
}
li.join-icon-container {
    padding-right: 15px;
}
.footer-blocks {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
/*hero*/
.hero-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-align {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: absolute;
    top: 6rem;
    left: 32rem;
}
h1.hero-title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: 185.99%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 261px;
}
.hero-align p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 147.34%;
    text-align: center;
    color: #FFFFFF;
}
h1.hero-title::before {
    position: absolute;
    width: 100%;
    border-top: 2px solid #018BC6;
    content: "";
}
.hero-align p::before {
    position: absolute;
    width: 360px;
    border-top: 2px solid #018BC6;
    content: "";
    margin-top: 65px;
}
/*servicec*/
.container_services {
    background: #F8F8F8;
    background-image: url(/image/upload/home_back.png);
    background-repeat: no-repeat;
    background-position: 85% 70%;
}

p.services_title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 130%;
    text-transform: uppercase;
    color: #000000;
    margin-top: 120px;
}
.section_sevices {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 146px;
    margin-top: 10px;
}
.services_desc {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 130%;
    color: #000000;
}
.services_desc_cnt {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
    width: 85%;
}
.section_sevices_img {
    width: 15%;
}
li.section_sevices_item span {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 160%;
    color: #1C1C1C;
}
li.section_sevices_item p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #000000;
    width: 310px;
}
ul.section_sevices_list.left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 90px;
}
ul.section_sevices_list.right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 42px;
}
section.services_logist {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    margin-top: 225px;
}
span.services_logist_desc {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 140%;
    color: #000000;
}
p.services_logist_title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 140%;
    text-transform: uppercase;
    color: #000000;
}
.services_logist_cnt {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
}
.logist {
    display: flex;
    flex-direction: column;
    margin-left: 21.1rem;
}
p.recommend_title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 140%;
    color: #000000;
}
span.recommend_desc {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 140%;
    text-transform: uppercase;
    color: #000000;
}
li.recommend_cnt_item span {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #000000;
    background-color: #FFFFFF;
    width: 40px;
    height: 20px;
    margin-top: -62px;
    position: absolute;
    text-align: center;
    margin-left: -10px;
}
p.recommend_cnt_title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 160%;
    color: #1C1C1C;
}
p.recommend_cnt_desc {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #000000;
    width: 78%;
}
ul.recommend_cnt_list {
    display: flex;
    flex-direction: row;
    border-top: 2px solid #018BC6;
}
.recommend_cnt {
    margin-top: 50px;
    margin-bottom: 50px;

}
li.recommend_cnt_item {
    margin-top: 50px;
    margin-bottom: 50PX;
}
.reviews_block {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
    border-radius: 10px;
}
.reviews_title p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #131313;
}
.reviews_desc p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #000000;
}
.logist_map {
    margin-top: -100px;
}
main.home_block {
    background-color: #FFFFFF;
    width: 100%;
}
/*about*/
.breadcrumbs_block {
    display: flex;
    flex-direction: row;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #878787;
    margin-top: 15px;
}
.breadcrumbs_block span{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3C3C3C;
    margin-left: 10px;

}
.breadcrumbs_block a {
    margin-right: 10px;
}
.about_block_title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 185.99%;
    text-transform: uppercase;
    color: #000000;
}
.about_block_span {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
    width: 75%;
    margin-top: 20px;
}
.about_block_desc {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 160%;
    color: #000000;
    width: 77%;
    margin-top: 20px;
    margin-bottom: 40px;
}
.about-cnt {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}
.about_specification p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 160%;
    color: #000000;
}
.about_specification_title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    color: #1C1C1C;
}

.about_specification_title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    color: #1C1C1C;
    margin-top: 40px;
    margin-bottom: 20px;
}
.recommend_about {
    width: 100%;
    background-color: var(--white-color);
    margin-top: 70px;
}
.recommend_about {
    width: 100%;
    background-color: var(--white-color);
    margin-top: 70px;
    padding-bottom: 60px;
    padding-top: 30px;
}
li.recommend_cnt_about_item span {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #000000;
    background-color: #FFFFFF;
    width: 40px;
    height: 20px;
    margin-top: -62px;
    position: absolute;
    text-align: center;
    margin-left: -10px;
}
ul.recommend_cnt_about_list {
    display: flex;
    flex-direction: row;
    border-top: 2px solid #018BC6;
}
li.recommend_cnt_about_item {
    margin-top: 50px;
    margin-bottom: 50PX;
}
li.recommend_cnt_about_item {
    margin-top: 50px;
    margin-bottom: 50PX;
}
/*services_page*/
.services_page_block_title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 185.99%;
    text-transform: uppercase;
    color: #000000;
}
.services_page_block_span {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
    margin-top: 10px;
}
.services_page_block_desc {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 160%;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 40px;
}
.services_page_btn {
    background: #018BC6;
    border-radius: 2px;
    width: 183px;
    text-align: center;
    padding: 15px 0;
    color: #FFFFFF;
    margin-top: 23px;
}
.services_page_btn svg {
    margin-left: 10px;
    margin-bottom: -3px;
}
.cart_block {
    background: #FFFFFF;
    border-radius: 10px;
    width: 386px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cart_block span {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 160%;
    color: #1C1C1C;
}
.cart_block p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #000000;
    margin-top: 20px;
}
.cart_block a {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #0079AD;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
img.angle_services {
    margin-left: 6px;
}
.cart_block_cnt {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    margin-right: 25px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.cart_block_cnt::before {
    position: absolute;
    width: 2.6%;
    border-top: 2px solid #018BC6;
    content: "";
    margin-top: 12px;
}
.services_page_block_desc p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 160%;
    color: #000000;
}
.services_page_cnt {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}
.services_cart_line {
    display: flex;
    flex-direction: row;
}
.services_cart {
    margin-top: 20px;
    margin-left: 20px;
}
.services_page_block.right {
    margin-bottom: 100px;
}
.services_page_block.left {
    margin-right: 85px;
}

/*directions*/

.container_directions {
    display: flex;
    flex-direction: row;
    margin-top: 40px;

}
.directions_block_title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 185.99%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}
.directions_specification {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 10px;
}
.directions_block_span {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    color: #1C1C1C;
    margin-top: 50px;
    margin-bottom: 40px;
}
.directions_form_title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 160%;
    color: #1C1C1C;
    margin-top: 100px;
    margin-bottom: 25px;
}
.directions_span {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 25px;
}
.input_wrapper label {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #494949;
}
.input_wrapper_title label {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #494949;
    margin-bottom: 5px;
}
.input_wrapper input {
    background: #F8F8F8;
    width: 100%;
    padding: 13px 0 13px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    border: none;
    border-bottom: 1px solid #D7D7D7;
}
.directions_form {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
    padding: 0 52px 0 52px;
    width: 100%;
    height: 100%;
}
.directions_form_title::before{
    position: absolute;
    width: 11%;
    border-top: 2px solid #018BC6;
    content: "";
    margin-top: -10px;
}
button.directions_form svg {
    margin-bottom: -3px;
}
.container_about_background {
    background-image: url(/image/upload/back_about.png);
    background-repeat: no-repeat;
    background-position: 79% 24.2%;
}
.service_det_back{
    background-image: url(/image/upload/back_about.png);
    background-repeat: no-repeat;
    background-position: 22% 29.6%;
}
button.directions_form {
    background: #018BC6;
    color: white;
    padding: 17px 20px;
    border: none;
    margin-top: 20px;
    width: 200px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.directions_form svg{
    margin-left: 10px;
}
.input_wrapper_title {
    display: flex;
    flex-direction: column;
}

.directions-cnt {
    margin-bottom: 60px;
    margin-right: 60px;
    width: 100%;
}
.directions_img {
    margin-top: 30px;
}
.input_wrapper {
    margin-top: 15px;
}
.input_wrapper_title {
    margin-top: 15px;
}
.input_wrapper_title textarea {
    background: #F8F8F8;
    resize: none;
    border: none;
    display: flex;
    text-align: start;
    font-weight: 400;
    font-size: 14px;
    padding-top: 15px;
    padding-left: 15px;
    height: 105px;
    border-bottom: 1px solid #D7D7D7;
}
/*servicii_det*/
.service_det_block_title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 140%;
    text-transform: uppercase;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 40px;
}
.service_det_block_span {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 30px;
}
.service_det_block_desc {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 20px;
}
.service_det_specification {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 160%;
    color: #000000;
}
.service_det_specification_title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    color: #1C1C1C;
    margin-bottom: 30px;
}
.service_det-cnt {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.service_det_block {
    width: 38%;
    margin-left: 130px;
}
.container_service_det_bottom {
    display: flex;
    flex-direction: row;
    margin-bottom: 110px;
    margin-top: 50px;
}
.service_det_bottom_cnt {
    margin-right: 50px;
}
/*contact*/
.contact_block_title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 185.99%;
    text-transform: uppercase;
    color: #000000;
}
.contact_specification {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #000000;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 80px;
}
.contact_block {
    display: flex;
    flex-direction: row;
}
button.contact_form_btn {
    background: #018BC6;
    color: white;
    padding: 17px 35px;
    border: none;
    margin-top: 20px;
    margin-bottom: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contact_form {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
    padding: 35px 50px 0 50px;
    width: 100%;
    height: 100%;
}
.contact_maps iframe {
    width: 100%;
    height: 419px;
}
.contact_maps {
    margin-top: 64px;
    margin-bottom: -6px;
}
.contact_block_esc p {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 160%;
    color: #1C1C1C;

}
a.contact_adress-info {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    color: #000000;
}

li.contact_item_map {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0079AD;
    margin-top: 10px;
    margin-left: 30px;
}
li.contact_align_mail {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    color: #000000;
    margin-top: 20px;
}
li.contact_align_phone{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    color: #000000;
    margin-top: 20px;
}

.contact_block_esc::before {
    position: absolute;
    width: 14.5%;
    border-top: 2px solid #018BC6;
    content: "";
    margin-top: -18px;
}
li.contatc_adress {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
}
ul.contact_list svg {
    margin-right: 7px;
}
li.contact_item_map svg {
    margin-left: 10px;
}
button.contact_form_btn svg {
    margin-left: 10px;
}
label.surely {
    color: #FF1313;
}
p.contact_adress_title {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    color: #000000;
    width: 27%;
}
li.contatc_adress img {
    margin-bottom: 24px;
    margin-right: 17px;
}
li.contact_align_mail {
    display: flex;
    flex-direction: row;
}
li.contact_align_mail img {
    margin-right: 17px;
}
li.contact_align_phone {
    display: flex;
    flex-direction: row;
}
li.contact_align_phone img{
    margin-right: 17px;
}
button.contact_form_btn svg {
    margin-top: 2px;
}


.scrollToTopBtn {
    background-color: black;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 16px;
    line-height: 48px;
    width: 48px;

    /* place it at the bottom right corner */
    position: fixed;
    bottom: 30px;
    right: 30px;
    /* keep it at the top of everything else */
    z-index: 100;
    /* hide with opacity */
    opacity: 0;
    /* also add a translate effect */
    transform: translateY(100px);
    /* and a transition */
    transition: all .5s ease
}

.showBtn {
    opacity: 1;
    transform: translateY(0)
}
.section_sevices_item::before{
    position: absolute;
    width: 2.5%;
    border-top: 2px solid #018BC6;
    content: "";
    margin-top: -4px;
}
.cookie {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 413px;
    padding: 35px 40px 40px 35px;
    text-align: center;
    left: 81rem;
    top: 40rem;
}
p.cookie_title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150.4%;
    color: #000000;
    margin-bottom: 22px;
}
p.cookie_desc {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    text-align: initial;
}

a.cookie_link {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #0079AD;
}
button.cookie-hero {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    background: #018BC6;
    border-radius: 2px;
    color: #ffffff;
    border: none;
    width: 242px;
    height: 49px;
    margin-top: 40px;
}
button.cookie-hero_btn {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    border: none;
    background: none;
    margin-top: 20px;
}
/*slider*/
.reviews {
    background: #FFFFFF;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    margin-bottom: 105px;
}
button.slick-prev.slick-arrow{
    left: -25px;
    background-image: url(../image/icon/left_slider.svg);
    background-repeat: no-repeat;
    margin-left: -32px;
}
.product_small_slider .slick-arrow, .product_equipment_slider .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 1;
    font-size: 0;
    width: 45px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    opacity: 1;
    background-size: auto;
}
.product_equipment_slider .slick-arrow {
    position: absolute;
    z-index: 1;
    font-size: 0;
    width: 45px;
    height: 100%;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    top: -16.5rem;
    transform: translateX(74rem);
    opacity: 1;
    background-size: auto;
}

button.slick-next.slick-arrow{
    background-image: url(../image/icon/right_slider.svg);
    background-repeat: no-repeat;
}
.reviews_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 297px;
    margin-top: 35px;
    background-image: url(../image/icon/obb.svg);
    background-repeat: no-repeat;
    background-position: 100% 95%;
}
.reviews_title p {
    margin-left: 12px;
}
.reviews_desc {
    width: 297px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
    margin-bottom: 40px;
}
.reviews_block {
    margin-left: 10px;
    margin-right: 10px;
}
.reviews_title p::after {
    position: absolute;
    width: 3.67%;
    border: 1px solid #EAEAEA;
    content: "";
    margin-top: 34px;
    margin-left: -8.9rem;
}
a.menu-top__link:hover{
    color: #018BC6;
}
button.button-hero.button:hover{
    background: #02719e;
}
.footer_contact_btn:hover{
    background: #02719e;
}
button.slick-next.slick-arrow:hover{
    background-image: url(../image/icon/right_slider_blue.svg);
    background-repeat: no-repeat;
}
button.slick-prev.slick-arrow:hover{
    left: -25px;
    background-image: url(../image/icon/left_slider_blue.svg);
    background-repeat: no-repeat;
    margin-left: -32px;
}
.insta_blue:hover{
    background-image: url(../image/icon/insta_blue.svg);
    background-repeat: no-repeat;
}
.facebook_blue:hover{
    background-image: url(../image/icon/facebook_blue.svg);
    background-repeat: no-repeat;
}
li.menu-footer__item:hover{
    text-decoration: none;
}
.breadcrumbs_block:hover{
    color: #3C3C3C;
}
.cart_block a:hover{
    text-decoration-line: underline;
}
li.header-item.contact svg {
    margin-right: 3px;
}
/*slider_home*/

.slider__counter {
    position: absolute;
    bottom: 3rem;
    right: 24rem;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
}
.cart_block_cnt span:hover {
    color: var(--block-color);
    text-decoration: none;
}
.cart_block_cnt a:hover{
    text-decoration: none;
}
a.decoretion_btn:hover{
    text-decoration-line: underline;
}

li.section_sevices_item span:hover{
    color: var(--block-color);
}
span.slider-nav__arrow.js-gallery-next.slick-arrow {
    position: absolute;
    z-index: 1;
    font-size: 0;
    width: 47px;
    height: 50px;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    opacity: 1;
    background-size: auto;
    background-image: url(../image/icon/right_slider_white.svg);
    background-repeat: no-repeat;
    right: 20rem;
    top: 50.2rem;
}

span.slider-nav__arrow.js-gallery-prev.slick-arrow{
    position: absolute;
    z-index: 1;
    font-size: 0;
    width: 47px;
    height: 50px;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    opacity: 1;
    background-size: auto;
    background-image: url(../image/icon/left_slider_white.svg);
    background-repeat: no-repeat;
    right: 26rem;
    top: 50.2rem;
}
.logist_map img {
    max-width: 100%;
}

img.images_slider {
    max-width: 100%;
}
button.contact_form_btn:hover{
   background: #02719e;
    cursor: pointer
}
.services_page_btn:hover{
    background: #02719e;
}
button.directions_form:hover{
    background: #02719e;
    cursor: pointer
}
button.cookie-hero:hover{
    background: #02719e;
    cursor: pointer
}
button.cookie-hero_btn{
    cursor: pointer
}

.hamburger-lines {
    display: none;
}
.menu-items {
    display: none;
}
input.checkbox {
    display: none;
}
