:root {
	--body-color: #fff;
	--grey-color: #FAFAFA;
	--grey-color-hover: #868D94;
	--dark-color: #232526;
	--main-color: #f58220;	
	--main-color-hover: #d06000;
	--main-color-2: #122F54;
	--text-color: #7D7D7D;
	--bg-sprite-size: 175px auto;
}
html {
    height: 100%;
}
body {
    position: relative;
    height: 100%;
    min-height: 100%;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    color: var(--text-color);
    background-color: var(--body-color);
    min-width: 320px;
}
a {
    color: inherit;
    text-decoration: none;
    transition: color .3s;
}
a:hover,
a:active {
    color: inherit !important;
    text-decoration: none;
}
h1, h2, h3, .h1, .h2, .h3, .h2 h3 {
    margin-bottom: 30px;
    font-size: 54px;
    font-weight: 600;
    color: var(--dark-color);
}
h1, .h1, h2, .h2 {    
    text-transform: uppercase;
}
h1 {
    margin-top: 20px;
}
section h2 {
    margin-bottom: 0;
}
h3, .h3 {
    font-size: 32px;
    text-align: left;
}
h4, .h4 {
    font-size: 24px;
    text-align: left;
}
article {
    margin-top: 50px;
}
.p {
    margin-bottom: 15px;
}
svg {
    transition: fill .3s;
}
.text-light {
    font-weight: 300;
}
.text-normal {
    font-weight: 400;
}
.text-bold {
    font-weight: 600;
}
.subtitle {
    margin: 30px 0;
    font-size: 20px;
    font-weight: 600;
}
section {
    padding: 40px 0;
}
section img,
.section img {
	height: auto;
	max-width: 100%;
}
.page-wrapper {    
    overflow: hidden;
}
section ul,
article ul,
section ol,
article ol {
    margin: 0;
    padding: 0;
}
section ul li,
article ul li,
section ol li,
article ol li {
    list-style: none;
}
article ul li {
    position: relative;
    padding-left: 25px;
}
article ul li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	height: 15px;
	width: 15px;
	border: 3px solid var(--main-color);
}
article ol,
.block-content ol {
    counter-reset: li;
    list-style: none;
}
section ol > li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 25px;
}
section ol > li::before {
    position: absolute;
    top: 2px;
    left: -5px;
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 5px;
    content: counter(li)".";
    counter-increment: li;
    font-size: 16px;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
}
.btn {
    position: relative;
    display: inline-block;
    padding: 7px 30px;
    font-size: 19px;
    font-weight: 600;
    color: var(--body-color); 
    text-transform: uppercase;
    border: 0;  
    border-radius: 0;
    background: var(--main-color);
    transition: all .3s;
    z-index: 1;
}
.btn-border {
    padding: 7px 30px;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    background: transparent;
}
.btn:hover {
    color: var(--body-color);
    background: var(--main-color-hover);
}
.btn-border:hover {
    color: var(--body-color);
    border: 2px solid var(--main-color);
    background: var(--main-color);
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.mobile-menu {
    display: none;
}
header {
    padding-top: 15px;
    font-size: 17px;
    font-weight: 600;
    color: var(--dark-color);
}
nav ul {
    margin: 0;
    padding: 0;
}
nav li {
    margin: 0 15px;
    list-style: none;
}
nav.menu-main ul {
    display: flex;
}
nav.menu-main li {
    text-transform: uppercase;
}
header .h-content {
    position: relative;
    padding: 20px 0;
}
header a:hover {
    color: var(--grey-color-hover) !important;
}
.logo img {
    max-height: 60px;
}
.h-phone {
    margin: 0 70px;
}
.h-content {
    font-size: 18px;
    font-weight: 400;
}
.h-contacts {
    padding-left: 20px;
}
.h-contacts .phone-link {
    margin-right: 10px;
}
.soc-btn {
    display: inline-block;
    margin: 0 5px;
}
.h-btn {
    padding: 0 20px 0 60px;
}
.h-btn .btn,
footer .btn {
    padding: 2px 15px;
    font-size: 17px;
}
.burger {
    display: inline-block;
    margin-left: 70px;
    cursor: pointer;
}
.burger svg {
    height: 50px;
    width: 50px;
    fill: var(--grey-color);
}
.burger:hover svg {
    fill: var(--main-color);
}
.icon-item {
    position: relative;
    display: inline-block;
}
.icon-item::before {
    content: "";
    position: absolute;
    background: url(/theme/skull3dcom/img/sprite.webp) no-repeat;
    background-size: var(--bg-sprite-size);
}
.b-ser-item {
    position: relative;
}
.b-ser-item span {
    position: absolute;
    top: 75px;
    left: 30px;
    font-size: 30px;
    font-weight: 500;
    color: var(--body-color);
}
.b-ser-i-1 span {
    margin-top: 50px;
}
.b-ser-item a {
    display: block;
}
.b-factory-text {
    margin-bottom: 50px;
}
.b-factory-text .text-note {
    padding-right: 200px;
}
.text-note {
    position: relative;
    margin-top: 30px;
    padding-left: 50px;
}
.text-note::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	max-height: 150px;
	width: 12px;
	margin: auto;
	transform: skew(7deg, 0deg);
	background-color: var(--main-color);
}
.b-factory-text .text-note::before {
    height: 160px;
    width: 160px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-position: center -18px;
}
.b-factory-i-text {
    position: relative;
    padding: 30px;
}
.b-factory-i-text::before {
    content: "";
    position: absolute;
    top: -25px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--grey-color);
    transform: skewY(-4deg);
    z-index: -1;
}
.b-factory-i-2 .b-factory-i-text::before {
    background-color: #122f54;
}
.b-factory-i-text .h3 {
    margin-bottom: 15px;
}
.b-factory-i-2 .h3 {
    color: var(--body-color);
}
.b-factory-i-2 .b-factory-i-text {
    color: rgba(255,255,255,.8);
}
.b-about-logo {
    position: relative;
    padding: 10px;
}
.b-about-logo::before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--grey-color);
    transform: skewY(-4deg);
    z-index: -1;
}
.b-about-item {
    position: relative;
    padding-top: 120px;
    font-size: 22px;
    font-weight: 500;
    color: var(--dark-color);
}
.b-about-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 102px;
    background: url(/theme/skull3dcom/img/sprite.webp) no-repeat;
    background-size: var(--bg-sprite-size);
}
.b-about-i-1::before {
    background-position: center -176px;
}
.b-about-i-2::before {
    background-position: center -277px;
}
.b-about-i-3::before {
    background-position: center -378px;
}
.b-about-i-4::before {
    background-position: center -484px;
}
.block-contacts {
    min-height: 750px;
    padding-bottom: 0;
}
.b-contacts-map {
    position: absolute;
    z-index: -1;
}
.b-contacts-text {
    position: relative;
    margin-top: 60px;
    padding: 40px 60px 50px 60px;
    font-size: 30px;
    color: var(--body-color);
    background-color: var(--main-color-2);
}
.b-contacts-text::before,
.b-contacts-text::after {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    height: 70px;
    background-color: var(--main-color-2);
    transform: skewY(-4deg);
    z-index: -1;
}
.b-contacts-text::after {
    top: auto;
    bottom: -25px;
    transform: skewY(4deg);
}
.b-contacts-text h2 {
    margin-bottom: 30px;
    color: var(--body-color);
}
.mstat {
    font-size: 12px;
}
.breadcrumbs {
    margin-top: 50px;
    padding: 3px 0;
    font-size: 13px;
    color: #787878;
    background: var(--grey-color);
}
.breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
    background: transparent;
}
.breadcrumb li:first-child {
    padding-left: 0;
}
article .breadcrumb li {
    margin-bottom: 0;
}
.table-wrap {
    overflow-x: auto;
}
table {
    width: 100%;
    margin-bottom: 30px;
}
tr,
.table-block > div {
    background-color: #f3f3f3;
}
tr:nth-of-type(odd),
.table-block > div:nth-of-type(odd) {
    background-color: #e8e8e8;
}
tr:nth-of-type(1) {
    background-color: #e8e8e8;
}
td {
    padding: 8px 15px;
    border: 1px solid #fff;
}
.owl-carousel .owl-item img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: auto !important;
}
.owl-carousel .owl-nav > div {
    transition: all ease-in-out 0.2s;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 0;
    margin: auto;
    text-align: center;
}
.owl-carousel .owl-nav > div {
    position: absolute;
    top: -20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 0px;
}
.owl-carousel .owl-nav > div:hover {
    border-color: #273238 !important;
}
.owl-carousel .owl-nav .owl-prev {
    left: 20px;
    border-left: 3px solid #c7d9e2 !important;
    border-bottom: 3px solid #c7d9e2 !important;
    transform: rotate(45deg);
}
.owl-carousel .owl-nav .owl-next {
    right: 20px;
    border-right: 3px solid #c7d9e2;
    border-top: 3px solid #c7d9e2;
    transform: rotate(45deg);
}
.owl-nav-wrap {
    padding: 0 50px;
}
.block-video h2 {
    margin-bottom: 50px;
}
.b-v-item {
    text-align: center;
}
.b-v-item a {
    position: relative;
    display: block;
}
.b-v-item a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 50px;
    width: 90px;
    opacity: .5;
    background: url(/theme/skull3dcom/img/sprite.webp?2) no-repeat;
    background-size: var(--bg-sprite-size);
    background-position: center -597px;
    transition: opacity .3s;
}
.b-v-item a:hover::before {
    opacity: 1;
}



.block-clients {
    margin-top: 50px;
}
.o-clients-item {
    position: relative;
    padding: 50px 0;
    text-align: center;
}
.o-clients-item::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--grey-color);
    transform: skewY(-4deg);
    z-index: -1;
}
.o-clients-item img {
    height: 80px;
    max-width: 100%;
    width: auto !important;
    margin: 0 auto;
}
.o-clients-item div {
    margin-top: 20px;
    font-size: 15px;
}
.form-control {
    display: block;
    height: auto !important;
    width: 100%;
    color: var(--text-color);
    font-size: 19px;
    padding: 20px 30px;
    border: 0;
    border-radius: 0;
    background: var(--grey-color);
}
.form-control:focus {
	color: var(--text-color);
	background-color: var(--grey-color);
	border-color: transparent;
	outline: 0;
    border: 0;
	box-shadow: none;
}
.radio {
    display: none;
}
.radio + label {
    display: inline-block;
    margin-right: 15px;
    padding: 2px 5px;
    cursor: pointer;
    background: var(--main-color);
}
.radio:checked + label {
    color: var(--text-color);
    background: var(--main-color);
}
footer {
    position: relative;
    padding: 200px 0 30px;
}
footer::before {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background-color: var(--grey-color);
    transform: rotate(-5deg);
}
.menu-footer {
    text-align: center;
}
.menu-footer ul,
.f-contacts {
	display: inline-block;
	text-align: left !important;
}
.menu-footer li {
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: 500;
}
.f-contacts p {
    margin-bottom: 7px;
}
.f-contacts a {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}
footer .btn {
    margin-top: 10px;
}
footer .soc-btn img {
    height: 48px;
    width: 48px;
}
.align-vh-center {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.row-mb > div {margin-bottom: 30px;}
.mb-0 {margin-bottom: 0;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-70 {margin-bottom: 70px;}
.mt-0 {margin-top: 0;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-70 {margin-top: 70px;}
.mr-20 {margin-right: 20px;}
.mr-40 {margin-right: 40px;}
.mr-30 {margin-right: 30px;}
.pt-10 {padding-top: 10px;}
.h100 {height: 100%;}
.hidden {display: none !important;}
.center {text-align: center;}
.text-right {text-align: right;}
.nowrap {white-space: nowrap;}
.hidden-block, .tab {display: none;}
.bold {font-weight: bold;}
.text-small {font-size: 16px;}
.ajax-open {
    cursor: pointer;
    transition: .5s;
}
.btn-fx {
    animation: pulse .5s ease-in-out 3s 2, pulse .5s ease-in-out 10s 2, pulse .5s ease-in-out 20s 2, pulse .5s ease-in-out 30s 2, pulse .5s ease-in-out 40s 2, pulse .5s ease-in-out 50s 2, pulse .5s ease-in-out 60s 2;
    transition: .5s;
}
.block-center {
    margin: auto;
    text-align: center;
}
.ajax-send.btn {
    position: relative;
    overflow: hidden;
}
.ajax-send.btn-loading::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0,0,0,.5);
}
.ajax-send .loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.ajax-send.btn-loading .loader {
    display: block;
}
.modal-win {
    position: relative;
    padding: 50px 30px;
    width: auto;
    margin: 20px auto;
    max-width: 540px;
    color: var(--body-color);
    background: transparent;
    z-index: 0;
}
.modal-win::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--main-color-2);
    transform: skewY(-4deg);
    z-index: -1;
}
.modal-win .ajax-send {
    width: 100%;
}
.modal-win h2 {
    position: relative;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: var(--body-color);
}
.modal-win h3 {
    font-size: 26px;
    margin: 50px 0;
}
.modal-win .form-control {
    color: var(--body-color);
    border-bottom: 2px solid var(--main-color);
    background-color: transparent;
}
.modal-win .form-check {
    border-radius: 30px;
}
.modal-win label {
    font-weight: bold;
}
.modal-win .hidden-block {
    margin-top: 40px;
}
.modal-text {
    margin-bottom: 20px;
    text-align: center;
}
.modal-win .form-agree {
    font-size: 13px;
    font-weight: 400;
}
.mfp-close-btn-in .mfp-close {
	color: var(--body-color);
}
@keyframes rubberBand {
    from {
      transform: scale3d(1, 1, 1);
    }
  
    30% {
      transform: scale3d(1.25, 0.75, 1);
    }
  
    40% {
      transform: scale3d(0.75, 1.25, 1);
    }
  
    50% {
      transform: scale3d(1.15, 0.85, 1);
    }
  
    65% {
      transform: scale3d(0.95, 1.05, 1);
    }
  
    75% {
      transform: scale3d(1.05, 0.95, 1);
    }
  
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  
  .rubberBand {
    animation-name: rubberBand;
  }
  .loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    margin:15px auto;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }
  .loader::after,
  .loader::before {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--main-color);
    width: 16px;
    height: 16px;
    transform: translate(-50%, 50%);
    border-radius: 50%;
  }
  .loader::before {
    left: auto;
    right: 0;
    background: var(--light-color);
    transform: translate(50%, 100%);
  }

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes beats {
    0% {
        transform: scale(1);
    }

    60% {
        transform: scale(.9);
        box-shadow: 10px 10px 0 rgb(214, 28, 78, 0.3);
    }

    100% {
        transform: scale(1);
    }
}
.toaster {
	position: fixed;
	transition-property: top, bottom, left, right, transform;
	transition: .3s;
	font-size: 16px;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
	line-height: 1.5;
	word-break: break-all;
	overflow: hidden;
	z-index: 20220819;
	user-select: none;
  
	max-width: 25vw;
	color: #fff;
	padding: 1em 1.3em;
	border-radius: 2px;
	box-shadow: 0.2em 0 .5em rgba(0,0,0,.06);
	cursor: pointer
  }
  .text-center {
    text-align: center;
  }
  
  .toaster-right-top,
  .toaster-left-top {
	top: -6em;
  }
  .toaster-right-bottom,
  .toaster-right-top {
	right: 1em;
  }
  .toaster-right-bottom,
  .toaster-left-bottom {
	bottom: -6em;
  }
  .toaster-left-bottom,
  .toaster-left-top {
	left: 1em;
  }
  .toaster-center {
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	opacity: 0;
	transform: scale(0);
	transition: .3s
  }
  
  .toaster-right-top.toasting,
  .toaster-right-top.toast-dismissed,
  .toaster-left-top.toasting,
  .toaster-left-top.toast-dismissed {
	top: 1em
  }
  .toaster-right-bottom.toasting,
  .toaster-right-bottom.toast-dismissed,
  .toaster-left-bottom.toasting,
  .toaster-left-bottom.toast-dismissed {
	bottom: 1em
  }
  
  .toaster-left-top.toast-dismissed,
  .toaster-left-bottom.toast-dismissed,
  .toaster-right-top.toast-dismissed,
  .toaster-right-bottom.toast-dismissed {
	transition: .6s;
	animation: fadeOut .4s;
  }
  .toaster-right-top.toast-dismissed,
  .toaster-right-bottom.toast-dismissed {
	transform: translateX(30vw);
  }
  .toaster-left-top.toast-dismissed,
  .toaster-left-bottom.toast-dismissed {
	transform: translateX(-30vw);
  }
  .toaster-center.toasting {
	opacity: 1;
	transform: scale(1);
  }
  @media(max-width: 768px){
	.toaster-right-top.toast-dismissed,
	.toaster-left-top.toast-dismissed {
		transition: .8s;
		transform: translateX(0);
		transform: translateY(-50vh);
	}
	.toaster-left-bottom.toast-dismissed,
	.toaster-right-bottom.toast-dismissed {
		transition: .8s;
		transform: translateX(0);
		transform: translateY(50vh);
	}
	.toaster {
		left: 0;
		right: 0;
		width: 100vw;
		max-width: 100vw
	}
	.toaster-left-top.toasting,
	.toaster-right-top.toasting {
		top: 0
	}
	.toaster-left-bottom.toasting,
	.toaster-right-bottom.toasting {
		bottom: 0;
	}
  }
@media (min-width: 992px) {
    .mt--15 {
        margin-top: -15px;
    }
    .mt--40 {margin-top: -40px;}
    .mr--35 {
        margin-right: -35px;
    }
    .ml--35 {
        margin-left: -35px;
    }
}