

/* Start:/local/libs/css/slick-theme.css?16371533503623*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/libs/css/./ajax-loader.gif') center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;
    left: 0;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 15px;
    height: 15px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 15px;

    content: '';
    text-align: center;

    background: #F2F2F2;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{

    background: #61D1FF;
}

.slick-prev,.slick-next {
    width: 50px;
    height: 50px;
    background: #61D1FF;
    box-shadow: 0px 4px 0px #53B8E1;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.slick-prev:before,.slick-next:before {
    content: "";
    width: 15px;
    height: 13px;
    background: url(/images/arrow-r.svg)center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
}

.slick-prev:before {
    transform: translate(-50%,-50%) rotate(180deg);
}

.slick-prev:hover, .slick-next:hover,
.slick-prev:focus,.slick-next:focus {
    background: #9EE3FF;
}


@media (max-width: 1200px) {
    .slick-prev
    {
        left: 0;
    }

    .slick-next
    {
        right: 0;
    }
}
/* End */


/* Start:/local/libs/css/slick.css?16371533501776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    margin: auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/menu/top/style.css?1637153350168*/
.Top {
	display: flex;
	list-style: none;
	padding: 0;
}

.Top li {
	padding-right: 20px;
}

.Top a {
	color: #000;
}

.Top a:hover {
	color: #61D1FF;
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/menu/services/style.css?1637153350763*/
.ServicesMenuBlock {
	list-style: none;
	padding: 10px 0;
	margin: 0;
	background: #fff;
	display: inline-block;
	margin-left: 110px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.ServicesMenuBlock > a {
	padding: 15px 30px;
	display: flex;
	align-items: center;
	border-top: 1px solid #F2F2F2;
}

.ServicesMenuBlock > a:first-child {
	border: none;
}

.ServicesMenuBlock a {
	color: #000;
}

.ServicesMenuBlock > a:hover {

	background: #798488;
	color: #fff;
}



.service header {
	position: relative;
	z-index: 2001;
}

.ServicesMenuBlock > a > div {
	background: #F2F2F2;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	margin-right: 10px;
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/menu/bottom/style.css?1637153350319*/
.Bottom ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.Bottom ul a {
	color: #fff;
}

.Bottom li {
	margin: 10px 0;
}

.Bottom li.m-10 {
	margin-top: 30px;
}

.Bottom {
	padding: 0 30px 0 0;
}

.Bottom:last-child {
	width: 35%;
}

.Bottom:first-child {
	width: 65%;
}
/* End */


/* Start:/bitrix/templates/mkws/template_styles.css?176478116915861*/
body {
    font-family: Rubik, Arial;
    font-size: 16px;
    background: #fff;
    color: #000;
    margin: 0;
}

.tablebodytext {
    display: none;
}

div {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.maxwidth-theme {
    max-width: 1170px;
    margin: auto;
    position: relative;
}
.p-0-15 {
    padding: 0 15px;
}
.hidden {
    display: none;
}

.Header {
    display: flex;
    height: 80px;
    justify-content: space-between;
    align-items: center;
}

header {
    background: #FFFFFF;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.HeaderLeft {
    display: flex;
    align-items: center;
}

.ServicesMenu {
    position: absolute;
    width: 0;
    overflow: hidden;
}

.ServicesMenu.active {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 80px;
    background: rgba(41, 41, 41, 0.7);
    z-index: 2000;
}

.user .ServicesMenu.active {
    top: 120px;
}

.HeaderServices {
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 7px 15px;
    display: flex;
    margin-left: 40px;
    margin-right: 20px;
    align-items: center;
}

.HeaderServices > div {
    display: block;
    width: 13px;
    height: 13px;
    position: relative;
    margin-right: 5px;
    cursor: pointer;
}

.HeaderServices > div span {
    width: 13px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    top:50%;
    left: 0;
    background: #000;
    transform: translateY(-50%);
}

.HeaderServices.active > div span {
    display: none;
}

.HeaderServices > div:before {
    content: "";
    width: 13px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    top:20%;
    left: 0;
    background: #000;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.HeaderServices > div:after {
    content: "";
    width: 13px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    top:80%;
    left: 0;
    background: #000;
    transform: translateY(-50%);
    transition: transform 0.3s;
}
.HeaderServices.active {
    background: #61D1FF;
    border: none;
    color: #fff;
}
.HeaderServices.active > div:before {transform: rotate(45deg) translateY(-50%);
    top: 60%;
    width: 10px;
    left: -4px;
    background: #fff;
    transition: transform 0.3s;}
.HeaderServices.active > div:after {transform: rotate(-45deg) translateY(-50%);
    top: 60%;
    left: 3px;
    width: 10px;
    background: #fff;
    transition: transform 0.3s;}

.HeaderRight {
    display: flex;
    text-align: right;
}

.HeaderPhone {
    height: 80px;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    padding: 20px 10px 20px 25px;
}

.HeaderPhone > div {
    width: 100%;
    margin-bottom: 5px;
}

.HeaderEmail {
    height: 80px;
    border-left: 1px solid #F2F2F2;
    padding: 20px 10px 20px 25px;
}

.HeaderEmail > div {
    width: 100%;
    margin-bottom: 5px;
}

.HeaderPhone a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    text-transform: uppercase;
    color: #292929;
}

.HeaderEmail a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #61D1FF;
}

main {
    min-height: 50vh;
}

footer {
    background: #1D1D1D;
    padding: 60px 0;
    color: #fff;
}

.OrangeBtn {
    background: #FA6646;
}

.OrangeBtn:hover {
    background: #ff6c4a;
}

.Footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.FooterLeft {
    font-size: 12px;
    line-height: 14px;
    color: #798488;
    width: 24%;
    padding-right: 20px;
}

.FooterLeft img {
    margin-bottom: 10px;
}

.FooterCenter {

    border-right: 1px solid #292929;
    width: 38%;
    padding-right: 20px;
}

.FooterCenter > div {
    display: flex;
}

.FooterHeader {
    font-weight: bold;
    text-transform: uppercase;
    color: #798488;
}

.FooterRight {
    width: 38%;
    padding-left: 30px;
    display: flex;
    flex-flow: row wrap;
}

.FooterPhone,
.FooterEmail {
    font-size: 12px;
    line-height: 14px;
}

.FooterEmail {
    padding-left: 30px;
}

.FooterInfo {
    width: 100%;
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.FooterPhone a,
.FooterEmail a{
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #61D1FF;
    font-weight: 500;
}

.FooterPhone > div,
.FooterEmail > div {
    margin-bottom: 5px;
}

.FooterDeveloper {
    align-self: flex-end;
    width: 100%;
}

.FooterDeveloper a {
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    letter-spacing: 0.1em;
    font-weight: 300;
    font-size: 12px;
    line-height: 180%;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.FooterDeveloper a svg {
    margin-left: 12px;
}

.FooterPolicy {
    width: 100%;
    text-align: right;
}

.FooterPolicy a {
    text-decoration: underline;
    color: #FFFFFF;
}

h1, .h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
}

.CenterText {
    text-align: center;
}

h2, .h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    margin: 25px 0;
}
 
.TextWhite {
    color: #fff;
}

.Flex {
    display: flex;
}

.HeaderMobileMenuBtn {
    display: none;
}

.MobileMenu {
    display: none;
}

.NotFound {
    min-height: 50vh;
    height: 47vw;
    background-size: 100%;
}

.NotFound .CenterText {
    padding-top: 20vw;
}

.NotFound .BlueBtn {
    text-align: center;
    margin-top: 50px;
}

.NotFound .BlueBtn a {
    background: #61D1FF;
    display: inline-block;
    box-shadow: 0px 4px 0px #53B8E1;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 80px 10px 80px;
    position: relative;
}

.NotFound .BlueBtn a:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 15px;
    height: 13px;
    background: url('/images/arrow-r.svg') center no-repeat;
    transform: translateY(-50%);
}

.NotFound .BlueBtn a:hover {
    background: #9EE3FF;
}

body.service {
    overflow: hidden;
}

.popup,
.popup2 {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
    overflow: auto;
}

.popup.active,
.popup2.active {
    display: flex;
}

.block-form {
    max-width: 50vw;
    margin: auto;
    background: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 25px 34px;
    position: relative;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-position-y: 70%;
}

.success .block-form,
.error .block-form {
    max-width: 620px;
}

.block-form .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -30px;
    top: 10px;
    z-index: 2;
    opacity: 1;
    background: #FA6646;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}

.block-form .close:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    left: 2px;
    top: 13px;
}

.block-form .close:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
    top: 13px;
    left: 2px;
}

.block-form p {
    font-size: 12px;
    line-height: 145%;
    color: #798488;
    width: 70%;
}

.block-form p a {
    font-weight: bold;
    text-decoration: underline;
}

.block-form span {
    font-size: 16px;
    line-height: 180%;
    color: #64696C;
}

.popup .ok {
    width: auto;
    margin: auto;
    border: none;
    margin-top: 20px;
    padding: 10px 30px;
}

.popup form {
    width: 50%;
}

.popup form input {
    width: 100%;
    background: #F2F2F2;
    border-radius: 5px;
    height: 48px;
    color: #798488;
    text-align: center;
    font-weight: bold;
    border: none;
    margin-bottom: 30px;
}

.popup form button {
    background: #FA6646;
    box-shadow: 0px 4px 0px #DC5538;
    border-radius: 5px;
    padding: 12px 30px;
    text-align: center;
    width: 100%;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 50px;
    cursor: pointer;
}
.popup .block-form {
    background-image: url("/images/call.png");
}

.block-form.specialist {
    background-image: url("/images/specialist.png");
}

.toTop {
    position: fixed;
    right: 0;
    top:50%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px 0px 0px 5px;
    color: #fff;
    display: inline-block;
    padding: 16px 21px;
    text-align: center;
    font-size: 12px;
    line-height: 145%;
    z-index: 1999;
}


@media (max-width: 991px) and (min-width: 768px){
    .HeaderEmail,
    .FooterEmail {
        display: none;
    }

    .MainBanner h1 {
        width: 100%;
    }
}

@media (max-width: 880px) and (min-width: 768px){
    .HeaderPhone > div {
        display: none;
    }

    .Top a {
        font-size: 14px;
    }

    .Top li {
        padding-right: 15px;
    }
    .HeaderServices {
        margin-left: 30px;
        margin-right: 15px;
        font-size: 14px;
    }

    .FooterCenter {
        padding-right: 10px;
    }

    .Bottom {
        padding: 0 15px 0 0;
    }

    .Bottom ul a {
        font-size: 14px;
    }

}

@media (max-width: 767px) {
    .Header {
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        height: 50px;
    }

    .HeaderLeft img {
        height: 30px;
    }

    .HeaderServices {
        display: none;
    }

    .Top {
        display: none;
    }

    .HeaderPhone {
        height: 50px;
        border: none;
        padding: 15px 50px 20px 15px;
    }

    .HeaderEmail {
        display: none;
    }

    .HeaderPhone > div {
        display: none;
    }

    .HeaderMobileMenuBtn {
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        right: 0;
        top:0;
        background: #61D1FF;
        cursor: pointer;
        padding: 23px 12px;
    }

    .HeaderMobileMenuBtn span {
        display: block;
        background: #FFFFFF;
        border-radius: 3px;
        height: 3px;
        position: relative;
    }

    .HeaderMobileMenuBtn span:before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        background: #FFFFFF;
        border-radius: 3px;
        height: 3px;
        width: 100%;
    }

    .HeaderMobileMenuBtn span:after {
        content: '';
        position: absolute;
        left: 0;
        top: -8px;
        background: #FFFFFF;
        border-radius: 3px;
        height: 3px;
        width: 100%;
    }

    .Flex {
        flex-flow: row wrap;
    }

    .FooterLeft {
        width: 100%;
    }

    .FooterRight {
        width: 100%;
        padding-left: 0;
    }

    .FooterCenter {
        border-right: none;
        width: 100%;
        padding-right: 0;
        order: 2;
        padding-bottom: 250px;
    }

    .FooterLeft > div {
        width: 60%;
    }

    footer {
        padding: 40px 0;
    }

    .FooterPolicy {
        position: absolute;
        bottom: 55px;
        left: 15px;
        text-align: left;
        width: auto;
    }

    .FooterDeveloper {
        position: absolute;
        bottom: 0;
        right: 15px;
        width: auto;
    }

    .Bottom ul a {
        font-size: 14px;
    }

    .Bottom:last-child {
        padding: 0;
        text-align: right;
    }

    .FooterInfo {
        margin: 20px 0;
    }

    .Bottom li.m-10 {
        margin: 10px 0;
    }

    .MobileMenu {
        display: block;
        position: absolute;
        top:50px;
        left: -100%;
        width: 100%;
        height: calc(100% - 50px);
        background: #fff;
        z-index: 10;
    }

    .menu .MobileMenu {
        left: 0;
    }

    .MobileMenu > div {
        display: flex;
        flex-flow: row wrap;
        height: 100%;
    }

    .MobileEmail {
        align-self: flex-end;
        margin-bottom: 30px;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        width: 100%;
    }

    .MobileEmail a{
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #61D1FF;
    }

    .MobileMenu .Top {
        display: block;
        width: 100%;
    }

    .Top li {
        padding: 15px 0;
        margin-left: 30px;
        border-bottom: 1px solid #F2F2F2;
        text-align: center;
    }

    .Top a {
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
    }

    .menu .HeaderMobileMenuBtn span {
        height: 0;
    }

    .menu .HeaderMobileMenuBtn span:before {
        top: 0;
        transform: rotate(45deg);
    }

    .menu .HeaderMobileMenuBtn span:after {
        top: 0;
        transform: rotate(-45deg);
    }

    .menu {
        overflow: hidden;
    }

    h2, .h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .NotFound .CenterText {
        padding-top: 45vw;
    }

    .NotFound {
        height: 111vw;
    }

    .NotFound .BlueBtn a {
        display: block;
    }

    h1, .h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .popup .block-form {
        background-image: none;
        width: 100%;
        max-width: 100%;
    }

    .block-form .close {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        opacity: 1;
        background: #FA6646;
        border-radius: 0px 0px 0px 5px;
        cursor: pointer;
    }

    .popup form {
        width: 100%;
    }

    .toTop {
        top: 70%;
        border-radius: 5px;
        right: 13px;
    }

    .FooterLeft > div {
        width: 100%;
        margin-bottom: 10px;
    }
}


.flex {

display:flex; 
flex-flow: row wrap;
margin: 0 -10px;

}
.flex > * {

width: calc(20% - 20px);
margin: 10px;
padding: 10px;

}
.flex > * img {max-width: 100%;height: auto!important;}
@media (max-width: 768px){
.flex > * {

width: calc(50% - 20px);
margin: 10px;

}

}
@media (min-width: 768px) {
    .whatsUp {
        transform: scale(1.2);
    }
}
.cookie-popup {
    display:       none;
    background:    #FFFFFF;
    border-radius: 10px;
    position:      fixed;
    padding:       20px 20px;
    font-size:     14px;
    line-height:   120%;
    z-index:       10001;
    width:         100%;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    right: 0;
    bottom: 0;
    left: auto;
    transform: none;
    max-width: 550px;
    font-size: 14px;
}
.cookie-popup .green-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    background: #61D1FF;
    border-radius: 40px;
    padding: 4px 10px;
    cursor: pointer;
    display: inline-block;
    transition: 0.3s;
    border: none;
    width: 20%;
    text-decoration: none;
    box-sizing: border-box;
}

.cookie-popup > div {
    display: flex;
    align-items: center;
}

.cookie-popup p {
    width: 80%;
    margin: 0;
}

.cookie-popup .Header {
    text-transform: uppercase;
    color:          #000000;
    margin-bottom:  5px;
    font-weight:    bold;
}

.cookie-popup a {
    color:           #61D1FF;
    font-weight:     bold;
    text-decoration: underline;
}
@media (max-width: 768px) {
    .cookie-popup {
        padding:   12px 20px 15px 20px;
        font-size: 12px;
        bottom:    0;

    }
    .cookie-popup .green-btn {
        width: 100%;
    }
    .cookie-popup p {
        width: 100%;
    }
}
/* End */
/* /local/libs/css/slick-theme.css?16371533503623 */
/* /local/libs/css/slick.css?16371533501776 */
/* /bitrix/templates/mkws/components/bitrix/menu/top/style.css?1637153350168 */
/* /bitrix/templates/mkws/components/bitrix/menu/services/style.css?1637153350763 */
/* /bitrix/templates/mkws/components/bitrix/menu/bottom/style.css?1637153350319 */
/* /bitrix/templates/mkws/template_styles.css?176478116915861 */
