@font-face {
    font-family: 'Euclid Flex';
    src: url('../fonts/EuclidFlex-Light.eot');
    src: local('Euclid Flex Light'), local('EuclidFlex-Light'),
        url('../fonts/EuclidFlex-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuclidFlex-Light.woff2') format('woff2'),
        url('../fonts/EuclidFlex-Light.woff') format('woff'),
        url('../fonts/EuclidFlex-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Euclid Flex';
    src: url('../fonts/EuclidFlex-SemiBold.eot');
    src: local('Euclid Flex SemiBold'), local('EuclidFlex-SemiBold'),
        url('../fonts/EuclidFlex-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuclidFlex-SemiBold.woff2') format('woff2'),
        url('../fonts/EuclidFlex-SemiBold.woff') format('woff'),
        url('../fonts/EuclidFlex-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Euclid Flex';
    src: url('../fonts/EuclidFlex-Italic.eot');
    src: local('Euclid Flex Italic'), local('EuclidFlex-Italic'),
        url('../fonts/EuclidFlex-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuclidFlex-Italic.woff2') format('woff2'),
        url('../fonts/EuclidFlex-Italic.woff') format('woff'),
        url('../fonts/EuclidFlex-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Euclid Flex';
    src: url('../fonts/EuclidFlex-Bold.eot');
    src: local('Euclid Flex Bold'), local('EuclidFlex-Bold'),
        url('../fonts/EuclidFlex-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuclidFlex-Bold.woff2') format('woff2'),
        url('../fonts/EuclidFlex-Bold.woff') format('woff'),
        url('../fonts/EuclidFlex-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



html,
body {
    overflow-x: hidden;
}
body {
    font-size: 18px;
    color: #000;
    font-family: "Euclid Flex";
    background: url(../img/bg__img.jpg);
    background-size: cover;
}
body *{
    outline: none;
}
.container {
    max-width: 1440px;
}
a {
    text-decoration: none;
}
.header__burger{
    display: none;
}
.mobile__menu{
    display: none;
}
/*--------------------------------------------------*/

.section__banner {
    position: relative;
}
.banner__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner__img {
    height: 860px;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    top: 0;
}
canvas {
    display: block;
    vertical-align: bottom;
}
/*------------------------------------------------*/
header {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 45px;
}
.header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
}
.header__right {
    display: flex;
    align-items: center;
}
.header__menu ul.menu {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}
.header__menu ul.menu a {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}
.header__menu ul.menu li {
    margin: 0 35px;
}
.header__menu {
    margin-right: 15px;
}
.header__contact a {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.header__contact {
    margin-right: 50px;
}
.header__contact a img {
    margin-right: 10px;
}
.header__poppap a.linck__popap {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #EE3030;
    box-shadow: 0px 4px 30px #EC7057;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/*--------------------------------------*/
.banner__info {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
    transform: translateY(-25%);
}
.banner__info--title {
    font-weight: bold;
    font-size: 72px;
    letter-spacing: -0.03em;
    color: #000000;
    line-height: 1.2;
}
.banner__info--desc{
    font-size: 30px;
    letter-spacing: -0.03em;
    color: #000000;
    line-height: 1.2;
    margin-top: 30px;
}
/*---------------------------------------*/
.section__block {
    padding: 70px 0;
}
.section__title {
    font-weight: bold;
    font-size: 48px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    margin-bottom: 35px;
    line-height: 1;
}
.about__title {
    margin-bottom: 25px;
}
.about__desc--text {
    font-weight: 300;
    font-size: 18px;
    color: #676767;
}
.about__desc--strong {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin-bottom: 5px;
}
.about__desc--grey {
    font-weight: 500;
    font-size: 22px;
    color: #676767;
    margin-bottom: 35px;
}
.about__container--item {
    padding-bottom: 25px;
    position: relative;
    padding-left: 90px;
    counter-increment: myCounter;
}
.about__container--item .about__container--wrap{
    max-width: 950px;
}
.about__container--item:after {content: "";width: 1px;background: #696969;bottom: 10px;position: absolute;left: 45px;top: 0px;}

.about__desc--servisec {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: -15px;
}

.servisec__item {
    background: #F2F2F2;
    padding: 50px 30px;
    text-align: center;
    width: 295px;
    height: 260px;
}

.servisec__item--img {
    margin-bottom: 10px;
}

.servisec__item--title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
    opacity: 0.8;
    margin-bottom: 5px;
}

.servisec__item--text {
    font-weight: 300;
    font-size: 16px;
    color: #676767;
}

div#about:before {content: "";width: 1160px;height: 700px;background: url(../img/about_bg.png);position: absolute;left: 40%;top: 5%;z-index: -1;opacity: 0.2;}

div#about {
    position: relative;
}

/*--------------------------------------*/
.creative__left--title {
    font-weight: bold;
    font-size: 48px;
    letter-spacing: -0.03em;
    color: #48EE77;
}

.creative__left--desc {
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    opacity: 0.8;
    line-height: 1;
}

.creative__left--client {
    margin-bottom: 45px;
    display: flex;
    align-items: center;
}

.client__left--number {
    font-weight: 600;
    font-size: 64px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    background: rgba(240, 229, 209, 0.1);
    padding: 0px 50px;
    border: 2px solid #FFFFFF;
    margin-right: 30px;
}

.client__left--text {
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: -0.03em;
    opacity: 0.8;
    max-width: 400px;
    line-height: 1.2;
}
.section__creative{
    background: url(../img/creative_bg.jpg);
    padding: 60px 0 100px 0;
}
.creative__title {
    text-align: center;
    font-weight: bold;
    font-size: 72px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    line-height: 1;
    color: #FFFFFF;
}
.creative__title span {
    color: #EE3030;
}
.section__desc {
    text-align: center;
    font-weight: 300;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 40px;
}
input.input-linck {
    width: 100%;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
    padding: 15px 0;
    margin-bottom: 15px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
}
input.input-linck::placeholder{
    color: #FFFFFF;
}
input.input-submit {
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    padding: 15px;
    background: #EE3030;
    box-shadow: 0px 4px 30px rgba(223, 100, 75, 0.74);
    border-radius: 60px;
    border: 0;
    margin-top: 20px;
}




/*--------------------------------------*/
.partner__item {
    margin-bottom: 30px;
}
.partner__item a {
    background: #F2F2F2;
    width: 100%;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.partner__item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/*--------------------------------------*/
footer {
    background: #EBEBEB;
    padding: 50px 0;
}
.footer__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__right {
    display: flex;
    align-items: center;
}
.footer__menu ul.menu {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.footer__menu ul.menu a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #9D9D9D;
    text-decoration: none;
}
.footer__menu ul.menu li {
    margin: 0 30px;
}
.footer__adres a,
.footer__email a,
.footer__phone a {
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-weight: 600;
    font-size: 14px;
    color: #9D9D9D !important;
    letter-spacing: 0.03em;
    text-decoration: none;
}
.footer__adres a img,
.footer__email a img,
.footer__phone a img {
    margin-right: 10px;
}
.footer__adres,
.footer__email,
.footer__phone {
    margin-left: 30px;
}

/*----------------------------------*/


.title-form-head-h1.program_item_title {
    text-transform: none;
    line-height: 1.2;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    color: #282828;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}
.md-modal .md-content{
    padding: 30px 40px;
    background: #fff;
    border-radius: 30px;
}
button.md-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: 0;
    height: 20px;
    width: 20px;
    padding: 0;
    z-index: 1;
    outline: none;
}
button.md-close svg {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

button.md-close:hover svg {
    fill: #000000 !important;
    opacity: 1;
}
button.md-close:hover svg * {
    fill: #000000 !important;
}
.md-content .form_width input[type="tel"],
.md-content .form_width input[type="text"] {border-bottom: 1px solid rgba(0, 0, 0, 0.2);margin-bottom: 20px;color: #292929;font-size: 18px;padding: 11px 20px;display: block;width: 100%;border-radius: 33px;border: 2px solid #EE3030;background-color: #ffffff;}

.md-content .form_width input::placeholder{
    color: #292929;
}

.md-modal input[type="submit"]{
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 35px;
    border-radius: 200px;
    align-items: center;
    transition: all 0.5s ease;
    border: 0;
    background-color: #EE3030;
    margin: 0 auto;
    transition: all 0.5s ease;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.md-modal input[type="submit"]:active {
    transform: translateY(2px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
}
.title-form-head-number {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.form_width p {
    color: #282828;
    font-size: 13px;
    font-weight: 400;
    max-width: 300px;
}
a.md-trigger {
    cursor: pointer;
}
.title-form-head-desc {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

#creative .title-form-head {
    color: #fff;
}



.footer__row--text {
    font-size: 20px;
    font-weight: bold;
}
.price-box {
    padding: 40px 25px;
	background: url(../img/creative_bg.jpg);
	height: 100%;

}
.price-box p{
    margin-bottom: 5px;
}
.pricing-name h4{
	font-weight:bold;
}
.price-box p{
	color:white;
}
.pricing-name h4{
	font-weight:bold;
	color: #EE3030;
}
.price-box span{
color: #EE3030;
}
.advant .col-lg-4{
	margin-top:30px;
}
.center_txt{
	text-align:center;
}
.row.footer_menu {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    list-style-type: none;
    width: 100%;
}
nav ul li a {
    color: #000;
}
.header__btns {
    display: flex;
    gap: 10px;
}