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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Regular.eot);
    src: local('Proxima Nova Regular'),local('ProximaNova-Regular'),url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Regular.woff) format('woff'),url(../fonts/ProximaNova-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Bold.eot);
    src: local('Proxima Nova Bold'),local('ProximaNova-Bold'),url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Bold.woff) format('woff'),url(../fonts/ProximaNova-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Semibold.eot);
    src: local('Proxima Nova Semibold'),local('ProximaNova-Semibold'),url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Semibold.woff) format('woff'),url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Extrabld.eot);
    src: local('Proxima Nova Extrabld'),local('ProximaNova-Extrabld'),url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Extrabld.woff) format('woff'),url(../fonts/ProximaNova-Extrabld.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Light.eot);
    src: local('Proxima Nova Light'),local('ProximaNova-Light'),url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Light.woff) format('woff'),url(../fonts/ProximaNova-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNovaT-Thin.eot);
    src: local('Proxima NovaT Thin'),local('ProximaNovaT-Thin'),url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNovaT-Thin.woff) format('woff'),url(../fonts/ProximaNovaT-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

body {
    font-family: "Proxima Nova",sans-serif;
    line-height: 1.2;
    font-size: 28px;
    overflow-x: hidden;
}
@media (max-width:1130px) {
	body {
    font-size: 20px;
	}	
}
@media (max-width:860px) {
	body {
    font-size: 18px;
	}	
}
section {
    padding: 100px 0;
}
@media (max-width:860px) {
	section {
    padding: 50px 0;
	}
}
section:nth-child(even) {
	background:#f2f2f2;
}
section .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 10px;
}
.btn {
    background: #f1361d;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s;
}
.btn:hover {
    background: #cd3520;
}
h2 {
    font-size: 36px;
    margin-bottom: 100px;
}
@media (max-width:860px) {
	h2 {
	    font-size: 28px;
	    margin-bottom: 50px;
	}
}
.header {
    display: flex;
    justify-content: space-between;
    height: 35px;
    border-bottom: 1px solid #dddddd;
    align-items: center;
}
.header .logo {
    max-width: 135px;
    margin-left: 10px;
}
.header #panelcontainer {}

.hero {
    /* background: url(../img/ball.png) no-repeat !important; */
    background-position-x: calc(50% + 500px) !important;
    background-position-y: 100px !important;
    min-height: 700px;
    display: flex;
    align-items: center;
    padding: 25px 0 100px;
}
.hero .container {}
.hero .container h1 {
    font-size: 100px;
    font-weight: 700;
    max-width: 600px;
    line-height: 1;
}
.hero .container p {
    max-width: 700px;
    margin: 50px 0;
}
.hero .container .btn {}
.hero .container .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 95px;
    align-items: flex-start;
}
.hero .container .head .logo {
    width: 260px;
}
.hero .container .head .phone {}
.hero .container .head .phone .tel {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.hero .container .head .phone p {
    margin: 0;
    font-size: 14px;
    text-align: right;
}
@media (max-width:1330px) {
	.hero {
    background: url(../img/ball.png) no-repeat, #ffffffb5 !important;
    background-position-x: calc(100% + 100px) !important;
    background-position-y: bottom !important;
    background-blend-mode: color !important;
    background-size: contain !important;
}
	.hero .container {}
	.hero .container h1 {}
	.hero .container p {}
	.hero .container .btn {}
}
@media (max-width:860px) {
	.hero .container h1 {
		font-size: 42px;
	}
}
@media (max-width:600px) {
	.hero .container .head {
    flex-wrap: wrap;
}
	.hero .container .head .logo {
    width: 185px;
}
	.hero .container .head .phone {}
	.hero .container .head .phone .tel {}
	.hero .container .head .phone p {}
}
.aboud_med {
    background: #403D3D !important;
    color: #fff;
}
.aboud_med .container {}
.aboud_med .container h2 {
    max-width: 750px;
}
.aboud_med .container .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 0px;
}
.aboud_med .container .wrap .item {
    flex: 0 0 25%;
    padding: 20px;
	position:relative;
}
.aboud_med .container .wrap .item::before {
	content:'';
	display:block;
	width:1px;
	height: 100%;
	background: #525252;
	position:absolute;
	left:0;
	top:0;
}
.aboud_med .container .wrap .item::after {
	content:'';
	display:block;
	height:1px;
	width: 100%;
	background: #525252;
	position:absolute;
	left:0;
	bottom: -50px;
}
.aboud_med .container .wrap .item:nth-child(1)::before,
.aboud_med .container .wrap .item:nth-child(5)::before {
	display:none;
}
.aboud_med .container .wrap .item:nth-child(5)::after,
.aboud_med .container .wrap .item:nth-child(6)::after,
.aboud_med .container .wrap .item:nth-child(7)::after,
.aboud_med .container .wrap .item:nth-child(8)::after {
	display:none;
}
.aboud_med .container .wrap .item img {
    margin: 0 auto 25px;
}
.aboud_med .container .wrap .item p {
    text-align: center;
}
@media (max-width:1130px) {
	.aboud_med {}
	.aboud_med .container {}
	.aboud_med .container h2 {}
	.aboud_med .container .wrap {}
	.aboud_med .container .wrap .item {}
	.aboud_med .container .wrap .item img {}
	.aboud_med .container .wrap .item p {}
}
@media (max-width:860px) {
	.aboud_med {}
	.aboud_med .container {}
	.aboud_med .container h2 {}
	.aboud_med .container .wrap {
    gap: 0;
}
	.aboud_med .container .wrap .item {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
 }
	.aboud_med .container .wrap .item::before {
		display:none;
	}
	.aboud_med .container .wrap .item::after {
		bottom: 0;
	}
	.aboud_med .container .wrap .item:nth-child(5)::after,
	.aboud_med .container .wrap .item:nth-child(6)::after,
	.aboud_med .container .wrap .item:nth-child(7)::after {
		display:block;
	}
	.aboud_med .container .wrap .item img {
    margin: 0;
    order: 1;
    max-width: 45px;
}
	.aboud_med .container .wrap .item p {}
}
@media (max-width:600px) {
	.aboud_med {}
	.aboud_med .container {}
	.aboud_med .container h2 {}
	.aboud_med .container .wrap {}
	.aboud_med .container .wrap .item {}
	.aboud_med .container .wrap .item img {}
	.aboud_med .container .wrap .item p {}
}

.aboud_360 {
    background: #d41512 url(../img/ballred.png) no-repeat 50%;
}
.aboud_360 .container {}
.aboud_360 .container h2 {
    color: #fff;
}
.aboud_360 .container .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.aboud_360 .container .wrap .item {
    background: #fff;
    border-radius: 10px;
    flex: calc(50% - 20px);
    padding: 40px;
}
.aboud_360 .container .wrap .item .pre {
    font-weight: 600;
    color: #d41512;
    font-size: 24px;
}
.aboud_360 .container .wrap .item .title {
    font-weight: 700;
    margin: 25px 0;
}
.aboud_360 .container .wrap .item .details {
    font-size: 24px;
}
.aboud_360 .container .wrap .item .link {
    color: #a2a2a2;
    font-size: 24px;
    margin-top: 25px;
    display: block;
}
@media (max-width:1130px) {
	.aboud_360 {}
	.aboud_360 .container {}
	.aboud_360 .container h2 {}
	.aboud_360 .container .wrap {}
	.aboud_360 .container .wrap .item {}
	.aboud_360 .container .wrap .item .pre {
    font-size: 22px;
}
	.aboud_360 .container .wrap .item .title {
    font-size: 24px;
}
	.aboud_360 .container .wrap .item .details {
    font-size: 22px;
}
	.aboud_360 .container .wrap .item .link {}
}
@media (max-width:860px) {
	.aboud_360 {}
	.aboud_360 .container {}
	.aboud_360 .container h2 {}
	.aboud_360 .container .wrap {
		gap:20px;
	}
	.aboud_360 .container .wrap .item {
		flex:0 0 100%;
		padding:20px;
	}
	.aboud_360 .container .wrap .item .pre {
    font-size: 20px;
	}
	.aboud_360 .container .wrap .item .title {
    font-size: 22px;
	}
	.aboud_360 .container .wrap .item .details {
    font-size: 18px;
	}
	.aboud_360 .container .wrap .item .link {}
}

.includes {}
.includes .container {}
.includes .container h2 {
    text-align: center;
    font-size: 50px;
}
.includes .container .item {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between;
    position: relative;
}
.includes .container .item .label {
    position: absolute;
    top: -18px;
    background: #f1361d;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    padding: 5px 20px;
    border-radius: 10px;
}
.includes .container .item .left {
    flex: 0 0 480px;
}
.includes .container .item .left h3 {
    margin-bottom: 25px;
    font-size: 32px;
}
.includes .container .item .left p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.includes .container .item .left p span {
	font-weight:bold;
	color:#f1361d;
}
.includes .container .item .right {
    flex: 0 0 calc(100% - 480px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 20px;
}
.includes .container .item .right img {
}
.includes .container .btn {
    margin: 0 auto;
}
.includes .container .item:nth-child(1) {}
.includes .container .item:nth-child(2) {}
.includes .container .item:nth-child(3) {}
.includes .container .item:nth-child(4) {}
.includes .container .item:nth-child(4) .right {justify-content: left;}
.includes .container .item:nth-child(4) .right img {}
.includes .container .item:nth-child(4) .right .chat {
    position: absolute;
    left: 309px;
    top: 45px;
    box-shadow: 0 0 20px #0000005e;
    max-height: 445px;
    z-index: 1;
}
.includes .container .item:nth-child(5) {}
@media (max-width:1180px) {
	.includes {}
	.includes .container {}
	.includes .container h2 {}
	.includes .container .item {
    flex-wrap: wrap;
	}
	.includes .container .item .left {
    flex: 0 0 100%;
	}
	.includes .container .item .left h3 {}
	.includes .container .item .left p {}
	.includes .container .item .right {
    flex: 0 0 100%;
    padding-left: 0;
 }
	.includes .container .item .right img {}
	.includes .container .item:nth-child(4) .right {
    justify-content: center;
}
	.includes .container .item:nth-child(4) .right .blank {
    position: relative;
    right: 140px;
}
	.includes .container .item:nth-child(4) .right .chat {
    left: 50%;
}
	.includes .container .btn {}
}
@media (max-width:860px) {
	.includes {}
	.includes .container {}
	.includes .container h2 {
    font-size: 32px;
}
	.includes .container .item {
    padding: 40px 10px;
}
	.includes .container .item .label {
    font-size: 18px;
}
	.includes .container .item .left {}
	.includes .container .item .left h3 {
    font-size: 22px;
}
	.includes .container .item .left p {
    font-size: 16px;
}
	.includes .container .item .right {}
	.includes .container .item .right img {}
	.includes .container .btn {}
	.includes .container .item:nth-child(4) .right {
    justify-content: left;
}
	.includes .container .item:nth-child(4) .right .blank {
    right: auto;
}
	.includes .container .item:nth-child(4) .right .chat {
    left: auto;
    right: 0;
    height: 350px;
}
}
@media (max-width:600px) {
	.includes .container h2 {
    font-size: 26px;
}
}

.effective {}
.effective .container {
    display: flex;
}
.effective .container .left {
    padding-right: 20px;
    flex: 0 0 45%;
}
.effective .container .left h2 {
    font-size: 37px;
}
.effective .container .right {
    counter-reset: p;
    flex: 0 0 55%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.effective .container .right p {
    counter-increment: p;
    position: relative;
    flex: 0 0 100%;
    padding-left: 80px;
}

.effective .container .right p::before {
    content: counter(p);
    color: #f1361d;
    font-size: 90px;
    font-weight: 800;
    position: absolute;
    display: block;
    top: -14px;
    left: 0;
    line-height: 1;
}
.effective .container .right p::after {
	content:'';
	display:block;
	width:100%;
	height:1px;
	background:#cccccc;
	position:absolute;
	bottom: -25px;
	left: 0;
}
@media (max-width:1330px) {
	.effective {}
	.effective .container {}
	.effective .container .left {}
	.effective .container .left h2 {
    font-size: 28px;
}
	.effective .container .right {}
	.effective .container .right p {
    font-size: 22px;
}
	.effective .container .right p::before {}
}
@media (max-width:860px) {
	.effective {}
	.effective .container {
    flex-wrap: wrap;
}
	.effective .container .left {
    flex: 0 0 100%;
}
	.effective .container .left h2 {}
	.effective .container .right {
    flex: 0 0 100%;
}
	.effective .container .right p {
    font-size: 20px;
    padding-left: 41px;
}
	.effective .container .right p::before {
    font-size: 50px;
    top: -5px;
}
}

.clients {
    background: #f2f2f2;
}
.clients .container {max-width: 1340px;}
.clients .container h2 {
    text-align: center;
}
.clients .container .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.clients .container .wrap .item {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 20px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #dfdfdf;
}
.clients .container .wrap .item img {}
@media (max-width:600px) {
	.clients {}
	.clients .container {}
	.clients .container h2 {}
	.clients .container .wrap {}
	.clients .container .wrap .item {}
	.clients .container .wrap .item img {}
}

.footer {
    background: #1c1c1c !important;
    color: #fff;
}
.footer .container {
    display: flex;
    justify-content: space-between;
}
.footer .container .wrap {
    padding: 10px;
}
.footer .container .wrap.left {}
.footer .container .wrap.center {}
.footer .container .wrap.right {}
.footer .container .wrap p {
    font-size: 16px;
}
.footer .container .wrap p a {
    color: #fff;
}
.footer .container .wrap p a.tel {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.footer .container .wrap img {}
@media (max-width:1120px) {
	.footer {}
	.footer .container {
    flex-wrap: wrap;
}
	.footer .container .wrap {
    flex: 0 0 100%;
    text-align: center;
    order: 2;
}
	.footer .container .wrap.left {}
	.footer .container .wrap.center {}
	.footer .container .wrap.right {
    order: 1;
}
	.footer .container .wrap p {}
	.footer .container .wrap p a {}
	.footer .container .wrap p a.tel {}
	.footer .container .wrap img {
    margin: 0 auto;
}
}


ol{
    list-style: none;
    padding: 0px;
}
ol > li{
    padding-left: 30px;
    position: relative;
    margin: 10px;
    font-size: 18px;
}
ol > li:before{
    content: '✔';
    position: absolute; top: 0; left: 0;
    color: rgb(15, 15, 15);
}

.text_color_red {
    color: #f1361d;
  }


/* new style for header */

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .row > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }

  .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  
  .row-cols-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  
  .row-cols-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  
  .row-cols-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  
  .row-cols-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  
  .row-cols-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  
  .row-cols-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  
  .row-cols-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  
  .col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  
  .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  
  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  
  .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  
  .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  
  .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  
  .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  
  .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  
  .col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  
  .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .header__lower-row {
    height: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .header__lower-left {
    position: relative;
    z-index: 10;
    padding-top: 30px;
  }

  .header__lower-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  @media (max-width: 992px) {
    .header__lower-right {
      display: none;
    }
    .header__lower-left {
        width: 100%;
      }
  }
  @media (max-width: 576px) {
    .header__lower-right {
        display: none;
    }
    .header__lower-left {
        width: 100%;
      }
  }

  .header__info-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 512px;
    height: 512px;
    padding: 100px;
    color: #fff;
    background-color: #f1361d;
    border-radius: 50%;
  }
  @media (max-width: 576px) {
    .header__info-wrapper {
      position: absolute;
      top: 120px;
      right: -20px;
      width: 150px;
      height: 150px;
      padding: 30px;
    }
  }

  .header__num {
    margin-bottom: 10px;
    font-size: 126px;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
  }
  @media (max-width: 576px) {
    .header__num {
      font-size: 30px;
      text-align: center;
    }
  }

  .header__text--right {
    text-align: center;
  }
  @media (max-width: 576px) {
    .header__text--right {
      font-size: 10px;
      text-align: center;
    }
  }

  .header__text {
    font-size: 24px;
  }
  @media (max-width: 576px) {
    .header__text {
      font-size: 16px;
    }
  }
  
  .header__text-span {
    display: inline;
    font-size: inherit;
    font-weight: 600;
  }
  
  .header__text--left {
    max-width: 600px;
    margin-bottom: 16px;
  }
  
  @media (max-width: 576px) {
    .header__text--left-secondary {
      display: none;
    }
  }
  
.forma {
    background: #1c1c1c;
    padding: 80px 0 0;
    color: #fff;
}
.forma .container {}
.forma .container h2 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}
.forma .container .forma_wrap {
}
.forma .container .forma_wrap form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.forma .container .forma_wrap form label {
    flex: 0 0 calc(33.333% - 15px);
    position: relative;
}
.forma .container .forma_wrap form label input {
    width: 100%;
    height: 50px;
    border: 2px solid #fff;
    padding-left: 10px;
    font-size: 22px;
    border-radius: 3px;
}
.forma .container .forma_wrap form label input::placeholder {
	color:#5151518f;
}
.forma .container .forma_wrap form label .warning {
    position: absolute;
    background: red;
    font-size: 16px;
    padding: 0 7px;
    bottom: -10px;
    right: 0;
}
.forma .container .forma_wrap form label input.error {
	border: 2px solid red;
}
.forma .container .forma_wrap form label[for=policy] {
    flex: 0 0 100% !important;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 5px;
    max-width:fit-content;
    padding: 5px;
}
.forma .container .forma_wrap form label[for=policy]  .label {
    font-size: 19px;
}
.forma .container .forma_wrap form label[for=policy]  .label a {
    color: #fff;
}
.forma .container .forma_wrap form label[for=policy] input {
    height: 22px !important;
    max-width: 22px;
    flex: 0 0 22px;
    -webkit-appearance: auto;
    margin: 0;
    padding: 0;
}
.forma .container .forma_wrap form label[for=policy] input.input-error {
    -webkit-appearance: none;
}
.forma .container .forma_wrap form label[for=policy] ..forma .container .forma_wrap form label {
    font-size: 13px;
    line-height: 1;
    margin-top: 0 !important;
}
.forma .container .forma_wrap form label[for=policy] ..forma .container .forma_wrap form label a {
	color: #fff;
}
.forma .container .forma_wrap form label[for=policy] .warning {
}
.forma .container .forma_wrap form label[for=policy].error {
    border: 2px solid red;
}
.forma .container .forma_wrap form .btn {
}
.forma .container .forma_wrap form .notice {
    flex: 0 0 100%;
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
}
.forma .container .forma_wrap form .notice a {
    color: #fff;
}
.forma .container .forma_wrap div.success {
	color:#fff;
}
.forma .container .forma_wrap div.error {
	color:red;
}
@media (max-width:1024px) {
	.forma .container .forma_wrap form {
    justify-content: center;
	}
	.forma .container .forma_wrap form label {
 }
}
@media (max-width:768px) {
	.forma .container .forma_wrap form label {
    flex: 0 0 100%;
	}
	.forma .container .forma_wrap form label input {
    font-size: 17px;
	}
	.forma .container .forma_wrap form label[for=policy]  .label {
    font-size: 16px;
	}
}
.info_coockie {
    position: fixed;
    bottom: 16px;
    left: 50%;
    z-index: 100000;
    width: 100%;
    max-width: 480px;
    padding: 12px 16px 16px;
    border-radius: 12px;
    outline: 4px solid rgba(255, 255, 255, 0.25);
    background: rgba(26, 24, 20, 0.82);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transform: translateX(-50%);
}

.info_coockie .content {
}

.info_coockie .content p {
    color: #fff;
    font-size: 15px;
}

.info_coockie .content p a {
    text-decoration: underline;
    color: #fff;
}

.info_coockie .content .coockie_close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 9px 16px;
    border-radius: 4px;
    background-color: #FAF8F5;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    margin-top: 15px;
}