body, html {
    height: 100%;
    margin: 0;
}

@font-face {
    font-family:RobotoCondensedLight;
    src:url(/fonts/roboto_condensed_light.eot);
    src:url(/fonts/roboto_condensed_light.eot?#iefix) format('embedded-opentype'),
    url(/fonts/roboto_condensed_light.woff2) format('woff2'),
    url(/fonts/roboto_condensed_light.woff) format('woff'),
    url(/fonts/roboto_condensed_light.ttf) format('truetype');
    font-weight: 400;
}

@font-face {
    font-family:OpenSansRegular;
    src:url(/fonts/OpenSansRegular.eot);
    src:url(/fonts/OpenSansRegular.eot?#iefix) format('embedded-opentype'),
    url(/fonts/OpenSansRegular.woff2) format('woff2'),
    url(/fonts/OpenSansRegular.woff) format('woff'),
    url(/fonts/OpenSansRegular.ttf) format('truetype');
    font-weight: 400;
}

@font-face {
    font-family:BebasNeueRegular;
    src:url(/fonts/bebasneueregular.eot);
    src:url(/fonts/bebasneueregular.eot?#iefix) format('embedded-opentype'),
    url(/fonts/bebasneueregular.woff2) format('woff2'),
    url(/fonts/bebasneueregular.woff) format('woff'),
    url(/fonts/bebasneueregular.ttf) format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: OpenSans;
    src: url(/fonts/OpenSans.eot);
    src: url(/fonts/OpenSans.eot?#iefix) format('embedded-opentype'),
    url(/fonts/OpenSans.woff2) format('woff2'),
    url(/fonts/OpenSans.woff) format('woff'),
    url(/fonts/OpenSans.ttf) format('truetype');
    font-weight: 400;
}

a {
    text-decoration: none;
}

.main-fon {
    height: 100vh;
    /*background: #333 url(/pics/main_photo.jpg) no-repeat fixed bottom center;*/
}

.main-top-line-1 {
    height: 35px;
    background-color: rgba(255, 255, 255, 0.5);
}

.inner-top-line-1 {
    height: 35px;
    background-color: rgba(255, 255, 255, 0.5);
}

.main-top-line-1 > div > div > div {
    color: #525B66;
    font-size: 13px;
    font-weight: bold;
    padding-top: 7px;
}

.inner-top-line-1 > div > div > div {
    color: #404750;
    font-size: 13px;
    font-weight: bold;
    padding-top: 7px;
}

.main-top-line-1pr {
    padding-right: 20px;
}

.selected-lang {
    color: #FF7F00;
}

#topbar {
    height: 86px;
    background-color: rgba(21,21,57, 0.9) /*#151F39*/;
    position: fixed;
    top: -90px;
    width: 100%;
    z-index: 100;
    transition: top 0.3s;
}

.inner-top-mobile {
    height: 86px;
    background-color: rgba(21,21,57, 0.9);
    position: fixed;
    width: 100%;
    z-index: 100;
    padding-left: 16px;
    padding-right: 16px;
}

    @media all and (max-width: 600px) {
        .inner-top-mobile {
            height: 56px;
            padding-left: 0;
            padding-right: 0;
        }
    }

.main-top-line-2 {
    height: 86px;
    background-color: rgba(21,21,57, 0.3);
}

.main-top-line-2-img {
    padding-top: 23px;
}

.main-top-line-2-img2 {
    padding-top: 14px;
}

.main-top-line-2-img-mob-menu {
    padding-top: 32px;
}

    @media all and (max-width: 600px) {
        .main-top-line-2-img-mob-menu {
            padding-top: 17px;
        }
    }

.main-top-line-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-top-line-2 li {
    display: inline-block;
    padding-top: 30px;
}

.main-top-line-2 a {
    padding: 0 15px;
    margin-left: 5px;
}

.main-top-line-2 a:hover {
    color: white;
}

.menu-top, .menu-top-2, .menu-top-inner {
    margin-right: -15px;
}

.menu-top a, .menu-top-2 a, .menu-top-inner a {
    color: white;
    transition: color 0.5s;
}

/*.menu-top a:hover {
    color: #000000;
}*/

.menu-top-2 a:hover, .menu-top-inner a:hover, .menu-top a:hover {
    color: #ff8000;
}



/*------------------------- overlay menu ------------------------*/

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    /*top: 25%;*/
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 30px;
}

@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 30px;
        top: 15px;
        right: 35px;
    }
}

/*------------------------- #overlay menu ------------------------*/

.dd {
    text-align: center;
    padding-top: 30px;
}

.dd a {
    display: inline-table;
}

.dd span {
    color: white;
    padding-bottom: 5px;
}

.main-txt {
    font-family: RobotoCondensedLight, Arial, sans-serif;
    color: #000;
    font-size: 17px;
}

.dop-1 {
    padding-left: 16px;
    padding-right: 16px;
}

@media all and (max-width: 600px) {
    .dop-1 {
        padding-left: 0;
        padding-right: 0;
    }
}

.main-top-line-3 {
    color: white;
    /*padding-top: 15%;*/
    display: flex;
    width: 100%;
    height: 70vh;
}

.main-top-line-3 h1 {
    font-size: 3em;
}

.main-top-line-3-inner {
    width: 100%;
    margin: auto;
}

.main-3 {
    height: 550px;
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important
}

.main-4-bg {
    background-color: #eff9fb;
}

.main-4-tit {
    padding-top: 40px;
    padding-bottom: 40px;
}

.main-4-0 {
    font-size: 28px;
    padding-top: 16px;
    padding-bottom: 70px;
}

.main-4-01 {
    font-size: 17px;
    padding: 16px 10%;
}

.main-4-01 span {
    color: #FFC43E;
}

.main-4 {
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all 0.5s;
    margin-bottom: 32px;
    /*min-height: 220px;*/
    min-height: 350px;
    border-radius: 7px;
}

.main-4:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1)!important
}

.main-4 div {
    padding: 6px 24px;
}

.main-4-1 {
    font-weight: bold;
    margin-top: -6px;
}

.main-4 a {
    text-decoration: underline;
}

.main-4 a:hover {
    text-decoration: none;
    color: #4CAF50;
}

.main-4-2 {
    font-family: RobotoCondensedLight, Tahoma, Verdana, sans-serif;
    font-size: 17px;
}

.main-5 {
    margin-top: -30px;
    padding-top: 86px;
    padding-bottom: 64px;
}

.main-5-tit {
    font-size: 28px;
    margin-bottom: 40px;
}

.main-5-tit span {
    font-size: 24px;
    padding: 0 16px 10px;
    border-bottom: 1px solid black;
}

.main-5-sub-block-inner {
    padding: 32px;
    /*background-color: rgba(110,110,110,0.6);*/
    background-color: rgba(0,0,0,0.3);
    border-radius: 8px;
    box-shadow:0 4px 8px 0 rgba(110,110,110,0.1),0 6px 20px 0 rgba(110,110,110,0.1)!important
}

.main-5-num {
    font-size: 60px;
    color: #64649B;
    opacity: 0;
}

.viz {
    opacity: 1;
    transition: 1s;
}

.main-5-num img {
    padding-bottom: 25px;
    padding-left: 5px;
}

.main-6 {
    background-color: white;
}

.main-6-title {
    text-align: center;
    padding-bottom: 40px;
}

.main-6-title span {
    font-size: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid  #8B0000;
}

.main-6-0-1 {
    background-color: #EEFFBF;
}

.main-6-0-2 {
    min-height: 1000px;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.25),0 6px 20px 0 rgba(0,0,0,0.25)!important
}


/** _2 **/


.main-carusel {
    text-align: center;
    margin-top: 36px;
}

.main-carusel-item {
    /*height: 86px;*/
    display: inline-block;
}

.main-8 {
    background-color: #f0f1f7;
    font-size: 14px;
}

.main-8-1 {
    background-color: #D3D8ED;
}

.main-8-1-1 {
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
}

.main-9 {
    background-color: #D3D8ED;
}

.main-9 a {
    padding: 10px 80px;
    background-color: white;
    color: #7D8DCC;
    font-weight: bold;
    border: 1px solid #7D8DCC;
    border-radius: 6px;
    -webkit-transition: all .5s;
    transition: all 0.5s;
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.3)!important
}

.main-9 a:hover {
    background-color: #7D8DCC;
    color: white;
    border: 1px solid white;
}

.main-10 {
    height: 550px;
}

.main-11 {
    color: #677485;
    min-height: 360px;
    /*background-color: #17172D;*/
    font-family: Arial, Verdana, sans-serif;
}

.main-11-title {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.main-11-title-d {
    color: #ECFFBF;
}

.main-11-text {
    padding-top: 6px;
    transition: all 0.5s;
}

.main-11-text:hover {
    color: #c6c6c6;
}

.main-11 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-11-media li {
    display: inline-block;
}

.main-11 a {
    color: #677485;
    text-decoration: none;
    padding: 6px 0;
    display: block;
    -webkit-transition: all .5s;
    transition: all 0.5s;
}

.main-11 a:hover {
    color: white;
    padding-left: 10px;
}

a.main-media {
    text-align: center;
    display: block;
    width: 40px;
    background-color: #39334F;
    color: white;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 8px;
    border-radius: 18px;
    -webkit-transition: all .5s;
    transition: all 0.5s;
}

a.main-media:hover {
    background-color: transparent;
    /*background-color: #17172D;*/
    color: #FFC43E;
    padding-left: 0;
}

.main-12 {
    color: grey;
    font-size: 12px;
    background-color: black;
    text-align: center;
}

.main-12 b {
    color: #adadad;
}

.bottom-menu-icon {
    margin-right: 14px;
    float: left;
}

.main-11-text-right {
    margin-bottom: 20px;
    transition: all 0.5s;
}

.main-11-text-right:hover {
    color: #c6c6c6;
}

.footer-1 {
    padding-bottom: 32px;
}

@media all and (min-width: 601px) and (max-width: 992px) {

    .mobile-order-h {
        min-height: 400px;
    }
}

/* ---------- inner ------------ */

.inner-top-photo {
    height: 350px;
    /*background: white url(/pics/inner-top-photo.jpg) center no-repeat;*/
    /*background-size: cover;*/
    /*box-shadow:0 8px 16px 0 rgba(0,0,0,0.20),0 6px 20px 0 rgba(0,0,0,0.20)!important;*/
}

.main-rl-padding {
    padding-left: 16px;
    padding-right: 16px;
}

.l-info-block {
    font-family: RobotoCondensedLight, Arial, sans-serif;
    color: #000;
    font-size: 17px;
    padding-right: 80px;
    padding-top: 24px;
}

.l-info-block-txt {
    text-align: justify;
}

.l-info-block-txt li {
    padding-left: 14px;
}

    @media all and (max-width: 600px) {
        .l-info-block-txt {
            text-align: left;
        }
    }

.r-menu-width {
    width: 300px;
}

.inner_right_menu_title {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

    @media all and (min-width: 601px) and (max-width: 992px) {

        .inner-gap {
            height: 82px;
        }
    }

    @media all and (max-width: 600px) {
        .inner-gap {
            height: 50px;
        }
    }

.brcr-link {
    font-family: OpenSansRegular, Arial, sans-serif;
    color: #000;
    font-size: 15px;
    font-style: italic;
}

.brcr-nolink {
    font-family: OpenSansRegular, Arial, sans-serif;
    color: #8e8e8e;
    font-size: 15px;
    font-style: italic;
}

.brcr-line {
    font-family: OpenSansRegular, Arial, sans-serif;
    color: #ff8911;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 8px;
}

.servise-page-brcr {
    padding-left: 32px;
    padding-right: 32px;
}

    @media all and (max-width: 600px) {
        .servise-page-brcr {
            padding-left: 16px;
            padding-right: 16px;
        }
    }

.inner-r-menu-dop {
    padding-bottom: 36px;
}

.inner_right_menu_link {
    background: url(/pics/right_menu_point.png) no-repeat left center;
    display: block;
    text-decoration: none;
    font-family: 'Roboto Condensed', Verdana, Arial, sans-serif;
    font-size: 16px;
    padding: 10px 5px 10px 30px;
    border-bottom: 1px solid #e8e8e8;
}

.inner-r-menu {

}

.inner-r-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.inner-r-menu li {
    display: block;
}

.inner-r-menu a, .inner-r-menu span {
    display: block;
    color: #677485;
    text-decoration: none;
    padding: 8px 26px;
    -webkit-box-shadow: inset 0 0 0 0 #EEFFBF;
    box-shadow: inset 0 0 0 0 #EEFFBF;
    -webkit-transition: all .5s;
    transition: all 0.5s;
}

.inner-r-menu a:hover {
    box-shadow: inset 750px 0 0 0 #EEFFBF;
    padding-left: 36px;
    -webkit-transition: all .5s linear 0ms;
    transition: all 0.5s linear 0ms;
}

.inner-info {
    margin-bottom: 44px;

}

.inner-info h1 {
    font-size: 26px;
    text-align: left;
}

.bg-menu {
    background: #EEFFBF url(/pics/right_menu_point.png) no-repeat left center;
    font-family: 'Roboto Condensed', BravoRG, Arial, Verdana, sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
}

/* ---- timeline ---- */

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

/* Container around content */
.container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -11px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.con-left {
    left: 0;
}

/* Place the container to the right */
.con-right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.con-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: 10px solid transparent;
    border-right-width: 0;
    border-left-color: white;
}

/* Add arrows to the right container (pointing left) */
.con-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: 10px solid transparent;
    border-right-color: white;
    border-left-width: 0;
}

/* Fix the circle for containers on the right side */
.con-right::after {
    left: -16px;
}

/* The actual content */
.content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .container::before {
        left: 60px;
        border: 10px solid transparent;
        border-right-color: white;
        border-left-width: 0;
    }

    /* Make sure all circles are at the same spot */
    .con-left::after, .con-right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .con-right {
        left: 0;
    }
}

/* ---- # timeline ---- */

.main-content-0 {
    font-family: RobotoCondensedLight, Arial, sans-serif;
    font-size: 18px;
    color: #000;
}

.main-content {
    color: #4d4d4d;
    font-family: OpenSans, Arial, sans-serif;
    font-size: 17px;
}

.main-content-1 {
    color: #4d4d4d;
    font-family: OpenSans, Arial, sans-serif;
    font-size: 15px;
}

.linkedin-btn {
    padding: 3px 7px 5px 7px;
    border: 2px solid #cdcdcd;
    border-radius: 16px;
    color: #cdcdcd;
    background-color: white;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.linkedin-btn:hover {
    padding: 3px 7px 5px 7px;
    border: 2px solid #006097;
    border-radius: 16px;
    color: white;
    background-color: #006097;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.inner-company-at {
    width: 40%;
    margin: auto;
}

.inner-feedback-info {
    font-family: RobotoCondensedLight, Verdana, Arial, sans-serif;
    font-size: 18px;
    color: #000;
    text-align: justify;
    padding-top: 20px;
    padding-bottom: 30px;
}

.inner-feedback-map-tit {
    margin-top: 40px;
}

.inner_site_dev_text {
    font-family: RobotoCondensedLight, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    padding-top: 20px;
}

.inner-services-block {
    border-radius: 7px;
    border: 1px solid #809bac;
    margin-top: 16px;
    margin-bottom: 16px;
    min-height: 400px;
    -webkit-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
}

.inner-services-block:hover {
    /*-webkit-transform: translateY(-10px);
    transform: translateY(-10px);*/
}

.services-block-tit {
    border-radius: 5px 5px 0 0;
    background-color: #809bac;
    color: white;
    font-size: 16px;
    font-family: Verdana, Arial, sans-serif;
}

.services-link-list {
    display: block;
    text-decoration: underline;
    padding: 7px 0 7px 16px;
    box-shadow: inset 0 0 0 0 #EEFFBF;
    -webkit-transition: all 500ms linear 0ms;
    transition: all 500ms linear 0ms;
}

.services-link-list:hover {
    text-decoration: none;
    box-shadow: inset 750px 0 0 0 #EEFFBF;
    -webkit-transition: box-shadow 500ms linear 0ms;
    transition: box-shadow 500ms linear 0ms;
}

.inner-cl-logo {
    display: inline-block;
    width: 300px;
    height: 200px;
    margin: 20px;
    border: 1px dashed #d4d4d4;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.inner-cl-logo:hover {
    border: 1px solid #d4d4d4;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=90, Color=#ccc)";
    -webkit-box-shadow: 0 6px 6px #ccc;
    box-shadow: 0 6px 6px #ccc;
}

.cl-logo-outer {
    display: flex;
    width: 100%;
    height: 100%;
}

.cl-logo-inner {
    width: 100%;
    margin: auto;
}

.portfolio-top-gap {
    margin-top: 20px;
}

.portfolio {
    width: 130px;
    height: 28px;
    font-size: 12px;
    padding: 4px 2px;
    margin-bottom: 30px;
}

.site-list-item {
    text-align: center;
}

.site-list-item img {
    border: 1px solid #d3d3d3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.site-list-item img:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-box-shadow: 0 0 10px #9e9e9e;
    box-shadow: 0 0 10px #9e9e9e;

    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.portfolio_top {
    background-color: rgba(138, 144, 181, 0.60);
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: white;
    padding: 5px 15px;
    transition: all 0.5s;
}

.portfolio_top:hover {
    background-color: rgba(138, 144, 181, 1);
    transition: all 0.5s;
}

.portfolio_1 {
    background-color: rgba(138, 144, 181, 0.24);
}

.service-title-2 {
    font-family: RobotoCondensedLight, Arial, sans-serif;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    padding-top: 48px;
    padding-bottom: 30px;
    text-align: left;
}

.service-subtitle {
    font-family: RobotoCondensedLight, Arial, sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.sub-dop {
    margin-top: 60px;
    text-align: left;
}

.dp-img img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.dp-img img:hover {
    -webkit-box-shadow: 0 0 10px #9e9e9e;
    box-shadow: 0 0 10px #9e9e9e;

    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.result-list {
    padding-left: 10px;
    margin-bottom: 50px;
}

.result-list-title {
    margin-left: 20px;
}

.result-list-title span {
    font-family: "Roboto Condensed", Arial, sans-serif;
    color: #740000;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 20px;
}

.result-list-descr {
    margin-left: 60px;
    margin-bottom: 20px;
}

.inner-panel-1 {
    font-size: 20px;
    border-left: 5px solid red;
}

.inner-panel-2 {
    padding-left: 32px;
    border-left: 5px solid red;
}

.fgg-1 {
    text-align: right;
    width: 31%;
    font-size: 60px;
    padding-top: 32px;
    padding-bottom: 32px;
}

.fgg-2 {
    text-align: left;
    width: 69%;
    font-size: 30px;
    padding-top: 32px;
    padding-bottom: 32px;
}

.domen-panel {
    border-left: 5px solid blue;
}

.hosting__explain {
    display: flex;
}

    @media all and (max-width: 600px) {
        .hosting__explain {
            flex-direction: column;
        }
    }

.explain__block_1 {
    flex: 1 1 50%;
    border: 1px dotted #2E6CB5;
    background-color: #e8f0fb;
    text-align: left;
    margin: 0 5px 16px 0;
    padding: 16px 16px 22px 16px;
}

.explain__block_2 {
    flex: 1 1 50%;
    border: 1px dotted #2E6CB5;
    background-color: #e8f0fb;
    text-align: left;
    margin: 0 0 16px 5px;
    padding: 16px 16px 22px 16px;
}

    @media all and (max-width: 600px) {
        .explain__block_1 {
            margin: 0 0 16px 0;
        }
        .explain__block_2 {
            margin: 0 0 16px 0;
        }
    }

.inner-hosting-block-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 16px 0;
}

.dop-host {
    font-family: RobotoCondensedLight, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    background: url(/pics/hosting-fon.png) repeat top center;
    margin-top: 40px;
    border: 5px solid yellow;
}

.dop-host li {
    padding-left: 16px;
}

.corpstyle-0 {
    background: url(/pics/hosting-fon.png) repeat top center;;
    padding: 16px 16px 16px 16px;
    border: 1px solid #d3d3d3;
}

.corpstyle-l {
    padding-right: 8px;
}

.corpstyle-r {
    padding-left: 8px;
}

.corpstyle-1, .corpstyle-2, .corpstyle-3, .corpstyle-4 {
    text-align: left;
    margin-bottom: 32px;
}

.logodev-border {
    border: 3px solid yellow;
}

a.logodev-link {
    /*background-color: yellow;*/
    color: red;
    text-decoration: none;
}

a.logodev-link:hover {
    color: blue;
    text-decoration: underline;
}

.service-order a {
    font-size: 20px;
    text-decoration: none;
}

.service-order a:hover {
    color: blue;
}

.service-order-time {
    font-size: 16px;
    color: #c915ff;
    padding: 16px 0;
}

.service-order-time span {
    padding: 4px;
    background-color: #e5e5e1;
    color: #c915ff;
}



/*------------------------- share btn ------------------------*/

.btn {
    width: 130px;
    padding: 10px;
    border: none;
    border-radius: 0;
    margin: 5px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    text-decoration: none; /* remove underline from anchors */
}

.btn:hover {
    opacity: 1;
}

.fb {
    background-color: #3B5998;
    color: white;
}

.twitter {
    background-color: #55ACEE;
    color: white;
}

.google {
    background-color: #dd4b39;
    color: white;
}

.btn_1 {
    padding-right: 10px;
}

.btn_2 {
    padding-left: 6px;
    padding-right: 6px;
}

.btn_3 {
    padding-left: 10px;
}
/*------------------------- #share btn ------------------------*/

.error-404-block {
    padding-top: 100px;
    padding-bottom: 300px;
}

.yellow-ramka {
    border: 5px solid yellow;
    padding: 46px 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}







/* ---- for testing ---- */

.visible {
    border: 1px solid #d3d3d3;
    background-color: #eaeaea;
}

/* ---- @media ---- */

@media all and (min-width: 1300px) and (max-width: 1500px) {


}

@media all and (min-width: 1300px) {

    .left-right-flex-pad {
        width: 1280px;
        margin: auto;
    }

}

@media all and (min-width: 993px) and (max-width: 1299px) {

    /*.main-fon {
        height: 700px;
    }*/

}

@media all and (max-width: 992px) {

    .main-block {
        margin-top: 120px;
    }

    .main-5-sub-block {
        margin-bottom: 60px;
    }

    .inner-company-at {
        width: 500px;
    }

    .inner-info-right {
        margin-top: -12px;
    }

    .l-info-block {
        padding-right: 0;
    }

}


@media all and (min-width: 600px) and (max-width: 700px) {

}


@media all and (min-width: 601px) and (max-width: 992px) {

    /*.main-fon {
        height: 500px;
    }*/
}

@media all and (max-width: 600px) {

    .inner-company-at {
        width: 92%;
    }

    .main-top-line-3 {
        font-size: 12px;
    }

    .main-4 {
        min-height: 200px;
    }

    .main-rl-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .inner-info h1 {
        font-size: 22px;
    }

    .result-list-title span {
        font-size: 15px;
    }

    .fgg-1 {
        text-align: center;
        width: 100%;
        font-size: 60px;
        padding-top: 32px;
        padding-bottom: 1px;
    }

    .fgg-2 {
        text-align: center;
        width: 100%;
        font-size: 30px;
        padding-top: 1px;
        padding-bottom: 32px;
    }

}


@media all and (min-width: 480px) and (max-width: 600px) {


}

@media all and (max-width: 480px) {


}