@font-face {
    font-family: 'Open Sans';
    font-weight: normal;
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: bold;
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

:root {
    --main-blue: #41ace3;
    --main-gray: #666666;
    --main-light-gray: #f4f4f4;
    --back-gray: #8d8d8d;

}

.d-flex-space
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.clear-fix
{
    clear: both;
    float: none !important;
}

ol > li
{
    margin-bottom: 15px;
}

.button{
    display: block;
    width: 190px;
    height: 48px;
    font-family: 'Open Sans', sans-serif;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    border-radius: 3px;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.6);
    text-decoration: none;
    color: black;
    text-align: center;

    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.button:hover{
    background-color: #41ace3;
    color: white;
}

.text-blue
{
    color: #41ace3;
    font-weight: bold;
}



body{
    margin: 0;
    font: 14px/18px Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #666;
    background: #f2f2f2;

    min-width: 320px;
}

#header{
    position: relative;
    font-family: 'Open Sans', sans-serif;
    z-index: 15;
}

#header > div,
#body > div,
#before-body,
.cropping
{
    position: relative;
    max-width: 1240px;
    margin: auto;
    padding: 0 20px 30px 20px;
    background-color: white;
    box-sizing: border-box;
}
.cropping.transparent
{
    background-color: transparent;
}
#before-body{
    position: relative;
    padding: 0;
    z-index: 10;
}
#body
{
    margin-bottom: 45px;
}
#body > div{
    padding-top: 25px;
}

#header > div:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 27px;
    background-image: url('../images/elements/header/shadow-1.png');
    background-position: center;
    background-size: cover;

    z-index: 15;
}

#header .contacts{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0;
}

#header .contacts .email{
    line-height: 24px;
}
#header .contacts .email a{
    color: inherit;
    text-decoration: none;
}

#header .contacts .socials .social{
    display: block;
    margin-left: 20px;
}
#header .contacts .socials .social img{
    display: block;
    height: 22px;

    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
#header .contacts .socials .social:hover > img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#header .logo-menu{
    margin-top: 25px;
}
    #header .logo-menu .logo{
        float: left;
    }
        #header .logo-menu .logo .image{
            display: inline-block;
            vertical-align: middle;
            padding-right: 30px;
            border-right: 1px solid #dddddd;

        }
        #header .logo-menu .logo .slogan{
            display: inline-block;
            vertical-align: middle;
            color: #999999;
            font-family: 'Open Sans', sans-serif;
            padding-left: 25px;
        }

    #header .logo-menu .mod-menu{
        float: right;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;

        margin-top: 23px;
    }
        #header .logo-menu .mod-menu ul{
            margin: 0;
            padding: 0;
            list-style: none;
        }
        #header .logo-menu .mod-menu li{
            position:relative;
            display: inline-block;
        }
        #header .logo-menu .mod-menu > li:not(:last-child){
            margin-right: 15px;
        }

        #header .logo-menu .mod-menu li a{
            color: black;
            text-decoration: none;
            padding: 10px 0;
        }

        #header .logo-menu .mod-menu > li:hover > ul{
            display:block;
            opacity:1;
        }



#header .logo-menu .mod-menu li > a:hover,
#header .logo-menu .mod-menu li.active > a{color:#41ace3}

.custom-module a
{color:#41ace3}

#header .logo-menu .mod-menu > li ul{
    position:absolute;
    top:25px;
    left:0;
    margin:0;
    padding:10px 5px;
    list-style:none;
    display:none;
    opacity:0;
    border:2px solid #41ace3;
    background-color:white;
    box-shadow:0 0 11px -1px #0000006e;
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    -o-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
    z-index: 20;
}

#header .logo-menu .mod-menu > li ul li{
    display: block;
}

#header .logo-menu .mod-menu > li ul a{
    display: block;
    padding: 10px;
}
#header .logo-menu .mod-menu > li ul a{
    white-space: nowrap;
}



#header .mobile-menu,
#header .mobile-menu-button
{
    display: none;
}

#header .mobile-menu-button
{
    margin-top: 15px;
}

#mobile-menu-button > div:first-child{width:28px;height:28px;box-sizing:border-box;border:1px solid #41ace3;border-radius:5px;cursor:pointer;}
#mobile-menu-button > div:first-child > div{width:75%;height:1px;background-color:#41ace3;margin:22% auto auto auto;}
#mobile-menu-button > div{float:left;}
#mobile-menu-button > div:nth-child(2){
    line-height: 28px;
    margin-left: 7px;
    font-size: 17px;
    color: #71c1ea;
}
#mobile-menu{position:fixed;top:0;left:0;width:85%;height:100%;background-color: rgba(255, 255, 255, 0.95);z-index:50;transform:translateX(-110%);-o-transform:translateX(-110%);-ms-transform:translateX(-110%);-moz-transform:translateX(-110%);-webkit-transform:translateX(-110%);-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;box-shadow:0 0 10px 2px #7d7d7d;}
#mobile-menu.active{transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);-moz-transform:translateX(0);-webkit-transform:translateX(0);}
#mobile-menu > .title{text-align:center;line-height:30px;color: #41ace3;text-transform:uppercase;margin-top:5px;margin-bottom:10px;font-weight:600;}
#mobile-menu > .close{position:absolute;top:0px;right:0;color: #41ace3;font-weight:600;font-size:20px;width:30px;height:30px;line-height:30px;text-align:center;}
#mobile-menu > .menu{width:100%;padding:0 20px;box-sizing:border-box;}
#mobile-menu ul{margin:0;list-style:none;padding:0;}
#mobile-menu > .menu{height:calc(100% - 45px);height:-moz-calc(100% - 45px);height:-webkit-calc(100% - 45px);overflow-y:scroll;}
#mobile-menu > .menu > .mod-menu > li{margin-bottom:15px;}
#mobile-menu > .menu > .mod-menu > li > ul > li{margin-bottom:10px;}
#mobile-menu > .menu > .mod-menu > li > ul{width:80%;margin-left:auto;margin-top:10px;margin-bottom:10px;}
#mobile-menu > .menu > .mod-menu li > a,
#mobile-menu > .menu > .mod-menu li > span{display:block;color: #41ace3;border:1px solid #41ace3;text-decoration:none;text-align:center;font-size:17px;line-height:32px;}




.blog.news{
    
}

.item-page .work-example
{
    display: block;
    box-sizing: border-box;
    float: left;

    width: calc((100% - 40px) / 3);
    width: -moz-calc((100% - 40px) / 3);
    width: -webkit-calc((100% - 40px) / 3);
    margin: 10px;

    background-color: #41ace3;
    border: 2px solid #41ace3;
    color: white;

    text-decoration: none;
    overflow: hidden;

    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.6);

}

.work-example:nth-child(3n)
{
    margin-right: 0;
}
.work-example:nth-child(3n + 1)
{
    margin-left: 0;
}

.work-example > div{
    position: relative;
}

.work-example .name{
    font-size: 20px;
    text-align: center;
    display: block;
    padding: 10px 0;
}

.work-example .image{
    width: 100%;
}

.work-example .image img{
    width: 100%;
}

.work-example .created{
    position: absolute;
    top: 15%;
    right: 0;
    text-align: center;
    background-color: #41ace3;
    padding: 8px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
}

.work-example .desc{
    text-align: center;
    padding: 5px 0;
}

.title-between-blocks{
    text-align: center;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 30px;
}

#body .breadcrumb{
    list-style: none;
    margin: 0;
    padding: 0;
}

#body .breadcrumb li{
    display: inline-block;
}

#body .breadcrumb li.float-start
{
    display: none;
}

#body .breadcrumb li:not(:nth-child(1)):not(:nth-child(2)):before
{
    content: '/';
    margin-left: 5px;
    margin-right: 5px;
}

#body .breadcrumb li a{
    color: #41ace3;
    font-weight: bold;
}


.website-supports{
    text-align: center;
}
.website-supports .website-support{
    display: inline-block;
    position: relative;
    box-sizing: border-box;

    width: 300px;
    height: 300px;
    border: 2px solid #41ace3;
    text-decoration: none;

    color: white;
    overflow: hidden;
}

.website-supports .website-support .image, .website-supports .website-support .desc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.website-supports .website-support .image img{
    width: 100%;
    height: 100%;
}

.website-supports .website-support .desc{
    z-index: 3;
    background-color: rgba(89, 148, 179, 0.7);
    opacity: 0;

    transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
}

.website-supports .website-support .name{
    opacity: 1;
}

.website-supports .website-support .desc > div{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 25px;
    line-height: 28px;
    text-shadow: 0 0 1px black, 0 0 2px black;
    padding: 0 10px;
    box-sizing: border-box;

    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.website-supports .website-support:hover > .desc{
    opacity: 1;
}

.website-supports .website-support .name > div{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background-color: #41ace3;
    z-index: 2;

    font-size: 19px;
    line-height: 26px;

    transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;

    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.6);
}

.website-supports .website-support:hover > .name{
    opacity: 0;
}

.blog.blog-news .item
{
    margin-top: 15px;
    margin-bottom: 25px;
}

.blog.blog-news .item-image
{
    position: relative;
    float: left;
    max-width: 600px;
    margin: 0;
}
.blog.blog-news .item-image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog.blog-news .right-side
{
    float: left;
    box-sizing: border-box;
    padding: 0 10px;

    width: calc(100% - 600px);
    width: -moz-calc(100% - 600px);
    width: -webkit-calc(100% - 600px);
}

.blog.blog-news .right-side h2
{
    margin-top: 0;
    text-align: center;
}

.blog.blog-news .right-side h2,
.item-page.blog-news .page-header h2
{
    color: #41ace3;
}

.blog.blog-news .right-side .button
{
    width: 100%;
}

.blog.blog-news .right-side .intro-text,
.item-page.blog-news .article-body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-shadow: 1px 1px 1px #e8e8e8;
}

.item-page b
{
    color: #008bd2;
}


.item-page strong
{
    font-weight: normal;
}
.item-page b strong
{
    font-weight: bold;
}

.item-page p
{
    margin-top: 0;
}

.item-page h4
{
    color: #008bd2;
    margin-bottom: 0;
    font-size: 16px;
}
.item-page a
{
    color: #008bd2;
}

.item-page a:hover
{
    color: #8d8d8d;
}

.item-page.blog-news .item-image.back-image
{
    width: 100%;
    height: 250px;
    background-attachment: fixed;
    box-shadow: inset 0 0 24px -8px rgba(0, 0, 0, 0.6);
    background-position: center top;
}

.yandex-map
{
    box-sizing: border-box;
    border: 2px solid #41ace3;
}
#body .breadcrumb
{
    margin-bottom: 15px;
}

#footer
{
    position: relative;
    width: 100%;
    min-height: 100px;
    background-color: #41ace3;
    margin-top: 50px;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.7);
}

#footer .copyright
{
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 12px;
}

.custom-module .title.standard,
.item-page .title.standard
{
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: initial;
    font-weight: bold;
    color: #41ace3;
    padding-top: 30px;
    margin-bottom: 15px;
}

.custom-module .title.standard .desc,
.item-page .title.standard .desc
{
    color: #00bd0f;
    font-size: 12px;
}

.custom-module
{
    margin-bottom: 45px;
}



.need-new-site .left-side,
.need-new-site .right-side
{
    float: left;
}

.need-new-site .left-side
{
    width: 70%;
}
.need-new-site .right-side
{
    width: 30%;
}


.need-new-site .steps .step
{
    float: left;
    box-sizing: border-box;

    padding: 7px;

    width: calc((100% / 3) - 25px);
    width: -moz-calc((100% / 3) - 25px);
    width: -webkit-calc((100% / 3) - 25px);

    background-color: #8d8d8d;
    color: white;

    box-shadow: 0 0 19px -7px rgba(0, 0, 0, 0.8);

    -webkit-animation: step-moving 6s infinite;
    -moz-animation:    step-moving 6s infinite;
    -o-animation:      step-moving 6s infinite;
    animation:         step-moving 6s infinite;
}

.need-new-site .steps .step.step-1
{
    margin-top: 116px;
    animation-delay: 1s;
}
.need-new-site .steps .step.step-2
{
    margin-top: 58px;

    animation-delay: 2s;
}
.need-new-site .steps .step.step-3
{
    animation-delay: 3s;
}

@keyframes step-moving
{
    0% {
        background-color: #8d8d8d;
    }
    20% {
        background-color: #8d8d8d;
    }
    50% {
        background-color: #2d9bd4;
    }
    80% {
        background-color: #8d8d8d;
    }
    100% {
        background-color: #8d8d8d;
    }
}



.need-new-site .steps .step .title
{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;

    margin-bottom: 8px;
}


.need-new-site .right-side
{
    padding: 10px;
    box-sizing: border-box;
}

.need-new-site .right-side .info
{
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}


/* Sites errors */
.sites-error-div
{
    display: block;
    width: 100%;
    border: 2px solid #7c7c7c;
    background-color: #f1f1f1;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 32px;
}

.sites-error-div > img
{
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.sites-error-div > .number
{
    padding: 16px;
    font-weight: bold;
    font-size: 18px;
}


.sites-error-div > .desc
{
    padding: 16px;
}


.mod-return-funds .cropping
{
    padding-top: 26px;
}



@media (max-width: 1000px)
{
    .need-new-site .left-side,
    .need-new-site .right-side
    {
        width: 100%;
    }

    .need-new-site .right-side
    {
        margin-top: 25px;
    }

    .need-new-site .steps .step
    {
        width: calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: -webkit-calc(100% / 3);
    }

    .item-page .work-example
    {
        width: calc((100% - 20px) / 2);
        width: -moz-calc((100% - 20px) / 2);
        width: -webkit-calc((100% - 20px) / 2);
    }
    .work-example:nth-child(3n)
    {
        margin-right: 10px;
    }

    .work-example:nth-child(3n + 1)
    {
        margin-left: 10px;
    }

    .work-example:nth-child(2n + 1)
    {
        margin-left: 0px !important;
    }

    .work-example:nth-child(2n)
    {
        margin-right: 0px !important;
    }

    .blog.blog-news .item-image
    {
        max-width: 400px;
    }

    .blog.blog-news .right-side
    {
        width: calc((100% - 400px));
        width: -moz-calc((100% - 400px));
        width: -webkit-calc((100% - 400px));
    }
}

@media (max-width: 800px)
{
    .blog.blog-news .item-image
    {
        max-width: 100%;
        width: 100%;
        height: 250px;
    }
    .blog.blog-news .right-side
    {
        width: 100%;
    }
    .blog.blog-news .right-side .page-header h2
    {
        margin-top: 10px;
    }
}



@media (max-width: 600px)
{
    #header .logo-menu .pc-menu
    {
        display: none;
    }

    #header .mobile-menu,
    #header .mobile-menu-button
    {
        display: block;
    }

    .need-new-site .steps .step
    {
        width: 100%;
        margin-top: 10px !important;
    }

    .item-page .work-example
    {
        width: 100%;
        margin: 0px !important;
        margin-bottom: 25px !important;
    }
}


@media (max-width: 560px)
{
    #header .logo-menu .logo .image
    {
        width: 100%;
        padding: 0;
        border-right: none;
    }

    #header .logo-menu .logo .slogan
    {
        padding: 0;
        text-align: center;
        width: 100%;
    }

    #header .logo-menu .logo .slogan br
    {
        display: none;
    }

}