html,
body {
    height: 100%
}

html {
    scroll-behavior: smooth
}

html {
    scroll-behavior: smooth
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

input,
textarea {
    outline: none;
    font-size: 16px !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 16px !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 16px !important
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 16px !important
}

input::placeholder,
textarea::placeholder {
    font-size: 16px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit
}

body {
    font-family: "Inter", serif;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    background-color: #f3f3f3
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.title {
    font-size: 58px;
    font-weight: 700;
    line-height: 120%;
    color: #000
}

.title span {
    color: #ff0720
}

.title-two {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 100%
}
.t-product .nf-form-content nf-fields-wrap{
	flex-direction: column;
}


.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label, .nf-before-form-content, .nf-error .nf-error-msg, .nf-form-errors{
	display: none;
}
.nf-form-content  nf-fields-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
#ninja_forms_required_items, .nf-field-container{
	margin: 0 20px 0 0;
}

.fancybox-image {
	background-color: #fff;
}


.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    width: 100% !important;
    padding: 16px 20px !important;
    border-radius: 30px !important;
    background: #f3f3f3;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    outline: none;
    border: none;
    height: 60px
}
.ninja-forms-form-wrap *, .ninja-forms-form-wrap :after, .ninja-forms-form-wrap :before {
	max-width: 1240px;
    width: -webkit-fill-available;
  width: -moz-available; /* Для старіших версій Firefox */
  width: fill-available; /* Стандартна версія */
}
.label-above .nf-field-element, .label-below .nf-field-element {
    margin: 0 20px 0 0 !important;
}
.form .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    width: 250px !important;
	background: #ff0720 !important;
	    padding: 16px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 22px !important;
    font-weight: 400;
    line-height: 5px !important;
    text-align: center;
    transition: linear .2s;
	 border-radius: 30px;
}
.ninja-forms-form-wrap *, .ninja-forms-form-wrap :after, .ninja-forms-form-wrap :before{
	 border-radius: 30px;
/* 	overflow: hidden; */
}
.soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.soc li {
    margin: 0 20px 0 0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.soc li:hover {
    opacity: .7
}

.soc a {
    width: 40px;
    height: 40px;
    display: block
}

.breadcrumbs {
    background-color: rgba(0, 0, 0, 0);
    margin: 0 0 35px 0
}

.breadcrumbs__list li {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 18px;
    line-height: 120%
}

.breadcrumbs__list li+li {
    padding-left: 20px
}

.breadcrumbs__list li+li::before {
    content: ">";
    position: absolute;
    left: 4px;
    top: 0;
    color: #000;
    font-weight: 400
}

.breadcrumbs__list li:last-child {
    text-decoration: none
}

.breadcrumbs__list li:last-child a,
.breadcrumbs__list li:last-child span {
    color: #ff0720;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    font-weight: 400
}

.breadcrumbs__list a {
    color: #000;
    text-decoration: underline;
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.breadcrumbs__list a:hover {
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0)
}

.form-two__input-wrap {
    width: 100%;
    margin: 0 0 10px 0
}

.form-two__input-wrap input {
    width: 100%;
    height: 60px;
    padding: 16px 20px;
    border-radius: 30px;
    background: #f3f3f3;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    border: none;
    outline: none
}

.form-two__input-wrap input::-webkit-input-placeholder {
    font-size: 22px !important
}

.form-two__input-wrap input::-moz-placeholder {
    font-size: 22px !important
}

.form-two__input-wrap input:-ms-input-placeholder {
    font-size: 22px !important
}

.form-two__input-wrap input::-ms-input-placeholder {
    font-size: 22px !important
}

.form-two__input-wrap input::placeholder {
    font-size: 22px !important
}

.form-two .btn {
    margin: 20px 0 0 0;
    font-size: 18px;
    height: 60px;
    width: 250px
}

.btn {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    border-radius: 30px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.btn:hover {
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
}

.btn--red {
    background: #ff0720
}

.btn--black {
    background-color: #000;
    color: #fff
}

.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 1rem;
    z-index: 999;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.site-header .container {
    max-width: 1350px
}

.site-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.site-header ul a {
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.site-header ul a:hover {
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000
}

.header__inner {
    height: 80px;
    padding: 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background: #fff;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__inner .btn--red {
    width: 250px;
    margin: 0 0 0 50px
}

.custom-logo-link {
	width: auto;
	line-height: 1;
	display: block;
	color: #ff0820;
	font-size: 32px;
	font-weight: 700;
	white-space: nowrap;
}

.custom-logo-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.main-navigation {
    margin: 0 0 0 auto
}

.main-navigation li {
    margin: 0 0 0 50px
}

.header__menu-btn {
    display: none
}

.site-header.sticky {
    background-color: #fff;
    top: 0;
    -webkit-box-shadow: 10px 9px 9px -12px rgba(0, 0, 0, .75);
    box-shadow: 10px 9px 9px -12px rgba(0, 0, 0, .75)
}

.intro {
    color: #fff;
	background: linear-gradient(90deg, #014182, #35A0DB);
}
.intro-inner {
	padding: 180px 0 290px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right top;
}

.intro__inner {
    max-width: 610px;
    width: 100%
}

.intro h1 {
    margin: 0 0 20px 0;
    font-size: 80px;
    font-weight: 700;
    line-height: 100%
}

.intro h2 {
    margin: 0 0 20px 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%
}

.intro p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.m-benefits {
    margin: -195px 0 0 0;
    padding: 65px 0 85px;
    border-radius: 100px;
    background: #fff;
    color: #fff
}

.m-benefits .title {
    margin: 0 0 30px 0
}

.m-benefits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
}

.m-benefits__list li {
    padding: 30px 20px;
    width: calc(33.33333% - 20px);
    margin: 0 0 20px 20px;
    background-color: #ff0720;
    border-radius: 25px
}

.m-benefits__list li {
    background-image: url("../images/icons/benefits-bg.svg");
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: top right
}

.m-benefits__list h6 {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%
}

.m-benefits__list p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%
}



.m-benefits__img {
    margin: 0 0 65px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #ff6e7d
}

.m-products {
    padding: 70px 0 50px
}

.m-products__top-box {
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-products__top-box .btn {
    width: 360px
}

.m-products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
}

.m-products__list li {
    overflow: hidden;
    color: #000;
    margin: 0 0 20px 20px;
    padding: 20px 20px 30px 20px;
    width: calc(33.33333% - 20px);
    border-radius: 25px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .07);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .07);
    background: #fff
}

.m-products__list h6 {
    margin: 0 0 7px 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%
}

.m-products__list p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%
}

.m-products__list .btn {
    width: 100%
}

.m-products__list img {
	margin: 0px 0px 0 0;
	max-width: 180px;
	border-radius: 15px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right
}

.m-products__top {
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m-products__box {
    max-width: 790px;
    width: 100%
}

.m-about {
    padding: 50px 0;
    color: #000
}

.m-about .container {
    max-width: 1370px
}

.m-about .title {
    margin: 0 0 20px 0
}

.m-about p {
    margin: 0 0 30px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.m-about p:last-child {
    margin: 0
}

.m-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m-about__left {
    margin: 0 15px 0 0;
    width: 52%;
    padding: 40px 20px 100px 50px;
    border-radius: 50px;
    background: #fff
}

.m-about__right {
    width: 48%;
    border-radius: 25px;
    overflow: hidden
}

.m-about__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.m-partners {
    padding: 50px 0
}

.m-partners .title {
    margin: 0 0 50px 0
}

#google-map {
	border-radius: 20px;
}

.m-partners__list {
    max-width: 1135px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto
}

.m-partners__list li {
    margin: 0 55px 30px 55px;
    width: calc(25% - 110px)
}

.m-partners__list li img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.m-banner {
    padding: 50px 0;
    color: #fff
}

.m-banner .container {
    max-width: 1370px
}

.m-banner__inner {
    padding: 70px 50px 100px;
    border-radius: 100px;
    background: #034585;
    background-image: url("../images/icons/banner-bg.svg");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: right bottom
}

.m-banner h6 {
    font-size: 58px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 10px 0
}

.m-banner p {
    margin: 0 0 30px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.m-contacts__inner {
    max-width: 1160px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 0 -30px
}

.m-contacts__coll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 30px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.m-contacts__coll a:hover p {
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000
}

.m-contacts__coll span {
    margin: 0 0 20px 0;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    border-radius: 25px;
    background: #ff0720;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px
}

.m-contacts__coll span img {
    margin: 0 10px 0 0
}

.m-contacts__coll p {
    margin: 0;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.m-contacts .soc {
    margin: 20px 0 0 0
}

.s-products {
    padding: 140px 0 0 0
}

.s-products .title-two {
    margin: 0 0 20px 0
}

.s-products__item {
    border: 1px solid #034585;
    border-radius: 30px;
    margin: 0 0 50px 0;
    background-color: #fff
}

.s-products__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
    border-bottom: 1px solid #034585;
    border-radius: 30px;
    background-color: #f3f3f3
}

.s-products__top .btn {
    width: 155px;
    height: 55px
}

.s-products__top-left {
    padding: 25px 35px;
    max-width: 380px;
    width: 100%;
	height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s-products__top-left img {
    width: 100%;
    height: 100%;
	border-radius: 20px;
}

.s-products__top-right {
    padding: 40px 50px 20px 7%;
    max-width: 770px;
    width: 100%
}

.s-products h4 {
    margin: 0 0 25px 0;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%
}

.s-products__top-text p {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.s-products__bottom {
    padding: 55px 35px
}

.s-products__bottom h5 {
    margin: 0 0 45px 0;
    max-width: 640px;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%
}

.s-products__bottom h5 span {
    color: #ff0720
}

.s-products__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	column-gap: 20px;
}

.s-products__bottom-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    margin: 0 0 20px 20px;
    width: calc(50% - 20px);
    border-radius: 21.75px;
    -webkit-box-shadow: 0px 8.7px 8.7px 0px rgba(0, 0, 0, .07);
    box-shadow: 0px 8.7px 8.7px 0px rgba(0, 0, 0, .07);
    background: #fff
}

.s-products__bottom-list img {
    width: 110px;
    margin: 0 20px 0 0;
	border-radius: 15px;
}

.s-products__bottom-list h6 {
    margin: 0 15px 0 0;
    max-width: 240px;
    font-size: 15.66px;
    font-weight: 700;
    line-height: 120%
}

.s-products__bottom-list .btn {
    margin: 0 0 0 auto;
    font-size: 15.66px;
    width: 140px;
    height: 40px
}

.t-product {
    padding: 110px 0 0 0
}

.t-product .title-two {
    margin: 0 0 20px 0
}

.t-product__inner {
    border-radius: 100px;
    padding: 50px 0;
    background: #fff
}

.t-product__inner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.t-product__left {
    max-width: 505px;
    width: 100%;
    margin: 0 20px 0 0;
	height: fit-content;
}

.t-product__left img {
    width: 100%;
    height: 100%;
   border-radius: 20px;
}

.t-product__right {
    max-width: 610px;
    width: 100%;
    color: #000;
	font-size: 20px;
}

.t-product__right ul {
	margin: 0 0 0 1em;
	font-size: 28px;
	line-height: 1.3;
}

.t-product__right ul li {
	list-style: disc;
}

.t-product__right h3 {
	margin-bottom: 20px;
}

.t-product__right h4 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
	display: none;
}

.t-product__right span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%
}

.t-product__right p {
    margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 150%
}

.t-about {
    padding: 45px 0 50px;
    color: #000
}

.t-about .title {
    margin: 0 0 20px 0
}

.t-about__text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.t-about__text p {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.t-gallery {
    padding: 50px 0 40px
}

.t-gallery .title {
    margin: 0 0 20px 0
}

.t-gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px -20px
}

.t-gallery__list li {
    margin: 0 0 20px 20px;
    width: calc(16.66666% - 20px);
    border-radius: 25px;
    overflow: hidden;
	max-height: 200px;
}

.t-gallery__list li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sertificate {
    padding: 40px 0 50px
}

.sertificate .title {
    margin: 0 0 20px 0
}

.sertificate__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
}

.sertificate__list li {
    width: calc(33.33333% - 20px);
    margin: 0 0 20px 20px;
    border-radius: 25px;
    overflow: hidden
}

.sertificate__list li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.t-video {
    padding: 20px 0 30px
}

.t-video .title {
    margin: 0 0 20px 0
}

.t-video__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -40px
}

.t-video__list li {
    position: relative;
    width: calc(50% - 40px);
    margin: 0 0 20px 40px;
    overflow: hidden
}

.t-video__list li iframe {
	border-radius: 25px;
}

.t-video__list li::after {
    display: none;
}

.t-video__list li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.t-video__list li:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.footer {
    margin: 70px 0 0 0;
    padding: 50px 0 70px;
    background-color: #000;
    color: #fff
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__logo {
    display: block;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
    margin: 0 19% 0 0
}

.footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 200px;
    -moz-column-gap: 200px;
    column-gap: 200px
}

.footer ul li {
    margin: 0 0 10px 0
}

.footer ul a {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.footer ul a:hover {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}

.main-prod {
	display: flex;
	align-items: center;
	background-color: #EEEEEE;
	border-radius: 20px;
	padding: 10px 20px;
}

.sub-prod {
	display: flex;
	align-items: center;
	margin: 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.sub-prod:last-child {
	border-bottom: none;
}

.prod-box {
	box-shadow: 0 9px 9px 0 rgb(0 0 0 / 7%);
	border-radius: 20px;
	width: calc( 50% - 10px );
	margin-bottom: 30px;
}

.manuals {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 20px;
}

.manual {
	box-shadow: 0 9px 9px 0 rgb(0 0 0 / 7%);
	border-radius: 20px;
	max-width: 400px;
}

.manual a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px;
	font-size: 20px;
	column-gap: 20px;
}

.manual img {
	width: 50px;
}













@media(max-width: 1400px) {
    .container {
        max-width: 1100px
    }
}
@media(max-width: 1440px) {
	.intro h1 {
		font-size: 60px;
	}
	.intro-inner {
		padding: 150px 0 250px;
	}
}

@media(max-width: 1200px) {
	.ninja-forms-form-wrap *, .ninja-forms-form-wrap :after, .ninja-forms-form-wrap :before {
		max-width: 770px;
	}
	
	.m-banner__inner{
		border-radius: 50px;
	}

    .container {
        max-width: 900px !important
    }

    .intro h1 {
        font-size: 60px
    }

    .title {
        font-size: 48px !important
    }

    .title {
        font-size: 58px
    }

    .btn {
        padding: 15px;
        font-size: 18px;
        line-height: 120%;
        height: 50px
    }

    .m-about p {
        margin: 0 0 20px 0;
        font-size: 18px
    }

    .header__inner .btn--red {
        width: 200px;
        margin: 0 0 0 40px
    }

    .custom-logo-link {
		width: auto;
		font-size: 28px;
    }

    .header__inner {
        height: 70px
    }

    .s-products__bottom-list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .s-products__bottom-list .btn {
        margin: 20px 0 0 0;
        font-size: 15px;
        width: 100%
    }

    .t-product__inner {
        border-radius: 50px
    }

    .t-product__left {
        max-width: 300px
    }

    .t-product__right h4 {
        font-size: 40px
    }

    .t-product__right span {
        font-size: 22px;
        margin: 0 0 15px 0
    }

    .t-product__right p {
        font-size: 16px
    }

    .t-product__right strong {
        font-size: 22px
    }

    form input {
        height: 50px !important;
        font-size: 16px !important
    }

    form input::-webkit-input-placeholder {
        font-size: 16px !important
    }

    form input::-moz-placeholder {
        font-size: 16px !important
    }

    form input:-ms-input-placeholder {
        font-size: 16px !important
    }

    form input::-ms-input-placeholder {
        font-size: 16px !important
    }

    form input::placeholder {
        font-size: 16px !important
    }

    .form-two .btn {
        height: 50px
    }

    .t-about__text p {
        font-size: 18px
    }

    .t-gallery__list li,
    .sertificate__list li,
    .t-video__list li {
        border-radius: 15px
    }
	.t-gallery__list li {
    	width: calc(20% - 20px);
	}
}

@media(max-width: 992px) {
	.prod-box {
		width: calc(100% - 10px);
	}
	.main-prod,
	.sub-prod{
		flex-direction: column;
	}
	.s-products__bottom-list img{
		width: 80%;
		height: auto;
		margin: 0 0 20px 0;
	}
	
	 .ninja-forms-form-wrap *, .ninja-forms-form-wrap :after, .ninja-forms-form-wrap :before {
        max-width: 560px;
    }
	.nf-form-content nf-fields-wrap {
    	flex-direction: column !important;
	}
	.form .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit]{
		width: 100% !important;
	}
    .container {
        max-width: 700px !important
    }

    .main-navigation {
        margin: 0;
        position: fixed;
        top: 45px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 110px 15px 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow: auto;
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px);
        background: -o-linear-gradient(293.79deg, rgba(255, 255, 255, 0.7) 17.893%, rgba(255, 255, 255, 0.1) 105.242%);
        background: linear-gradient(156.21deg, rgba(255, 255, 255, 0.7) 17.893%, rgba(255, 255, 255, 0.1) 105.242%);
        opacity: 0;
        -webkit-transition: linear .4s;
        -o-transition: linear .4s;
        transition: linear .4s
    }

    .main-navigation ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: rgba(0, 0, 0, 0)
    }

    .main-navigation ul li {
        position: relative
    }

    .main-navigation ul li::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgba(243, 243, 243, .15)
    }

    .main-navigation ul li a {
        text-align: left;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        font-size: 22px
    }

    .main-navigation li+li {
        margin: 0
    }

    .main-navigation li {
        display: block;
        width: 100%;
        margin: 0 0 15px 0 !important
    }

    .site-header.open .main-navigation {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .site-header.open {
        top: 0;
        background-color: #fff
    }

    .header__inner .btn--red {
        display: none
    }

    .header__menu-btn {
        margin: 0 0 0 auto;
        padding: 0;
        display: block;
        width: 25px;
        height: 16px;
        position: relative;
        z-index: 100;
        background-color: rgba(0, 0, 0, 0);
        cursor: pointer;
        outline: none;
        border: none;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 46px;
        height: 32px;
        border-radius: 12px;
        -webkit-transition: linear .22s;
        -o-transition: linear .22s;
        transition: linear .22s
    }

    .header__menu-btn span {
        margin: 0 0 0 20px;
        display: block;
        width: 12px;
        height: 1px;
        border-radius: 50%;
        background-color: #ff0720;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px
    }

    .header__menu-btn::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 18px;
        height: 1px;
        border-radius: 50%;
        background-color: #ff0720;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px
    }

    .header__menu-btn::after {
        content: "";
        position: absolute;
        bottom: 9px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 18px;
        height: 1px;
        border-radius: 50%;
        background-color: #ff0720;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px
    }

    .header__inner {
        height: 45px
    }

    .header__menu-btn.open {
        border-radius: 50%;
        width: 32px;
        height: 32px
    }

    .header__menu-btn.open::before {
        top: 16px;
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg);
        width: 50%
    }

    .header__menu-btn.open span {
        opacity: 0;
        -webkit-transform: translateX(-1rem);
        -ms-transform: translateX(-1rem);
        transform: translateX(-1rem)
    }

    .header__menu-btn.open::after {
        bottom: 15px;
        -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        width: 50%
    }

    .m-benefits {
        margin: -195px 0 0 0;
        padding: 65px 0 85px;
        border-radius: 50px
    }

    .m-benefits__list li {
        width: calc(50% - 20px)
    }

    .intro {
        padding: 130px 0 240px;
        background-size: 200%
    }

    .intro h1 {
        font-size: 42px
    }

    .m-products__list li {
        width: calc(50% - 20px)
    }

    .m-products__list h6 {
        font-size: 24px
    }

    .m-products__list p {
        font-size: 16px
    }

    .m-products__list img {
        max-width: 100px
    }

    .m-about__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .m-about__left {
        margin: 0 0 20px 0;
        width: 100%
    }

    .m-about__right {
        width: 100%;
        height: 50vh
    }

    .m-partners__list {
        margin: 0 0 0 -40px
    }

    .m-partners__list li {
        margin: 0 0 30px 40px;
        width: calc(50% - 40px)
    }

    .m-banner h6 {
        font-size: 42px
    }

    .m-banner__inner {
        padding: 70px 50px 100px;
        border-radius: 30px
    }

    .form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form__input-wrap {
        max-width: 100%;
        width: 100%;
        margin: 0 0 20px 0
    }

    .form .btn {
        width: 100%
    }

    .m-contacts__coll p {
        font-size: 22px
    }

    .s-products__top-left {
        padding: 15px 15px;
        max-width: 80%;
		margin: 0 auto;
    }

    .s-products__top-text p {
        font-size: 16px
    }

    .s-products__top .btn {
        height: 50px
    }
	.t-gallery__list li {
    	width: calc(25% - 20px);
		max-height: 150px;
	}
}

@media(max-width: 768px) {
	.label-above .nf-field-element, .label-below .nf-field-element{
		margin: 0 !important;
	}
	 .ninja-forms-form-wrap *, .ninja-forms-form-wrap :after, .ninja-forms-form-wrap :before {
        max-width: 85vw;
    }
    .m-benefits__list li {
        width: calc(100% - 20px)
    }

    .m-benefits__img {
        margin: 0 0 25px 0
    }

    .m-benefits__list h6 {
        margin: 0 0 10px 0;
        font-size: 20px
    }

    .m-products__top-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .title {
        font-size: 40px !important
    }

    .m-products .title {
        margin: 0 0 20px 0
    }

    .m-products__list li {
        width: calc(100% - 20px)
    }

    .m-contacts__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .m-contacts__coll {
        margin: 0 0 40px 30px
    }

    .m-contacts__coll span {
        margin: 0 0 10px 0
    }

    .footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__logo {
        margin: 0 0 20px 0
    }

    .intro {
        background-size: 1000%
    }

    .m-products__top-box .btn {
        width: 100%
    }

    .header__inner {
        padding: 10px 10px 10px 20px
    }

    .m-about__left,
    .m-banner__inner {
        padding: 30px 20px 60px 20px;
        border-radius: 20px
    }

    .s-products__bottom-list li {
        width: calc(100% - 20px)
    }

    .s-products__bottom {
        padding: 55px 15px
    }

    .s-products__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .s-products__top-right {
        padding: 30px 15px 20px 15px;
        max-width: 100%
    }

    .t-about__text {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .t-gallery__list li,
    .sertificate__list li {
        width: calc(50% - 20px)
    }

    .t-video__list li {
        width: calc(100% - 40px)
    }

    .m-banner h6 {
        font-size: 36px
    }

    .t-product__inner .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .t-product__left {
        margin: 0 0 30px 0
    }
	.t-gallery__list li {
    	width: calc(33.33333% - 20px);
		max-height: 120px;
	}
	.manuals {
		flex-direction: column;
		row-gap: 10px;
	}
}