/*--------------------------------Шрифты--------------------------------*/
@font-face {
    font-family: 'Futura PT';
    font-weight: 100;
    font-style: normal;
    src: url(../fonts/Futura_PT/FuturaCyrillicLight.ttf);
}

@font-face {
    font-family: 'Didot Title';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/didot-2-cufonfonts/Didot_Title.otf);
}

@font-face {
    font-family: 'Cormorant Garamond Regular';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/CormorantGaramond-Regular.ttf);
}
*{
  padding: 0;
  margin: 0;
}

ul{
  text-align: center;
  
}
ul > li{
  display: inline-block;
  vertical-align: top;
}
ul > li a{
  display: block;
  padding: 4px 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
ul > li a:before{
  content: '|';
  position: absolute; top: 50%; left: 0;      
  width: 1px;
  height: 16px;
  margin-top: -8px;
}
ul > li:first-child a:before{
  content: '';
}
*,
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {margin: 0; padding: 0; box-sizing: border-box; line-height: 100%;}
a {text-decoration: none; transition: 0.3s;}

html {
    scroll-behavior: smooth;
}

.omd{
	display: none;
}

body {
    font-family: 'Futura PT', sans-serif;
    font-weight: 400;
    background-color: #FFF;
    color: #000;
}

.uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.no-scroll {
    overflow: hidden;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #FFF;
}

.wrapper {
    width: 72.5%;
    margin: auto;
}

.logo,
.nav,
.header-btns,
.section-main {
    border-bottom: 1px solid #E0E0E0;
}

.logo {
    padding: 19px 0;
}

.nav {
    padding: 12px 0 12px;
	transition: 0.3s;

}

.header-btns {
    padding: 14px 0 12px;
}

.logo-wrap,
.nav-wrap,
.header-btns-wrap {
    display: flex;
    justify-content: center;
}

.logo-wrap {
    width: fit-content;
    margin: auto;
}

.logo-wrap img {
    width: 100%;
    max-width: 264px;
	transition-duration: 0.5s;
}

.nav-wrap {
    align-items: center;
    gap: 60px;
}

.nav__link {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    position: relative;
	cursor: pointer;
}

.nav__link::after {
    content: '';
    position: absolute;
    left: 1px;
    bottom: -12px;
    width: 100%;
    height: 2px;
    background: #000;
    opacity: 0;
    transition: 0.3s;
}
.nav__link2::after {
    content: '';
    position: absolute;
    left: 1px;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #000;
    opacity: 0;
    transition: 0.3s;
}

.nav__link:hover {
    color: #000;
}

.nav__link:hover::after {
    opacity: 1;
}

.header-btns {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

.header-btns-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    text-transform: uppercase;
    font-size: 13px;
}

.header-btns-wrap span {
    font-size: 13px;
	padding-bottom: 4px;
}

.btn-black {
    font-family: 'Futura PT', sans-serif;
    outline: none;
    color: #FFF;
    text-transform: uppercase;
    background: #000;
    padding: 5px 26px;
    font-size: 12px;
    border: 1px solid #000;
    cursor: pointer;
    transition: 0.3s;
}
.btn-black2 {
    font-family: 'Futura PT', sans-serif;
    outline: none;
    color: #FFF;
    text-transform: uppercase;
    background: #000;
    padding: 15px 50px;
    font-size: 12px;
    border: 1px solid #000;
    cursor: pointer;
    transition: 0.3s;
}

.btn-black:hover {
    color: #000;
    background: #FFF;
}
.btn-black2:hover {
    color: #000;
    background: #FFF;
}

.header_scroll .nav {
    opacity: 0;
    height: 0;
    padding: 0;
	visibility: hidden;
}

.header_scroll .logo-wrap img {
    max-width: 160px;
}

.main {
    margin-top: 220px;
}

.section-main-wrap {
   /* display: grid;
    grid-template-columns: 4fr 1fr;
    padding: 100px 0 45px 0;
    overflow: hidden;*/
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-h1 {
    font-size: 38px;
    text-align: center;
    line-height: 122%;
    font-weight: 100;
}

.title-h1 span {
    font-style: italic;
    font-weight: 100;
}

.main-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 11px 231px 0 164px;
}

.main-photo-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: max-content;
    max-width: 490px;
}

.main-photo {
    object-fit: cover;
	width: 100%;
}

.section-relative {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding: 95px 0 0 0;
}

.img-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.img-sticky {
    position: sticky;
    top: 125px;
    padding-top: 0px;
    width: 100%;
    max-width: 400px;
}

.text-blocks {
    display: flex;
    flex-direction: column;
    gap: 98px;
    padding-right: 90px;
}

.text-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.title-h2 {
    font-family: 'Didot Title' ,sans-serif;
    font-size: 30px;
    font-weight: 100;
}

.paragraphs {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.text {
    font-size: 20px;
    font-family: 'Futura PT', sans-serif;
    line-height: 1.3em;
}

.text_italic {
    font-style: italic;
    font-size: 20px;
    font-family: 'Futura PT', sans-serif;
    line-height: 1.3em;
	font-weight: 600;
}

.text-block_2 {
    gap: 35px;
}

.text-block_2 .paragraphs {
    gap: 28px;
}

.text-block_2 .text {
    line-height: 119%;
}

.list {
    /*padding: 0 25px 0 25px;*/
	padding: 0 0px 0 15px;
    margin: 0 0 -8px 0;
}

.list li {
    margin-bottom: 8.5px;
}

.gap37px {
    gap: 37px;
}

.gap35px {
    gap: 35px;
}

.gap30px {
    gap: 30px;
}

.list_mb5px li {
    margin-bottom: 5px;
}

.list_mb5px li {
    margin-bottom: 5px;
}

.paragraphs_mini {
    gap: 2px;
    padding-right: 20px;
}

.text-block_3 {
    margin-top: -5px;
    gap: 38px;
}

.list_mb7_5px li {
    margin-bottom: 7.5px;
	 line-height: 1.3em;
}

.line-height115 {
    line-height: 115%;
}

.feedback {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    padding: 98px 0 50px;
}

.feedback span {
    font-size: 20px;
}

.feedback .btn-black {
    padding: 6px 25px;
    margin-top: 4px;
}

.footer {
    background: #000;
    color: #FFF;
    padding: 48px 0;
}

.logo-footer {
    border: none;
}

.footer-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 335px;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.footer-nav-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px 154px;
}

.footer-nav__link {
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
}

.footer-nav__link_btn {
    cursor: pointer;
    transition: 0.3s;
}

.footer-nav__link:hover {
    color: #FFF;
    opacity: 0.5;
}

.footer-nav-bottom {
    font-size: 13px;
}

.footer-nav-bottom__link {
    text-decoration: underline;
    color: #FFF;
}

.footer-nav-bottom__link:hover {
    opacity: 0.5;
}

.anchor {
    scroll-margin-top: 100px;
}

.anchor_div {
    scroll-margin-top: 130px;
}

/*-------POPUP---------*/
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 200ms ease-in-out;
    border-radius: 0;
    z-index: 10;
    background: #FFF;
    width: 83%;
    max-width: 343px;
    padding: 48px 27px 37px 28px;
}

.modal.active {
    transform: translate(-50%, -50%) scale(1);
}

.modal .close-button {
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: none;
    background: none;
    position: absolute;
    top: -16px;
    right: -16px;
    padding: 0;
    transition: 1s;
}

.modal .close-button:hover {
    transform: rotate(180deg);
}

#overlay {
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

#overlay.active {
    opacity: 1;
    pointer-events: all;
    z-index: 2;
}

.modal-content {
    display: flex;
    flex-direction: column;
    gap: 29px;
    align-items: center;
}

.modal-text {
    font-size: 20px;
    text-align: center;
    width: 90%;
    line-height: 120%;
}

.modal .btn-black {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
/*----------------*/



@media (max-width: 1650px) {
    .wrapper {
        width: 90%;
    }
}

@media (max-width: 1900px) {
    .main-wrap {
        margin: 0 100px;
    }
}

@media (max-width: 1250px) {
    .main-wrap {
        margin: 0 20px 0 0;
    }
    .text-blocks {
        padding-right: 50px
    }
    .footer-wrap {
        gap: 30px;
        justify-content: space-between;
    }
    .img-sticky {
        max-width: 300px;
    }
    .main-photo {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 1024px) {
    .section-main-wrap {
        display: flex;
        justify-content: space-between;

    }
    .main-wrap {
        width: 60%;
    }
    .main-photo-container {
        width: 40%;
    }
	ul{
  text-align: center;
  
}
ul > li{
  display: inline-block;
  vertical-align: top;
}
ul > li a{
  display: block;
  padding: 4px 10px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
ul > li a:before{
  content: '|';
  position: absolute; top: 50%; left: 0;      
  width: 1px;
  left: -3px;
  height: 16px;
  margin-top: -7px;
}
ul > li:first-child a:before{
  content: '';
}

@media (max-width: 850px) {
    .footer-wrap {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .section-main-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 45px;
        /*padding: 45px 0 0;*/
    }
    .main-wrap {
        width: 100%;
    }
    .main-photo-container {
        width: auto;
    }
    .section-relative {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }
    .img-wrap_video {
        width: 100%;
    }
    .img-wrap_video .img-sticky {
        max-width: none;
    }
    .img-sticky {
        padding-top: 0;
    }
    .main-wrap {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .footer-nav-top {
        grid-template-columns: 1fr;
    }
    .feedback {
        flex-direction: column;
        text-align: center;
    }
    .feedback .btn-black {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .wrapper {
        width: 100%;
        padding: 0 10px;
    }
    .main-photo {
        min-width: 300px;
    }
    .nav-wrap {
        gap: 10px;
        flex-wrap: wrap;
    }
    .nav__link {
        font-size: 12px;
    }
    .header-btns-wrap {
        gap: 5px;
    }
    .btn-black {
        padding: 5px;
    }
    .footer-nav-top {
        gap: 13px;
    }
    .text-blocks {
        gap: 50px;
        padding-right: 20px;
		padding-left: 20px;
    }
    .title-h1 {
        font-size: 28px;
    }
    .main {
        margin-top: 200px;
    }
	
	.omd {
		display: initial;
	}
}

@media (max-width: 370px) {

    .logo-wrap img {
        max-width: 230px;
    }
    .main {
        margin-top: 150px;
    }
}