/*
	Theme Name: AD - FUTURE - Themes
	Author: FUTURE 
	Version: 1.0
*/ 
/*
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/montserrat-v25-cyrillic_cyrillic-ext_latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/montserrat-v25-cyrillic_cyrillic-ext_latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/montserrat-v25-cyrillic_cyrillic-ext_latin-600.woff2') format('woff2'); 
}*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    height: auto;
}
ul, li {
    list-style: none;
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.container {
    max-width: 1250px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: relative;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.box {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
p {
    margin-bottom: 15px;
}
h2 {
    font-weight: 400; 
    margin-bottom: 35px;
    font-size: 38px;
    line-height: 46px;
}
.btn { 
    font-size: 14px;
    line-height: 18px; 
    height: 48px;
    text-align: center;
    color: #FFFFFF;
    background: #F76963;
    border-radius: 10px; 
    display: inline-block;
    padding: 15px 40px; 
    transition: all .3s;
}
.btn:hover { 
    background: #C54C46; 
}
.btn-black {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #000000;
    background: #262626;
    border: 1px solid #CBCBCB;
    border-radius: 10px;
    padding: 13px 40px 15px;
}
.btn-black:hover { 
	background: #393939;
	color: #FFFFFF;
}
footer a:hover, .footer__bottom ul li a:hover, .contacts__item a:hover {
    color: #F76963;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 22px;    
    font-weight: 400;
    color: #000;
    overflow-x: hidden; 
    background: #FFF7ED;
}
/* header */
header {
    position: fixed;
    border-bottom: 1px solid #5E5E5E;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    background: #262626;
    z-index: 999;
}
.home header { 
    border-bottom: 1px solid #8DB5B6; 
    background: #1D6F73;
}
header .container {
    display: flex;
    max-width: 1400px;
    align-items: center;
}
.header__logo img {
    display: block;
}
.header-navigation__list li a {
    font-size: 14px;
    line-height: 18px; 
    color: #FFFFFF;
    display: block;
    transition: all .3s;
}
.header-navigation__list li a:hover {
    color: #F76963;
}
.header-navigation__list li  {
    padding-right: 70px;
}
.header-navigation__list  {
    display: flex;
}
.header__logo {
    width: 115px;
}
.header__nav {
    width: auto;
    margin-left: auto;
} 
.header__callback {
    width: 210px;
}
.header__social ul {
    display: flex;
    padding-left: 25px;
}
.header__social ul li { 
    border-right: 1px solid #5E5E5E;
}
.header__social ul li a {
    padding: 14px 44px;
    display: block;
    transition: all .3s;
}
.header__social ul li a:hover {
    background: #F76963;
}
.header__social ul li:first-child { 
    border-left: 1px solid #5E5E5E;
}
.home .header__social ul li { 
    border-right: 1px solid #8DB5B6;
}
.home .header__social ul li:first-child { 
    border-left: 1px solid #8DB5B6;
}
.header__social ul li a img {
    display: block;
}
/* case */
/* .case-top__img img {
    object-fit: cover;
} */
.case-top {
    height: 725px;
    background-position: center center!important;
    background-size: cover!important;
    padding-bottom: 70px;
    padding-top: 130px;
    position: relative;
}
.case-top:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.case-top__title   { 
    z-index: 1;
    position: relative;
}
.case-top__title h1 {
    font-weight: 300;
    font-size: 100px;
    line-height: 110px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.case-top__title span {
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}
.case-top__btn a{
    background: #262626;
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px; 
    color: #FFFFFF;
    padding: 16px 39px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all .3s;
}
.case-top__btn a:hover {
    background: #000;
}
.case-top__title {
    margin-top: auto;
}  
.case-center   { 
    border-bottom: 1px solid #333333;
}
.case-center .container {
    display: flex;
    flex-wrap: wrap; 
}
.case-center ol {
	counter-reset: num;
	list-style: none;
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
}
.case-center ol li {
	counter-increment: num;
	position: relative;
	margin: 5px 0 50px 40px;
	padding: 0 0 0 0;
	font-size: 20px;
    line-height: 25px; 
    color: #000000;
}
.case-center ol li:before {
	content: counter(num) "."; 
	position: absolute;
	left: -40px;
	top: 0;
	text-align: right; 
	font-size: 16px;
    color: #1D6F73;
}
.case-center ol li:nth-child(-n+9):before {
	content: "0" counter(num) ".";
}
.task__title, .solution__title {
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    margin-bottom: 60px;
}
.task {
    padding: 70px 130px 50px 0;
    width: 50%;
    border-right: 1px solid #333333; 
}
.solution {
    width: 50%;
    padding: 70px 60px 50px 60px;
}
.metrics__title {
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    margin-bottom: 30px;
}
.case-bottom {
    padding: 50px 0 100px;
}
.metrics__item {
    background: #F8EFE4;
    min-height: 150px;
    display: flex;
    align-items: center;
    padding: 0 60px;
    margin-bottom: 10px;
}
.metrics__item-value {
    width: 50%;
    font-size: 38px;
    line-height: 46px;
    color: #F76963;
}
.metrics__item-desc {
    width: 50%;
    font-size: 20px;
    line-height: 25px;
    color: #333333;
    padding-right: 100px;
}
/* .case-top__img {
    display: flex; 
    height: 100%;
} */

.case-top .container {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.cases {
    padding: 110px 0 100px;
}
.cases h1 {
    font-weight: 300;
    font-size: 100px;
    line-height: 110px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
}
.case__item-title {
    position: absolute;
    left: 25px;
    bottom: 25px;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #FFF7ED;
    z-index: 2;
}
.cases__item a img {
    display: block;
    filter: grayscale(1);
    transition: all .3s;
    transform: scale(1);
}
.cases__item:hover a img {
    filter: grayscale(0);
    transform: scale(1.05);
}
.cases__item a {
    display: block;
    position: relative;
    overflow: hidden;
}
.cases__item a:after {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.cases__item {
    width: 33.3333%;
    position: relative;
}
.cases__items {
    display: flex;
    flex-wrap: wrap;
}
.case-list {
    padding: 80px 0;
    background: #FFF7ED;
}
.case-list__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.case-description .box {
    width: 50%;
}
.case-bottom.case-description p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
}
.partners {
    background: #1D6F73;
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}
.partners__item {
    width: 300px;
    border-left: 1px solid #FFF7ED;
    height: 216px;
    display: flex;
    align-items: center;
}
.partners .container {
    margin-bottom: 100px;
}
.partners  .box {
    width: 50%;
}
.partners h2 {
    font-size: 38px;
    line-height: 46px;
    color: #FFF7ED;
    max-width: 450px;
}
.partners__text {
    color: rgba(255, 247, 237, 0.8);
    max-width: 400px;
}
.partners__items {
    display: flex;
    align-items: center;
    border-top: 1px solid #FFF7ED;
}
.partners__items-inner {
    display: flex;
    align-items: center;
    animation: line-anim 35s linear 0s infinite;
    will-change: transform;
}
@keyframes line-anim {
    0% {
        transform:translateX(0)
    }

    100% {
        transform:translateX(-100%)
    }
}
        
/* banner */
.banner {
    padding: 170px 0 150px;
    background: #1D6F73;
}
.banner .row {
    align-items: center;
}
.banner .box {
    width: 50%;
}
.banner__logo {
    position: relative;
    margin-bottom: 60px;
}
.banner__logo-one {
    position: relative;
    z-index: 1;
}
.banner__logo-two {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.banner__logo-one img {
    display: block;
}
.banner__flower {
    position: absolute;
    top: 60px;
    z-index: 2;
    text-align: center;
    width: 843px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.banner__text {
    font-weight: 300;
    font-size: 100px;
    line-height: 110px;
    text-align: right;
    text-transform: uppercase;
    color: #FFF7ED;
    z-index: 5;
    position: relative;
}
.banner__slogan {
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    max-width: 236px;
}
.contacts {
    padding: 160px 0 100px;
}
.contacts h1 {
    font-weight: 300;
    font-size: 100px;
    line-height: 110px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
}
.contacts__item span { 
    display: block;
    margin-bottom: 10px;
}
.contacts__item {
    margin-bottom: 60px;
}
.contacts__item a {
    font-size: 38px;
    line-height: 46px;
}
.contacts .box {
    width: 50%;
}
.form-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
}
/* video */
.video {  
    height: 500px; 
    background: rgba(51, 51, 51, 0.4);
    position: relative;
	overflow: hidden;
}
.video .container {
    display: flex;
    align-items: end;
    height: 100%;
    padding-bottom: 80px;
}
.video video {
	position: absolute;
	top: 0px;
	left: 0;
	width: 0;
	height: 0; 	
	z-index: -1;
}
.video__text {
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    color: #FFF7ED; 
    max-width: 725px;
    margin: 0 auto;
}
/* know */
.know {
    padding: 80px 0 40px;
    background: #FFF7ED;
}
.know h2 {
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.know__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 80px;
}
.know__title {
    max-width: 490px;

} 
.know_text {
    font-size: 38px;
    line-height: 46px;
    width: calc(100% - 490px);
    padding-left: 135px;
}
.know__subtitle {
    font-size: 38px;
    line-height: 46px;
    padding: 23px 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin-bottom: 45px;
}
.know__item-num {
    font-size: 16px;
    line-height: 20px;
    color: #1D6F73;
    margin-bottom: 30px;
}
.know__items {
    display: flex;
    flex-wrap: wrap;
}
.know__item {
    padding-left: 30px;
    border-left: 1px solid #333333;
    width: calc(33.3333% - 20px);
    margin-bottom: 40px;
}
.know__item-text {
    font-size: 26px;
    line-height: 32px;
    color: #333333;
}
.know__cont {
    background: #1D6D71;
    width: calc(66.6666% - 40px);
    padding: 30px 40px;
    position: relative;
	overflow: hidden;
}
.know__cont-text {
    font-size: 26px;
    line-height: 32px;
    color: #FFF7ED;
    max-width: 470px;
    margin-bottom: 50px;
}
.know__cont-name {
    border-left: 1px solid rgba(255, 247, 237, 0.5);
    padding-left: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #FFF7ED;
    margin-left: 80px;
}
.know__cont-name span {
    display: block;
    color: rgba(255, 247, 237, 0.5);
}
.know__cont-img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.know__cont-img img {
    display: block;
	max-width: 260px;
}
.know__cont-mess ul { 
    display: flex;
}
.know__cont-mess ul li { 
    padding-right: 25px;
}
.know__cont-row {
    display: flex;
    align-items: end;
}
.know__cont-mess ul li a img {
    display: block;
    transition: all .3s;
}
.know__cont-mess ul li a:hover img {
    transform: scale(1.05);
}
.know__items .know__item:nth-child(7) {
    max-height: 120px;
}
.know__items .know__item:nth-child(7):after {
    content: '';
    position: absolute;
    width: 322px;
    height: 77px;
    background: url(img/arrow.svg);
    margin-top: 25px;
    margin-left: 20px;
}
/* what */
.what {
    padding: 40px 0 70px;
    background: #FFF7ED;
    position: relative;
    overflow: hidden;
}
.what .container {
    z-index: 2;
}
.what__flower {
    position: absolute;
    width: 843px;
    height: 626px;  
    transform: rotate(325deg);
    left: 50%;
    z-index: 1;
    top: 127px;
}
.what__flower2 {
    position: absolute;
    width: 570px; 
    top: 700px; 
    transform: rotate(20deg);
    z-index: 1;
    left: -120px;
}

.what__item {
    background: #F8EFE4;
    height: 150px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    margin-bottom: 50px; 
    position: relative;
}
.what__item:last-child {
    margin-bottom: 0; 
}
.what__item:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #333333;
    position: absolute;
    bottom: -26px; 
    left: 0;
}
.what__item:last-child:after {
    content: none; 
}
.what__item-num {
    font-weight: 600;
    font-size: 135px;
    line-height: 120px;
    color: #1D6F73;
    width: 210px;
    position: relative;
    overflow: hidden;
}
.what__item-num:after {
    content: '';
    width: 116px;
    height: 150px;
    left: 136px; 
    background: #F8EFE4;
    position: absolute;
    transform: rotate(25deg);
    z-index: 1;
}
.what__item-name {
    font-size: 38px;
    line-height: 46px;
    text-transform: uppercase;
    margin-right: auto;
    z-index: 2;
}
.what__item-desc {
    font-size: 20px;
    line-height: 25px;
    color: #333333;
    width: 455px;
}
footer { 
    background: #282828 url(img/fon.png);
    padding: 60px 0;
}
footer .box{ 
    width: 50%;
}
.footer__logo img {
    display: block;
}
.footer__logo {
    margin-bottom: 60px;
}
.footer__phone a, .footer__email a {
   font-size: 26px;
    line-height: 32px;
    color: #FFF7ED;
    font-weight: 500;
}
.footer__phone { 
    margin-bottom: 20px;
}
.footer__text {
    font-weight: 300;
    font-size: 90px;
    line-height: 110px;
    text-align: right;
    text-transform: uppercase;
    color: #FFF7ED;
}
.footer__bottom  {
    padding-top: 60px;
}
.footer__bottom ul li a {
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 247, 237, 0.8);
    display: block;
}
.footer__bottom ul li {
    display: inline-block;
    padding-right: 40px;
}
.footer__copyright {
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 247, 237, 0.8);
    display: flex;
    justify-content: end;
}
.footer__copyright span {
    padding-right: 70px;
}
form.contact_form {
    max-width: 490px;
}

.form__field { 
    border: 0;
    border-bottom: 1px solid #252525; 
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat';
    height: 50px;
    width: 100%;
    background: #FFF7ED;
    padding: 0 0 15px 0;    
    margin-bottom: 25px;
}
.modal .form__field {  
    background: transparent; 
}
.form-group.form-submit  {
    width: 230px;
}
.form-group.form-submit .btn {
    cursor: pointer;
    border: 0; 
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-group {
    position: relative;
}
label.error {
    position: absolute;
    left: 0;
    bottom: 5px;
    color: red;
    font-size: 14px;
}
#checkpolit-error {
    bottom: -18px;
    left: 15px;
}
.modal {
    max-width: 600px;
}
.form-check {
    width: calc(100% - 230px);
    padding-left: 15px;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-check-label .form-check-input {
    position: absolute;
    opacity: 0;
}
.form-check-label span {
    display: block;
    padding: 0 0 0 35px;
    cursor: pointer;
    z-index: 2;
    position: relative;
    font-size: 14px;
    line-height: 18px; 
}
.form-check-label span a {
    text-decoration: underline;
}
.form-check-label span a:hover {
    text-decoration: none;
}
.form-check { 
    position: relative;
}
.form-check-label span:before, .form-check-label span:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    transition: 0.15s ease-in-out;
}
.form-check-input[type=checkbox] + span:after {
    width: 16px;
    height: 10px;
    margin: 3px 0 0 4px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0 0 2px 2px;
    opacity: 0;
    transform: rotate(-45deg);
}
.form-check-label span:before {
    width: 24px;
    height: 24px;
    background: black; 
    border-radius: 4px;
}
.form-check-input:checked + span:after {
    opacity: 1;
}
.modal:not(.fancybox-content) {
    display: none;
}
.modal__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
}
.hide{display:none}
.show{display:block}
.fade{
    animation-name: fade;
    animation-duration: 1s;
} 

.contacts__items {
    display: flex;
    flex-direction: column;
}
 
.nav {
    width: 100%;
    height: calc(100vh - 56px);
    position: fixed;
    z-index: 999;
    top: 56px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 25px 0 120px;
    transition: all .4s; 
    overflow: auto;
    background: #3C3C3C url(img/flower.png) bottom right no-repeat;
}
.header__burger {
    display: none;
}
.nav ul li a {
    font-size: 38px;
    line-height: 46px;
    color: #FFF7ED;
    font-weight: 400;
}
.nav ul {
    display: block;
}
.nav ul li {
    padding: 25px 0;
}
.nav .container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.nav__btn { 
    margin-top: auto;
}
.content {
    padding-top: 85px;
    padding-bottom: 50px;
}
.content h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    padding-top: 25px;
    margin-bottom: 30px;
}
.content h1 {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 50px;
    line-height: 50px;
}
.contacts__soc ul {
    display: flex;
    margin-bottom: 40px;
    margin-top: auto;
}
.contacts__soc ul li {
    padding-right: 20px;
}
.contacts__soc ul li a img {
    display: block;
    transition: all .3s;
}
.contacts__soc ul li a:hover img {
    transform: scale(1.05);
}