.background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.background .layer{-webkit-background-size:cover;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}a{-webkit-transition:all 0.2s linear;transition:all 0.2s linear;text-decoration:none !important;outline:none !important}input,button,textarea{outline:none !important;transition:all 0.2s linear}input{border:1px solid #e6e6e6;border-radius:0;box-shadow:none;margin-bottom:20px;padding:17px 18px 15px 18px}input::-webkit-input-placeholder{color:#b6b6b6}input:-moz-placeholder{color:#b6b6b6}input::-moz-placeholder{color:#b6b6b6}input:-ms-input-placeholder{color:#b6b6b6}textarea{border:1px solid #e5e5e5;border-radius:0;box-shadow:none;margin-bottom:20px;padding:15px}ul{margin:0}ul li{list-style:none}h1,h2,h3,h4,h5,h6{color:#263046;font-family:'Playfair Display'}h1{font-size:40px;font-size:2.5rem;font-weight:900;margin-bottom:20px}@media (max-width: 767px){h1{font-size:30px;font-size:1.875rem}}h2{font-size:32px;font-size:2rem;margin-bottom:20px}h3{font-family:'Playfair Display';font-weight:900;line-height:68px;font-size:60px;margin-bottom:42px;color:#263046}@media (max-width: 767px){h3{line-height:48px;font-size:40px;margin-bottom:32px}}h4{font-weight:900;line-height:34px;font-size:26px;margin-bottom:27px}h5{font-size:30px;font-weight:900}@media (max-width: 767px){h5{font-size:20px}}p{margin-bottom:27px}.wrap-radiobox,.wrap-checkbox{position:relative}input[type="radio"]{left:-9999px;position:absolute}input[type="checkbox"]{left:-9999px;position:absolute}input[type="checkbox"]+label:before{background:#fff;content:' ';display:inline-block;height:30px;position:absolute;left:0;top:2px;width:30px;border:1px solid #b8b8b8}input[type="checkbox"]+label:after{background:green;content:' ';display:inline-block;height:12px;position:absolute;left:9px;top:11px;width:12px}input[type="radio"]:checked+label,input[type="checkbox"]:checked+label{color:green}input[type="radio"]:checked+label:before,input[type="checkbox"]:checked+label:before{border-color:green}input[type="radio"]:checked+label:after,input[type="checkbox"]:checked+label:after{background:green}input[type="radio"]+label,input[type="checkbox"]+label{color:#b6b6b6;cursor:pointer;font-size:16px;font-size:1rem;font-weight:800;margin-left:30px;margin-left:40px;line-height:38px}@media (max-width: 767px){input[type="radio"]+label,input[type="checkbox"]+label{font-size:14px;font-size:.875rem}}input[disabled="disabled"]+label{opacity:0.4}input[type="radio"]+label:before{background:#fff;content:' ';display:inline-block;height:30px;left:0;position:absolute;top:2px;width:30px;border-radius:50%;border:1px solid #b8b8b8}input[type="radio"]+label:after{background:#fff;content:' ';display:inline-block;height:12px;position:absolute;left:9px;top:11px;width:12px;border-radius:50%}.blue-btn{border:1px solid #263046;font-family:Montserrat;font-weight:600;line-height:16px;font-size:13px;height:65px;padding-left:34px;padding-right:34px;display:inline-flex;align-items:center;color:#000000;position:relative;transition:all 0.2s linear;background:none;cursor:pointer}.blue-btn:before{content:"";width:calc(100% + 8px);height:calc(100% - 4px);border:1px solid #263046;position:absolute;top:2px;left:-4px;z-index:0;transition:all 0.2s linear}.blue-btn:hover{color:rgba(38,48,70,0.7)}.blue-btn:hover:before{transform:scale(0.9)}*{margin:0;padding:0}body{background:#fff;font-family:'Montserrat', sans-serif;font-size:16px;color:#000;overflow-x:hidden}.width-1280{max-width:1280px;margin:0 auto;position:relative}.preloader{height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.circular{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:50px;left:50%;position:absolute;top:50%;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;-webkit-transform:translate(-50%, -50%) rotate(360deg);-ms-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg);width:50px;z-index:4}.path{stroke-dasharray:1, 500;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;stroke-linecap:round;stroke:#263046}@-webkit-keyframes rotate{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:89, 200;stroke-dashoffset:-35}100%{stroke-dasharray:89, 200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:89, 200;stroke-dashoffset:-35}100%{stroke-dasharray:89, 200;stroke-dashoffset:-124}}.tab{display:table;text-align:center;width:100%;height:100%}.tab-row{display:table-row}.tab-cell{display:table-cell;vertical-align:middle}#wrapper{position:relative}section{position:relative;z-index:0}.my-button{display:none}@media (max-width: 1080px){.my-button{display:block}}.my-button.show-menu{position:fixed;top:30px;left:30px;z-index:9}@media (max-width: 767px){.my-button.show-menu{top:15px}}.my-button.open{-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-o-transform:translateX(0px);transform:translateX(0px)}header{padding-top:15px;padding-bottom:15px;position:fixed;top:0;left:0;width:320px;height:100vh;background:linear-gradient(180deg, #DAE0EC 0%, #D3E4E9 100%);box-shadow:none;transition:.25s ease-in-out;z-index:20}@media (max-width: 1080px){header{width:350px;box-shadow:20px 0px 40px transparent;-webkit-transform:translateX(-350px);-moz-transform:translateX(-350px);-o-transform:translateX(-350px);transform:translateX(-350px);-webkit-transition:all 0.35s ease-in-out 0s;-moz-transition:all 0.35s ease-in-out 0s;-o-transition:all 0.35s ease-in-out 0s;transition:all 0.35s ease-in-out 0s}}header.open{box-shadow:20px 0px 40px rgba(0,0,0,0.15);-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-o-transform:translateX(0px);transform:translateX(0px)}@media (max-width: 767px){header{width:100%;z-index:10;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}}header .my-button{margin-left:30px;margin-top:18px}@media (max-width: 767px){header .my-button{margin-top:3px}}header>div,header>div>div{height:100%}header .wrap-logo{margin-top:40px;height:125px;z-index:10;position:relative}@media (max-height: 900px){header .wrap-logo{margin-top:30px}}@media (max-width: 767px){header .wrap-logo{margin-top:20px;height:90px}}header .wrap-logo a{display:block}header .wrap-logo img{max-width:142px;width:100%}@media (max-width: 767px){header .wrap-logo img{max-width:100px}}header .menu-box{height:calc(100vh - 325px);position:relative;z-index:1}@media (max-height: 900px){header .menu-box{height:calc(100vh - 265px)}}@media (max-width: 767px){header .menu-box{height:calc(100vh - 250px)}}header .menu-box:before,header .menu-box:after{content:"";background:url(../img/icons/menu-line.svg);background-position:center center;background-repeat:no-repeat;width:100%;height:calc(35% - 120px);position:absolute;left:0;z-index:0;background-size:auto 140px}@media (max-height: 900px){header .menu-box:before,header .menu-box:after{background-size:auto 120px}}@media (max-width: 991px){header .menu-box:before,header .menu-box:after{transform:rotate(90deg);background-size:auto 100px}}header .menu-box:before{top:0}header .menu-box:after{bottom:0}header .menu-box ul{width:100%;position:relative;z-index:2}header .menu-box ul li{margin-top:20px;margin-bottom:20px}header .menu-box ul li a{color:rgba(38,48,70,0.5);font-family:Montserrat;font-weight:600;line-height:16px}header .menu-box ul li a:hover,header .menu-box ul li a.active{color:#263046}header .bottom-box{height:65px;margin-bottom:60px;position:relative;z-index:10}@media (max-height: 900px){header .bottom-box{margin-bottom:30px}}.wrapper-navbar{display:inline-flex}@media (min-width: 992px){.wrapper-navbar{margin-right:20px}}.wrapper-navbar .nav-link{font-weight:800;padding-left:20px !important;padding-right:20px !important;color:#263046 !important;text-transform:uppercase;font-size:14px;font-size:.875rem}.wrapper-navbar .nav-link:hover{color:gray !important}@media (max-width: 991px){.wrapper-navbar .nav-link{color:#fff !important;text-align:center;padding-top:30px;padding-bottom:30px;font-size:24px;font-size:1.5rem;letter-spacing:0.8px}.wrapper-navbar .nav-link:hover{color:gray !important}}@media (max-width: 374px){.wrapper-navbar .nav-link{padding-top:20px;padding-bottom:20px}}.wrapper-navbar .navbar-toggler{z-index:100;position:relative}.wrapper-navbar .title-menu{color:#263046;text-transform:uppercase;font-size:14px;font-size:.875rem;font-weight:700;padding-right:20px}@media (min-width: 992px){.wrapper-navbar .title-menu{display:none}}@media (max-width: 374px){.wrapper-navbar .title-menu{font-size:13px;font-size:.8125rem}}@media (max-width: 991px){.wrapper-navbar .navbar .navbar-collapse{position:fixed;top:0;left:0;width:100%;background:rgba(21,22,26,0.98);z-index:99}.wrapper-navbar .navbar .navbar-collapse .wrap-navbar{height:100vh;padding-top:75px;overflow-x:auto}.wrapper-navbar .navbar .navbar-collapse .nav-item{border-bottom:1px solid #222429}}.wrapper-navbar .mob-tel-box{padding-top:60px;padding-bottom:30px;text-align:center}@media (min-width: 992px){.wrapper-navbar .mob-tel-box{display:none}}.wrapper-navbar .mob-tel-box a{color:#fff !important;font-size:24px;font-size:1.5rem;letter-spacing:0.8px;display:inlineblock;font-weight:700;background:url(../img/icons/telephone-white.png) no-repeat center left;max-width:210px;margin:0 auto;padding-left:35px}@media (min-width: 1081px){main{padding-left:320px}}.top-slider{position:relative;background:#E5E5E5;z-index:2}.top-slider .slogan-box{position:absolute;top:0;left:0;width:100%;height:calc(100vh - 160px);max-height:860px;z-index:11;padding-bottom:100px}@media (max-width: 1024px){.top-slider .slogan-box{padding-bottom:60px}}@media (max-width: 767px){.top-slider .slogan-box{padding-bottom:0px;height:calc(100vh - 100px)}}.top-slider .slogan-box .inner-wrap h1{font-family:Playfair Display;font-weight:900;line-height:84px;font-size:80px;max-width:620px;color:white}@media (max-width: 1365px){.top-slider .slogan-box .inner-wrap h1{font-size:70px;line-height:74px}}@media (max-width: 767px){.top-slider .slogan-box .inner-wrap h1{font-size:35px;line-height:40px}}.top-slider .slogan-box .inner-wrap p{color:white;font-family:Montserrat;line-height:28px;font-size:18px;max-width:620px}@media (max-width: 767px){.top-slider .slogan-box .inner-wrap p{line-height:20px;font-size:16px}}.top-slider .line-box{width:100%;height:4px;position:absolute;bottom:63px;left:0}@media (max-width: 767px){.top-slider .line-box{bottom:33px}}.top-slider .line-box span{width:100%;height:100%;display:block;background:#5375B9}.top-slider .line-box span.run-animation{-webkit-animation-animation:line-width 10s 1;animation:line-width 10s 1}@-webkit-keyframes line-width{0%{width:0%}100%{width:100%}}@keyframes line-width{0%{width:0%}100%{width:100%}}.top-slider-carousel .bigImg-box{height:calc(100vh - 100px);max-height:900px;background-position:center top;background-repeat:no-repeat;background-size:cover;position:relative}@media (max-width: 767px){.top-slider-carousel .bigImg-box{height:calc(100vh - 60px)}}.top-slider-carousel .bigImg-box:before{position:absolute;top:0;left:0;content:" ";width:100%;height:100%;background:linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.5) 58.62%, rgba(0,0,0,0.62) 100%)}.top-slider-carousel .owl-dots{text-align:right;margin-top:-60px;position:relative;z-index:10;padding-right:180px}@media (max-width: 1365px){.top-slider-carousel .owl-dots{padding-right:40px}}@media (max-width: 767px){.top-slider-carousel .owl-dots{padding-right:10px;margin-top:-30px}}.top-slider-carousel .owl-dots .owl-dot{display:inline-block;font-size:20px}.top-slider-carousel .owl-dots .owl-dot>div{height:120px;width:120px;background-size:cover;border:2px solid #FFFFFF;border-radius:10px;box-sizing:border-box;margin-right:20px;margin-left:20px;box-shadow:0px 2px 4px rgba(0,0,0,0.5);transition:all 0.2s linear}@media (max-width: 1024px){.top-slider-carousel .owl-dots .owl-dot>div{margin-right:10px;margin-left:10px}}@media (max-width: 767px){.top-slider-carousel .owl-dots .owl-dot>div{height:60px;width:60px;border-radius:5px;margin-right:5px;margin-left:5px}}.top-slider-carousel .owl-dots .owl-dot.active>div,.top-slider-carousel .owl-dots .owl-dot:hover>div{box-shadow:0px 20px 40px rgba(0,0,0,0.3)}@media (max-width: 767px){.top-slider-carousel .owl-dots .owl-dot.active>div,.top-slider-carousel .owl-dots .owl-dot:hover>div{box-shadow:0px 10px 20px rgba(0,0,0,0.3)}}.about-us{background:#E5E5E5;padding-top:103px;padding-bottom:136px;position:relative;z-index:0}@media (max-width: 767px){.about-us{padding-top:30px;padding-bottom:40px}}.about-us .pd-bold{font-family:Playfair Display;font-weight:bold;line-height:32px;font-size:20px}@media (max-width: 767px){.about-us .pd-bold{font-size:18px}}.about-us .second-box{line-height:28px;font-size:18px}@media (max-width: 767px){.about-us .second-box{font-size:16px}}.services{padding-top:126px;padding-bottom:40px}@media (max-width: 767px){.services{padding-top:60px}}@media (min-width: 768px){.services h3{margin-bottom:95px}}@media (min-width: 992px){.services p{padding-left:30px;padding-right:30px}}.services .services-box{line-height:28px;font-size:18px;margin-bottom:57px}@media (max-width: 767px){.services .services-box{margin-bottom:30px}}.services .services-box .img-box{margin-bottom:17px;height:63px;align-items:center;justify-content:center;display:flex}.gallerry{background:#E5E5E5;padding-top:100px;padding-bottom:100px}.gallerry .after-title{line-height:28px;font-size:18px;margin-bottom:80px}.gallerry .wrap-button{padding-top:60px}.carousel-3d{max-width:1220px;margin:0 auto;padding-bottom:108px}@media (max-width: 767px){.carousel-3d{padding-bottom:70px}}.carousel-3d .owl-item .img-wrap{height:520px;position:relative;margin:0 auto;width:180px;z-index:1}@media (min-width: 991px) and (max-width: 1250px){.carousel-3d .owl-item .img-wrap{height:420px}}@media (max-width: 991px){.carousel-3d .owl-item .img-wrap{height:398px}}@media (max-width: 767px){.carousel-3d .owl-item .img-wrap{width:100%;height:350px}}@media (max-width: 400px){.carousel-3d .owl-item .img-wrap{height:200px}}.carousel-3d .owl-item .img-wrap .img-box{height:100%;left:-31%;opacity:0.3;position:absolute;transition:opacity 0.2s linear;width:784px}@media (max-width: 1580px){.carousel-3d .owl-item .img-wrap .img-box{width:680px}}@media (min-width: 991px) and (max-width: 1250px){.carousel-3d .owl-item .img-wrap .img-box{width:520px}}@media (max-width: 767px){.carousel-3d .owl-item .img-wrap .img-box{width:100%;position:static}}.carousel-3d .owl-item .img-wrap .img-box .img-inner{height:100%;width:100%;transition:all 0.2s ease-in-out;transform:scale(0.7)}@media (max-width: 767px){.carousel-3d .owl-item .img-wrap .img-box .img-inner{width:100%;transform:scale(1)}}.carousel-3d .owl-item .img-wrap .img-box .img-inner a{display:block;width:100%;height:100%;background-size:cover;background-position:center top;background-repeat:no-repeat}.carousel-3d .owl-item.center{z-index:10}.carousel-3d .owl-item.center .img-box{left:calc(-50% - 212px);opacity:1;z-index:10}@media (max-width: 1580px){.carousel-3d .owl-item.center .img-box{left:calc(-50% - 160px)}}@media (min-width: 992px) and (max-width: 1250px){.carousel-3d .owl-item.center .img-box{left:calc(-50% - 80px)}}@media (max-width: 767px){.carousel-3d .owl-item.center .img-box{width:100%;min-height:162px;position:static}}.carousel-3d .owl-item.center .img-box .img-inner{transition:all 0.5s ease-in-out;transform:scale(1)}@media (max-width: 767px){.carousel-3d .owl-item.center .img-box .img-inner{width:100%;min-height:162px}}.carousel-3d .owl-item.center .img-box .img-inner img{min-height:162px}.carousel-3d .owl-item.center .img-box .img-inner a{position:relative;display:block}.carousel-3d .owl-item.center .img-box .img-inner a:before,.carousel-3d .owl-item.center .img-box .img-inner a:after{content:"";width:100%;height:100%;background:rgba(26,26,30,0);position:absolute;top:0;left:0;transition:all 0.2s ease-in-out}.carousel-3d .owl-item.center .img-box .img-inner a:after{opacity:0;background:url(../img/icons/search.svg) no-repeat center center;background-size:60px}.carousel-3d .owl-item.center .img-box .img-inner a:hover:before{background:rgba(26,26,30,0.85)}.carousel-3d .owl-item.center .img-box .img-inner a:hover:after{opacity:1}.carousel-3d .owl-item.prev .img-box{opacity:0.85;z-index:2;left:-124%}.carousel-3d .owl-item.prev .img-box .img-inner{transform:scale(0.76)}@media (max-width: 767px){.carousel-3d .owl-item.prev .img-box .img-inner{transform:scale(1)}}.carousel-3d .owl-item.next .img-box{opacity:0.85;z-index:2;right:-92%}.carousel-3d .owl-item.next .img-box .img-inner{transform:scale(0.76)}@media (max-width: 767px){.carousel-3d .owl-item.next .img-box .img-inner{transform:scale(1)}}.carousel-3d .owl-nav{display:block !important}.carousel-3d .owl-nav>div{width:50px;height:50px;background-color:none;background-position:center center;background-repeat:no-repeat;background-size:15px;font-size:0;position:absolute;bottom:0;transition:all 0.2s ease-in-out;opacity:1;border:1px solid #263046}.carousel-3d .owl-nav>div span{position:relative;display:block;height:100%;width:100%}.carousel-3d .owl-nav>div span:before{content:"";display:inline-block;height:50px;width:50px;transition:all 0.2s ease-in-out;position:relative;border:1px solid #263046;top:2px;left:2px}.carousel-3d .owl-nav>div span:after{content:"";display:inline-block;height:50px;width:57px;transition:all 0.2s ease-in-out;position:absolute;background-repeat:no-repeat;background-position:center 46%;top:2px;left:-25px}@media (min-width: 992px){.carousel-3d .owl-nav>div:hover.owl-prev span:after{left:-60px}}@media (min-width: 992px){.carousel-3d .owl-nav>div:hover.owl-next span:after{left:60px}}.carousel-3d .owl-nav>div.owl-prev{left:calc(50% - 166px)}.carousel-3d .owl-nav>div.owl-prev span:after{background-image:url(../img/icons/prev.svg)}@media (max-width: 550px){.carousel-3d .owl-nav>div.owl-prev{left:calc(50% - 100px)}}.carousel-3d .owl-nav>div.owl-next{right:calc(50% - 178px)}.carousel-3d .owl-nav>div.owl-next span:after{background-image:url(../img/icons/next.svg);left:25px}@media (max-width: 550px){.carousel-3d .owl-nav>div.owl-next{right:calc(50% - 112px)}}.carousel-3d .owl-dots{display:block !important;position:absolute;left:calc(50% - 40px);bottom:14px;width:40px;height:40px;text-align:right}@media (max-width: 767px){.carousel-3d .owl-dots{bottom:10px}}.carousel-3d .owl-dots .owl-dot{display:none;color:green;height:40px;line-height:40px;letter-spacing:1.4px;font-size:30px;color:#263046;text-align:right;font-family:'Playfair Display'}.carousel-3d .owl-dots .owl-dot.active{display:block}.carousel-3d .count-dot{position:absolute;left:50%;bottom:14px;color:#656565;min-width:40px;height:40px;font-family:'Playfair Display';line-height:40px;letter-spacing:1.4px;font-size:30px;color:#263046}.carousel-3d .count-dot:before{content:"/";display:inline-block;margin-right:1px}@media (max-width: 767px){.carousel-3d .count-dot{bottom:10px}}.contacts{position:relative}.contacts .wrap-cont{position:relative;z-index:10}@media (min-width: 992px){.contacts .title{width:334px;position:absolute;top:70px;left:calc(50% - 167px)}}@media (max-width: 991px){.contacts .title{padding-top:50px}}.contacts .contacts-box{background:#fff;width:370px;font-family:'Montserrat';line-height:28px;font-size:18px;text-decoration-line:underline}@media (min-width: 992px){.contacts .contacts-box{padding:60px;box-shadow:0px 20px 40px rgba(0,0,0,0.25);position:absolute;top:185px;left:15px}}@media (max-width: 991px){.contacts .contacts-box{padding-bottom:20px}}.contacts .contacts-box p{margin-bottom:14px}.contacts .contacts-box p:last-of-type{margin-bottom:0}.contacts .contacts-box a{color:#000000}.contacts .contacts-box a:hover{color:#263046}.contacts .contacts-box .addr{margin-bottom:40px;background:url(../img/icons/addr.svg) no-repeat left top;padding-top:30px}.contacts .contacts-box .tel{margin-bottom:40px;background:url(../img/icons/tel.svg) no-repeat left top;padding-top:30px}.contacts .contacts-box .mail{background:url(../img/icons/mail.svg) no-repeat left top;padding-top:30px;margin-bottom:40px;display:inline-block}.contacts .contacts-box .time{background:url(../img/icons/time.svg) no-repeat left top;padding-top:30px}.contacts .contacts-box .time p{margin-bottom:0}.contacts .contacts-box .time span{font-weight:700}.contacts #map{height:80vh;position:relative;z-index:0}@media (min-width: 992px){.contacts #map{min-height:850px}}@media (max-width: 991px){.contacts #map{height:50vh}}@media (min-width: 768px){.contacts.page #map{min-height:70vh}}@media (min-width: 992px){.contacts.page #map{min-height:100vh}}#call-me{padding-top:40px;padding-bottom:20px}#call-me .title-box h5{color:#263046;margin-bottom:40px}#call-me input{width:290px;max-width:100%;margin-bottom:20px;display:block;color:#263046}.page-news,.page-gallery{padding-top:95px;padding-bottom:60px}@media (max-width: 991px){.page-news,.page-gallery{padding-top:60px}}@media (min-width: 768px){.page-news .title h3,.page-gallery .title h3{line-height:84px;font-size:80px;margin-bottom:38px}}.page-news .after-title,.page-gallery .after-title{max-width:624px;margin:0 auto 35px}@media (max-width: 767px){.page-news .after-title,.page-gallery .after-title{margin-bottom:0}}@media (min-width: 768px){.page-news .title h3{margin-bottom:70px}}.page-news .news-box .news-item{margin-bottom:40px}@media (min-width: 1380px){.page-news .news-box .news-item{margin-bottom:80px}}@media (max-width: 767px){.page-news .news-box .news-item .img-box{margin-bottom:20px}}.page-news .news-box .news-item .img-box img{transition:all 0.2s linear;max-width:100%;width:100%;box-shadow:0px 40px 60px transparent}.page-news .news-box .news-item .img-box img:hover{box-shadow:0px 40px 60px rgba(0,0,0,0.25)}@media (min-width: 1380px){.page-news .news-box .news-item .info-box{padding-left:31px}}.page-news .news-box .news-item .date{font-weight:600;line-height:16px;font-size:14px;margin-bottom:30px}@media (max-width: 767px){.page-news .news-box .news-item .date{margin-bottom:10px}}.page-news .news-box .news-item h2{font-weight:900;line-height:34px;font-size:26px;margin-bottom:17px}.page-news .news-box .news-item h2 a{color:#263046}.page-news .news-box .news-item h2 a:hover{opacity:0.5}.page-news .news-box .news-item .text-box{line-height:26px;font-size:16px}.top-nav a{font-weight:600;line-height:16px;font-size:14px;display:inline-block;margin-top:80px;margin-bottom:55px;opacity:0.5;transition:all 0.2s linear;color:#000000;padding-left:70px;background:url(../img/icons/arrow-back.svg) no-repeat center left}.top-nav a:hover{opacity:1}.news-item h1{text-align:center}@media (min-width: 768px){.news-item h1{font-weight:900;line-height:68px;font-size:60px;margin-bottom:35px}}.news-item .date{font-weight:600;line-height:16px;font-size:14px;text-align:center;margin-bottom:60px}.news-item .f-600{font-weight:600}.news-item p{font-size:18px;line-height:28px;margin-bottom:13px}@media (max-width: 767px){.news-item p{font-size:16px;line-height:22px}}.news-item .img-box{margin-top:63px;margin-bottom:60px}.news-item .img-box img{box-shadow:0px 40px 60px rgba(0,0,0,0.25);max-width:100%;width:100%}.news-item ul{margin-bottom:61px;padding-top:27px}.news-item ul li{padding-left:40px;font-weight:600;line-height:28px;position:relative;margin-bottom:29px}@media (min-width: 768px){.news-item ul li{letter-spacing:1.15px;line-height:22px;font-size:16px}}.news-item ul li:before{content:"";position:absolute;top:0;left:0;width:40px;height:25px;background:url(../img/icons/li-img.svg) center center no-repeat}.news-item .bottom-nav ul{width:100%}.news-item .bottom-nav li{padding-left:0;display:inline-block;width:32%;vertical-align:middle}.news-item .bottom-nav li:before{display:none}.news-item .bottom-nav li a{font-weight:600;line-height:16px;font-size:14px;color:#000;display:block}.news-item .bottom-nav li a:hover{color:rgba(0,0,0,0.53)}.news-item .bottom-nav li a.prev{padding-left:70px;text-align:left;background:url(../img/icons/arrow-back.svg) no-repeat center left}@media (max-width: 767px){.news-item .bottom-nav li a.prev{font-size:0}}.news-item .bottom-nav li a.all-news{background:url(../img/icons/bottom-nav.png) no-repeat center top;text-align:center;padding-top:65px;color:rgba(0,0,0,0.5)}.news-item .bottom-nav li a.all-news:hover{color:#000}.news-item .bottom-nav li a.next{text-align:right;padding-right:70px;background:url(../img/icons/arrow-next.svg) no-repeat center right}@media (max-width: 767px){.news-item .bottom-nav li a.next{font-size:0}}.fancybox-bg{background:linear-gradient(180deg, #DAE0EC 0%, #D3E4E9 100%);z-index:0}.fancybox-is-open .fancybox-bg{opacity:0.95}.fancybox-inner{z-index:1}.fancybox-stage{z-index:0}.fancybox-infobar{top:auto;bottom:10px;left:calc(50% - 50px);z-index:1;width:100px;font-family:Playfair Display;font-size:30px;color:#263046}.fancybox-infobar span[data-fancybox-count]{opacity:0.6}.my-button{width:40px;height:40px;margin:0;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;background:none !important;border:none !important;border-radius:0}.my-button span{display:block;position:absolute;height:4.5px;width:100%;background:#000;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;box-shadow:0px 0px 5px 1px rgba(255,255,255,0.1)}.my-button span:nth-child(1){top:10px}.my-button span:nth-child(2),.my-button span:nth-child(3){top:22px}.my-button span:nth-child(4){top:35px;width:55%}.my-button.open span:nth-child(1){top:18px;width:0%;left:50%}.my-button.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.my-button.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.my-button.open span:nth-child(4){top:18px;width:0%;left:50%}
