* {
padding: 0;
margin: 0;
border: none;
}
*,
*::before,
*::after{box-sizing:border-box;}:focus,
:active{outline:none;}
html{background-color:#ffffff;scroll-behavior:smooth;}
body *{font-family:'Roboto', sans-serif;}
body.sgk-noscroll {
overflow: hidden;
} a{text-decoration:none;}
a:hover, a:focus, a:active{outline:none;text-decoration:none;}
a, a:link, a:visited{text-decoration:none;display:inline-block;color:unset;}
a:hover{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;vertical-align:top;}
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{transition:.3s;}
p, a, span, input, textarea{font-family:'Roboto', sans-serif;color:#000000;}
h1, h2, h3, h4, h5, h6{font-family:'Roboto', sans-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(91.66666667%);}
.col-10{flex:0 0 calc(83.33333333%);}
.col-9{flex:0 0 calc(75%);}
.col-8{flex:0 0 calc(66.66666667%);}
.col-7{flex:0 0 calc(58.33333333%);}
.col-6{flex:0 0 calc(50%);}
.col-5{flex:0 0 calc(41.66666667%);}
.col-4{flex:0 0 calc(33.33333333%);}
.col-3{flex:0 0 calc(25%);}
.col-2{flex:0 0 calc(16.66666667%);}
.col-1{flex:0 0 calc(8.33333333%);}
body.search .sgk-blogGrid .sgk-row .col-4{flex:0 0 calc(32.133333%);}
}
.sgk-container{max-width:1160px;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, .sgk-btn-reverse, a.sgk-btn, a.sgk-btn-reverse, button.sgk-btn, button.sgk-btn-reverse, input.sgk-btn, input.sgk-btn-reverse, .sgk-contact-form__form input.sgk-contact-form__submit{margin:0 auto;background-color:#d0001b;color:#ffffff;border:1px solid #d0001b;border-radius:40px;font-weight:500;font-size:16px;text-align:center;padding:10px 15px;text-decoration:none;}
.sgk-btn:hover, .sgk-btn-reverse:hover, a.sgk-btn:hover, a.sgk-btn-reverse:hover, button.sgk-btn:hover, button.sgk-btn-reverse:hover, input.sgk-btn:hover, input.sgk-btn-reverse:hover, .sgk-btn:active, .sgk-btn-reverse:active, a.sgk-btn:active, a.sgk-btn-reverse:active, button.sgk-btn:active, button.sgk-btn-reverse:active, input.sgk-btn:active, input.sgk-btn-reverse:active{background-color:#7a0010;border-color:#7a0010;}
.sgk-btn-reverse, a.sgk-btn-reverse, input.sgk-btn-reverse, button.sgk-btn-reverse{background-color:#ffffff;color:#d0001b;border-color:#d0001b;}
.sgk-btn-reverse:hover, a.sgk-btn-reverse:hover, input.sgk-btn-reverse:hover, button.sgk-btn-reverse:hover, .sgk-btn-reverse:active, a.sgk-btn-reverse:active, input.sgk-btn-reverse:active, button.sgk-btn-reverse:active{background-color:#7a0010;border-color:#7a0010;color:#ffffff;}
.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 #eeeeee;padding:10px;}
.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;}
.body-no-scroll{overflow:hidden;height:100vh;width:100vw;position:fixed;}
.sgk-header{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99998;height:70px;}
.sgk-header .sgk-container-fluid{padding:0;}
.sgk-header__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:12px 0;}
.sgk-header__logo{z-index:99998;}
.sgk-header__burger{display:none;}
@media(max-width:768px){
.sgk-header__burger{display:block;}
}
.sgk-header__menu ul{display:flex;flex-wrap:wrap;gap:90px;}
.sgk-header__menu ul li a:hover{color:#d0001b;}
@media(max-width:768px){
.sgk-header__menu--hidden{display:none;}
}
.sgk-header__lang-toggle:hover, .sgk-header__lang-toggle:focus{color:#d0001b;}
.sgk-header__lang:hover .sgk-header__lang-list{display:block;}
.sgk-header__lang-list{position:absolute;padding-top:10px;margin-left:16px;}
@media(max-width:768px){
.sgk-header__lang-list{display:none;}
}
.sgk-header__lang-list li{margin-bottom:5px;}
.sgk-header__lang-list li:last-child{margin-bottom:0;}
.sgk-header__lang-list li a:hover, .sgk-header__lang-list li a:focus{color:#d0001b;}
.sgk-header__lang-list--hidden{display:none;}
.sgk-header .sgk-header__lang-mobile{display:none;}
.sgk-header.scrolled .sgk-container-fluid{background-color:#fff;box-shadow:0 0 3px #000;}
.sgk-main-content{background-position:center top;background-repeat:no-repeat;background-size:cover;}
body.home .sgk-main-content{background-size:contain;}
.sgk-hero{max-width:660px;margin:0 auto;padding:120px 0;}
.sgk-hero__title{font-weight:900;font-size:48px;text-align:center;color:#000000;margin-bottom:25px;line-height:normal;}
.sgk-hero__subtitle{font-weight:500;font-size:14px;line-height:1.5;text-align:center;color:#000000;margin-bottom:25px;}
.sgk-hero__start-btn.sgk-btn{width:110px;padding:10px 0;display:block;}
.sgk-services{background-color:#ffffff;padding:50px 0 25px;}
.sgk-services .sgk-servicesWrapper{justify-content:center;align-items:center;}
.sgk-services__title{font-weight:900;font-size:55px;margin-bottom:25px;text-align:left;color:#000000;}
.sgk-services__item{margin:0 auto 100px;}
.sgk-services__item a{display:block;}
.sgk-services__item img{margin:25px auto;}
.sgk-services__item-title{font-weight:400;font-size:16px;text-align:center;color:#000000;max-width:175px;transition:.3s;margin:0 auto;height:50px;display:flex;align-items:baseline;justify-content:center;}
.sgk-services__item:hover .sgk-services__item-title{color:#d0001b;}
.sgk-why-us{background-color:#757575;padding:70px 0 110px;}
.sgk-why-us__title{font-weight:900;font-size:55px;color:#ffffff;margin-bottom:20px;}
.sgk-why-us__description *{color:#ffffff;}
.sgk-why-us__description{font-weight:400;font-size:16px;line-height:1.5625;}
.sgk-why-us-img{position:absolute;top:-120px;z-index:1;}
.sgk-contact-form{background-size:cover;background-position:center center;background-repeat:no-repeat;padding:55px 0 70px;}
.sgk-contact-form .sgk-contact-formWrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;flex-direction:column;padding:40px 45px;background-color:#eeeeee;border-radius:30px;max-width:370px;margin:0 auto;}
.wpcf7-spinner{display:none;}
.wpcf7-not-valid-tip{position:absolute;top:-30px;font-size:12px;width:280px;}
.wpcf7 form .wpcf7-response-output{max-width:280px;margin:10px auto;background:#fff;font-size:14px;}
.grecaptcha-badge{display:none;}
.sgk-contact-form .sgk-contact-formWrapper p{margin-bottom:0;}
.sgk-contact-form__title{font-weight:900;font-size:25px;line-height:normal;text-align:center;color:#000000;margin-bottom:20px;}
.sgk-contact-form__desc{font-weight:400;font-size:14px;line-height:1.42857;text-align:center;color:#000000;max-width:260px;margin:0 auto 15px;}
.sgk-contact-form__form input, .sgk-contact-form__form textarea{font-weight:300;font-size:14px;text-align:center;color:#000000;padding:12px;margin-bottom:30px;border-radius:10px;background-color:#ffffff;width:100%;}
.sgk-contact-form__form button, .sgk-contact-form__form input.sgk-contact-form__submit{padding:10px 30px;min-width:135px;max-width:165px;display:block;margin:0 auto;}
.sgk-footer{background-color:#ffffff;padding:75px 15px 10px;}
.sgk-footer .sgk-row{align-items:top;}
.sgk-footer__block{font-weight:400;font-size:14px;}
.sgk-footer__block-1 img{margin-bottom:20px;}
.sgk-footer__block-1 span{display:block;font-weight:300;color:#000000;}
.sgk-footer__block-2 nav ul{max-width:100px;margin:0 auto;}
.sgk-footer__block-2 nav ul li{margin-bottom:15px;}
.sgk-footer__block-2 nav ul li a, .page-template-sgk-why .sgk-why-us ul li{color:#000000;}
.sgk-footer__block-2 nav ul li a:hover{color:#d0001b;}
.sgk-footer__block-2 nav ul li:last-child{margin-bottom:0;}
.sgk-footer__block-3 .sgk-footer-contact{display:flex;flex-wrap:wrap;}
.sgk-footer__block-3 .sgk-footer-contact a{display:flex;width:100%;margin-bottom:15px;}
.sgk-footer__block-3 .sgk-footer-contact a img{margin-right:15px;width:15px;height:15px;}
.sgk-footer__block-3 .sgk-footer-contact a span{display:block;max-width:165px;transition:.3s;}
.sgk-footer__block-3 .sgk-footer-contact a:hover span{color:#d0001b;}
.sgk-footer__block-4{display:flex;flex-wrap:wrap;justify-content:center;max-width:85px;margin:0 auto;}
.sgk-footer__block-4 nav{width:100%;margin-bottom:20px;}
.sgk-footer__block-4 nav ul li{margin-bottom:15px;}
.sgk-footer__block-4 nav ul li a{font-weight:300;font-size:14px;color:#000000;}
.sgk-footer__block-4 nav ul li a:hover{color:#d0001b;}
.sgk-footer__block-4 .sgk-footer-social{width:100%;border-top:1px solid #9e9e9e;display:flex;flex-wrap:wrap;justify-content:center;gap:15px;padding-top:7px;}
.sgk-footer__block-4 .sgk-footer-social a img{width:15px;height:15px;}
.sgk-teamWrapper{padding:100px 0;}
.sgk-teamWrapper .sgk-team-title{margin-bottom:30px;}
.sgk-teamWrapper .sgk-team-title h1{font-weight:900;font-size:55px;color:#000;}
.sgk-teamWrapper .sgk-team-blocks{display:flex;flex-wrap:wrap;justify-content:space-between;gap:25px;}
.sgk-teamWrapper .sgk-team-blocks__item{border-radius:30px;padding:35px;background:#fff;display:flex;flex:0 0 48.7%;gap:25px;justify-content:space-between;max-height:280px;overflow:hidden;}
.sgk-teamWrapper .sgk-team-blocks__item-img{flex:0 0 35%;}
.sgk-teamWrapper .sgk-team-blocks__item-img img{margin-bottom:15px;}
.sgk-teamWrapper .sgk-team-blocks__item-social a{margin-right:0;margin-bottom:0;}
.sgk-teamWrapper .sgk-team-blocks__item-text{max-height:210px;overflow:hidden;}
.sgk-teamWrapper .sgk-team-blocks__item-text--title{font-weight:900;font-size:30px;color:#000;bottom:8px;}
.sgk-teamWrapper .sgk-team-blocks__item-text--subtitle{font-weight:300;font-size:14px;color:#000;margin-bottom:20px;}
.sgk-teamWrapper .sgk-team-blocks__item-text--desc{font-weight:400;font-size:14px;line-height:1.5;color:#000;}
.sgk-contactWrapper{padding:120px 0;}
.sgk-contactWrapper .sgk-contact-block{display:flex;justify-content:center;}
.sgk-contactWrapper .sgk-contact-block-info{border-radius:30px 0 0 30px;flex:0 0 50%;padding:60px;background-color:#ffffff;}
.sgk-contactWrapper .sgk-contact-block-info--title{font-weight:900;font-size:45px;color:#000;margin-bottom:45px;}
.sgk-contactWrapper .sgk-contact-block-info--cred{display:flex;flex-wrap:wrap;}
.sgk-contactWrapper .sgk-contact-block-info--cred a{width:100%;font-weight:400;font-size:16px;color:#000;margin-bottom:35px;display:flex;align-items:center;gap:10px;}
.sgk-contactWrapper .sgk-contact-block-info--cred a:last-child{margin-bottom:0;}
.sgk-contactWrapper .sgk-contact-block-info--cred a p{transition:.3s;margin:0;max-width:210px;}
.sgk-contactWrapper .sgk-contact-block-info--cred a:hover span{color:#d0001b;}
.sgk-contactWrapper .sgk-contact-block-info--cred a svg{width:15px;height:15px;margin-right:15px;}
.sgk-contactWrapper .sgk-contact-block-form .sgk-contact-form{background-image:none;padding:0;}
.sgk-contactWrapper .sgk-contact-block-form .sgk-contact-formWrapper{border-radius:0 30px 30px 0;}
.sgk-whyWrapper{padding:200px 0 150px;}
.sgk-whyWrapper .sgk-why-us{background:#eee;padding:75px 0 90px;}
.sgk-whyWrapper .sgk-why-us__title{font-weight:900;font-size:64px;color:#000;}
.sgk-whyWrapper .sgk-why-us__description{font-weight:400;font-size:16px;line-height:1.5625;color:#000;}
.sgk-whyWrapper .sgk-why-us-img{top:-180px;}
.sgk-servicesPage{background-color:transparent;padding:130px 0;}
.sgk-servicesPage .sgk-servicesWrapper{gap:35px 83px;justify-content:center;align-items:center;}
.sgk-servicesPage .sgk-servicesWrapper .sgk-services__item{border-radius:20px;width:220px;height:145px;background-color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-bottom:0;}
.sgk-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.5);opacity:0;visibility:hidden;transition:.3s;}
.sgk-popup{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);visibility:hidden;transition:.3s;z-index:99998;}
.sgk-popup .sgk-contactWrapper{padding:0;}
.sgk-popup__content{position:relative;}
.sgk-popup__close{position:absolute;top:-35px;right:35px;font-size:24px;cursor:pointer;background:#fff;width:30px;height:30px;border:1px solid #fff;color:#000;border-radius:50%;padding:0;transition:.3s;}
.sgk-popup__close:hover, .sgk-popup__close:focus{background:#000;color:#fff;}
.sgk-popup--active.sgk-overlay, .sgk-popup--active.sgk-popup{opacity:1;visibility:visible;}
.sgk-popup--active .sgk-popup{transform:translate(-50%, -50%);}
.sgk-page{padding:180px 0;}
.sgk-pageTitle{margin-bottom:50px;}
.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, .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;}
.sgk-why-us ul li{list-style:disc;margin-bottom:5px;margin-left:15px;}
.sgk-team-blocks__item-social{display:flex;align-items:center;justify-content:center;gap:15px;}
.sgk-team-blocks__item-social img{margin-bottom:0;}
@media(max-width:1380px){
.sgk-main-content, body.home .sgk-main-content{background-size:auto;}
}
@media(max-width:1200px){
.sgk-contactWrapper .sgk-contact-block-info{padding:20px;}
}
@media(max-width:992px){
.sgk-contactWrapper .sgk-contact-block-info{padding:50px;}
.sgk-header__menu ul{gap:50px;}
.sgk-teamWrapper .sgk-team-blocks{justify-content:center;}
.sgk-whyWrapper .sgk-why-us-img{top:50%;transform:translate(0, -50%);}
.sgk-popup{width:100%;}
}
@media(max-width:768px){
.sgk-main-content{background-position-y:-150px;}
.page-template-sgk-team .sgk-main-content{background-position-y:0;background-size:cover;}
.sgk-header .sgk-header__menu{position:fixed;top:0;right:0;height:100%;width:100%;background:radial-gradient(85.39% 84.73% at 67.29% 0%, #ffffff 39.50000107%, #d0cec6 100%);display:flex;flex-direction:column;justify-content:center;align-items:center;transition:right 0.3s ease;z-index:9999;}
.sgk-header .sgk-header__menu--hidden{right:-100%;}
.sgk-header .sgk-header__menu:not(&--hidden){right:0;}
.sgk-header .sgk-header__menu ul{list-style:none;padding:0;margin:0;text-align:center;flex-direction:column;gap:25px;}
.sgk-header .sgk-header__menu ul li a{font-weight:900;font-size:16px;}
.sgk-header .sgk-header__burger{position:absolute;right:20px;top:20px;z-index:99998;cursor:pointer;padding:0;}
.sgk-header .sgk-header__burger img{display:block;}
.sgk-header .sgk-header__lang{position:absolute;top:20px;left:20px;z-index:1001;}
.sgk-header .sgk-header__lang-toggle{background:none;border:none;color:#fff;cursor:pointer;}
.sgk-header .sgk-header__lang-list{position:fixed;top:60px;right:-100px;}
.sgk-header .sgk-header__lang-list:hover{background-color:rgba(255, 255, 255, 0.2);}
.sgk-header .sgk-header__lang-list:not(&--hidden){right:20px;}
.sgk-header .sgk-header__lang-mobile{display:flex;margin-top:30px;}
.sgk-header .sgk-header__lang-mobile .sgk-header__lang-list--mobile{list-style:none;padding:0;margin:0;text-align:center;flex-direction:row;}
.sgk-header .sgk-header__lang-mobile .sgk-header__lang-list--mobile li{margin:10px 0;}
.sgk-header .sgk-header__lang-mobile .sgk-header__lang-list--mobile li a{font-weight:900;font-size:16px;text-decoration:none;}
.sgk-hero{max-width:300px;padding:80px 0 40px;}
.sgk-hero .sgk-hero__title{font-size:32px;}
.sgk-hero .sgk-hero__subtitle{font-size:12px;}
.sgk-services__title{font-size:32px;}
.sgk-servicesWrapper .sgk-services__item.col-3{flex:0 0 50%;margin:0 auto 50px;}
.sgk-why-us{padding:60px 0;}
.sgk-why-us .col-7{flex:0 0 calc(68.333333%);}
.sgk-why-us .col-5{flex:0 0 calc(31.666667%);}
.sgk-why-us-img{top:50%;transform:translate(0, -50%);}
.sgk-why-us__title{font-size:32px;}
.sgk-why-us__description{font-size:14px;}
.sgk-contact-form__title, .sgk-teamWrapper .sgk-team-blocks__item-text--title, .sgk-teamWrapper .sgk-team-title h1, .sgk-contactWrapper .sgk-contact-block-info--title, .sgk-whyWrapper .sgk-why-us__title{font-size:21px;}
.sgk-contact-form__desc, .sgk-teamWrapper .sgk-team-blocks__item-text--subtitle, .sgk-teamWrapper .sgk-team-blocks__item-text--desc, .sgk-whyWrapper .sgk-why-us__description, .sgk-services__item-title{font-size:12px;}
.sgk-contact-form{padding:90px 10px;}
.sgk-team-blocks__item-text--title{text-align:center;}
.sgk-teamWrapper .sgk-team-blocks__item-img{flex:0 0 70%;}
.sgk-teamWrapper .sgk-team-blocks__item{max-height:100%;padding:20px;gap:15px;flex:0 0 100%;flex-wrap:wrap;align-items:center;justify-content:center;}
.sgk-teamWrapper .sgk-team-blocks__item-text{max-height:100%;}
.sgk-contactWrapper{padding:95px 0;}
.sgk-contactWrapper .sgk-contact-block-info{padding:25px 35px;border-radius:30px 30px 0 0;flex:0 0 100%;max-width:370px;}
.sgk-contactWrapper .sgk-contact-block-form .sgk-contact-formWrapper{padding:40px 25px;border-radius:0 0 30px 30px;}
.sgk-contactWrapper .sgk-contact-block-info--title{margin-bottom:15px;}
.sgk-contactWrapper .sgk-contact-block-info--cred a{font-size:14px;margin-bottom:25px;}
.sgk-whyWrapper{padding:100px 0 80px;}
.sgk-whyWrapper .sgk-why-us{padding:40px 0;}
.sgk-servicesPage{padding:80px 0 40px;}
.sgk-servicesPage .sgk-servicesWrapper{gap:10px;}
.sgk-servicesPage .sgk-servicesWrapper .sgk-services__item{width:200px;padding:5px;}
.sgk-contactWrapper .sgk-contact-block{flex-wrap:wrap;}
}
@media(max-width:650px){
.sgk-footer{padding:35px 30px;}
.sgk-footer .sgk-row .col-3{flex:0 0 calc(100%);}
.sgk-footer .sgk-row .col-3:nth-child(3){flex:0 0 calc(50%);}
.sgk-footer .sgk-row .col-3:nth-child(4){flex:0 0 calc(50%);}
.sgk-footer__block-1{margin-bottom:40px;}
.sgk-footer__block-2{margin-bottom:25px;}
.sgk-footer__block-2 nav ul{max-width:100%;display:flex;flex-wrap:wrap;}
.sgk-footer__block-2 nav ul li{width:50%;box-sizing:border-box;}
.sgk-footer__block-2 nav ul li:nth-child(even) a{display:block;text-align:right;}
.sgk-footer__block-3 span{font-size:12px;}
.sgk-footer__block-4{margin:0;float:right;}
}
@media(max-width:475px){
.sgk-servicesPage .sgk-servicesWrapper .sgk-services__item{width:150px;}
}
@media(max-width:375px){
.sgk-header__logo img{max-width:230px;}
.sgk-contact-block{max-width:340px;margin:0 auto;}
}
@media(max-width:340px){
.sgk-servicesPage .sgk-servicesWrapper .sgk-services__item {
width: 100%;
}
.sgk-contact-block {
max-width: 320px;
}
}