body {
	font-family:  'Gotham Pro';
}
.mobile {
	display: none;
}
.body-overflow {
    overflow: hidden;
}
header {
    height: 86px;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100vw;
    background-color: #fff;
    -webkit-box-shadow: 5px 1.66px 6px 0 rgb(103 103 103 / 10%);
    box-shadow: 5px 1.66px 6px 0 rgb(103 103 103 / 10%);
}
.navbar-expand-lg .container-fluid{
    padding: 0 100px;
}
.navbar-brand {
    margin: 0; 
}
.navbar-nav.mb-2.mb-lg-0.align-items-center {
    margin-left: -52px; 
}
.nav-item {
	margin: 0 10px; 
}
.nav-item.header__item a {
	text-decoration: none;
    color: #0000009e;
    -webkit-transition: all ease 0.5s;
       -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
         -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
}
.nav-item.header__item a:hover {
    color: #000000;
    border-bottom: 3px solid #ce1541;
}
.underline {
	text-decoration: underline;
	text-decoration-color: #ce1541;
}
.header__button {
    text-align: center;
    width: 200px;
    height: 50px;
    text-decoration: none;
    color: #fff !important;
    background-color: #ce1541;
    padding: 13px 15px;
    border: none;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
}
.header__button img {
    margin-left: 10px;
}
.header__button:hover {
	background-color: #ba163d; 
}
#banner {
	position: relative;
  	width: 100%;
  	height: calc(100vh - 80px);
  	margin-top: 86px;
}
#myVideo {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
}
.content {
  	position: absolute;
  	top: 0;
  	background: rgba(0, 0, 0, 0.5);
  	color: #f1f1f1;
  	width: 100%;
  	height: 100%;
  	padding: 20px;
}
.content h1 {
	margin-top: 26vh;
	margin-bottom: 40px;
	font-size: 48px; 
}
#scroll {
	position: absolute;
	bottom: 70px;
    margin-left: -22px;
    width: 44px;
}
#product {
	padding-top: 80px;
	padding-bottom: 80px; 
}
.section_title {
    font-size: 38px;
}
#product .section_text {
    margin-bottom: 60px; 
}
.wrap {
	display: flex;
}
.product-item {
	height: 100px;
	width: 25%;
    min-height: 60vh;
    color: #fff;
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
}
.product-item.active {
    width: 60%;
}
.product-item.inactive {
    width: 30%;
}
.product-item.active .is-active {
    display: block;
    border-radius: 10px;
    min-height: 60vh;
    background-color: #00000052;  
}
.product-item.active .is-active:hover {
  box-shadow: 0 0 12px 3px rgb(206,21,65)
}
.product-item.inactive .is-active {
    display: none;
}
.product-item.active .is-inactive {
    display: none;
}
.product-item.inactive .is-inactive {
    display: block;
    min-height: 60vh; 
    position: relative  ;
    background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(37,37,37,1) 100%);
    border-radius: 10px;
}
.is-active {
    padding: 20px;
    position: relative;
}
.product-item__title {
    font-size: 24px;
    color: #fff;
}
.product-item__text {
    margin-bottom: 10vh; 
    color: #fff;
}
.product-item__more {
    color: #FFF;
    text-decoration: none; 
}
.product-item__more:hover {
    color: #FFF;
}
.product-item__more img {
    max-width: 24px;
    max-height: 24px;
    margin-left: 10px;
}
.is-active__block {
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
}
.product-item__number {
    text-align: end;
    color: #fff;
}
.product-item__title-inactive {
    text-align: center;
    padding: 50vh 10px 0;
    position: absolute;
    bottom: 0;
}
.product-item-1, .product-item-2, .product-item-3, .product-item-4, .product-item-5, .product-item-6, .product-item-7, .product-item-8 {
    min-height: 60vh;
    border-radius: 10px;
    margin: 0 10px; 
    -webkit-border-radius: 10px;
            border-radius: 10px;
}
.product-item-1 {
	background: url(../img/new-product-1.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.product-item-2 {
	background: url(../img/new-product-2.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.product-item-3 {
	background: url(../img/new-product-3.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.product-item-4 {
	background: url(../img/new-product-4.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.product-item-5 {
	background: url(../img/new-product-5.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.product-item-6 {
	background: url(../img/new-product-6.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.product-item-7 {
	background: url(../img/new-product-7.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.product-item-8 {
	background: url(../img/new-product-8.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#form {
    background-image: linear-gradient(rgb(137 137 137 / 23%), rgb(246 246 246 / 0%)), url(../img/footerAro.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 40vh;
    color: #FFF;
    padding: 50px;
    padding: 80px 0;
}
form {
	width: 40%;
    margin: 40px auto 0;
}
form input {
	width: 380px;
    padding: 10px 30px;
    height: 50px;
    border: none;
}
form input:focus { 
    outline: 0;
}
#form input {
    text-align: center;
}
form button {
	width: 130px;
    margin-left: -1%;
    padding: 10px;
    border: none;
    height: 50px;
    background-color: #ce1541;
    color: #fff;
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
}
form button:hover {
	background-color: #ba163d; 
}
#loading, #loading2 {
    width: 44px;
    opacity: 0;
    z-index: -1;
    text-align: center;
    margin: 20px auto 0;
    background-color: #15CE8B;
    width: 340px;
    border-radius: 10px;
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
    
}
#loading.active, #loading2.active {
    opacity: 1;
    z-index: 1;
}
.lds-dual-ring {
    display: inline-block;
    width: auto;
    height: auto;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    margin: 5px 0 0 0;
    border-radius: 50%;
    border: 4px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#success, #success2 {
    width: 44px;
    text-align: center;
    margin: -44px auto 0;
    background-color: #15CE8B;
    width: 340px;
    padding: 10px 0;
    border-radius: 10px;
    opacity: 0;
    z-index: -1;
    display: flex; 
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
}
#success.active, #success2.active {
    opacity: 1;
    z-index: 1;
}
#success p, #success2 p {
    margin: 0; 
}
#success img, #success2 img {
    width: 24px;
    height: 24px;
    margin-left: 10px; 
}
#catalog {
	padding-top: 80px;
    padding-bottom: 80px;
    background: url(../img/catalog_bg.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#catalog .section_text {
	padding-bottom: 20px;
}
#brochure {
	width: 100%;
}
footer {
	background-color: #2E3D44;
	color: #FFF;
}
footer a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px; 
}
footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
footer p {
	font-size: 14px; 
}
.contacts a {
	color: #ffffff9c !important;
	text-decoration: none; 
}
.mail {
	margin: 0 30px;
}
.footer-row-1 {
	padding: 50px 0 30px;
}
.footer-row-2 {
	padding: 10px 0;
}
.socials img {
	margin: 0 10px;
}
.modal-dialog {
    max-width: 1200px;
    margin: 10vh auto 0;
}
.form-inner {
    padding: 50px 50px 10px;
}
.product-left {
    padding-left: 30px;  
}
#myTab {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 0 20px 16px;
}
.nav-underline {
    border-bottom: 1px solid #0000002b;
}
.flex-column a {
    border: none;
    background-color: transparent;
    color: #00000080;
    text-align: start;
    display: flex;
    padding: 16px 0;
    font-size: 14px;
    line-height: 24px;
}
.product-left__img {
    margin-right: 20px; 
    height: 20px;
    width: 20px;
}
.flex-column a:hover {
    color: #000000;
}
.flex-column a.active {
    color: #000000;
    position: relative;
}
.flex-column a.active:after {
    content: "";
    position: absolute;
    top: 0;
    right: -27px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 28px 18px;
    border-color: transparent transparent transparent #fff;
}
.flex-column a.last-2.active:after {
    top: 12px;
}
.row.product-row-inner {
    background-color: #f8f8f8;
    padding: 20px 10px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.product-inner-image {
    width: 100%; 
}
.product__title {
    font-size: 22px;
    padding-left: 10px; 
}
.product-left .product__title {
    padding: 10px;
    background-color: #ce1541;
    color: #fff;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0; 
}
.product-name {
    font-size: 24px;
}
.product-desc {
    font-size: 14px;
    color: #000000a1;
}
.product-row-item-1 {
    font-size: 10px;
}
.product-row-item-2 {
    font-size: 32px;
    color: #000000a1;
}
.product-row-item-3 {
    font-size: 18px;
    color: #000000a1;
}
.product__button {
    font-size: 10px;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer; 
    height: 35px; 
}
.product__button-1 {
    background-color: #CE1541;
    color: #fff;
    position: relative;
}
.product__button-2 {
    color: #CE1541;
}
.product__button-1:hover {
    color: #fff;
    text-decoration: underline;
}
.product__button-2:hover {
    color: #CE1541;
    text-decoration: underline;
}
.product__button-1:after {
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 17px 0 0;
    border-color: #CE1541 transparent transparent transparent;
}
#modalProduct .modal-content {
    padding: 50px 10px 0;
    background-color: transparent;
    border: none;
}
#modalProduct .modal-content .btn-close2 {
    position: fixed;
    background-color: #fff;
    border-radius: 25px;
    padding: 10px;
    margin-left: 1200px; 
    top: calc(10vh + 50px);
    border: none;
    padding: 20px;
    background: transparent url("../img/close.png") center/ auto no-repeat;
}
.background-white {
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    max-width: 360px; 
}
.tab-pane.fade.active.show {
    background-color: #FFF; 
    padding: 10px;
    border-radius: 10px;
}
.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
#modalForm .modal-content {
    -webkit-border-radius: 15px;
            border-radius: 15px; 
}
#modalForm .modal-dialog {
    max-width: 550px; 
}
.form-inner form {
    text-align: center;
    width: 100%; 
    margin-top: 20px;  
}
.form-inner .section_title, .form-inner .section_text {
    margin: 0; 
}
.form-inner .section_title {
    font-size: 30px; 
}
.form-inner .section_text {
    font-size: 16px; 
}
.form-inner input {
    width: 100%;
    border: 1px solid;
    margin-bottom: 10px;
    text-align: center;
}
.form-inner button {
    width: 100%;
    margin: 0; 
}

@media (max-width: 1023px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none !important;
    }
    header {
        height: 70px;
    }
    header .container-fluid {
        padding: 0 !important;
    }
    .navbar-nav.mb-2.mb-lg-0.align-items-center {
        margin-left: 0
    }
    .navbar-brand img {
        max-width: 168px; 
        margin-left: 10px; 
    }
    .navbar.navbar-expand-lg button:focus:not(:focus-visible) {
        outline: none !important;
        border-color: transparent;
        box-shadow: 0 0 0;
    }
    .navbar-toggler-icon {
        width: 44px;
        background-image: url(../img/menu.png) !important;
        margin-right: 10px; 
    }
    .menu {
        background-color: #fff;
        padding: 30px;
    }
    .header__button.mobile.open-form {
        width: 200px;
        margin: 0 auto;
        text-align: center;
    }
    #banner {
        margin-top: 70px; 
        height: calc(100vh - 70px);
    }
    .content {
        padding: 0;
    }
    .content h1 {
        font-size: 28px;
    }
    .content p {
        font-size: 16px; 
    }
    #product {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section_title {
        font-size: 24px;
    }
    .section_text {
        font-size: 14px;
    }
    .product-right {
        padding: 0;
    }
    /*.product-item-1, .product-item-2, .product-item-3, .product-item-4 {
        padding-left: 10px;
        padding-top: 10px;
        color: #FFF;
    }*/
	.product-item.active .is-active-mobile {
		display: block;
		border-radius: 10px;
		min-height: 60vh;
		background-color: #00000052;  
	}
	.is-active-mobile {
		padding: 20px;
		position: relative;
	}
    .product-item-1 {
        background: url(../img/new-product-1.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .product-item-2 {
        background: url(../img/new-product-2.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .product-item-3 {
        background: url(../img/new-product-3.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .product-item-4 {
        background: url(../img/new-product-4.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
	.product-item-5 {
        background: url(../img/new-product-5.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
	.product-item-6 {
        background: url(../img/new-product-6.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
	.product-item-7 {
        background: url(../img/new-product-7.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
	.product-item-8 {
        background: url(../img/new-product-8.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .product-item__title {
        font-size: 18px;
    }
    .product-item__text {
        font-size: 14px;
        line-height: 24px;
    }
    #catalog {
        padding-top: 50px; 
    }
    .catalog-row {
        text-align: center;
    }
    .col-12.mobile.text-center {
        margin-top: 30px;
    }
	.col-8.product-left.mobile {
        position: fixed;
        bottom: 0;
        z-index: 2;
    }
    form {
        width: 90%;
    }
    form input {
        width: 100%;
    }
    form button {
        width: 100%;
        margin-left: 0%;
        margin-top: 30px;
    }
    .footer-row-1 {
        display: block !important;
        text-align: center;
    }
    .contacts {
        display: block !important;
    }
    .phone {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .mail {
        margin-bottom: 20px;
    }
    .pin {
        margin-bottom: 40px;
    }
    .socials {
        -webkit-justify-content: center; 
                justify-content: center; 
    }
    .footer-row-2 {
        display: block !important;
        text-align: center;
        padding-bottom: 30px; 
    }
    #copy {
        margin-bottom: 30px; 
    }
    hr.mobile {
        margin-bottom: 30px; 
    }
    .modal-dialog {
        width: 100%;
    }
    #modalForm .modal-dialog {
        width: 95%; 
    }
    #modalProduct .modal-content {
        border: none;
        border-radius: 15px;
    }
    #modalProduct .modal-content .btn-close {
        top: 10px;
        right: 5px;
        position: fixed;
    }
    .form-inner {
        padding: 10px;
    }
    #form .section_text, .form-inner .section_text {
        font-size: 20px; 
    }
    .form-inner button {
        width: 100%;
    }
    .product-left {
        padding: 0;
    }
    .col-12.product-left.mobile {
        position: fixed;
        bottom: 0;
        z-index: 2;
    }
    .product-left .product__title {
        width: 101vw;
        border: none;
        border-radius: 0;
        padding: 20px 0;
        margin: 0;
    }
    #myTab {
        padding: 0;
        margin-bottom: 0;
    }
    .flex-column a.active:after {
        display: none;
    }
    .product-name {
        margin-top: 20px;
    }
    .product-row-item-1 {
        width: 40%; 
    }
    #menu_white {
        margin-left: 10px; 
    }
    .form-inner {
        margin-top: 30px; 
    }
    .tab-pane.fade.active.show {
        margin-bottom: 70px;
    }
    .background-white {
        position: relative;
        max-width: unset; 
    }
    #modalProduct .modal-content .btn-close2 {
        position: fixed;
        margin-left: 0;
        top: calc(10vh + 50px);
        right: 0;
        padding: 20px;
    }
    #overlay {
        width: 100%;
        height: 100%;
        background-color: #00000070;
        position: absolute;
        display: none;
    }
    .overlay-active {
        display: block !important;
    }
}