@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.product-text a:hover{
	text-decoration: underline;
}

body p {
    margin: 0;
}
/* 
main {
    min-height: calc(100vh - 149px - 215px);
} */

/**
* HEADER
*/

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a,
button {
    outline: none;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    border: none;
}

li {
    list-style: none;
}

body,
html {
    height: 100%;
    width: 100%;
    font-family: "Roboto";
    background-color: #f4fbfe;
}

body {
    display: flex;
    flex-direction: column;
}

.wrapper {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 30px;
}

.container {
    width: 100%;
}

a.phone_icon_fixed {
    display: block;
    position: fixed;
    background-color: #03ab5e;
    bottom: 5%;
    right: 2%;
    padding: 12px 14px;
    width: 80px;
    border-radius: 50%;
    opacity: 0.7;
    transition: .1s all ease-in;
}

a.phone_icon_fixed>img {
    max-width: 100%;
    max-height: 100%;
}

a.phone_icon_fixed:hover {
    opacity: 1;
    transform: rotate(20deg);
}

header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 199;
}

header .top_header {
    background-color: white;
    padding: 5px 0;
}

header .bottom_header {
    background-color: #181818;
    padding: 20px 0;
}

footer {
    background-color: #d6effb;
    padding: 40px 0;
    flex: 0 0 auto;
}

main {
    flex: 1 0 auto;
}

nav .logo {
    margin-right: 35px;
    max-width: 270px;
    max-height: 72px;
}

nav .logo img {
    width: 100%;
}

nav.navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 0;
}

nav .push-left {
    width: 100%;
}

nav .hamburger {
    background: transparent;
    display: none;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 1000;

}

nav .hamburger-line {
    background-color: black;
    height: 3px;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
    width: 100%;
}

nav .hamburger-line-top {
    top: 3px;
}

.menu-active .hamburger-line-top {
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
}

nav .hamburger-line-middle {
    top: 50%;
    transform: translateY(-50%);
}

.menu-active .hamburger-line-middle {
    left: 50%;
    opacity: 0;
    width: 0;
}

nav .hamburger-line-bottom {
    bottom: 3px;
}

.menu-active .hamburger-line-bottom {
    bottom: 50%;
    transform: rotate(-45deg) translateY(50%);
}

nav .nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all .2s ease-in;
}

nav .menu-item {
    color: #181818;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: all .2s ease-in-out;
}

nav .mobile_menu {
    width: 100%;
    display: none;
}

.hide_btn {
    display: none;
}

.cart_btn a,
.price_btn a {
    position: relative;
    background-color: #ffff00;
    padding: 8px 10px;
    height: 60px;
    width: 130px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    font-weight: 600;
}

.cart_btn>a::before {
    content: attr(data-count);
    display: block;
    background-color: #ff2525;
    font-size: 13px;
    color: #ffffff;
    padding: 0 6px;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
}

.phone_header {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #181818;
}

.mail-header {
    font-size: 12px;
    color: #3b7ded;
    text-align: left;
    margin-top: 5px;
    letter-spacing: 0.2px;
}

.price_btn a {
    width: 110px;
    background-color: #03ab5e;
    color: white;
}

.price_btn a>img {
    max-width: 30px;
    max-height: 40px;
}

.cart_btn a span.empty_span,
.all_writings span.empty_span,
.price_btn a span.empty_span {
    width: 1.5px;
    background-color: #e9e933;
    height: 100%;
    display: block;
}

.price_btn a span.empty_span {
    width: 1px;
    background-color: white;
}

.contact_header,
header .about_container {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
}

header .shedule_container {
    line-height: 21px;
    font-weight: 700;
}

header .about_container span {
    font-style: italic;
    color: #da1212;
}

.size.hide {
    display: none;
}

.contact_header {
    display: flex !important;
    flex-direction: column;
}

.contact_header span {
    margin-top: 2px;
}

.contact_header span.header-text {
    padding-left: 26px;
}

.contact_header span:last-child,
.no-select,
.noselect_wp {
    color: #3b7ded;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noselect_wp {
    color: inherit;
}

.dealers_container>div>div>span>a:hover {
    color: #3b7ded;
}

span.red {
    color: #ff2525;
    font-style: italic;
    font-weight: 600;
}

.contact_header img {
    margin-right: 10px;
    vertical-align: middle;
}

.contact_header>a:hover,
.bottom_header ul li a:hover,
.where_container a:hover,
.developer>a:hover,
.area_container>div>a:hover,
.dealers_container>div>div>span>a:hover,
p.text>a:hover,
.link_container>a:hover,
.writings_more>div>div>a:hover,
.area_container>ul>li>a:hover,
.area_container>ul+a:hover,
.parts_of_writings a:hover,
.item_price_inner .link_container>a,
.order_container>div.some_inf>span>a:hover,
.name_tovar>a:hover,
h1>a:hover,
.policy>a:hover,
.mobile_on a:hover {
    text-decoration: underline;
}

.mobile_on {
    padding: 0 0 20px;
    background-color: white;
    display: none;
    text-align: center;
}

.bottom_header ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
    color: #ffe600;
    font-weight: 400;
}

.bottom_header ul li {
    width: 20%;
    text-align: center;
    color: #ffe600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom_header ul li:not(:last-child) {
    border-right: 1px solid #ffe600;
}


/**
* FRONT PAGE
*/

.main {
    background-color: #f4fbfe;
    position: relative;
}

.main .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-product {
    margin-top: 15px;
    margin-bottom: 15px;
}

.our-product p {
    font-size: 30px;
    line-height: 21px;
    font-weight: 700;
    color: #363636;
    margin-left: 10px;
}

.product-list {
    display: flex;
    justify-content: space-between !important;
}

.product-list img {
    transition: .2s;
}

.product-list img:hover {
    transform: scale(1.03);
    filter: drop-shadow(0px 2px 10px rgba(171,202,215,0.8));
}

.product-list div {
    display: flex;
    justify-content: space-between !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.product-list div a {
    margin-bottom: 30px;
}


.cf7sr-g-recaptcha  {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


/**
* PRODUCT PAGE 
*/

.breadcrumb-area {
    margin-top: 40px;
    margin-bottom: 40px;
}

.breadcrumb-area #breadcrumbs a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #3b7ded;
}

.product-page .product-content {
    display: flex;
}

.product-page .our-product {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-content {
    margin-top: 40px;
    margin-bottom: 40px;
}

.product-img img {
    max-width: 200px;
    height: 130px;
}

.product-text {
    margin-left: 20px;
}

.product-text h1 {
    font-size: 26px;
    line-height: 22px;
    font-weight: 700;
    color: #363636;
}

.product-text p {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #272727;
    margin-top: 18px;
}

.product-text .product-mail {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #272727;
    margin-top: 0;
}

.product-text .product-mail span {
    color: #3b7ded;
}

.product-table table,
.cart-table table {
    width: 100%;
}

.product-table table thead,
.cart-table table thead {
    height: 45px;
    background-color: #d6effb;
}

.product-table table thead th,
.cart-table table thead th {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #363636;
}

.product-table table tbody,
.cart-table table tbody {
    height: 45px;
    background-color: #fff;
}

.product-table table tbody td,
.cart-table table tbody td {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #272727;
}

.cart-table table tbody td {
    height: 138px;
}

td>div.quantity_tovar_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-height: 32px;
    justify-content: center;
    width: 100%;
}

td>div>a.down {
    border-right: none;
    text-decoration: none;
    font-size: 22px;
    height: 32px;
    display: block;
    width: 30px;
    background-color: #f4fbfe;
    color: #61bdfc;
    border: 1px solid #61bdfc;
}

td>div>a.up {
    border-left: none;
    text-decoration: none;
    font-size: 22px;
    height: 32px;
    display: block;
    width: 30px;
    background-color: #f4fbfe;
    color: #61bdfc;
    border: 1px solid #61bdfc;
}

td>div>input.quantity_tovar {
    max-width: 60px;
    text-align: center;
    padding: 5px;
    margin: 0;
    border: 1px solid #61bdfc;
    background-color: white;
}

input[type="text"],
input[type="tel"],
input[type="email"], 
input[type="number"] {
    color: #181818;
    outline: none;
    font-size: 17px;
    width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
  }

table td>input[type="submit"] {
    display: block;
    text-align: center;
    margin: 5px auto;
    padding: 10px;
    max-width: 160px;
    width: 100%;
    border-radius: 5px;
    background-color: #ffe600;
    font-size: 15px;
    color: #181818;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .1s ease-out;
    border: none;
    letter-spacing: 0px;
    cursor: pointer;
}

body>.submit-prod {
    text-align: center;
    padding: 10px;
    max-width: 160px;
    width: 100%;
    border-radius: 5px;
    background-color: #ffe600;
    font-size: 15px;
    color: #181818;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .1s ease-out;
    border: none;
    letter-spacing: 0px;
    cursor: pointer;
}

table td>input[type="submit"]:hover {
    background-color: #ffff00;
    box-shadow: none;
}

.product-links {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.product-links a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #3b7ded;
    margin-right: 30px;
}

.product-links a:hover {
    text-decoration: underline;
}

/**
* FOOTER
*/

.table-hide-col, .table-hide-col-title {
    display: none;
}

.class-package {
    display: none;
}

.footer {
    width: 100%;
    background-color: #000;
    padding: 45px 0;
    display: flex;
}

footer .wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer p {
    color: #fff;
}

footer .footer-logo {
    height: 48px;
    margin-bottom: 25px;
}

.russia-made {
    display: flex;
    align-items: center;
    justify-content: center;
}

.russia-made p {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    margin-right: 15px;
}

.footer .footer-contact-info {
    display: flex;
    align-items: center;
}

.footer .footer-contact-info img {
    margin-right: 15px;
}

.footer .footer-contact-info .work-time,
.footer .footer-contact-info .tel {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-decoration: none;
}

.footer .footer-contact-info .work-time {
    cursor: default;
}

.footer .footer-contact-info .mail-address {
    font-size: 14px;
    letter-spacing: normal;
    color: #3b7ded;
    text-decoration: none;
}

.footer .footer-contact-info .tel:hover,
.footer .footer-contact-info .mail-address:hover {
    text-decoration: underline;
    color: #3b7ded;
}

.footer-list-first,
.footer-list-second {
    list-style: none;
}

.footer-list-first a,
.footer-list-second a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.footer-list-first a:hover, .footer-list-second a:hover, .footer .politika:hover {
    color: #3b7ded;
    text-decoration: underline;
}

.footer .social_links_footer a {
    margin-right: 30px;
}

.footer .social_links_footer a:hover {
    text-decoration: underline;
}

.footer .social_links_footer a img:hover {
    transform: scale(1.13);
}

.footer .social_links_footer div {
    margin-top: 55px;
}

.footer .social_links_footer .creator-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.footer .social_links_footer .creator-text a {
    color: #3b7ded;
}

.footer .politika {
    color: #fff;
}

.video-page .breadcrumb-area {
    margin-top: 20px;
}

.video-preview,
.stati-preview {
    display: block;
    position: relative;
    height: 240px;
    width: 370px;
    margin-bottom: 30px;
}

.video-preview {

}

.photo-opacity {
    display: block;
    position: relative;
    height: 160px;
    width: 217px;
    margin-bottom: 30px;
}










.minimized {
    cursor: pointer;
    border: 1px solid #FFF;
}

.minimized:hover {
    border: 1px solid yellow;
}

/* увеличенная картинка */
#magnify {
    display: none;
    /* position: absolute; upd: 24.10.2016 */
    position: fixed;
    max-width: 600px;
    height: auto;
    z-index: 9999;
}

#magnify img {
    width: 100%;
}

/* затемняющий фон */
#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    z-index: 9990;
}

/* кнопка закрытия */
#close-popup {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

#close-popup i {
    width: 30px;
    height: 30px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
}












.video-page .video-block,
.stati-block,
.photo-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video-preview:hover .opacity, .photo-opacity .opacity:hover {
    opacity: 0.7;
}

.video-block p,
.photo-block p {
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #181818;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.opacity {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .2s;
}

.video-preview .video-prev-img,
.stati-preview .stati-prev-img,
.izdelie-img-right {
    width: 100%;
    height: 100%;
}

.izdelie-img-right {
    box-shadow: 0px 10px 30px 0px #181818;
}

.photo-block img {
    margin-bottom: 30px;
	width: 217px;
    height: 160px;
}

.stati-area h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #181818;
    text-transform: uppercase;
}

.diller-page,
.litye-page {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 800px;
}

.diller-page .breadcrumb-area,
.litye-page .breadcrumb-area {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.diller-page .breadcrumb-area span,
.litye-page .breadcrumb-area span {
    color: #3b7ded;
}

.diller-page .breadcrumb-area .breadcrumb_last,
.litye-page .breadcrumb-area .breadcrumb_last {
    color: #fff;
}

.wrapper.diller-block,
.litye-block-izdelie,
.litye-block-doc {
    display: flex;
    justify-content: space-between;
}

.litye-block-doc {
    width: 100%;
}

.litye-block-izdelie {
    align-items: center;
}

.diler-block-left h1,
.litye-block-left h1 {
    font-size: 38px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 45px;
}

.litye-block-left h1 {
    line-height: 48px;
    text-transform: none;
}

.litye-block-left a {
    font-weight: 700;
    font-style: italic;
    color: #3b7ded;
    font-size: 18px;
    line-height: 38px;
    margin-left: 34px;
}

.litye-block-left .litye-paragraph {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 35px;
    width: 67%;
}

.diler-block-left .check-text,
.litye-block-left .check-text,
.litye-technologiya .check-text {
    display: flex;
    align-items: baseline;
}

.litye-technologiya {
    margin-top: 60px;
    margin-bottom: 60px;
}

.litye-technologiya .check-text {
    align-items: start;
    margin-top: 20px;
}

.diler-block-left .check-text img,
.litye-technologiya .check-text img {
    margin-right: 10px;
}

.litye-block-left .check-text img,
.litye-technologiya .check-text img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.diler-block-left .check-text p {
    font-size: 24px;
    line-height: 47px;
    font-weight: 400;
    color: #ffffff;
}

.litye-technologiya .check-text p span {
    font-weight: 700;
}

.litye-block-left .check-text p {
    font-size: 18px;
    line-height: 38px;
    font-weight: 400;
    color: #ffffff;
}

.diler-block-right form,
.litye-block-right form,
.doc-block-right {
    width: 495px;
    min-height: 510px;
    background-color: #fff;
    border: 3px solid #ffff00;
    border-radius: 5px;
    padding: 20px 50px 0px 50px;
}

.diller-block-dogovor {
    font-size: 24px;
    line-height: 47px;
    color: #3b7ded;
    font-weight: 700;
    font-style: italic;
    padding-left: 43px;
    font-family: "Roboto";
}

.diller-block-dogovor:hover {
    text-decoration: underline;
}

.cities-block {
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}

.diler-map-block .ymaps-2-1-79-events-pane.ymaps-2-1-79-user-selection-none{
    background-color: #000;
    opacity: 0.4;
}

.cities-block .wrapper{
    display: flex;
    justify-content: space-between;
}

.cities-block p {
    width: fit-content;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.diler-block-right form h1,
.litye-block-right form h1 {
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
    color: #363636;
    text-align: center;
}

.diler-block-right form p,
.litye-block-right form p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #363636;
    text-align: center;
    margin-top: 18px;
}

.form-inputs-name,
.form-inputs-number,
.form-inputs-mail {
    height: 42px;
    background-color: #f4fbfe;
    border: 1px solid #d2e3fc;
    border-radius: 5px;
    margin-top: 20px;
    padding-left: 38px;
}

.form-inputs-name {
    background: url('./img/user_input_name.png') no-repeat 10px 10px;
}

.form-inputs-number {
    background: url('./img/tel_input.png') no-repeat 10px 10px;
}

.form-inputs-mail {
    background: url('./img/mail_input.png') no-repeat 10px 13px;
}

.diler-block-right form .send-form-diler,
.litye-block-right form .send-form-diler {
    height: 44px;
    width: 100%;
    background-color: #ffff00;
    border-radius: 5px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    color: #363636;
    cursor: pointer;
    transition: .2s;
    border: none;
}

.diler-block-right form .send-form-diler:hover,
.litye-block-right form .send-form-diler:hover {
    background-color: #e4e400;
}

.screen-reader-response p {
    display: none;
}





.litye-technologiya h1 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    color: #181818;
    margin-bottom: 40px;
}

.litye-technologiya p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #181818;
}

.litye-etaps {
    padding-top: 60px;
    padding-bottom: 60px;
}

.litye-etaps-title {
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    color: #f4fbfe;
    margin-bottom: 45px;
}


.pressure {
    border-left: 1px solid #ffff00;
    margin-left: 20px;
    padding-bottom: 18px;
    padding-left: 45px;
    position: relative;
}

.pressure:last-child {
    border-left: none;
}

.pressure h1 {
    font-size: 24px;
    line-height: 27px;
    font-weight: 700;
    color: #f4fbfe;
    margin-bottom: 20px;
    padding-top: 7px;
}

.pressure p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #f4fbfe;
    margin-bottom: 35px;
}

.pressure .icon-area {
    align-items: center;
    background-color: #ffff00;
    border: 3px solid #ffff00;
    border-radius: 100%;
    display: flex;
    height: 45px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-52%);
    width: 45px;
}

.pressure .icon-area p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #181818;
    margin-bottom: 0;
}

.litye-company {
    padding-top: 60px;
    padding-bottom: 60px;
}

.litye-company p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #181818;
}


.first-bg-area h1 {
    text-align: center;
    font-size: 30px;
    line-height: 21px;
    font-weight: 700;
    color: #363636;
    margin-bottom: 30px;
}

.first-bg-area img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
}

.contacts-page .images-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contacts-page .images-area img {
    margin-bottom: 30px;
}

.contacts-page .images-area img:hover {
    filter: drop-shadow(0px 2px 10px rgba(171,202,215,0.8));
}

.contacts-page .clients-area h1 {
    text-align: center;
    font-size: 30px;
    line-height: 21px;
    font-weight: 700;
    color: #363636;
    margin-bottom: 40px;
    margin-top: 40px;
}

.ruk-area a:hover, .buh-area a:hover {
    text-decoration: underline;
}

.ruk-area h1 {
    font-size: 30px;
    line-height: 21px;
    font-weight: 700;
    color: #363636;
    text-align: center;
    margin-bottom: 15px;
}

.ruk-area h2 {
    font-size: 20px;
    line-height: 21px;
    font-weight: 700;
    color: #363636;
    text-align: center;
    margin-bottom: 15px;
}

.ruk-area-banner {
    display: flex;
    justify-content: space-between;
    background-color: #deebf0;
    border-radius: 5px;
    padding: 60px 50px;
}

.ruk-area-banner .list-workers ul li {
    font-size: 15px;
    line-height: 37px;
    font-weight: 600;
    color: #363636;
}

.ruk-banner-logo {
    display: flex;
    align-items: center;
}

.mail-content {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.mail-content.first {
    margin-top: 43px;
}

.mail-content img {
    margin-right: 10px;
}

.buh-area {
    margin-bottom: 80px;
}

.buh-area h1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 21px;
    font-weight: 700;
    color: #363636;
}

.buh-area-banner {
    display: flex;
    justify-content: space-between;
    background-color: #49b79e;
    border-radius: 5px;
    padding: 30px 40px;
}

.buh-title h1 {
    font-size: 52.9px;
    line-height: 70px;
    font-weight: 700;
    color: #732948;
}

.buh-area-banner .buh-list-workers ul li {
    font-size: 15px;
    line-height: 37px;
    font-weight: 600;
    color: #732948;
}

.buh-mail-area .mail-content p {
    font-size: 16px;
    font-weight: 700;
    color: #732948;
}


.wpcf7-form-control.wpcf7-file {
    margin-top: 30px;
    width: 100%;
}

.doc-block-left .doc-area {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.doc-page {
    margin-bottom: 150px;
}

.doc-page h1 {
    font-size: 38px;
    line-height: 22px;
    font-weight: 700;
    color: #181818;
    margin-bottom: 50px;
}

.doc-block-left .doc-area a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #3b7ded;
    margin-left: 35px;
}

.doc-block-left .doc-area a:hover {
    text-decoration: underline;
}

.doc-block-right {
    padding: 50px 55px;
    height: 500px;
    max-width: 570px;
    width: 100%;
}

.doc-block-right h1 {
    text-align: center;
    font-size: 28px;
    line-height: 22px;
    font-weight: 700;
    color: #363636;
    margin-bottom: 40px;
}

.doc-block-right .check-text {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.doc-block-right .check-text p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    width: 396px;
    color: #181818;
}

.doc-block-right .check-text img {
    width: 40px;
    margin-right: 18px;
}

.privacy-page h1 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 22px;
    font-weight: 700;
    color: #363636;
    margin-bottom: 40px;
}

.cart-table .delete {
    width: 90px;
    height: 28px;
    border-radius: 5px;
    background-color: #ff2525;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    transition: .2s;
}

.cart-table .delete:hover {
    background-color: #525252;
}

.price-area {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}

.price-area p {
    font-size: 15px;
    line-height: 25px;
    color: #363636;
    font-weight: 400;
    width: 100%;
    text-align: end;
}

.summary-price {
    margin-top: 10px;
    width: 100%;
}

.price-area .summary-price {
    display: flex;
    align-items: center;
}

.price-area .summary-price p {
    font-size: 24px;
    line-height: 25px;
    color: #363636;
    font-weight: 700;
    margin-right: 30px;
    width: 80%;
}

.price-area .summary-price button {
    width: 212px;
    height: 40px;
    border-radius: 5px;
    background-color: #ffff00;
    font-size: 17px;
    line-height: 25px;
    color: #363636;
    font-weight: 700;
    text-transform: uppercase;
}


.cart-items {
    display: block;
}

.cart-empty {
    display: none;
}

.cart-empty h1 {
    font-size: 25px;
    line-height: 22px;
    color: #363636;
    font-weight: 700;
}

.cart-empty button {
    width: 260px;
    height: 50px;
    border-radius: 5px;
    background-color: #ffff00;
    font-size: 16px;
    line-height: 25px;
    color: #363636;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 40px;
}

.order-page h1 {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 22px;
    color: #363636;
    font-weight: 700;
}

.tabs {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.tabs>input {
    display: none;
}

.tabs>div {
    display: none;
    padding: 12px;
    margin-top: 20px;
}

.tabs>label {
    font-size: 18px;
    line-height: 22px;
    color: #363636;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 20px;
    padding-bottom: 5px;
}

.tabs>.tab_1.first {
    margin-left: 0;
}

.tabs>input:checked+label {
    color: #000000;
    border-bottom: 5px solid #3b7ded;
}

#tab_1:checked~#txt_1,
#tab_2:checked~#txt_2 {
    display: block;
}

.phys-form, .yur-form {
    display: flex;
    justify-content: space-between;
}

.phys-form label{
    font-size: 16px;
    line-height: 22px;
    color: #363636;
    font-weight: 400;
    margin-right: 40px;
    width: 100%;
}

.phys-form-div {
    display: flex;
    margin-bottom: 10px;
}
.phys-form-div input {
    width: 530px;
    height: 36px;
    background-color: #ffffff;
    border: none;
    padding: 0 10px;
    font-size: 16px;
    line-height: 22px;
    color: #181818;
    font-weight: 400;
}

.phys-form input[type="submit"], .yur-form input[type="submit"] {
    width: 104px;
    height: 34px;
    border-radius: 5px;
    background-color: #3b7ded;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    margin-left: 165px;
}

.yur-form input[type="submit"] {
    margin-left: 0;
}

.phys-form .right-block .block-yellow {
    width: 370px;
    height: 206px;
    border-radius: 3px;
    background-color: #ffe600;
    padding: 10px;
}

.phys-form .right-block .block-yellow p{
    font-size: 16px;
    line-height: 22px;
    color: #181818;
    font-weight: 400;
}

.phys-form .right-block .send {
    font-size: 13px;
    line-height: 16px;
    color: #a2a2a2;
    font-weight: 400;
    width: 332px;
    margin-top: 20px;
    margin-left: 20px;
}

.phys-form .right-block .send a, .yur-form .form-send a{
    color: #3b7ded;
}

.yur-form .form-send{
    display: flex;
    flex-wrap: wrap;
}

.yur-form .form-send p{
    font-size: 13px;
    line-height: 16px;
    color: #a2a2a2;
    font-weight: 400;
}

.yur-form .yur-input {
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0);
}

.yur-form .right-block {
    margin-top: -50px;
}

.yur-form .phys-form-div label{
    width: 245px;
}

.yur-form .phys-form-div input[type="file"] {
    padding: 0;
}

header .cart-btn {
    position: relative;
    background-color: #ffff00;
    padding: 8px 10px;
    height: 60px;
    width: 130px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    font-weight: 600;
}

header .cart-btn::before{
    content: attr(data-cart-attr);
    display: block;
    background-color: #ff2525;
    font-size: 13px;
    color: #ffffff;
    padding: 0 6px;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
    height: 18px;
    width: fit-content;
}

header .price-list-header:hover, header .cart-btn:hover{
    box-shadow: 0 0 12px rgb(0 0 0 / 30%);
}

.placed-order-block {
    margin-bottom: 50px;
    display: none;
}

.placed-order-block .check-placed {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.placed-order-block .check-placed h1 {
    margin-bottom: 0px;
    font-size: 25px;
    color: #363636;
    margin-left: 20px;
}

.placed-order-block .placed-info-block {
    max-width: 500px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
}

.placed-order-block .placed-info-block p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    width: fit-content;
}

a.phone_icon_fixed {
    display: block;
    position: fixed;
    background-color: #03ab5e;
    bottom: 5%;
    right: 2%;
    padding: 12px 14px;
    width: 80px;
    border-radius: 50%;
    opacity: 0.7;
    transition: .1s all ease-in;
}

.order-page .hide {
    display: none;
}

a.phone_icon_fixed:hover {
    opacity: 1;
    transform: rotate(20deg);
}

.location-place-block {
    width: 470px;
    background-color: #fff;
    min-height: 500px;
    height: 100%;
    position: absolute;
    right: 15%;
}

.contact-map {
    position: relative;
}

.contact-map .location-block-address {
    padding: 40px 40px;
}

.contact-map .location-block-address div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-map .location-block-address div img {
    margin-right: 15px;
}

.contact-map .location-block-address div p {
    color: #363636;
    font-weight: 600;
}

.contact-map .location-block-address .tel {
    margin-bottom: 0;
}

.contact-map .location-block-address .mail p:hover, .contact-map .location-block-address .tel p:hover {
    color: #3b7ded;
    text-decoration: underline;
    cursor: pointer;
}

.ymaps3x0--graphics-layer {
    background-color: #000;
    opacity: 0.4;
}
.privacy-block {
    margin-bottom: 100px;
}

.privacy-block p {
    line-height: 21px;
}

.requisites-block {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.req-block-right {
    margin-bottom: 23px;
}

.req-block-right img {
    width: 565px;
    height: 528px;
    margin-bottom: 20px;
}

.req-block-right img:hover {
    filter: drop-shadow(0px 2px 10px rgba(171,202,215,0.8));
}

.litye-download-anketa:hover {
    text-decoration: underline;
}

.politika-mail:hover {
    text-decoration: underline;
    color: #3b7ded;
}

.doc-block-right .check-text a:hover {
    text-decoration: underline;
}

.product-table .partNumber, .product-table .color {
    font-weight: 400;
}

.product-table .color {
    font-style: italic;
}

.wrapper.video-produktsia {
    display: flex;
    justify-content: space-between;
}

.color-mail {
    display: flex;
    align-items: center;
}

.tovar-color {
    display: flex;
}

.tovar-color div {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 7px;
    border: 1px solid #d6effb;
}

.tovar-color.triangle div {
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    border-radius: 0;
}

.tovar-color.rect div {
    border-radius: 0; 
}

.tovar-color.none div {
    display: none;
}

.tovar-color.longrect div {
    width: 40px;
    border-radius: 0;
}


.tovar-color .brown {
    background-color: #b97a57;
}

.tovar-color .gray {
    background-color: #c3c3c3;
}

.tovar-color .white {
    background-color: #ffffff;
}

.tovar-color .green {
    background-color: #00ad58;
}

.tovar-color .blue {
    background-color: #3f48cc;
}

.tovar-color .red {
    background-color: #ed1c25;
    margin-right: 30px;
}

.product-mail.mail {
    display: block;
}

.product-mail.none {
    display: none;
}

.tovar-link:hover {
    text-decoration: underline;
    color: #3b7ded;
}

.colors-td {
    padding: 11px;
}

.black-td {
    background-color: #181818;
}

.black-td p, .cherry-td p, .redwood-td p, .mahagon-td p, .bordo-td p, .brown-td p, .redbrick-td p, .blue-td p {
    color: #fff;
}

.white-td {
    background-color: #fff;
}

.light-gray-td {
    background-color: #dbe1e4;
}

.dark-gray-td {
    background-color: #aaafb1;
}

.beige-td {
    background-color: #f4e6b9;
}

.light-beige-td{
    background-color: #fdf3d1;
}

.dark-beige-td{
    background-color: #dccd9e;
}

.beech-td{
    background-color: #efc499;
}

.cherry-td{
    background-color: #a32525;
}

.oak-td{
    background-color: #ccc6b3;
}

.redwood-td{
    background-color: #8e3114;
}

.mahagon-td{
    background-color: #802446;
}

.bordo-td{
    background-color: #6e1919;
}

.nut-td{
    background-color: #d3b99d;
}

.brown-td{
    background-color: #7f5b45;
}

.redbrick-td{
    background-color: #ab5030;
}

.ohra-td{
    background-color: #d3b375;
}

.blue-td{
    background-color: #373eda;
}

.cart-show-text {
    display: none;
}

.td-cart-hov {
    color: #3b7ded;
}

.td-cart-hov:hover {
    text-decoration: underline;
}

.class-size {
    width: 300px;
}

#waiting_form {
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4fbfe;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
}

#waiting_form img {
    max-width: 90px;
    width: 100%;
    margin-top: 20px;
}

.after-send-form {
    display: none;
}

.after-send-form-1 {
    margin-bottom: 135px;
}

.after-send-form-2 {
    margin-top: 20px;
}

.diller-block .diler-block-right .after-send-form p {
    font-weight: 700;
    font-size: 22px;
}

.wpcf7-response-output {
    display: none !important;
}











.contacts {
  background: url(img/contact_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 40px;
}

.contacts_container {
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

h1.white {
  color: #ffffff;
  font-size: 38px;
}

h1.left_title {
  text-align: left;
  padding-top: 0;
  text-transform: uppercase;
}

.area_container {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.area_container > ul,
.area_container > ul + a {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 47px;
  color: #ffffff;
  font-weight: 400;
}

.area_container > ul li {
  list-style-image: url(images/checked_big.png);
}

.area_container > div {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.area_container > div:not(:last-child) {
  margin-bottom: 30px;
}

.area_container > div img {
  margin-right: 10px;
}

.area_container > div > *:not(:last-child) {
  margin-bottom: 5px;
}

.area_container > div > span > span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4e9df4;
}

.breadcrumb-area.br-contacts {
  margin-top: 0px;
  padding-top: 20px;
}

.breadcrumb-area.br-contacts #breadcrumbs .breadcrumb_last {
  color: #fff;
}

.breadcrumb-area.br-contacts #breadcrumbs span {
  color: #3b7ded;
}












































/* MEDIA */



@media screen and (max-width: 1199px) {

    header .container {
        flex-direction: column;
    }

    header .header-logo,
    header .header-description,
    header .work-time,
    header .header-price-button,
    header .header-cart-button {
        margin-bottom: 30px;
    }

    .header-menu {
        display: none;
    }

    footer .container-xl {
        flex-direction: column;
        align-items: center;
    }

    footer .russia-made {
        margin-bottom: 30px;
    }

    footer .footer-icons-col,
    footer .footer-contact-col,
    footer .footer-first-list-col,
    footer .footer-second-list-col,
    footer .social_links_footer {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .footer-list-first li,
    .footer-list-second li {
        text-align: center;
    }

    footer .footer-contact-col .footer-contact-info {
        width: 100%;
        justify-content: center;
    }

    .social_links_footer div {
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .social_links_footer div p {
        width: 100%;
    }

    footer .wrapper {
        flex-wrap: wrap;
    }

    footer .russia-made {
        width: 100%;
        justify-content: center;
    }

    footer ul {
        width: 170px;
        padding: 0;
    }

    .footer-contact-info:last-child {
        margin-bottom: 30px;
    }

    .footer-list-first,
    .footer-list-second {
        margin-bottom: 30px;
    }

    .footer .social_links_footer div {
        margin-top: 30px;
    }

    .phys-form-div input {
        width: 420px;
    }

    .footer .social_links_footer .politika {
        width: 100%;
    }

    .req-block-right img {
        width: 453px;
        height: 460px;
    }


    .wrapper.video-produktsia {
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 1020px) {
    .hide_btn {
        display: block;
    }

    nav .hamburger {
        display: inline-block;
    }

    nav .nav-menu {
        background-color: #d6effb;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        position: absolute;
        flex-wrap: nowrap;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateY(-100%);
        text-align: center;
        z-index: 900;
    }

    .menu-active .nav-menu {
        transform: translateY(0%);
        opacity: 1;
        position: fixed;
    }

    nav .menu-item {
        margin-bottom: 10px;
    }

    nav.navbar {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    nav .push-left {
        width: auto;
    }

    nav .mobile_menu {
        display: block;
    }

    .mobile_on {
        display: block;
    }

    .hide_navigation {
        display: none;
    }

    .litye-block-izdelie {
        display: flex;
        flex-wrap: wrap;
    }

    .litye-block-izdelie .litye-block-right {
        margin: auto;
    }

    .litye-block-izdelie .video-preview {
        width: 100%;
        text-align: center;
    }

    .litye-block-left h1 {
        text-align: center;
    }

    .litye-block-left .litye-paragraph {
        width: 100%;
        text-align: center;
    }

    .litye-block-left .check-text {
        margin-left: 40%;
    }

    .phys-form-div input {
        max-width: 345px;
    }

    header .menu-item .cart-btn {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .wrapper.diller-block {
        justify-content: center;
        flex-wrap: wrap;
    }

    .diler-block-left,
    .diler-block-right {
        margin-bottom: 40px;
    }

    .diler-block-right form {
        width: 100%;
        min-height: 510px;
        background-color: #fff;
        border: 3px solid #ffff00;
        border-radius: 5px;
        padding: 50px 20px;
    }

    .ruk-area-banner,
    .buh-area-banner {
        flex-wrap: wrap;
    }

    .ruk-banner-logo,
    .buh-banner-logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .list-workers,
    .buh-list-workers {
        width: 100%;
        text-align: center;
    }

    .mail-content {
        display: flex;
        justify-content: center;
    }

    .mails-area,
    .buh-mail-area {
        width: 100%;
    }

    .buh-title {
        width: 100%;
    }

    .wrapper.litye-block-doc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .litye-block-left {
        margin-bottom: 30px;
    }

    .litye-block-right {
        margin-bottom: 40px;
    }

    .phys-form, .yur-form {
        flex-wrap: wrap;
    }

    .yur-form .right-block {
        margin-top: 50px;
        text-align: center;
        width: 100%;
    }

    .phys-form div:first-child, .phys-form .right-block, .phys-form .right-block .block-yellow, .yur-form div:first-child {
        width: 100%;
    }

    .phys-form .right-block .block-yellow {
        min-height: 135px;
        margin-top: 40px;
    }

    .phys-form .right-block .send{
        width: 100%;
        margin-left: 0;
    }

    .phys-form label, .yur-form label {
        font-size: 16px;
        line-height: 22px;
        color: #363636;
        font-weight: 400;
        margin-right: 40px;
        max-width: 145px;
        width: 100%;
    }

    .yur-form label {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .yur-form input[type="submit"] {
        margin-bottom: 30px;
        width: 100%;
        height: 36px;
        border-radius: 5px;
        background-color: #3b7ded;
        font-size: 15px;
        line-height: 25px;
        color: #ffffff;
        font-weight: 700;
        border: none;
        margin-left: 0px;
        margin-top: 10px;
    }

    .phys-form-div {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .phys-form label {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
        color: #363636;
        font-weight: 400;
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }

    .phys-form-div span {
        width: 100%;
    }

    .phys-form-div span input{
        max-width: 100%; 
        width: 100%;
    }

    .phys-form input[type="submit"] {
        width: 100%;
        height: 36px;
        border-radius: 5px;
        background-color: #3b7ded;
        font-size: 15px;
        line-height: 25px;
        color: #ffffff;
        font-weight: 700;
        border: none;
        margin-left: 0px;
        margin-top: 10px;
    }


    .requisites-block {
        flex-direction: column;
    }

    .req-block-left {
        width: 100%;
    }

    .req-block-right {
        width: 100%;
        text-align: center;
    }


    .contacts_container {
     flex-wrap: wrap;
     justify-content: center;
  }

   .diler-block-right {
    margin-top: 40px;
  }

h1.left_title {
    width: 100%;
    text-align: center;
}

 .area_container > div {
    align-items: center;
}

.area_container {
   width: 100%;
}
}

@media screen and (max-width: 767px) {
    .call-icon img {
        right: 30px;
        bottom: 20px;
    }

    .bottom_header ul li {
        width: 100%;
        margin-bottom: 8px;
    }

    .bottom_header ul li:not(:last-child) {
        border: none;
    }

    .bottom_header ul {
        flex-direction: column;
        justify-content: center;
    }

    .product-table,
    .cart-table {
        overflow-y: scroll;
    }

    .product-page .product-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .video-page .wrapper,
    .stati .wrapper,
    .photo-page .photo-block {
        justify-content: center;
    }

    .product-list div {
        justify-content: center !important;
    }

    .contacts-page .images-area {
        justify-content: center;
    }


    .images-area img {
        width: 100%;
    }

    .buh-title h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .litye-etaps-title {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        padding-top: 20px;
    }

    .litye-block-left .check-text {
        margin-left: 0;
    }

    .doc-block-right {
        padding: 40px 10px;
        min-height: 500px;
        max-width: 570px;
        width: 100%;
    }

    .doc-page h1 {
        text-align: center;
    }

    .price-area .summary-price {
        flex-wrap: wrap;
    }

    .price-area p {
        text-align: start;
    }

    .price-area .summary-price p {
        margin-bottom: 20px;
    }

    .location-place-block {
        width: 100%;
        right: 0;
        text-align: center;
    }
    
    .location-place-block .location-block-address div {
        justify-content: center;
    }

    .location-place-block .piter-img {
        width: 320px;
    }

    .product-table thead, .cart-table thead {
        display: none;
    }

    .product-table tbody tr, .cart-table tbody tr {
        display: flex;
        flex-direction: column;
        padding: 15px 0px;
        margin-bottom: 20px;
        border-bottom: 20px solid #f4fbfe;
    }

    .cart-table tbody tr {
        margin-bottom: 0px;
    }

    .product-table table tbody td, .cart-table table tbody td {
        display: block;
        margin-bottom: 15px;
    }

    .cart-table table tbody td {
        height: 100%;
        margin: 0 auto 20px auto;
    }

    .summary-price a{
        width: 100%;
    }

    .wrapper.video-produktsia {
        justify-content: center;
    }

    .cities-block .wrapper {
        flex-wrap: wrap;
    }
    
}


@media screen and (max-width: 610px) {
    .bottom_header ul li {
        width: 100%;
        margin-bottom: 8px;
    }

    .bottom_header ul li:not(:last-child) {
        border: none;
    }

    .bottom_header ul {
        flex-direction: column;
        justify-content: center;
    }

    header .bottom_header {
        padding: 8px 0;
    }

    .litye-block-right form {
        width: 100%;
        padding: 50px 20px;
        min-height: 440px;
    }

    .litye-block-left h1 {
        width: 100%;
        text-align: center;
    }

    .litye-block-left a {
        margin-left: 0;
    }


    .req-block-right img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 510px) {
    .footer_container>div {
        width: 100%;
        align-items: center;
    }

    nav .logo img,
    nav .logo {
        max-width: 120px;
    }

    .diler-block-right form {
        width: 100%;
        padding: 20px 20px;
    }

    .diler-block-left h1 {
        font-size: 30px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .diler-block-left .check-text p {
        font-size: 19px;
    }

    .buh-title h1 {
        font-size: 26px;
    }

    .price-area .summary-price button {
        width: 100%;
    }

    .price-area p {
        text-align: center;
    }

    .price-area .summary-price p {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

    .tabs {
        display: flex;
        flex-wrap: wrap;
    }

    .tabs .tab_1.first, .tabs .tab_2.first {
        width: 100%;
        text-align: center;
    }

    .tabs .tab_2.first {
        margin-top: 17px;
        margin-left: 0;
    }

    .doc-block-right .check-text img {
        width: 30px;
    }

    .doc-block-right .check-text p {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .phys-form .right-block .block-yellow {
        height: 262px;
    }

    .color-mail {
        flex-direction: column;
    }
    
    .tovar-color {
        width: 100%;
        order: 2;
        justify-content: center;
    }

    .product-mail.mail {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
        font-size: 14px;
    }

    .product-links {
        flex-direction: column;
    }

    .product-links a {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .cities-block .wrapper {
        flex-direction: column;
    }

    .cities-block p {
        width: 100%;
        text-align: center;
    }

    .diler-block-right form {
        padding: 20px 0px;
    }

    .litye-block-right form {
        padding: 25px 0px;
    }

    .litye-block-left a {
        font-size: 17px;
        line-height: 21px;
    }

    .show-form-diller {
        text-align: center;
    }

    .diler-block-right form h1, .litye-block-right form h1 {
        padding: 0px 10px;
    }

    .diler-block-right form p, .litye-block-right form p {
        padding: 0px 10px;
    }

    .diler-block-right form .send-form-diler, .litye-block-right form .send-form-diler {
        width: 92%;
    }

    .diller-block-dogovor {
        font-size: 19px;
        padding-left: 0px;
    }

    .diler-block-left .check-text p {
        font-size: 17px;
    }

    .phone_header img {
        display: none;
    }

    .cf7sr-g-recaptcha {
        transform: scale(0.94);
    }

    .mail-content, .location-place-block .location-block-address div {
        justify-content: flex-start;
    }

    .product-list a img {
        width: 100%;
    }

    .buh-area h1 {
        line-height: 33px;
    }

}

@media screen and (max-width: 370px) {
    .wrapper {
        padding: 0 10px;
    }

    nav .logo img,
    nav .logo {
        max-width: 90px;
    }

    .litye-company p {
        margin: 40px 0;
    }

}