:root{--white-main:#fff;--black-main:#000;--gray-main:#2b2b2b;}:root {
--font-family: 'Montserrat', sans-serif;
--second-family: 'Playfair Display', serif;
} *{padding:0;margin:0;border:none;}
*,
*::before,
*::after{box-sizing:border-box;}:focus,
:active{outline:none;}
html{background-color:#ebebeb;scroll-behavior:smooth;}
body *{font-family:'Montserrat', sans-serif;}
body.sgk-noscroll{overflow:hidden;}
a, a:link, a:visited{text-decoration:none;display:inline-block;}
a, a:hover, a:focus, a:active{outline:none;text-decoration:none;}
aside, nav, footer, header, section, main{display:block;}
h1, h2, h3, h4, h5, h6, p{font-size:inherit;font-weight:inherit;font-style:normal;}
ul, ol{margin:0;}
ul li{list-style:none;}
img{display:block;}
img, svg{max-width:100%;height:auto;}
address{font-style:normal;}
input{appearance:none;}
input, textarea, button, select{font-family:inherit;font-size:inherit;color:inherit;background-color:transparent;border:none;}
input::-ms-clear{display:none;}
button, input[type='submit']{display:inline-block;box-shadow:none;background-color:transparent;background:none;cursor:pointer;border:none;}
input:focus, input:active, button:focus, button:active{outline:none;}
button::-moz-focus-inner{padding:0;border:0;}
label{cursor:pointer;}
legend{display:block;}
a, input, button, svg, path, span, i, em, b, strong{transition:0.3s;}
p, a, span, input, textarea{font-family:'Montserrat', sans-serif;color:#000;}
h1, h2, h3, h4, h5, h6{font-family:'Playfair Display', serif;}
input.sgk-btn, button.sgk-btn{cursor:pointer;}
textarea{resize:none;}
.sgk-row{display:flex;flex-wrap:wrap;}
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1{flex:0 0 100%;}
@media(min-width:576px){
.col-11{flex:0 0 calc(100% / 12 * 11);}
.col-10{flex:0 0 calc(100% / 12 * 10);}
.col-9{flex:0 0 calc(100% / 12 * 9);}
.col-8{flex:0 0 calc(100% / 12 * 8);}
.col-7{flex:0 0 calc(100% / 12 * 7);}
.col-6{flex:0 0 calc(100% / 12 * 6);}
.col-5{flex:0 0 calc(100% / 12 * 5);}
.col-4{flex:0 0 calc(100% / 12 * 4);}
.col-3{flex:0 0 calc(100% / 12 * 3);}
.col-2{flex:0 0 calc(100% / 12 * 2);}
.col-1{flex:0 0 calc(100% / 12);}
body.search .sgk-blogGrid .sgk-row .col-4{flex:0 0 calc(32.133333%);}
}
.sgk-container{width:100%;max-width:1350px;padding:0 15px;margin:0 auto;position:relative;}
.sgk-container-fluid{width:100%;padding:0 15px;position:relative;}
.sgk-clearfix::after{content:'';clear:both;display:table;}
.sgk-btn, a.sgk-btn, button.sgk-btn, input.sgk-btn, .sgk-btn-reverse, a.sgk-btn-reverse, button.sgk-btn-reverse, input.sgk-btn-reverse, .sgk-btn-transparent, a.sgk-btn-transparent, button.sgk-btn-transparent, input.sgk-btn-transparent{margin:0 auto;border:1px solid #fff;border-radius:0;font-weight:400;font-size:14px;text-align:center;padding:10px 25px;text-decoration:none;display:inline-block;cursor:pointer;transition:0.3s;max-width:max-content;color:#000;}
.sgk-btn:hover, a.sgk-btn:hover, button.sgk-btn:hover, input.sgk-btn:hover, .sgk-btn-reverse:hover, a.sgk-btn-reverse:hover, button.sgk-btn-reverse:hover, input.sgk-btn-reverse:hover, .sgk-btn-transparent:hover, a.sgk-btn-transparent:hover, button.sgk-btn-transparent:hover, input.sgk-btn-transparent:hover{color:#000;}
.sgk-btn, a.sgk-btn, input.sgk-btn, button.sgk-btn{background-color:#fff;}
.sgk-btn:hover, a.sgk-btn:hover, input.sgk-btn:hover, button.sgk-btn:hover, .sgk-btn:focus, a.sgk-btn:focus, input.sgk-btn:focus, button.sgk-btn:focus, .sgk-btn:active, a.sgk-btn:active, input.sgk-btn:active, button.sgk-btn:active{border-color:#50e3c2;background-color:#50e3c2;}
.sgk-btn-reverse, a.sgk-btn-reverse, input.sgk-btn-reverse, button.sgk-btn-reverse{border-color:#50e3c2;background-color:#50e3c2;}
.sgk-btn-reverse:hover, a.sgk-btn-reverse:hover, input.sgk-btn-reverse:hover, button.sgk-btn-reverse:hover, .sgk-btn-reverse:focus, a.sgk-btn-reverse:focus, input.sgk-btn-reverse:focus, button.sgk-btn-reverse:focus, .sgk-btn-reverse:active, a.sgk-btn-reverse:active, input.sgk-btn-reverse:active, button.sgk-btn-reverse:active{border-color:#fff;background-color:#fff;}
.sgk-btn-transparent, a.sgk-btn-transparent, button.sgk-btn-transparent, input.sgk-btn-transparent{background-color:transparent;color:#fff;}
.sgk-btn-transparent:hover, a.sgk-btn-transparent:hover, button.sgk-btn-transparent:hover, input.sgk-btn-transparent:hover, .sgk-btn-transparent:focus, a.sgk-btn-transparent:focus, button.sgk-btn-transparent:focus, input.sgk-btn-transparent:focus, .sgk-btn-transparent:active, a.sgk-btn-transparent:active, button.sgk-btn-transparent:active, input.sgk-btn-transparent:active{border-color:#50e3c2;background-color:#50e3c2;}
.sgk-nothingFound{text-align:center;}
.sgk-nothingFoundInfo h1{font-weight:400;text-align:center;margin-bottom:20px;}
.sgk-nothingFoundInfo p{margin-bottom:30px;}
.sgk-searchForm{margin-bottom:30px;}
.sgk-searchForm input{border-radius:3px;border:1px solid #eee;padding:10px;margin-bottom:40px;}
.sgk-search{margin-top:40px;margin-bottom:40px;}
.sgk-search span{font-weight:600;}
body.search .sgk-blogGrid .sgk-row{gap:20px;}
.sgk-blogGridItem__img{margin-bottom:15px;}
.sgk-blogGridItem__info > div{margin-bottom:5px;}
.sgk-blogGridItem__title a{text-transform:uppercase;line-height:1.3;font-size:22px;}
.sgk-blogGridItem__desc{line-height:1.8;font-size:13px;margin-bottom:15px !important;}
.sgk-blogGridItem__date{font-size:12px;}
.sgk-404Info, .sgk-nothingFound{padding:130px 0;min-height:400px;display:flex;text-align:center;margin-bottom:70px;flex-wrap:wrap;align-items:center;justify-content:space-evenly;align-content:center;flex-direction:column;}
.sgk-404Info h1{margin-bottom:40px;font-weight:900;font-size:200px;}
.wpcf7-spinner{display:none;}
.wpcf7-not-valid-tip{position:absolute;top:-30px;font-size:12px;width:280px;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{max-width:280px;margin:10px auto;background:#fff;font-size:14px;}
.wpcf7 p{margin-bottom:0;}
.sgk-page{padding:80px 0;}
.sgk-page h1, .sgk-page h2, .sgk-page h3, .sgk-page h4, .sgk-page h5, .sgk-page h6{margin-bottom:15px;font-weight:500;color:#000;}
.sgk-page h1{font-size:42px;font-weight:900;text-align:center;}
.sgk-page h2{font-size:32px;}
.sgk-page h3{font-size:28px;}
.sgk-page h4{font-size:22px;}
.sgk-page h5{font-size:18px;}
.sgk-page h6{font-size:16px;}
.sgk-page p{margin-bottom:10px;}
.sgk-page hr{background-color:rgba(0, 0, 0, 0.5);}
.sgk-page ul, .sgk-page ol{margin-left:35px;margin-bottom:20px;}
.sgk-page ul li{list-style:disc;}
.sgk-page ol li{list-style:auto;}
.grecaptcha-badge{display:none;}
.slick-prev, .slick-next{position:absolute;top:50%;transform:translateY(-50%);z-index:1;transition:0.3s;}
.slick-prev:hover, .slick-next:hover{opacity:0.3;}
.slick-prev{left:0;}
.slick-next{right:0;}::-webkit-scrollbar{width:12px;}::-webkit-scrollbar-track{background:#2b2b2b;}::-webkit-scrollbar-thumb{background-color:#50e3c2;border-radius:10px;border:3px solid #2b2b2b;}
body{scrollbar-width:thin;scrollbar-color:#50e3c2 #2b2b2b;}
.sgk-general{margin-bottom:50px;}
.sgk-general p{margin-bottom:15px;}
.sgk-general ul, .sgk-general ol{padding-left:20px;margin-bottom:15px;}
.sgk-general ol li{list-style:decimal;}
.sgk-general ul li{list-style:disc;}
.sgk-container .sgk-container-fluid, .sgk-container-fluid .sgk-container-fluid, .sgk-container .sgk-container, .sgk-container-fluid .sgk-container{padding-left:0;padding-right:0;}
.sgk-title{font-family:'Playfair Display', serif;font-weight:400;font-size:50px;text-align:center;margin-bottom:25px;}
.sgk-title-black{color:#000;}
.sgk-title-white{color:#fff;}
.sgk-header{margin-bottom:-100px;}
.sgk-header__nav{display:flex;gap:30px;align-items:center;justify-content:space-between;}
.sgk-header__burger{display:none;}
.sgk-header .sgk-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:20px;padding-bottom:20px;}
.sgk-header__logo{max-width:300px;}
.sgk-header__logo-link{font-weight:400;font-size:21px;color:#fff;transition:0.3s;font-family:'Playfair Display', serif;}
.sgk-header__logo-link:hover{color:#50e3c2;}
.sgk-header__menu{display:flex;flex-wrap:wrap;gap:80px;}
.sgk-header__menu li a{font-weight:400;font-size:14px;color:#fff;}
.sgk-header__menu li a:hover{color:#50e3c2;text-decoration:underline;}
.sgk-header-sticky{position:fixed;top:0;left:0;max-width:100%;width:100%;background-color:#2b2b2b;box-shadow:0 2px 6px rgba(0, 0, 0, 0.1);z-index:1000;}
.sgk-social{display:flex;flex-wrap:wrap;align-items:center;gap:20px;}
.sgk-social li a{display:flex;flex-wrap:wrap;align-items:center;}
.sgk-social li a svg{transition:0.3s;}
.sgk-social li a:hover svg path{fill:#50e3c2;}
.sgk-footer{background-color:#2b2b2b;}
.sgk-footer *{color:#fff;}
.sgk-footer a:hover{color:#50e3c2;}
.sgk-footer__inner{padding:50px 0;display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;}
.sgk-footer__col{flex:0 0 calc(33.33% - 20px);}
.sgk-footer__col--social{text-align:right;}
.sgk-footer__logo{max-width:300px;font-family:'Playfair Display', serif;font-weight:400;font-size:21px;color:#fff;margin-bottom:15px;}
.sgk-footer__copy{font-weight:300;font-size:14px;line-height:1.5;max-width:325px;}
.sgk-footer__menu{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;list-style:none;padding:0;margin:0;}
.sgk-footer__menu li a{font-weight:400;font-size:14px;}
.sgk-footer__menu li a:hover{color:#50e3c2;text-decoration:underline;}
.sgk-footer__social{display:flex;flex-wrap:wrap;gap:15px;justify-content:end;}
.sgk-footer__social-title{font-weight:400;font-size:21px;text-transform:uppercase;margin-bottom:20px;}
.sgk-footer__social li{position:relative;padding-right:15px;}
.sgk-footer__social li::after{content:'';opacity:1;position:absolute;top:0;right:0;height:100%;width:1px;background-color:#fff;display:block;}
.sgk-footer__social li:last-child{padding-right:0;}
.sgk-footer__social li:last-child::after{content:none;}
.sgk-footer__social li a{font-weight:400;font-size:14px;}
.sgk-hero{background-size:cover;background-position:center;background-repeat:no-repeat;padding:180px 0;}
.sgk-hero *{color:#fff;}
.sgk-hero__content{max-width:835px;margin:0 auto;display:flex;flex-wrap:wrap;flex-direction:column;gap:40px;}
.sgk-hero__title{font-weight:400;font-size:50px;text-align:center;color:#fff;}
.sgk-hero__desc{font-weight:400;font-size:14px;line-height:1.5;text-align:center;}
.sgk-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;}
.sgk-about{position:relative;margin-top:-60px;z-index:1;}
.sgk-about__top{background-color:#fff;padding:50px 15px;margin-bottom:100px;z-index:1;}
.sgk-about__top .sgk-title{margin-bottom:40px;}
.sgk-about__top .sgk-about__desc{max-width:900px;margin:50px auto 0;font-weight:400;font-size:21px;line-height:1.52381;}
.sgk-about__bottom{margin-bottom:-20px;}
.sgk-about__principles-inner{height:580px;background-size:contain;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;}
.sgk-about__principles-inner .sgk-title{font-weight:400;font-size:32px;text-align:center;max-width:160px;margin:0 auto;z-index:1;}
.sgk-about__principles-list{max-width:780px;position:absolute;width:100%;height:100%;display:block;top:50%;left:50%;right:0;bottom:0;transform:translate(-50%, -50%);}
.sgk-about__principles-list .sgk-about__principle{position:absolute;}
.sgk-about__principles-list .sgk-about__principle:nth-child(1){top:190px;left:0;}
.sgk-about__principles-list .sgk-about__principle:nth-child(2){top:190px;right:0;}
.sgk-about__principles-list .sgk-about__principle:nth-child(3){bottom:150px;left:0;}
.sgk-about__principles-list .sgk-about__principle:nth-child(4){bottom:150px;right:0;}
.sgk-about__principles .sgk-btn{border-radius:40px;padding:15px 30px;}
.sgk-about__team{display:flex;justify-content:center;gap:40px;}
.sgk-about .sgk-team-card{flex:0 0 calc(50% - 40px);display:flex;flex-direction:column;gap:20px;padding:24px;border:1px solid #ebebeb;border-radius:16px;max-width:580px;width:100%;margin:0 auto;}
.sgk-about .sgk-team-card__head{display:flex;flex-direction:column;gap:6px;}
.sgk-about .sgk-team-card__photo{width:100%;height:300px;overflow:hidden;border-radius:12px;max-width:320px;margin:0 auto 10px;}
.sgk-about .sgk-team-card__photo img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;}
.sgk-about .sgk-team-card__name{text-align:center;font-size:24px;line-height:1.2;color:#000;font-weight:600;}
.sgk-about .sgk-team-card__role{text-align:center;font-size:14px;color:#000;}
.sgk-about .sgk-team-card__block{display:flex;flex-direction:column;gap:8px;}
.sgk-about .sgk-team-card__title{font-size:16px;font-weight:600;color:#50e3c2;text-transform:uppercase;letter-spacing:0.02em;}
.sgk-about .sgk-team-card__list{display:flex;flex-direction:column;gap:6px;}
.sgk-about .sgk-team-card__list li{position:relative;padding-left:18px;font-size:14px;color:#000;}
.sgk-about .sgk-team-card__list li:before{content:'';position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#50e3c2;}
.sgk-goals{background-color:#2b2b2b;padding:100px 0;position:relative;z-index:1;margin-bottom:100px;}
.sgk-goals *{color:#fff;}
.sgk-goals .sgk-title{margin-bottom:50px;}
.sgk-goals__subtitle{font-weight:300;font-size:21px;text-align:center;margin-bottom:25px;}
.sgk-goals__quote{max-width:920px;margin:0 auto 70px;}
.sgk-goals__quote-open, .sgk-goals__quote-close{font-weight:500;font-size:80px;line-height:0.5625;display:inline-block;width:100%;}
.sgk-goals__quote-open{text-align:left;}
.sgk-goals__quote-close{text-align:right;}
.sgk-goals__quote-text{font-weight:500;font-size:32px;line-height:1.40625;text-align:center;}
.sgk-goals__tasks{display:flex;flex-wrap:wrap;gap:20px;align-items:start;justify-content:center;text-align:center;}
.sgk-goals__tasks-title{font-weight:400;font-size:32px;margin-bottom:50px;text-align:center;}
.sgk-goals__task{flex:0 0 calc(20% - 20px);max-width:215px;margin:0 auto;transition:0.3s;}
.sgk-goals__task:hover{cursor:pointer;}
.sgk-goals__task:hover .sgk-goals__task-text{color:#50e3c2;}
.sgk-goals__task:hover svg path{fill:#50e3c2;}
.sgk-goals__task:hover svg circle{stroke:#50e3c2;}
.sgk-goals__task-text{font-weight:400;font-size:14px;line-height:1.5;text-align:center;transition:0.3s;}
.sgk-goals__icon{margin-bottom:20px;}
.sgk-goals__icon svg path, .sgk-goals__icon svg circle{transition:0.3s;}
.sgk-directions{margin-bottom:100px;}
.sgk-directions .sgk-title{margin-bottom:40px;}
.sgk-directions__list{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;}
.sgk-directions__item{background-size:cover;background-position:center;background-repeat:no-repeat;flex:0 0 calc(20% - 30px);height:290px;width:234px;margin:0 auto;display:flex;justify-content:center;align-items:center;padding:0 17px;position:relative;}
.sgk-directions__item::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#000;opacity:0;width:100%;height:100%;display:block;transition:0.3s;}
.sgk-directions__item:hover{cursor:pointer;}
.sgk-directions__item:hover::before{opacity:0.8;}
.sgk-directions__text{font-weight:500;font-size:14px;line-height:1.5;text-align:center;color:#fff;z-index:1;}
.sgk-partners{margin-bottom:100px;}
.sgk-partners *{color:#000;}
.sgk-partners__inner{background-color:#fff;display:flex;gap:50px;align-items:stretch;}
.sgk-partners__image{flex:0 0 40%;position:relative;overflow:hidden;}
.sgk-partners__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.sgk-partners__content{flex:1;padding:50px 0;}
.sgk-partners__content .sgk-title{text-align:left;margin-bottom:30px;}
.sgk-partners__content ul{margin-left:40px;}
.sgk-partners__content ul li{font-weight:400;font-size:21px;line-height:1.90476;list-style:disc;}
.sgk-partners__subtitle{font-weight:700;font-size:21px;margin-bottom:15px;}
@media(max-width:991px){
.sgk-partners__inner{flex-direction:column;}
.sgk-partners__image{flex:0 0 auto;height:240px;}
}
.sgk-contacts{background-size:cover;background-position:top center;background-repeat:no-repeat;padding-top:60px;padding-bottom:60px;}
.sgk-contacts *{color:#fff;}
.sgk-contacts a:hover{color:#50e3c2;}
.sgk-contacts__inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;align-items:center;max-width:1040px;margin:0 auto;}
.sgk-contacts__list{display:flex;flex-wrap:wrap;flex-direction:column;gap:40px;}
.sgk-contacts__item{display:flex;flex-wrap:wrap;gap:15px;font-weight:500;font-size:21px;color:#fff;}
.sgk-contacts__form{max-width:430px;width:100%;width:430px;padding:30px 65px 40px;background-color:#fff;}
.sgk-contacts__form-title{color:#000;text-align:center;font-weight:400;font-size:32px;margin-bottom:22px;}
.sgk-contacts__form .sgk-form__row{border-bottom:1px solid #bdbdbd;margin-bottom:28px;}
.sgk-contacts__form .sgk-form__row *{font-weight:300;font-size:14px;text-align:center;color:#000;}
.sgk-contacts__form .sgk-form__row input, .sgk-contacts__form .sgk-form__row textarea{width:100%;padding:5px 0;height:30px;resize:none;}
.sgk-contacts__form .sgk-form__row .wpforms-label-hide{display:none;}
.sgk-contacts__form .sgk-form__row .wpforms-error{text-align:center;font-size:12px;color:#ff0000;display:block;}
.sgk-contacts__form .sgk-form__actions button{display:block;}
.sgk-contacts__form .sgk-form__actions button:hover{border-color:#50e3c2;}
.sgk-contacts__form .wpforms-submit{display:block;}
.sgk-contacts__form .wpforms-submit:hover{border-color:#50e3c2;}
@media(max-width:1280px){
.sgk-header__menu{gap:30px;}
}
@media(min-width:1200px){
.sgk-team-card{padding:28px;gap:24px;}
.sgk-team-card__name{font-size:26px;}
.sgk-team-card__title{font-size:17px;}
}
@media(max-width:1060px){
.sgk-header__logo{position:relative;z-index:1002;}
.sgk-header__burger{display:inline-flex;flex-direction:column;gap:6px;background:transparent;border:0;padding:8px;z-index:1001;}
.sgk-header__burger-line{width:28px;height:2px;background:#fff;transition:transform 0.3s, opacity 0.3s;}
.sgk-header__nav{position:fixed;inset:0;background:#2b2b2b;display:flex;align-items:center;justify-content:center;flex-direction:column;opacity:0;visibility:hidden;transition:opacity 0.3s;z-index:1001;}
.sgk-header__menu{display:flex;flex-direction:column;gap:24px;}
.sgk-header--open .sgk-header__nav{opacity:1;visibility:visible;text-align:center;text-transform:uppercase;}
.sgk-header--open .sgk-header__burger-line:nth-child(1){transform:translateY(8px) rotate(45deg);}
.sgk-header--open .sgk-header__burger-line:nth-child(2){opacity:0;}
.sgk-header--open .sgk-header__burger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg);}
.sgk-directions__item{flex:0 0 calc(50% - 30px);}
.sgk-partners__content{padding-top:0;padding-left:15px;padding-right:15px;}
.sgk-partners__content .sgk-title{text-align:center;}
.sgk-contacts__inner, .sgk-contacts__item{justify-content:center;}
.sgk-contacts__item{flex-direction:column;text-align:center;}
.sgk-partners__subtitle{text-align:center;}
.sgk-about__team{flex-direction:column;}
.sgk-team-card{height:100%;}
}
@media(max-width:768px){
.sgk-goals__task{flex:0 0 calc(50% - 20px);}
.sgk-footer__inner, .sgk-footer__social{justify-content:center;}
.sgk-footer__col{flex:0 0 calc(50% - 20px);}
.sgk-footer__col--social{text-align:center;}
}
@media(max-width:575px){
.sgk-contacts__form{width:100%;}
.sgk-directions__item, .sgk-footer__col{flex:0 0 calc(100% - 0px);}
.sgk-footer__copy{margin:0 auto;}
.sgk-footer__col{text-align:center;}
.sgk-footer__menu{display:block;}
.sgk-footer__menu li{margin-bottom:15px;}
.sgk-footer__menu li:last-child{margin-bottom:0;}
.sgk-about{margin-top:0;}
.sgk-hero{padding:200px 0 50px;}
.sgk-title, .sgk-hero__title{font-size:32px;}
.sgk-hero .sgk-social{margin-top:50px;position:relative;top:unset;right:unset;transform:unset;flex-direction:row;justify-content:center;}
.sgk-about__top .sgk-about__desc, .sgk-goals__subtitle, .sgk-partners__content ul li{font-size:16px;}
.sgk-goals__quote-text{margin-bottom:20px;}
.sgk-goals__quote-text{font-size:18px;}
.sgk-goals__quote{margin-bottom:30px;}
.sgk-goals{padding:50px 0;}
.sgk-goals__quote-open, .sgk-goals__quote-close{font-size:50px;}
.sgk-goals__task{flex:0 0 calc(100% - 0px);}
.sgk-goals, .sgk-directions, .sgk-partners{margin-bottom:50px;}
.sgk-about__principles .sgk-btn{padding:10px;}
.sgk-footer__logo{margin-bottom:30px;}
}
@media(max-width:425px){
.sgk-header__logo {
max-width: 250px;
}
.sgk-header__logo-link {
font-size: 18px;
}
}