:root {
    --color-text: #333;
    --color-main: #FFE30B;
    --color-red: #ff0101;
}

body,
html {
	width: 100%;
	min-width: 320px;
	cursor: default;
	font-family: "Gilroy", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	color: var(--color-text);
    background-color: #f0eef3;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
/*html {
	overflow-x: hidden;
	margin-right: calc(-1 * (100vw - 100%));
}*/
.modal.show {
    overflow-x: hidden;
    overflow-y: auto;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: 0;
}

a{
	transition: all .3s;
}
p{
	margin-bottom: 0;
}
img{
	max-width: 100%;
	height: auto;
}
.modal-open {
	padding: 0 !important;
}
.container {
	max-width: 1340px;
	padding-right: 20px;
    padding-left: 20px;
	margin: auto;
}

.btn-main, 
.btn_main_form {
    background-color: var(--color-main);
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 17px 8px;
    display: inline-block;
    transition: all .3s;
    width: 100%;
    max-width: 254px;
    border-radius: 60px;
    text-transform: uppercase;
    border: none;
    line-height: 125%;
    box-shadow: 0 16px 25px 0 rgba(253, 254, 0, 0.3);
}
.btn_main_form {
    max-width: 254px;
    display: block;
    margin: 29px auto 0;
}
.btn-main:hover,
.btn_main_form:hover {
    box-shadow: 0 16px 25px 0 rgba(255, 1, 1, 0.3);
	background: #ff0101;
    color: #fff;
}
.btn-main.btn-red{
    background: #ff0101;
    color: #fff;
    box-shadow: 0 16px 25px 0 rgba(255, 1, 1, 0.3);
}
.btn-main.btn-red:hover{
    background-color: var(--color-main);
    color: #333;
    box-shadow: 0 16px 25px 0 rgba(255, 1, 1, 0.3);
}

.btn-main.btn-min{
    max-width: 179px;
    padding: 7px 8px;
    border-radius: 10px;
}
a.btn_to_basket.btn-main {
    padding: 8px 8px;
    max-width: 169px;
    display: flex;
    column-gap: 6px;
    justify-content: center;
    margin: 0 auto;
    border-radius: 10px;
}

.btn-main.btn-border{
    color: var(--color-main);
    border: 1px solid var(--color-main);
    background-color: transparent;
    border-radius: 5px;
}
.btn-main.btn-border:hover{
    background-color: var(--color-main);
    color: #fff;
}


.heading-main {
    font-family: "Gilroy", sans-serif;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 0.8;
}
.heading-main.heading-home {
    margin-bottom: 57px;
    text-align: center;
}

article {
    padding-top: 35px;
    padding-bottom: 0;
}
.main-content {
    font-size: 20px;
    line-height: 144%
}

.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    color: var(--color-text);
	font-weight: 600;
	margin-bottom: 20px;
	padding-top: 10px;
}
.main-content h2{
	font-size: 36px;
}
.main-content h3{
	font-size: 24px;
}
.main-content h4{
	font-size: 22px;
    font-weight: 500;
    line-height: 145%;
}
.main-content h5{
	font-size: 21px;
}
.main-content h6{
	font-size: 20px;
}
.main-content{
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    clear: both;
}
.main-content p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
}
.main-content p.color-main{
    color: var(--color-main);
}
.main-content p strong,
.main-content p b {
    font-weight: 600;
    color: #ff0101;
}
.main-content p a {
    color: #ff0101;
    border-bottom: 1px solid #ff0101;
}
.main-content p a:hover{
	border-bottom: none;
}
.main-content img {
    margin-bottom: 30px;
}
.main-content img[style="float: left;"],
.main-content .img-left {
	float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    max-width: 50%;
}
.main-content img[style="float: right;"],
.main-content .img-right {
	float: right;
    margin-left: 30px;
    margin-bottom: 30px;
    max-width: 50%;
}
.main-content ul {
    padding-left: 10px;
    margin-bottom: 22px;
}
.main-content ul li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 7px;
    position: relative;
    padding-left: 20px;
}
.main-content ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ff0101;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 100%;
}

.main-content table {
    width: 100%;
    max-width: 976px;
    margin-bottom: 30px;
    border: none;
}
.main-content table tr{
    background: transparent;
}
.main-content table tr:nth-child(2n){
    background: #fff;
}
.main-content table td {
    padding: 11px 10px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    border: 1px solid #f0eef3;
}
.main-content table td:first-child {
    width: auto !important;
}
.main-content table td:last-child {
    font-weight: 700;
    width: 21% !important;
    min-width: 90px;
}
.main-content table th,
.main-content table tr:first-child td {
    background-color: #ff0101;
    color: #fff;
    font-size: 18px;
    padding: 11px 10px;
    font-weight: 700;
    border: 1px solid #f0eef3;
}
.main-content table th:first-child,
.main-content table tr:first-child td:first-child{
    border-radius: 15px 0 0 0;
}
.main-content table th:last-child,
.main-content table tr:first-child td:last-child{
    border-radius: 0 15px 0 0;
}

article img.head-img {
    margin-bottom: 50px;
}
ol.breadcrumb {
    text-align: left;
    padding: 0;
    margin-bottom: 35px;
}
ol.breadcrumb li.breadcrumb-item {
    font-weight: 300;
    font-size: 14px;
    color: #ff0101;
}
ol.breadcrumb li a {
    color: #9bbbc3;
}
ol.breadcrumb li a:hover {
    color: #ff0101;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 6px;
    padding-left: 6px;
}
ul.pagination {
    margin-top: 20px;
    flex-wrap: wrap;
}
ul.pagination li a {
    width: 54px;
    height: 54px;
    display: inline-block;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin: 0 1px;
    text-align: center;
    line-height: 54px;
    color: #333;
    transition: all .3s;
    margin-right: 5px;
    border: 1px solid transparent;
    border-radius: 10px;
}
ul.pagination li a:hover{
    border: 1px solid var(--color-red);
    color: var(--color-red);
}
ul.pagination  li.active a{
    background: var(--color-red);
    color: #fff;
    border: 1px solid var(--color-red);
}
.pagination li:last-child:not(.active) a,
.pagination li:first-child:not(.active) a {
    border: 1px solid #fff;
    font-size: 0;
    position: relative;
    transition: all .3s;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}
.pagination li:first-child:not(.active) a{
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0571 0.885742L2.05713 8.88574L10.0571 16.8857' stroke='%23D2D2D2' stroke-width='2' /%3E%3C/svg%3E");
}
.pagination li:first-child:not(.active) a:hover{
    border: 1px solid var(--color-red);
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0571 0.885742L2.05713 8.88574L10.0571 16.8857' stroke='%23ff0101' stroke-width='2' /%3E%3C/svg%3E");
}
.pagination li:last-child:not(.active) a{
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.885742 0.885742L8.88574 8.88574L0.885742 16.8857' stroke='%23D2D2D2' stroke-width='2' /%3E%3C/svg%3E");
}
.pagination li:last-child:not(.active) a:hover{
    border: 1px solid var(--color-red);
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.885742 0.885742L8.88574 8.88574L0.885742 16.8857' stroke='%23ff0101' stroke-width='2' /%3E%3C/svg%3E");
}

.clear {
    clear: both;
}
.grid{
	display: flex;
}

.form-group {
    margin-bottom: 0;
}

.box-btn-center{
    text-align: center;
}



/*MODAL*/
.modal.show {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog.modal-form {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    max-height: calc(100% - 10px);
    width: calc(100% - 30px);
    max-width: 766px;
}
button.btn.close-modal {
    background-color: transparent;
    position: absolute;
    right: -85px;
    top: -60px;
}
.modal-form .modal-content {
    border-radius: 15px;
    border: 2px solid #ffe30b;
    background-color: #fff;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #333;
}
.light-theme .modal-form .modal-content{
    background-color: #fff;
}

.fade {
    background: rgba(255, 255, 255, 0.4); !important;
}
.modal-backdrop.show {
    opacity: 1;
}
.modal-open .container,
.modal-open button.slick-arrow {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}
.modal-form h3{
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 48px;
    text-align: center;
    color: #333;
    margin-bottom: 14px;
}
.modal-header-form {
    padding: 30px 20px 0;
    max-width: 588px;
    margin: 0 auto;
}
.modal-footer-form {
    padding: 0 20px 55px;
    max-width: 588px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.modal-form .modal-body {
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    max-width: 588px;
}
.modal-body{
    padding: 0;
}

input.form-control, 
textarea.form-control{
    border: 1px solid transparent;
    border-radius: 35px;
    padding: 16px 17px;
    height: 56px;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    margin-bottom: 14px;
    outline: none;
    background: #f0eef3;
}
textarea.form-control{
    border-radius: 15px;
    resize: none;
    height: 96px;
}
input.form-control::placeholder, 
textarea.form-control::placeholder{
    color: #333;
}
input.form-control:focus,
textarea.form-control:focus{
    border: 1px solid var(--color-main);
}

.form-text-bottom{
    margin-bottom: 15px;
    text-align: left;
    color: #333;
    font-weight: 300;
    font-size: 12px;
}
.form-text-bottom p {
    margin-bottom: 6px;
}
.form-text-bottom a{
    text-decoration: underline;
}
.form-text-bottom a:hover{
    text-decoration: none;
}
label.custom-checkbox {
    margin-bottom: 0;
    text-align: left;
    max-width: 100%;
}
.custom-checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  height: auto !important;
    margin: 0 !important;
}
.custom-checkbox>span {
  display: inline-flex;
  align-items: start;
  user-select: none;
  cursor: pointer;
}
.custom-checkbox>span::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 3px;
  margin-right: 9px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #ff0101;
  margin-top: 0;
  background-size: 9px;
}

.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
  background-color: #fff;
}
.custom-checkbox>input:checked+span::before {
  background-image: url(/template/img/check.svg);
  background-color: #ff0101;

}
.custom-checkbox>input:disabled+span::before {
  background-color: #fff;
}


.form-control:disabled, 
.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

/*HEADER*/
.top-header{
    padding-top: 10px;
    padding-bottom: 12px;
}
.top-header .box-contacts {
    display: flex;
    column-gap: 21px;
    justify-content: end;
    align-items: center;
}
.mail {
    font-size: 16px;
    padding-left: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.528093 2.79519L1.00017 3.18037L7.51784 7.83588C8.40447 8.46919 9.59553 8.46919 10.4822 7.83588L17 3.18037L17.472 2.79562C17.4843 2.87814 17.5 3.04371 17.5 3.175V10.825C17.5 12.2013 16.3774 13.375 14.95 13.375H3.05C1.67368 13.375 0.5 12.2395 0.5 10.825V3.175C0.5 3.04593 0.509589 2.91911 0.528093 2.79519ZM14.95 0.625C15.602 0.625 16.1969 0.869735 16.6478 1.27236L9.49409 6.45254C9.15136 6.6751 8.78179 6.64957 8.50595 6.45254L1.35218 1.27236C1.77488 0.894899 2.39328 0.625 3.05 0.625H14.95Z' fill='%23FF0101' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left center;
}
.phone {
    font-weight: 700;
    font-size: 20px;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_86_221)'%3E%3Cpath d='M13.4243 11.7458C12.8689 11.1975 12.1756 11.1975 11.6237 11.7458C11.2028 12.1633 10.7818 12.5807 10.3679 13.0052C10.2547 13.1219 10.1592 13.1467 10.0212 13.0689C9.74883 12.9203 9.45876 12.8 9.19698 12.6373C7.97653 11.8696 6.95418 10.8827 6.04857 9.77189C5.5993 9.22003 5.19956 8.62926 4.92009 7.9642C4.86349 7.82978 4.87411 7.74134 4.98377 7.63167C5.40474 7.22486 5.81509 6.80743 6.22898 6.39C6.8056 5.80984 6.8056 5.13063 6.22545 4.54694C5.89645 4.21441 5.56746 3.88896 5.23847 3.55643C4.89887 3.21683 4.5628 2.87368 4.21966 2.53762C3.66427 1.99637 2.97091 1.99637 2.41905 2.54115C1.99455 2.95858 1.58773 3.38663 1.15615 3.79698C0.75641 4.1755 0.55477 4.63892 0.51232 5.18016C0.445107 6.06101 0.660897 6.89233 0.965125 7.70243C1.58773 9.37922 2.53579 10.8685 3.68549 12.234C5.23847 14.0806 7.09214 15.5416 9.26066 16.5958C10.237 17.0698 11.2488 17.4342 12.3489 17.4943C13.106 17.5368 13.7639 17.3458 14.291 16.755C14.6519 16.3517 15.0587 15.9838 15.4407 15.5982C16.0067 15.0251 16.0103 14.3318 15.4478 13.7658C14.7757 13.0901 14.1 12.418 13.4243 11.7458Z' fill='%23FF0101' /%3E%3Cpath d='M12.7488 8.92642L14.0541 8.70356C13.8489 7.50433 13.2829 6.41831 12.4233 5.55515C11.5142 4.646 10.3645 4.07292 9.09801 3.89604L8.91406 5.20847C9.89396 5.34643 10.7854 5.78863 11.4894 6.4926C12.1544 7.15765 12.5896 7.99959 12.7488 8.92642Z' fill='%23FF0101' /%3E%3Cpath d='M14.7899 3.25221C13.2829 1.74521 11.3762 0.793616 9.27135 0.5L9.0874 1.81243C10.9057 2.06713 12.5542 2.89138 13.856 4.18965C15.0906 5.42426 15.9007 6.98431 16.1943 8.70002L17.4997 8.47715C17.1565 6.48905 16.2191 4.68491 14.7899 3.25221Z' fill='%23FF0101' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_86_221'%3E%3Crect width='17' height='17' fill='white' transform='translate(0.5 0.5)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.bottom-header {
    background-color: #fff;
    padding-top: 26px;
    padding-bottom: 26px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.05);
}
.bottom-header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-header .box-callback {
    min-width: 254px;
}
.bottom-header .box-logo{
    min-width: 267px;
}
.bottom-header .box-mnu{
    width: 100%;
}
ul.wrap-mnu {
    margin: 0;
    display: flex;
    width: 100%;
    column-gap: 5px;
    justify-content: space-around;
    padding: 0 15px;
}
ul.wrap-mnu li a.nav-link {
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
}
ul.wrap-mnu li a.nav-link:hover,
ul.wrap-mnu li.active a.nav-link{
    color: #ff0101;
}

.dropdown-toggle::after{
    display: none;
}

.dropdown-toggle::after{
    display: none;
}
.dropdown-menu:before {
    content: '';
    width: 100%;
    height: 10px;
    display: block;
    background: transparent;
    position: absolute;
    top: -10px;
    left: 0;
}
header .dropdown-menu {
    background-color: #fff;
    width: 100%;
    min-width: 225px;
    padding: 20px 20px 3px;
    margin-top: 10px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.35);
    border-radius: 15px;
    border: none;
}

header .dropdown-menu a.dropdown-item {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 15px;
    text-decoration: none;
    white-space: normal;
}
header .dropdown-menu a.dropdown-item:hover{
    color: #ff0101;
}

button.navbar-toggler {
    padding: 0;
    border: none;
    min-width: 40px;
    height: 29px;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='29' viewBox='0 0 40 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='3' rx='1.5' fill='%23333333'/%3E%3Crect y='13' width='40' height='3' rx='1.5' fill='%23333333'/%3E%3Crect y='26' width='40' height='3' rx='1.5' fill='%23333333'/%3E%3C/svg%3E");
}
button.navbar-toggler[aria-expanded=true] {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='31' viewBox='0 0 40 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5.12134' y='28.2843' width='40' height='3' rx='1.5' transform='rotate(-45 5.12134 28.2843)' fill='%23333333'/%3E%3Crect x='7.12134' y='0.284271' width='40' height='3' rx='1.5' transform='rotate(45 7.12134 0.284271)' fill='%23333333'/%3E%3C/svg%3E");
}
nav.top_menu.navbar {
    padding-top: 0;
    padding-bottom: 0;
}


/*HOME*/
.slider-home .wrap-slider {
    min-height: 690px;
    padding-top: 128px;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slider-home .wrap-slider .box-text {
    border-radius: 15px;
    padding: 45px 30px;
    max-width: 635px;
    color: #fff;
    backdrop-filter: blur(10px);
    background: rgba(51, 51, 51, 0.5);
}
.slider-home .wrap-slider .box-text .name {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.slider-home .wrap-slider .box-text .desr {
    font-size: 20px;
    color: #f0eef3;
    line-height: 115%;
    margin-bottom: 36px;
}
.slider-home .wrap-slider .box-text a.btn-main {
    max-width: 133px;
}
.slick-arrow {
    font-size: 0;
    background-color: #ff0101;
    width: 62px;
    height: 62px;
    border: none;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center left 47%;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1 2.79999L3.90004 8.99999L10.1 15.2' stroke='white' stroke-width='5' stroke-linecap='round' /%3E%3C/svg%3E");
    cursor: pointer;
    transition: all .3s;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    z-index: 1;
    transition: all .3s;
}

.slick-prev.slick-arrow {
    left: 5%;
}
.slick-next.slick-arrow {
    right: 5%;
    transform: rotate(180deg);
}
.slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.block-services {
    margin-top: -66px;
}
.block-services a.wrap {
    display: block;
    height: 100%;
    text-align: center;
    background-color: #fff;
    font-weight: 600;
    font-size: 28px;
    padding: 45px 10px 67px;
    border-radius: 15px;
    border: 1px solid #fff;
}
.block-services a.wrap:hover{
    border-color: #ff0101;
    color: #ff0101;
}
.block-services a.wrap .icon {
    width: 227px;
    height: 227px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto 27px;
}

.block-products {
    padding-top: 65px;
    padding-bottom: 97px;
}
.index-products a.wrap {
    display: block;
    background-color: #fff;
    height: 100%;
    padding: 30px 20px 86px;
    border-radius: 15px;
    position: relative;
    border: 1px solid #fff;
}
.index-products .box-img{
    height: 240px;
}
.index-products .box-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.index-products a.wrap .name {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-top: 19px;
}
.index-products .btn-red {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #ff0101;
    border: 1px solid #ff0101;
    border-radius: 60px;
    padding: 10px 10px;
    line-height: 100%;
    height: 37px;
    text-align: center;
    width: 100%;
    max-width: 194px;
    margin: 0 auto;
    transition: all .3s;
}
.index-products .box-btn{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    padding: 0 20px;
}
.index-products a.wrap:hover{
    border-color: #ff0101;
}
.index-products a.wrap:hover .btn-red{
    background: #ff0101;
    color: #fff;
}
.block-products a.btn-main{
    max-width: 188px;
}


.block-about {
    background: #fff;
}
.block-about .box-img {
    height: 100%;
    background-position: center;
    background-size: cover;
}
.block-about .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-about .column-left {
    width: 57%;
}
.block-about .column-right {
    width: 43%;
}
.block-about .box-text {
    padding: 94px 20px 76px;
    max-width: 802px;
    float: right;
}
.block-about .box-text .descr {
    margin-top: -6px;
}
.block-about .box-text .descr p {
    font-size: 18px;
    line-height: 167%;
    margin-bottom: 16px;
}
.block-about .box-text .descr p strong{
    color: #ff0101;
    font-weight: 600;
}

.block-clients {
    padding-top: 100px;
    padding-bottom: 100px;
}
.descr-heading {
    font-size: 22px;
    line-height: 145%;
    text-align: center;
    margin-bottom: 51px;
    margin-top: -30px;
}

.slider-clients .slick-arrow {
    width: 13px;
    height: 18px;
    margin-top: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.2 3L3.99995 9.2L10.2 15.4' stroke='%23D2D2D2' stroke-width='5' stroke-linecap='round' /%3e%3c/svg%3e");
}
.slider-clients .slick-arrow:hover{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.2 3L3.99995 9.2L10.2 15.4' stroke='%23ff0101' stroke-width='5' stroke-linecap='round' /%3e%3c/svg%3e");
}
.slider-clients .slick-prev.slick-arrow {
    left: -50px;
}
.slider-clients .slick-next.slick-arrow {
    right: -50px;
}
.block-clients a.wrap {
    display: block;
    height: 100%;
    background-color: #fff;
    padding: 28px 31px 24px;
    text-align: center;
}
.block-clients a.wrap .box-img {
    height: 145px;
}
.block-clients a.wrap .box-img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.block-clients a.wrap .name {
    font-weight: 700;
    font-size: 18px;
    margin-top: 50px;
    transition: all .3s;
}
.block-clients a.wrap:hover .name{
    color: #ff0101;
}
.slider-clients .slick-track{
    display: flex;
}
.slider-clients{
    margin: 0 -15px;   
}
.slider-clients .slick-track .slick-slide {
    height: auto;
    padding: 0 15px;
}


.block-plus .descr-heading {
    font-size: 18px;
    max-width: 975px;
    margin: -31px auto 40px;
    line-height: 125%;
}
.block-plus .icon {
    height: 79px;
    width: 85px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 8px auto 19px;
}
.block-plus .row p {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #333;
    max-width: 240px;
    margin: 0 auto;
    line-height: 120%;
}

.block-form {
    padding-top: 105px;
}
.wrap-form-footer .col-md-6 {
    position: static;
}
.wrap-form-footer {
    background-color: #FFED2B;
    background-image: url(/template/img/form-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    position: relative;
    padding: 92px 30px 30px;
    min-height: 342px;
    box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.15);
}
.wrap-form-footer .wrap-form {
    border-radius: 25px;
    background-color: #fff;
    padding: 49px 30px;
    position: absolute;
    right: 109px;
    top: -52px;
    max-width: 476px;
    z-index: 1;
}
.wrap-form-footer .descr {
    font-size: 22px;
    line-height: 145%;
    color: #333;
    margin-top: -11px;
    max-width: 600px;
}
.wrap-form-footer .descr b,
.wrap-form-footer .descr strong{
    font-weight: 700;
}


/*FOOTER*/
.galaxy {
    color: #fff;
    font-size: 12px;
    background-image: url(/template/img/logo_gala_color.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    max-width: 157px;
    min-width: 157px;
}
.galaxy a {
    color: #fff;
    text-decoration: underline;
}
.galaxy a:hover{
    text-decoration: none;
}
footer {
    background: #1e1d2c;
    margin-top: 127px;
    padding-top: 47px;
    color: #fff;
    padding-bottom: 58px;
}
footer .container {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.box-copyright {
    position: absolute;
    left: 22px;
    bottom: -12px;
    font-weight: 300;
    font-size: 14px;
}
.box-copyright p {
    margin-bottom: 8px;
}
.box-copyright a {
    border-bottom: 1px solid #fff;
}
.box-copyright a:hover {
    border: none;
}
footer .box-galaxy {
    align-items: end;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 40px;
    min-width: 234px;
    min-height: 130px;
}
.address {
    font-size: 16px;
    padding-left: 24px;
    font-weight: 600;
    background-image: url("/template/img/icon-address.png");
    background-repeat: no-repeat;
    background-position: left center;
}
footer .box-contacts>p {
    margin-bottom: 15px;
}
footer .box-contacts {
    min-width: 312px;
}

.main-content .product-top-right,
.main-content .product-top-right p {
    font-size: 22px;
    line-height: 155%;
}
.main-content .product-top-right p{
    margin-bottom: 30px;
}
.top-product-text .box-img {
    width: 525px;
/*    height: 475px;*/
    margin-right: 50px;
}
.top-product-text .box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 0;
}
.top-product-text {
    margin-bottom: 30px;
}

.block-advantages {
    padding-top: 50px;
    padding-bottom: 50px;
}
.block-advantages .item .icon {
    border-radius: 15px;
    width: 87px;
    height: 87px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 18px;
}
.block-advantages .item p {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    max-width: 215px;
    margin: 0 auto;
}

.spoiler_body { 
    display: none; 
}
.block-questions {
    max-width: 775px;
    border-bottom: 1px solid #d9d9d9;
}
.block-questions .spoiler_links {
    cursor: pointer;
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    transition: all .3s;
}
.block-questions .spoiler_links.active {
    color: #ff0101;
}
.block-questions .spoiler_links p.quest {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block-questions .spoiler_links p.quest:after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11.9065L0 11.9065' stroke='%23333333' stroke-width='2' /%3E%3Cpath d='M11 0.906494V22.9065' stroke='%23333333' stroke-width='2' /%3E%3C/svg%3E");
}
.block-questions .spoiler_links.active p.quest:after {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11.9065L0 11.9065' stroke='%23FF0101' stroke-width='2' /%3E%3C/svg%3E");
}
.block-questions .spoiler_body {
    padding-bottom: 20px;
    padding-left: 20px;
    line-height: 144%;
}