* {
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    color: #515151;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #202020;
    transition: all .3s;
}

a:hover {
    color: #FEE300;
    transition: all .3s;
}

ul,
ol {
    list-style-type: none;
}

.container {
    max-width: 1460px;
    margin: 0 auto;
}

.wrapper {
    background-color: #F5F5F5;
}

.header {
    margin-bottom: 75px;
}

.header-inner .container-fluid {
    display: initial;
}

.header-inner .navbar-toggler {
    display: none;
}

.menu-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
}

.logo-block {
    display: flex;
    align-items: center;
}

.logo-block img {
    width: 100px;
    margin-right: 15px;
}

.logo-block p {
    font-size: 35px;
    font-weight: 900;
    max-width: 175px;
    color: #194452;
}

.menu-block ul {
    display: flex;
    align-items: center;
}

.menu-block ul li {
    margin-right: 50px;
}

.menu-block ul li:last-child {
    margin-right: 0;
}

.menu-block ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #202020;
    transition: all .3s;
    padding-left: -10px;
}

.menu-block ul li a:hover {
    transition: all .3s;
    color: #FEE300;
}

.call-block {
    display: flex;
    align-items: center;
}

.call-block img {
    padding-right: 15px;
    border-right: 1px solid #515151;
}

.call-block-info {
    padding-left: 15px;
}

.call-block-info p {
    font-size: 14px;
    line-height: 24px;
}

.call-block-info a {
    font-size: 24px;
    font-weight: 800;
    line-height: 26px;
}

.start {
    margin-bottom: 130px;
    padding-bottom: 65px;
}

.start-inner {
    display: flex;
    align-items: center;
}

.start-info {
    margin-right: 258px;
}

.start-info span {
    color: #515151;
    display: block;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 500;
}

.start-info h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    margin-bottom: 35px;
    color: #202020;
}

.start-info h1 span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin-bottom: 0;
    color: #FEE300;
    display: inline-block;
}

.start-info p {
    font-size: 22px;
    font-weight: 400;
    color: #515151;
    margin-bottom: 70px;
}

.start-info button {
    padding: 25px 50px;
    border: 1px solid #FEE300;
    background-color: #FEE300;
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
}

.start-info button:hover {
    transition: all .3s;
    border-color: #194452;
    background-color: #194452;
    color: #F5F5F5;
}

.start-banner img {
    border: 20px solid #FEE300;
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.2);
}

.line {
    max-width: 40px;
    height: 2px;
    background-color: #202020;
    margin-bottom: 35px;
    margin-left: 15px;
    position: relative;
}

.line::before {
    content: url(../img/icons/cube.png);
    position: absolute;
    top: -9px;
    left: 110%;
}

.line::after {
    content: url(../img/icons/cube.png);
    position: absolute;
    top: -9px;
    right: 110%;
}

.advant {
    margin-bottom: 130px;
}

.andant-inner {
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
}

.advant-card {
    width: 33%;
    max-width: 370px;
    border: 1px solid #D9D9D9;
    margin-right: 30px;
    padding: 25px;
    transition: all .3s;
    cursor: pointer;
}

.advant-card:hover {
    transition: all .3s;
    background-color: #FEFFC5;
    border-color: #FEFFC5;
}

.advant-card:hover svg {
    transition: all .3s;
    fill: #FEE300;
}

.advant-card:last-child {
    margin-right: 0;
}

.advant-card h5 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 36px;
}

.advant-card svg, .advant-card img {
    fill: #202020;
    max-width: 70px;
    max-height: 70px;
    margin-bottom: 30px;
}

.advant-card p {
    font-size: 17px;
    line-height: 26px;
    color: #515151;
}

.about {
    margin-bottom: 130px;
}

.about-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
}

.about-banner {
    margin-right: 115px;
}

.about-banner img {
    border: 20px solid #FEE300;
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.2);
}

.about-info span {
    color: #515151;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.about-info h2 span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin-bottom: 0;
    color: #FEE300;
    display: inline-block;
}

.about-info h2 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 30px;
    font-weight: 800;
}

.about-info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #515151;
    margin-bottom: 45px;
}

.about-info-tools {
    display: flex;
    margin-bottom: 25px;
}

.info-tools-item {
    display: flex;
    align-items: center;
    max-width: 200px;
    margin-right: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.info-tools-item:last-child {
    margin-right: 0;
}

.info-tools-item svg, .info-tools-item img {
    width: 50px;
    margin-right: 25px;
}

.info-tools-item p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #202020;
    margin-bottom: 0;
    max-width: 126px;
}

.about-info a {
    padding: 25px 50px;
    border: 1px solid #FEE300;
    background-color: #FEE300;
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
}

.about-info a:hover {
    transition: all .3s;
    border-color: #194452;
    background-color: #194452;
    color: #F5F5F5;
}

.tools {
    background-color: #F5F5F5;
    padding-top: 120px;
    padding-bottom: 130px;
    margin-bottom: 130px;
}

.tools .container {
    max-width: 1599px;
}

.tools-inner span {
    text-align: center;
    color: #515151;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.tools-inner h2 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 30px;
    font-weight: 800;
    text-align: center;
}

.tools-inner h2 span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin-bottom: 0;
    color: #FEE300;
    text-align: center;
    display: inline-block;
}

.tools-inner .line {
    margin: 0 auto;
    margin-bottom: 35px;
}

.tools-category-item {
    width: 25%;
}

.category-item-card {
    max-width: 370px;
    min-height: 403px;
    max-height: 403px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
}

.category-item-card a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.category-item-card h3 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    padding-top: 327px;
}

.order {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 130px;
}

.order-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-inner .order-logo {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.order-inner .order-logo img {
    margin-right: 15px;
}

.order-inner .order-logo p {
    font-size: 35px;
    font-weight: 900;
    max-width: 175px;
    color: #fff;
}

.simple-line {
    width: 135px;
    height: 4px;
    background-color: #fff;
    margin-right: 50px;
}

.order-inner h4 {
    font-size: 36px;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    max-width: 450px;
}

.order-inner button {
    padding: 25px 50px;
    border: 1px solid #FEE300;
    background-color: #FEE300;
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
}

.review {
    padding-bottom: 130px;
}

.review-inner span {
    text-align: center;
    color: #515151;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.review-inner h2 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 30px;
    font-weight: 800;
    text-align: center;
}

.review-inner h2 span {
    text-align: inherit;
    color: #FEE300;
    display: inline-block;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.review-inner .line {
    margin: 0 auto;
    margin-bottom: 35px;
}

.review-items {
    padding-bottom: 90px;
}

.review-items-inner {
    width: 33%;
    max-width: 420px;
    margin-right: 40px;
}

.review-items-inner:last-child {
    margin-right: 0;
}

.review-card {
    background-color: #F5F5F5;
    padding: 45px 55px;
    min-height: 480px;
}

.review-card-top {
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 35px;
}

.review-card-top img {
    border-radius: 50%;
    margin-right: 15px;
}

.review-top-info h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 2px;
    color: #202020;
}

.review-top-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 2px;
    color: #515151;
}

.stars {
    display: flex;
    align-items: center;
}

.stars img {
    border-radius: 0;
    max-width: 18px;
    margin-right: 5px;
}

.stars img:last-child {
    margin-right: 0;
}

.review-card-bottom p {
    font-size: 17px;
    line-height: 26px;
    color: #515151;
    min-height: 210px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #FEE300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #194452;
}

.brands {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 130px;
    padding-top: 140px;
    padding-bottom: 150px;
}

.brands-inner {
    max-width: 1170px;
    margin: 0 auto;
}

.brands-inner span {
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.brands-inner h2 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 30px;
    font-weight: 800;
    text-align: center;
    color: #fff;
}

.brands-inner .line {
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 80px;
}

.why {
    margin-bottom: 160px;
}

.why-inner {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.why-inner span {
    text-align: center;
    color: #515151;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.why-inner h2 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 30px;
    font-weight: 800;
    text-align: center;
}

.why-inner h2 span {
    text-align: inherit;
    color: #FEE300;
    display: inline-block;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.why-inner .line {
    margin: 0 auto;
    margin-bottom: 80px;
}

.why-cards-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-card {
    width: 33%;
    max-width: 314px;
    text-align: center;
    min-height: 347px;
}

.why-cards-list img {
    margin-right: 22px;
    margin-left: 22px;
}

.why-card img {
    margin-right: 0;
    margin-left: 0;
    max-height: 187px;
    max-width: 199px;
    margin-bottom: 45px;
}

.why-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.why-card p {
    font-size: 17px;
    line-height: 26px;
    color: #515151;
    min-height: 130px;
}

.footer {
    background-color: #194452;
    padding-top: 80px;
    padding-bottom: 80px;
}

.support {
    margin-bottom: 80px;
}

.support a {
    display: block;
    color: #FEE300;
    opacity: 0.3;
    font-size: 84px;
    font-weight: 700;
    text-align: center;
    transition: all .3s;
}

.support a:hover {
    transition: all .3s;
    opacity: 0.7;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 110px;
}

.footer-info-item {
    width: 25%;
    min-height: 212px;
}

.footer-info-item h6 {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-info-item .line {
    background-color: #fff;
    margin-bottom: 45px;
}

.footer-info-item p {
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 35px;
}

.footer-social img {
    max-width: 40px;
    margin-right: 10px;
}

.footer-info-item ul li {
    margin-bottom: 10px;
}

.footer-info-item ul li a {
    font-size: 17px;
    line-height: 26px;
    color: #fff;
}

.footer-social img:last-child {
    margin-right: 0;
}

.footer-info-item:first-child {
    margin-right: 70px;
    max-width: 326px;
}

.footer-info-item:last-child p {
    margin-bottom: 10px;
}

.footer-info-item:last-child p a {
    color: #fff;
    padding-left: 5px;
}

.footer-bottom p {
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 26px;
}

.arrow-left {
    padding: 20px;
    width: 65px;
    height: 65px;
    max-width: 65px;
    max-height: 65px;
    background-color: #fff;
    background-image: url(../img/icons/arrow-left.svg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    border: none;
    border-radius: 50%;
    box-shadow: -10px 10px 13px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 41%;
    left: -2.3%;
    z-index: 2;
}

.arrow-right {
    padding: 20px;
    width: 65px;
    height: 65px;
    max-width: 65px;
    max-height: 65px;
    background-color: #fff;
    background-image: url(../img/icons/arrow-right.svg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    border: none;
    border-radius: 50%;
    box-shadow: -10px 10px 13px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 41%;
    left: 96.7%;
    z-index: 2;
}

.brands-inner .arrow-left {
    top: 32%;
    left: -3.3%;
}

.brands-inner .arrow-right {
    top: 32%;
    left: 96.7%;
}

.modal {
    --bs-modal-width: 770px
}

.main-order .modal-content {
    padding: 60px;
    border-radius: 0;
    width: 770px;
}

.main-order .modal-header {
    padding: 0;
    align-items: baseline;
    justify-content: space-between;
    border: none;
}

.main-order .modal-header .btn-close {
    padding: 0;
    margin: 0;
}

.main-order .modal-title-group h1 {
    font-size: 24px;
    font-weight: 700;
    color: #202020;
    line-height: 36px;
    margin-bottom: 15px;
}

.main-order .modal-body {
    padding: 0;
}

.main-order .modal-form .modal-form-row {
    display: block;
    margin-bottom: 20px;
}

.main-order .modal-form .modal-form-row p{
    display: flex;
}

.main-order .modal-form .textarea-within p{
    display: initial;
}

.main-order .modal-form .modal-form-row p .wpcf7-form-control-wrap{
    width: 50%;
    margin-right: 20px;
}

.main-order .modal-form .modal-form-row p .wpcf7-form-control-wrap:last-child{
    margin-right: 0;
}

.main-order .modal-form .modal-form-row:last-child {
    margin-bottom: 45px;
    width: 100%;
}

.main-order .modal-form .modal-form-row p .wpcf7-form-control-wrap input {
    width: 100%;
    max-width: 100%;
    min-height: 65px;
    margin-right: 30px;
    border-radius: 0;
    border: none;
    background-color: #F5F5F5;
    padding: 18px 30px;
}

.main-order .modal-form .modal-form-row p .wpcf7-form-control-wrap input:last-child {
    margin-right: 0;
}

.main-order .modal-form .modal-form-row p .wpcf7-form-control-wrap select {
    width: 100%;
    max-width: 100%;
    min-height: 65px;
    margin-right: 30px;
    border-radius: 0;
    border: none;
    background-color: #F5F5F5;
    padding: 18px 30px;
}

.main-order .modal-form .modal-form-row p .wpcf7-form-control-wrap select:last-child {
    margin-right: 0;
}

.main-order .modal-form .modal-form-row p .wpcf7-form-control-wrap textarea {
    width: 100%;
    min-height: 170px;
    border: none;
    background-color: #F5F5F5;
    padding: 18px 30px;
}

.main-order .modal-form .modal-form-send {
    padding: 25px 50px;
    border: 1px solid #FEE300;
    background-color: #FEE300;
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
    display: block;
    margin: 0 auto;
}

.main-order .modal-form .modal-form-send:hover {
    transition: all .3s;
    border-color: #194452;
    background-color: #194452;
    color: #F5F5F5;
}

/* Страница категорий */

.alter .header{
    margin-bottom: 32px;
}

.alter .menu-inner{
    padding-top: 32px;
}

.catalog-wrapper .catalog-start{
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 130px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.catalog-wrapper .catalog-inner h1{
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.catalog-wrapper .line{
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 35px;
}

.catalog-wrapper .bread{
    margin: 0 auto;
    max-width: fit-content;
}

.catalog-wrapper .bread a{
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    transition: all .3s;
}

.catalog-wrapper .bread a:hover{
    color: #FEE300;
    transition: all .3s;
}

.catalog-wrapper .bread a::after{
    content: url(../img/catalog/bread_arrow.svg);
    padding-right: 15px;
    padding-left: 15px;
}

.catalog-wrapper .bread a:last-child::after{
    display: none;
}

.catalog-wrapper .catalog-rubric{
    margin-bottom: 70px;
}

.catalog-wrapper .rubric-inner{
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalog-wrapper .rubric-card{
    width: 15%;
    max-width: 175px;
    min-height: 200px;
    max-height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all .3s;
    position: relative;
}

.catalog-wrapper .rubric-card:hover{
    box-shadow: 4px 4px 25px 0px #194452;
    transition: all .3s;
}

.catalog-wrapper .rubric-card a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.catalog-wrapper .rubric-card h3{
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    padding-top: 145px;
    padding-bottom: 40px;
}

/* Конец страницы категорий */

/* Страница конкретной категории */

.catalog-wrapper .current{
    margin-bottom: 130px;
}

.catalog-wrapper .current-inner{
    max-width: 1170px;
    margin: 0 auto;
}

.catalog-wrapper .current-card{
    display: flex;
    align-items: center;
    border: 1px solid #194452;
    padding: 20px 30px;
    margin-bottom: 45px;
    transition: all .3s;
    box-shadow: 4px 4px 25px 0px #19445230;
}

.catalog-wrapper .current-card:last-child{
    margin-bottom: 0;
}

.catalog-wrapper .current-card-banner{
    max-width: 349px;
    margin-right: 45px;
    border: 1px solid #194452;
}

.catalog-wrapper .current-card-banner img{
    max-width: 320px;
    max-height: 230px;
    object-fit: contain;
    background-color: #fff;
}

.catalog-wrapper .current-card-panel button{
    width: 100%;
    border: none;
    background-color: #194452;
    color: #fff;
    padding: 10px 38px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s;
    border-top: 1px solid #fff;
}

.catalog-wrapper .current-card-panel button:hover{
    transition: all .3s;
    background-color: #FEE300;
    color: #202020;
    border-color: #194452;
}

.catalog-wrapper .current-card-info h2{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 15px;
    color: #202020;
}

.catalog-wrapper .current-card-info p{
    font-size: 20px;
    font-weight: 400;
    color: #515151;
    padding-bottom: 25px;
    border-bottom: 1px solid #194452;
    margin-bottom: 20px;
}

.catalog-wrapper .current-card-info p span{
    margin-right: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #202020;
}

.catalog-wrapper .current-card-info ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 13px;
}

.catalog-wrapper .current-card-info ul li{
    width: 50%;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
}

.catalog-wrapper .current-card-info a{
    padding: 18px 50px;
    border: 1px solid #194452;
    display: block;
    max-width: fit-content;
    font-size: 18px;
    font-weight: 500;
    transition: all .3s;
}


.catalog-wrapper .current-card-info a:hover{
    transition: all .3s;
    border-color: #FEE300;
    background-color: #FEE300;
    color: #202020;
}

.catalog-wrapper .current-card-info a:hover .current-card{
    transition: all .3s;
    box-shadow: 4px 4px 25px 0px #194452;
}

/* Конец страницы конкретной категории */

/* Страница карточки товара */

.catalog-wrapper .caralog-card{
    margin-bottom: 45px;
}

.catalog-wrapper .catalog-card-inner{
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
}

.catalog-wrapper .catalog-card-info{
    max-width: 770px;
    margin-right: 30px;
}

.catalog-wrapper .catalog-card-info img{
    width: 100%;
    min-width: 770px;
    max-width: 100%;
    max-height: 500px;
    border: 1px solid #194452;
    padding: 15px;
    margin-bottom: 45px;
    object-fit: contain;
    background-color: #fff;
}

.catalog-wrapper .catalog-card-info h2{
    font-size: 36px;
    font-weight: 700;
    color: #202020;
    line-height: 50px;
    margin-bottom: 45px;
}

.catalog-wrapper .catalog-card-info h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 15px;
}

.catalog-wrapper .catalog-card-info .line{
    margin: initial;
    margin-left: 15px;
    background-color: #202020;
    margin-bottom: 45px;
}

.catalog-wrapper .catalog-card-info p{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #515151;
    margin-bottom: 15px;
}

.catalog-wrapper .catalog-card-info p:last-child{
    margin-bottom: 45px;
}

.catalog-wrapper .catalog-card-info ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #515151;
    margin-bottom: 15px;
}

.catalog-wrapper .catalog-card-info ul li:last-child{
    margin-bottom: 0;
}

.catalog-wrapper .catalog-card-info ul li span{
    font-weight: 700;
}

.catalog-wrapper .caralog-card-panel{
    max-width: 371px;
}

.catalog-wrapper .card-panel-cost{
    background-color: #F5F5F5;
    margin-bottom: 45px;
}

.catalog-wrapper .cost-top{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 45px;
}

.catalog-wrapper .cost-top p{
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 5px;
}

.catalog-wrapper .cost-top span{
    color: #FEE300;
    text-align: center;
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.catalog-wrapper .sut{
    background-color: #515151;
    text-align: center;
    padding: 7px 80px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}

.catalog-wrapper .cost-bottom{
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 70px;
    padding-bottom: 78px;
}

.catalog-wrapper .cost-bottom button{
    width: 100%;
    padding: 25px 40px;
    border: 1px solid #FEE300;
    background-color: #FEE300;
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
}

.catalog-wrapper .where{
    background-color: #fee30024;
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 50px;
}

.catalog-wrapper .where h3{
    font-size: 21px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 15px;
}

.catalog-wrapper .where .line{
    margin: initial;
    margin-left: 15px;
    background-color: #202020;
    margin-bottom: 45px;
}

.catalog-wrapper .where h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.catalog-wrapper .where p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}

.catalog-wrapper .where a{
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}

.catalog-wrapper .where p a{
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
}

.catalog-wrapper .where .map{
    display: block;
    width: 100%;
    padding: 25px 40px;
    border: 1px solid #194452;
    background-color: #194452;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
}

/* Конец страницы карточки товара */

/* Страница О компании */

.companies .catalog-start{
    margin-bottom: 130px;
}

.companies .catalog-inner{
    padding-top: 77px;
    padding-bottom: 80px;
    color: #fff;
    text-align: center;
}

.companies .catalog-inner h1{
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.companies .catalog-inner .line{
    margin: 0 auto;
    margin-bottom: 35px;
    background-color: #fff;
}

.companies .catalog-inner .bread a{
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    transition: all .3s;
}

.companies .catalog-inner .bread a::after{
    content: url(../img/catalog/bread_arrow.svg);
    padding-right: 15px;
    padding-left: 15px;
}

.companies .catalog-inner .bread a:last-child::after{
    display: none;
}

.faq{
    margin-bottom: 130px;
}

.faq-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-content{
    width: 50%;
    margin-right: 20px;
}

.faq-content span{
    color: #515151;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.faq-content h2{
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 30px;
    font-weight: 800;
}

.faq-content .accordion h2{
    margin-bottom: 0;
}

.faq-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #515151;
    margin-bottom: 45px;
}

.faq-content .accordion-item{
    margin-bottom: 20px;
}

.faq .accordion-button{
    font-size: 18px;
    font-weight: 600;
    color: #515151;
    background-color: #F5F5F5;
    padding: 25px;
}

.faq .accordion-button:not(.collapsed){
    background-color: #FEE300;
    margin-bottom: 0;
}

.faq .accordion-button:focus{
    box-shadow: none;
}

.faq .accordion-body{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #515151;
    padding: 30px 25px;
}

.faq-banner{
    width: 50%;
}

.faq-banner img{
    width: 100%;
    max-height: 875px;
}

/* Конец страницы О компании */

/* Страница Доставка и оплата */

.terms{
    margin-bottom: 130px;
}

.terms-inner p{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #515151;
    margin-bottom: 15px;
}

.terms-inner p:last-child{
    margin-bottom: 30px;
}

.terms-inner ul{
    margin-left: 40px;
    list-style-type: disc;
}

.terms-inner ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #515151;
    margin-bottom: 15px;
}

/* Конец страницы Доставка и оплата */

/* Страница Контакты */

.connetction .catalog-start{
    margin-bottom: 130px;
}

.connetction .catalog-inner{
    padding-top: 77px;
    padding-bottom: 80px;
    color: #fff;
    text-align: center;
}

.connetction .catalog-inner h1{
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.connetction .catalog-inner .line{
    margin: 0 auto;
    margin-bottom: 35px;
    background-color: #fff;
}

.connetction .catalog-inner .bread a{
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    transition: all .3s;
}

.connetction .catalog-inner .bread a::after{
    content: url(../img/catalog/bread_arrow.svg);
    padding-right: 15px;
    padding-left: 15px;
}

.connetction .catalog-inner .bread a:last-child::after{
    display: none;
}

.connection-info{
    margin-bottom: 130px;
}

.connetction .conntection-info-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.connetction .connection-info-item{
    width: 33%;
    max-width: 400px;
    text-align: center;
    min-height: 347px;
}

.connetction .connection-info-item img{
    margin-right: 0;
    margin-left: 0;
    max-height: 187px;
    max-width: 199px;
    margin-bottom: 45px;
}

.connetction .connection-info-item h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.connetction .connection-info-item p{
    font-size: 17px;
    line-height: 26px;
    color: #515151;
    min-height: 130px;
}

.connetction .order{
    margin-bottom: 0;
}

/* Конец страницы Контакты */

/* Страница Акции */

.terms-inner h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.terms-inner img{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

/* Конец страницы Акции */


/* Форма */





/* Конец формы */


/* `xxl` применяется к устройствам x-large (большие рабочие столы, менее 1400 пикселей) */
@media (max-width: 1399.98px) {
    .header-inner .container-fluid {
        padding: 0;
    }

    .logo-block img {
        width: 70px;
    }

    .logo-block p {
        font-size: 26px;
    }

    .call-block img {
        width: 50px;
    }

    .call-block-info p {
        font-size: 12px;
    }

    .call-block-info a {
        font-size: 18px;
        line-height: 20px;
    }

    .start-info {
        width: 50%;
        margin-right: 150px;
    }

    .start-info h1 {
        font-size: 45px;
        line-height: 48px;
    }

    .start-banner {
        width: 50%;
    }

    .start-banner img {
        width: 100%;
    }

    .tools-category-item {
        margin-right: 15px;
    }

    .category-item-card {
        max-width: 100%;
    }

    .category-item-card h3 {
        padding-top: 300px;
        font-size: 22px;
    }

    .support a {
        font-size: 68px;
    }

    .arrow-right {
        top: 41%;
        left: 93.5%;
    }

    .arrow-left {
        top: 41%;
        left: 0.7%;
    }
}

/* `xl` применяется к большим устройствам (настольные компьютеры, менее 1200 пикселей) */
@media (max-width: 1199.98px) {

    .header-inner .container-fluid {
        padding: 0;
    }

    .logo-block img {
        width: 70px;
    }

    .logo-block p {
        font-size: 26px;
    }

    .call-block img {
        width: 50px;
    }

    .call-block-info p {
        font-size: 12px;
    }

    .call-block-info a {
        font-size: 18px;
        line-height: 20px;
    }

    .start-info {
        width: 50%;
        margin-right: 150px;
    }

    .start-info h1 {
        font-size: 45px;
        line-height: 48px;
    }

    .start-banner {
        width: 50%;
    }

    .start-banner img {
        width: 100%;
    }

    .category-item-card {
        max-width: 275px;
    }

    .category-item-card h3 {
        padding-top: 300px;
        font-size: 22px;
    }

    .support a {
        font-size: 68px;
    }

    .arrow-right {
        top: 41%;
        left: 93.5%;
    }

    .arrow-left {
        top: 41%;
        left: 0.7%;
    }
}

/* `lg` применяется к устройствам среднего размера large (планшеты, менее 992 пикселей) */
@media (max-width: 991.98px) {}

/* `md` применяется к небольшим устройствам medium (телефоны с горизонтальной ориентацией, менее 768 пикселей) */
@media (max-width: 767.98px) {
    .header-inner .navbar-toggler {
        display: block;
        padding: 0;
        border: none;
        border-radius: 0;
    }

    .header {
        margin-bottom: 35px;
    }

    .header-inner .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .logo-block img {
        margin-right: 0;
    }

    .logo-block p {
        display: none;
    }

    .menu-block {
        display: none;
    }

    .call-block img {
        display: none;
    }

    .call-block-info {
        padding-left: 0;
    }

    .start {
        margin-bottom: 50px;
        padding-bottom: 35px;
    }

    .start-inner {
        flex-direction: column;
    }

    .start-info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .start-info span {
        font-size: 16px;
    }

    .start-info h1 {
        font-size: 31px;
        line-height: 36px;
    }

    .start-info p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 35px;
    }

    .start-info button {
        padding: 15px 25px;
        font-size: 16px;
    }

    .start-banner {
        width: 100%;
    }

    .start-banner img {
        width: 100%;
    }

    .advant {
        margin-bottom: 50px;
    }

    .andant-inner {
        flex-direction: column;
        max-width: 100%;
    }

    .advant-card {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .advant-card h5 {
        font-size: 20px;
    }

    .about {
        margin-bottom: 50px;
    }

    .about-inner {
        flex-direction: column-reverse;
        max-width: 100%;
    }

    .about-banner {
        margin-right: 0;
    }

    .about-banner img {
        width: 100%;
    }

    .about-info {
        width: 100%;
        margin-bottom: 50px;
    }

    .about-info span {
        font-size: 16px;
    }

    .about-info h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .about-info p {
        font-size: 16px;
    }

    .info-tools-item {
        margin-right: 0;
        flex-direction: column;
        width: 50%;
        text-align: center;
    }

    .info-tools-item svg {
        margin-right: 0;
        width: 100%;
    }

    .about-info a {
        padding: 15px 25px;
        font-size: 16px;
    }

    .tools {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .tools-inner span {
        font-size: 16px;
    }

    .tools-inner h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .arrow-left {
        width: 45px;
        height: 45px;
        left: 0.69%;
    }

    .arrow-right {
        width: 45px;
        height: 45px;
        left: 87%;
    }

    .tools-category-item {
        margin-right: 0;
    }

    .category-item-card {
        max-width: 100%;
    }

    .order {
        background-image: url(img/order-bg.png);
        margin-bottom: 50px;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .order-inner {
        flex-direction: column;
    }

    .order-logo {
        margin-right: 0 !important;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .order-inner .order-logo img {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100px;
    }

    .order-inner .order-logo p {
        text-align: center;
        font-size: 26px;
        max-width: 100%;
    }

    .simple-line {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .order-inner h4 {
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .order-inner button {
        padding: 15px 25px;
        font-size: 16px;
    }

    .review {
        padding-bottom: 70px;
    }

    .review-inner span {
        font-size: 16px;
    }

    .review-inner h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .review-items-inner {
        padding-bottom: 35px;
    }

    .review-items-inner {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .review-items {
        padding-bottom: 0;
    }

    .brands {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .brands-inner span {
        font-size: 16px;
    }

    .brands-inner h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .brands-inner .line {
        margin-bottom: 35px;
    }

    .brands-item-card img {
        width: 100%;
    }

    .brands-inner .arrow-right {
        top: 38%;
        left: 87.7%;
    }

    .brands-inner .arrow-left {
        top: 38%;
        left: -1.3%;
    }

    .why {
        margin-bottom: 50px;
    }

    .why-inner span {
        font-size: 16px;
    }

    .why-inner h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .why-inner .line {
        margin-bottom: 35px;
    }

    .why-cards-list {
        flex-direction: column;
    }

    .why-card {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .why-card:last-child {
        margin-bottom: 0;
    }

    .why-cards-list img {
        display: none;
    }

    .why-card img {
        display: inline-block;
    }

    .footer {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .support {
        margin-bottom: 35px;
    }

    .support a {
        font-size: 20px;
        opacity: 0.6;
    }

    .footer-info {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .footer-info-item {
        margin-bottom: 35px;
        width: 100%;
    }

    .footer-info-item:first-child {
        max-width: 100%;
        margin-right: 0;
    }

    .offcanvas {
        background-color: #194452;
    }

    .offcanvas-body .navbar-nav {
        margin-bottom: 35px;
    }

    .offcanvas-body .navbar-nav li a {
        color: #F5F5F5;
    }

    .offcanvas-body .call-block-info p {
        color: #fff;
    }

    .offcanvas-body .call-block-info a {
        color: #fff;
    }

    .offcanvas-body .call-block {
        margin-bottom: 35px;
    }

    .offcanvas-body .ordered {
        padding: 15px 25px;
        border: 1px solid #FEE300;
        background-color: #FEE300;
        color: #202020;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all .3s;
    }

    .modal{
        --bs-modal-width: 100%;
    }

    .main-order .modal-content{
        width: 100%;
        padding: 30px;
    }

    .modal-form-row{
        margin-bottom: 20px;
    }

    .main-order .modal-form .modal-form-row p{
        flex-direction: column;
    }

    .main-order .modal-form .modal-form-row p .wpcf7-form-control-wrap{
        margin-right: 0;
        width: 100%;
    }

    .main-order .modal-form .modal-form-row input{
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .main-order .modal-form .modal-form-row input:last-child{
        margin-bottom: 0;
    }
    
    .main-order .modal-form .modal-form-row select{
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .main-order .modal-form .modal-form-send{
        font-size: 16px;
        padding: 15px 25px;
    }

    /* Страница оборудования */

    .catalog-wrapper .catalog-start{
        margin-bottom: 50px;
    }

    .catalog-wrapper .catalog-inner h1{
        font-size: 46px;
    }

    .catalog-wrapper .catalog-rubric{
        margin-bottom: 50px;
    }

    .catalog-wrapper .rubric-inner{
        flex-direction: column;
        max-width: 100%;
    }

    .catalog-wrapper .rubric-card{
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .catalog-wrapper .rubric-card:last-child{
        margin-bottom: 0;
    }

    /* Конец страницы оборудования */

    /* Страница конкретной категории */

    .catalog-wrapper .bread{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .catalog-wrapper .catalog-inner h1{
        font-size: 42px;
        line-height: 42px;
    }

    .catalog-wrapper .current{
        margin-bottom: 50px;
    }

    .catalog-wrapper .current-inner{
        max-width: 100%;
    }

    .catalog-wrapper .current-card{
        flex-direction: column;
        padding: 20px;
    }

    .catalog-wrapper .current-card-banner{
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 35px;
        border: none;
    }

    .catalog-wrapper .current-card-info h2{
        font-size: 22px;
        line-height: 32px;
    }

    .catalog-wrapper .current-card-info ul{
        flex-direction: column;
    }

    .catalog-wrapper .current-card-info ul li{
        width: 100%;
    }

    .catalog-wrapper .current-card-info a{
        max-width: 100%;
        text-align: center;
    }

    /* Конец страницы конкретной категории */

    /* Страница карточки товара */

    .catalog-wrapper .catalog-card-inner{
        max-width: 100%;
        flex-direction: column;
    }

    .catalog-wrapper .catalog-card-info{
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .catalog-wrapper .catalog-card-info img{
        width: 100%;
        margin-bottom: 20px;
        min-width: 100%;
    }

    .catalog-wrapper .catalog-card-info h2{
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .catalog-wrapper .catalog-card-info h3{
        font-size: 20px;
    }

    .catalog-wrapper .catalog-card-info .line{
        margin-bottom: 20px;
    }

    .catalog-wrapper .cost-bottom{
        padding-left: 40px;
        padding-right: 40px;
    }

    .catalog-wrapper .where .map{
        padding: 25px;
    }

    /* Конец страницы карточки товара */

    .faq{
        margin-bottom: 50px;
    }

    .faq-inner{
        flex-direction: column;
    }

    .faq-content{
        width: 100%;
        margin-right: 0;
    }

    .faq-content h2{
        line-height: 27px;
    }

    .faq .accordion-button{
        padding: 10px;
    }

    .faq-banner{
        width: 100%;
    }

    .faq-banner img{
        max-height: fit-content;
    }

    .companies .catalog-start{
        margin-bottom: 50px;
    }

    .offcanvas-body .navbar-nav li{
        margin-bottom: 15px;
    }

    .offcanvas-body .navbar-nav li a{
        font-size: 24px;
    }

    .terms{
        margin-bottom: 50px;
    }

    .terms-inner img{
        width: 100%;
    }

    .connetction .catalog-start{
        margin-bottom: 50px;
    }

    .connetction .connection-info{
        margin-bottom: 50px;
    }

    .conntection-info-list{
        flex-direction: column;
    }

    .connetction .connection-info-item{
        width: 100%;
        min-height: fit-content;
        max-width: 100%;
        margin-bottom: 35px;
    }

    .connetction .connection-info-item:last-child{
        margin-bottom: 0;
    }

    .connetction .connection-info-item p{
        min-height: fit-content;
    }
    
    .map{
        padding-left: 15px;
        padding-right: 15px;
    }

    .map iframe{
        width: 100% !important;
    }
}


/* `sm` применяется к устройствам x-small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
    .header-inner .navbar-toggler {
        display: block;
        padding: 0;
        border: none;
        border-radius: 0;
    }

    .header {
        margin-bottom: 35px;
    }

    .header-inner .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .logo-block img {
        margin-right: 0;
    }

    .logo-block p {
        display: none;
    }

    .menu-block {
        display: none;
    }

    .call-block img {
        display: none;
    }

    .call-block-info {
        padding-left: 0;
    }

    .start {
        margin-bottom: 50px;
        padding-bottom: 35px;
    }

    .start-inner {
        flex-direction: column;
    }

    .start-info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .start-info span {
        font-size: 16px;
    }

    .start-info h1 {
        font-size: 31px;
        line-height: 36px;
    }

    .start-info p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 35px;
    }

    .start-info button {
        padding: 15px 25px;
        font-size: 16px;
    }

    .start-banner {
        width: 100%;
    }

    .start-banner img {
        width: 100%;
    }

    .advant {
        margin-bottom: 50px;
    }

    .andant-inner {
        flex-direction: column;
        max-width: 100%;
    }

    .advant-card {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .advant-card h5 {
        font-size: 20px;
    }

    .about {
        margin-bottom: 50px;
    }

    .about-inner {
        flex-direction: column-reverse;
        max-width: 100%;
    }

    .about-banner {
        margin-right: 0;
    }

    .about-banner img {
        width: 100%;
    }

    .about-info {
        width: 100%;
        margin-bottom: 50px;
    }

    .about-info span {
        font-size: 16px;
    }

    .about-info h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .about-info p {
        font-size: 16px;
    }

    .info-tools-item {
        margin-right: 0;
        flex-direction: column;
        width: 50%;
        text-align: center;
    }

    .info-tools-item svg {
        margin-right: 0;
        width: 100%;
    }

    .about-info a {
        padding: 15px 25px;
        font-size: 16px;
    }

    .tools {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .tools-inner span {
        font-size: 16px;
    }

    .tools-inner h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .arrow-left {
        width: 45px;
        height: 45px;
        left: 0.69%;
    }

    .arrow-right {
        width: 45px;
        height: 45px;
        left: 87%;
    }

    .tools-category-item {
        margin-right: 0;
    }

    .category-item-card {
        max-width: 100%;
    }

    .order {
        background-image: url(img/order-bg.png);
        margin-bottom: 50px;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .order-inner {
        flex-direction: column;
    }

    .order-logo {
        margin-right: 0 !important;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .order-inner .order-logo img {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100px;
    }

    .order-inner .order-logo p {
        text-align: center;
        font-size: 26px;
        max-width: 100%;
    }

    .simple-line {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .order-inner h4 {
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .order-inner button {
        padding: 15px 25px;
        font-size: 16px;
    }

    .review {
        padding-bottom: 70px;
    }

    .review-inner span {
        font-size: 16px;
    }

    .review-inner h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .review-items-inner {
        padding-bottom: 35px;
    }

    .review-items-inner {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .review-items {
        padding-bottom: 0;
    }

    .brands {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .brands-inner span {
        font-size: 16px;
    }

    .brands-inner h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .brands-inner .line {
        margin-bottom: 35px;
    }

    .brands-item-card img {
        width: 100%;
    }

    .brands-inner .arrow-right {
        top: 38%;
        left: 87.7%;
    }

    .brands-inner .arrow-left {
        top: 38%;
        left: -1.3%;
    }

    .why {
        margin-bottom: 50px;
    }

    .why-inner span {
        font-size: 16px;
    }

    .why-inner h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .why-inner .line {
        margin-bottom: 35px;
    }

    .why-cards-list {
        flex-direction: column;
    }

    .why-card {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .why-card:last-child {
        margin-bottom: 0;
    }

    .why-cards-list img {
        display: none;
    }

    .why-card img {
        display: inline-block;
    }

    .footer {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .support {
        margin-bottom: 35px;
    }

    .support a {
        font-size: 20px;
        opacity: 0.6;
    }

    .footer-info {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .footer-info-item {
        margin-bottom: 35px;
        width: 100%;
    }

    .footer-info-item:first-child {
        max-width: 100%;
        margin-right: 0;
    }

    .offcanvas {
        background-color: #194452;
    }

    .offcanvas-body .navbar-nav {
        margin-bottom: 35px;
    }

    .offcanvas-body .navbar-nav li a {
        color: #F5F5F5;
    }

    .offcanvas-body .call-block-info p {
        color: #fff;
    }

    .offcanvas-body .call-block-info a {
        color: #fff;
    }

    .offcanvas-body .call-block {
        margin-bottom: 35px;
    }

    .offcanvas-body .ordered {
        padding: 15px 25px;
        border: 1px solid #FEE300;
        background-color: #FEE300;
        color: #202020;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all .3s;
    }

    .modal{
        --bs-modal-width: 100%;
    }

    .main-order .modal-content{
        width: 100%;
        padding: 30px;
    }

    .modal-form-row{
        margin-bottom: 20px;
    }

    .main-order .modal-form .modal-form-row p{
        flex-direction: column;
    }

    .main-order .modal-form .modal-form-row p .wpcf7-form-control-wrap{
        margin-right: 0;
        width: 100%;
    }

    .main-order .modal-form .modal-form-row input{
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .main-order .modal-form .modal-form-row input:last-child{
        margin-bottom: 0;
    }
    
    .main-order .modal-form .modal-form-row select{
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .main-order .modal-form .modal-form-send{
        font-size: 16px;
        padding: 15px 25px;
    }

    /* Страница оборудования */

    .catalog-wrapper .catalog-start{
        margin-bottom: 50px;
    }

    .catalog-wrapper .catalog-inner h1{
        font-size: 46px;
    }

    .catalog-wrapper .catalog-rubric{
        margin-bottom: 50px;
    }

    .catalog-wrapper .rubric-inner{
        flex-direction: column;
        max-width: 100%;
    }

    .catalog-wrapper .rubric-card{
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .catalog-wrapper .rubric-card:last-child{
        margin-bottom: 0;
    }

    /* Конец страницы оборудования */

    /* Страница конкретной категории */

    .catalog-wrapper .bread{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .catalog-wrapper .catalog-inner h1{
        font-size: 42px;
        line-height: 42px;
    }

    .catalog-wrapper .current{
        margin-bottom: 50px;
    }

    .catalog-wrapper .current-inner{
        max-width: 100%;
    }

    .catalog-wrapper .current-card{
        flex-direction: column;
        padding: 20px;
    }

    .catalog-wrapper .current-card-banner{
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 35px;
        border: none;
    }

    .catalog-wrapper .current-card-info h2{
        font-size: 22px;
        line-height: 32px;
    }

    .catalog-wrapper .current-card-info ul{
        flex-direction: column;
    }

    .catalog-wrapper .current-card-info ul li{
        width: 100%;
    }

    .catalog-wrapper .current-card-info a{
        max-width: 100%;
        text-align: center;
    }

    /* Конец страницы конкретной категории */

    /* Страница карточки товара */

    .catalog-wrapper .catalog-card-inner{
        max-width: 100%;
        flex-direction: column;
    }

    .catalog-wrapper .catalog-card-info{
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .catalog-wrapper .catalog-card-info img{
        width: 100%;
        margin-bottom: 20px;
        min-width: 100%;
    }

    .catalog-wrapper .catalog-card-info h2{
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .catalog-wrapper .catalog-card-info h3{
        font-size: 20px;
    }

    .catalog-wrapper .catalog-card-info .line{
        margin-bottom: 20px;
    }

    .catalog-wrapper .cost-bottom{
        padding-left: 40px;
        padding-right: 40px;
    }

    .catalog-wrapper .where .map{
        padding: 25px;
    }

    /* Конец страницы карточки товара */

    .faq{
        margin-bottom: 50px;
    }

    .faq-inner{
        flex-direction: column;
    }

    .faq-content{
        width: 100%;
        margin-right: 0;
    }

    .faq-content h2{
        line-height: 27px;
    }

    .faq .accordion-button{
        padding: 10px;
    }

    .faq-banner{
        width: 100%;
    }

    .faq-banner img{
        max-height: fit-content;
    }

    .companies .catalog-start{
        margin-bottom: 50px;
    }

    .offcanvas-body .navbar-nav li{
        margin-bottom: 15px;
    }

    .offcanvas-body .navbar-nav li a{
        font-size: 24px;
    }

    .terms{
        margin-bottom: 50px;
    }

    .terms-inner img{
        width: 100%;
    }

    .connetction .catalog-start{
        margin-bottom: 50px;
    }

    .connetction .connection-info{
        margin-bottom: 50px;
    }

    .conntection-info-list{
        flex-direction: column;
    }

    .connetction .connection-info-item{
        width: 100%;
        min-height: fit-content;
        max-width: 100%;
        margin-bottom: 35px;
    }

    .connetction .connection-info-item:last-child{
        margin-bottom: 0;
    }

    .connetction .connection-info-item p{
        min-height: fit-content;
    }
    
    .map{
        padding-left: 15px;
        padding-right: 15px;
    }

    .map iframe{
        width: 100% !important;
    }
}

