* {
    margin: 0;
    padding: 0;
}

body {
    background: none repeat scroll 0 0 #fff;
    color: #6f6f6f;
    font: 14px Tahoma, Arial, Helvetica, sans-serif;
    /*overflow-x: hidden;*/
    min-width: 250px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

img {
    max-width: 100%;
    width: auto;
    border: 0 none;
}

em {
    font-style: normal;
}

h1,
h2 {
    font-size: 30px;
    margin-top: 0;
    margin: 30px 0;
    color: #282828;
    text-align: center;
    width: 100%;
}

h3 {
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0;
}

table {
    border-collapse: collapse;
}

a {
    color: #0095EA;
}

a:hover {
    text-decoration: none;
}

p {
    padding-bottom: 15px;
}

ul,
ol {
    /*margin-left: 20px;*/
}

li {
    /*background: transparent url("../images/desc1.png") no-repeat scroll -3px 2px;
    list-style: outside none none;padding-left: 25px;*/
    margin-bottom: 10px;
    margin-top: 10px;
}

hr {
    color: #555;
    /*для IE */
    background-color: #555;
    /*для Firefox, Opera, Safari*/
    border: 0px none;
    height: 1px;
    /* высота 1px IE, Firefox, Opera, Safari */
    clear: both;
    /* для очистки, если тег идет после float елемента */
    margin: 5px 0;
}

.container {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 35px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

a.whitecolor {
    color: #fff;
}


/* Header */

.header {
    background: #ea0063;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0095ea 0%, #ea0063 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0095ea 0%, #ea0063 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0095ea 0%, #ea0063 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0095ea', endColorstr='#ea0063', GradientType=1);
    /* IE6-9 */
    color: #fff;
}

.header div {
    max-width: 1100px;
    margin: 0 auto;
}

.header #companynameblock {
    float: left;
    font-size: 15px;
}

.header #companynameblock a {
    display: block;
    padding-bottom: 20px;
}

.header #companynameblock a img {
    margin-top: 30px;
}

.header #companyinfoblock {
    float: left;
    padding-top: 40px;
    max-width: 175px;
    line-height: 15px;
}

.header #companyinfoblock p {
    padding: 5px 0
}

.header #companyinfoblock p span {
    background: #ea0063;
    padding: 0 3px 3px;
}

.header #companycall {
    float: right;
    max-width: 175px;
    margin-left: 20px;
}

.header #companycall a {
    background: #0095ea url("../images/ppone_square.png") no-repeat scroll 14px 10px;
    color: #ffffff;
    display: block;
    margin-top: 45px;
    padding: 13px 20px 13px 50px;
    text-decoration: none;
}

.header #companycall a:hover {
    background-color: #EA0063;
}

.header #companycontacts {
    float: right;
    margin-top: 43px;
    max-width: 180px;
}


/* Menu */

.toggleNav {
    display: none;
}


/* Speedbar */

#speedbar {
    clear: both;
    font-size: 12px;
    height: 100%;
    margin-top: 15px;
    padding-bottom: 4px;
    padding-top: 3px;
}

.sidebar {
    float: left;
    margin: 0 10px;
    max-width: 250px;
}

.blockinfoheader {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
}

.sidebar a {
    display: block;
    max-width: 230px;
}

.blockinfo {
    background: none repeat scroll 0 0 #FBB112;
    margin-bottom: 10px;
}

#content {
    margin-bottom: 30px;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer {
    background: none repeat scroll 0 0 #282828;
    clear: left;
    color: #ffffff;
    font-size: 13px;
    padding: 25px 0;
}

#footer a {
    color: #ffffff;
}

#footer .contacts {
    float: right;
    width: 150px;
}

#logo_top_sq {
    background: transparent url("../images/phone_square.png") no-repeat scroll 0 3px;
    font-size: 17px;
    padding-bottom: 2px;
    padding-left: 23px;
}

#logo_top_mail {
    background: transparent url("../images/mail_square.png") no-repeat scroll 0 3px;
    font-size: 17px;
    padding-bottom: 2px;
    padding-left: 23px;
}

#logo_top_sq a,
#logo_top_mail a {
    color: white;
    text-decoration: none;
}


/* top services on main page */

.block_links_top {
    text-align: center;
    margin-top: 20px;
}

.block_links_top .blue {
    display: inline-block;
    width: 185px;
    height: 185px;
    margin-right: 40px;
    margin-bottom: 25px;
    text-align: left;
    position: relative;
    text-decoration: none;
}

.block_links_top .blue::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    left: 184px;
    position: absolute;
    top: 100px;
}

.block_links_top .one {
    background-color: #3175ce;
}

.block_links_top .one::after {
    border-color: transparent transparent transparent #3175ce;
}

.block_links_top .one:hover::after {
    border-color: transparent transparent transparent #59b4f6;
}

.block_links_top .one:hover {
    background-color: #59b4f6;
}

.block_links_top .one:hover .link {
    color: #59b4f6;
}

.block_links_top .two {
    background-color: #5260ba;
}

.block_links_top .two::after {
    border-color: transparent transparent transparent #5260ba;
}

.block_links_top .two:hover::after {
    border-color: transparent transparent transparent #8a9cec;
}

.block_links_top .two:hover {
    background-color: #8a9cec;
}

.block_links_top .two:hover .link {
    color: #8a9cec;
}

.block_links_top .three {
    background-color: #744ba7;
}

.block_links_top .three::after {
    border-color: transparent transparent transparent #744ba7;
}

.block_links_top .three:hover::after {
    border-color: transparent transparent transparent #b380e1;
}

.block_links_top .three:hover {
    background-color: #b380e1;
}

.block_links_top .three:hover .link {
    color: #b380e1;
}

.block_links_top .four {
    background-color: #963694;
}

.block_links_top .four::after {
    border-color: transparent transparent transparent #963694;
}

.block_links_top .four:hover::after {
    border-color: transparent transparent transparent #d461d2;
}

.block_links_top .four:hover {
    background-color: #d461d2;
}

.block_links_top .four:hover .link {
    color: #d461d2;
}

.block_links_top .five {
    background-color: #b82080;
}

.block_links_top .five::after {
    border-color: transparent transparent transparent #b82080;
}

.block_links_top .five:hover {
    background-color: #eb61c3;
}

.block_links_top .five:hover .link {
    color: #eb61c3;
}

.block_links_top a:last-child {
    margin: 0;
}

.block_links_top a:last-child::after {
    border-width: 0;
}

.block_links_top .blue p {
    margin-left: 15px;
}

.block_links_top .blue .text {
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.block_links_top .blue .textOnMobile {
    display: none;
}

.block_links_top .blue .link {
    background: #333;
    color: #fff;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 10px;
    height: 30px;
    display: inline-block;
}

.block_links_top .blue .img {
    padding: 0;
    width: 60px;
    height: 60px;
    background-image: url("../images/linkstop.png");
    margin-top: 13px;
}

.block_links_top .one .img {
    background-position: 0 0;
}

.block_links_top .two .img {
    background-position: -180px 0;
    /* -180px */
}

.block_links_top .three .img {
    background-position: -120px 0;
}

.block_links_top .four .img {
    background-position: -240px 0;
    /* -240px */
}

.block_links_top .five .img {
    background-position: -60px 0;
    /* -60px */
}


/* types of sites */

.siteType {
    display: flex;
}

.siteType>div {
    text-align: left;
    position: relative;
    text-decoration: none;
    flex: 1 1 100px;
    margin-right: 5%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 20px;
}

.siteType>div:last-child {
    margin-right: 0;
}

.siteType ul {
    margin-left: 20px;
}

.siteType #visitka {
    color: #fff;
    background-color: #0095ea;
}

.siteType #buisnes {
    color: #fff;
    background-color: #6d50ab;
}

.siteType #korp {
    color: #fff;
    background-color: #ea0063;
}

.siteType .img {
    width: 130px;
    height: 94px;
    background-image: url("../images/sitetypes.png");
    background-repeat: no-repeat;
    margin: 40px auto 20px;
}

.siteType #visitka .img {
    background-position: 0 0;
}

.siteType #buisnes .img {
    background-position: -130px 0;
}

.siteType #korp .img {
    background-position: -260px 0;
}

.siteType a.typeofsite {
    background-color: #282828;
    color: #fff;
    display: block;
    font-size: 17px;
    margin-top: 8px;
    padding: 4px 13px 7px 16px;
    text-decoration: none;
    max-width: 101px;
    align-self: flex-end;
}

.siteType #visitka a,
.siteType #buisnes a,
.siteType #korp a {
    color: #fff;
}

.siteType #visitka a:hover {
    color: #0095EA;
}

.siteType #buisnes a:hover {
    color: #6D50AB;
}

.siteType #korp a:hover {
    color: #EA0063;
}

#logo_bottom {
    float: left;
    padding-top: 35px;
    background: transparent url("../images/logo_bottom.jpg") no-repeat scroll 0px 0px;
}

.bottom_link {
    float: left;
    margin-left: 85px;
    width: 50%;
    columns: 120px auto;
}

.bottom_link a {
    display: block;
    text-decoration: none;
}

#bottom_link_phone {
    background: transparent url("../images/phone_square.png") no-repeat scroll 0 3px;
    float: left;
    padding-left: 25px;
}

#bottom_link_mail a,
#bottom_link_phone a {
    color: white;
    text-decoration: none;
}

#bottom_link_mail {
    background: transparent url("../images/mail_square.png") no-repeat scroll 2px 2px;
    float: left;
    margin-top: 3px;
    padding-left: 25px;
}

#unit_156 {
    color: #fff;
    margin-left: 20px;
    margin-top: 10px;
}

#map_place {
    background: transparent url("../images/map_place.png") no-repeat scroll 0 0;
    padding-left: 30px;
}

#map_cont {
    background: transparent url("../images/map_cont.png") no-repeat scroll 0 0;
    padding-left: 35px;
}


/* Popular servises */

.popular-servises {
    text-align: center;
    width: 100%;
}

.popular-servises .popunit1 {
    background-color: #0095ea;
}

.popular-servises .popunit2 {
    background-color: #6d50ab;
}

.popular-servises .popunit3 {
    background-color: #ea0063;
}

.popular-servises .img {
    width: 130px;
    height: 130px;
    background-image: url("../images/popmain.png");
    background-repeat: no-repeat;
    margin: 40px auto 20px;
}

.popular-servises .popunit1 .img {
    background-position: 0 0;
}

.popular-servises .popunit2 .img {
    background-position: -130px 0;
}

.popular-servises .popunit3 .img {
    background-position: -260px 0;
}

.popular-servises>a {
    display: inline-block;
    width: 30%;
    height: 340px;
    text-align: left;
    position: relative;
    text-decoration: none;
    margin-right: 5%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}

.popular-servises>a:nth-child(3n) {
    margin-right: 0;
}

.popular-servises .poplink {
    background: #333333;
    display: inline;
    padding: 5px 10px;
    color: white;
    line-height: 35px;
    margin-left: 15px;
}

.popular-servises .lagre {
    font-size: 20px;
}

.popular-servises .one {
    line-height: 45px;
}

.popular-servises .two {
    line-height: 40px;
}

.popular-servises a:hover.popunit1 {
    background-color: #00C3F9;
}

.popular-servises a:hover.popunit1 .poplink {
    color: #00C3F9;
}

.popular-servises a:hover.popunit2 {
    background-color: #9b79d5;
}

.popular-servises a:hover.popunit2 .poplink {
    color: #9b79d5;
}

.popular-servises a:hover.popunit3 {
    background-color: #f866b4;
}

.popular-servises a:hover.popunit3 .poplink {
    color: #f866b4;
}


/* Lasr works */

.blockNews {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.blockNews:last-child {
    margin-right: 0;
}

.idclassa a {
    background: #ea0063 none repeat scroll 0 0;
    color: #fff;
    padding: 2px 8px 6px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}

.idclassa a:hover {
    color: #282828;
}

.navigationtrue {
    clear: both;
    color: #989898;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

.navigationtrue span {}

.navigationtrue a {
    background: #0095ea none repeat scroll 0 0;
    color: #ffffff;
    padding: 8px;
    text-decoration: none;
}

.no_a_nav_num {
    background: #095a99 none repeat scroll 0 0;
    margin-right: 4px;
    padding: 6px 2px 6px 6px;
}

#Unit184 {
    padding-top: 20px;
}

#Unit158 ul li,
#Unit162 ul li,
#Unit163 ul li,
#Unit175 ul li,
#Unit179 ul li,
#Unit181 ul li,
#Unit184 ul li,
#Unit191 ul li,
#Unit193 ul li,
#Unit198 ul li,
#Unit244 ul li,
#Unit249 ul li {
    background: transparent url("../images/desc1.png") no-repeat scroll -3px 2px;
    list-style: outside none none;
    margin-bottom: 15px;
    margin-top: 0;
    padding-left: 25px;
}

#Unit161,
#Unit172,
#Unit174,
#Unit178,
#Unit199,
#Unit202,
#Unit243 {
    padding-top: 30px;
}

#Unit197,
#Unit182,
#Unit214,
#Unit180,
#Unit182,
#Unit214 {
    padding-top: 20px;
}

#Unit220 {
    padding-top: 1px;
}

#Unit164,
#Unit248,
#Unit188,
#Unit189,
#Unit252,
#Unit254,
#Unit256 {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#Unit203 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#cmsUnitBlock ul li,
#Unit185 ul li,
#Unit202 ul li {
    background: transparent url("../images/desc2.png") no-repeat scroll -3px 2px;
    list-style: outside none none;
    margin-bottom: 15px;
    margin-top: 0;
    padding-left: 25px;
}

.blockcolor ul li {
    background: transparent url("../images/desc3.png") no-repeat scroll -3px 2px;
    list-style: outside none none;
    margin-bottom: 15px;
    margin-top: 0;
    padding-left: 25px;
}

.tableformat tr td {
    padding: 5px;
    border: 1px solid #424242;
}

#Unit198 h3,
#Unit200 h3,
#Unit155 h3,
#Unit163 h3,
#Unit175 h3,
#Unit179 h3,
#Unit181 h3,
#Unit183 h3,
#Unit184 h3,
#Unit186 h3,
#Unit189 h3,
#Unit190 h3,
#Unit191 h3 {
    color: #00a0ea;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 0;
}

.UBpage {
    margin-bottom: 40px;
    max-width: 1100px;
}

.cmsUnitBlock {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 35px;
}

.UBpage1.UBeven {
    padding-bottom: 25px;
    padding-top: 15px;
    background: #282828;
    color: #fff;
}

.UBodd,
#UBcont185 {
    padding-bottom: 40px;
    padding-top: 0px;
    background: #282828;
    color: #fff;
}

.UBeven {
    padding-bottom: 20px;
    padding-top: 20px;
}

.UBpage1.UBeven>.cmsUnitBlock>h3 {
    color: #EA0063;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 0;
}

.UBpage1.UBeven>.cmsUnitBlock a {
    color: #EA0063;
}

.fulllink {
    background: #ea0063 none repeat scroll 0 0;
    color: #fff !important;
    padding: 2px 8px 6px;
    text-decoration: none;
}

.fulllink a:hover {
    color: #282828;
}

.UBpage1.UBodd {
    padding: 25px 0;
    background: #fff;
    color: #6f6f6f;
}

#Unit155 {
    margin-bottom: 40px;
}

.UBpage1.UBfirst {
    /* margin-top: -40px;*/
    padding: 0;
}

#unit_156 h3 {
    color: #f1f1f1;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 0;
}

#unit_157 h3,
#Unit165 h3,
#Unit173 h3,
#Unit185 h3,
#Unit192 h3,
#Unit197 h3 {
    color: #EA0063;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 0;
}


/* Pages */

#custom-pink-block {
    background: #EA0063;
    color: #ffffff;
    float: right;
    margin-left: 45px;
    padding: 10px 30px 25px;
    max-width: 315px;
    margin-bottom: 20px;
}

.staps-promotion-tables {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.staps-promotion-tables>div:nth-child(odd) {
    display: flex;
    justify-content: center;
}

.staps-promotion-tables>div:nth-child(even) {
    padding: 20px 0 30px;
}

.staps-promotion-tables>div:nth-child(even)>img {
    float: right;
}

.staps-promotion-tables>div:nth-child(odd)>div:first-child {
    flex: 1 1 20%;
}

.staps-promotion-tables>div:nth-child(odd)>div:nth-child(2) {
    display: flex;
    flex: 1 1 80%;
}

.staps-promotion-tables>div:nth-child(odd)>div:nth-child(2)>div {
    flex: 1 1 120px;
    padding: 15px 0;
}

.staps-promotion-tables>div:nth-child(odd)>div:nth-child(2)>div h4 {
    white-space: nowrap;
}


/* Banners (crafted on .popular-servises)*/

.popular-servises .banner1 {
    background-color: #0095ea;
}

.popular-servises .banner2 {
    background-color: #1786dd;
}

.popular-servises .banner3 {
    background-color: #3971c9;
}

.popular-servises .banner4 {
    background-color: #6058b2;
}

.popular-servises .banner5 {
    background-color: #8a3d9b;
}

.popular-servises .banner6 {
    background-color: #b12484;
}

.popular-servises .banner7 {
    background-color: #d30f70;
}

.popular-servises .banner8 {
    background-color: #ea0063;
}

.popular-servises .bannerimg {
    width: 130px;
    height: 130px;
    background-image: url("../images/bannersimg.png");
    background-repeat: no-repeat;
    margin: 40px auto 20px;
}

.popular-servises .banner1 .bannerimg {
    background-position: 0 0;
}

.popular-servises .banner2 .bannerimg {
    background-position: -130px 0;
}

.popular-servises .banner3 .bannerimg {
    background-position: -260px 0;
}

.popular-servises .banner4 .bannerimg {
    background-position: -390px 0;
}

.popular-servises .banner5 .bannerimg {
    background-position: -520px 0;
}

.popular-servises .banner6 .bannerimg {
    background-position: -650px 0;
}

.popular-servises .banner7 .bannerimg {
    background-position: -780px 0;
}

.popular-servises .banner8 .bannerimg {
    background-position: -910px 0;
}

.popular-servises a:hover.banner1 {
    background-color: #00c1f7;
}

.popular-servises a:hover.banner1 .poplink {
    color: #00c1f7;
}

.popular-servises a:hover.banner2 {
    background-color: #26b3f1;
}

.popular-servises a:hover.banner2 .poplink {
    color: #26b3f1;
}

.popular-servises a:hover.banner3 {
    background-color: #589de7;
}

.popular-servises a:hover.banner3 .poplink {
    color: #589de7;
}

.popular-servises a:hover.banner4 {
    background-color: #8a81d8;
}

.popular-servises a:hover.banner4 .poplink {
    color: #8a81d8;
}

.popular-servises a:hover.banner5 {
    background-color: #b65dc6;
}

.popular-servises a:hover.banner5 .poplink {
    color: #b65dc6;
}

.popular-servises a:hover.banner6 {
    background-color: #d65ab7;
}

.popular-servises a:hover.banner6 .poplink {
    color: #d65ab7;
}

.popular-servises a:hover.banner7 {
    background-color: #ed4caf;
}

.popular-servises a:hover.banner7 .poplink {
    color: #ed4caf;
}

.popular-servises a:hover.banner8 {
    background-color: #f866b4;
}

.popular-servises a:hover.banner8 .poplink {
    color: #f866b4;
}


/* Contacts */

#place_par {
    float: left;
    height: 180px;
    max-width: 490px;
}

#cont_par {
    height: 130px;
    margin-left: 50px;
    max-width: 470px;
    float: left;
}

#pkek1 {
    font-size: 20px;
    font-weight: bold;
}


/* 1170px */

@media only screen and (max-width: 1170px) {
    .block_links_top .blue {
        width: 235px;
    }
    .block_links_top .blue::after {
        left: 235px;
    }
    .callicon {
        display: none;
    }
}


/* 1100px */

@media only screen and (max-width: 1100px) {
    #place_par {
        float: none;
        height: auto;
        max-width: 100%;
    }
    #cont_par {
        height: auto;
        margin-left: 0;
        max-width: 100%;
        float: none;
    }
}


/* 1070px */

@media only screen and (max-width: 1070px) {
    .header #companycall {
        width: auto;
    }
    .header #companycall a {
        text-indent: -99999px;
        padding-left: 27px;
        width: 0px;
    }
}


/* 1020px */

@media only screen and (max-width: 1020px) {
    .bottom_link {
        width: 40%;
    }
}


/* 935px */

@media only screen and (max-width: 935px) {
    h2 {
        font-size: 20px;
        margin: 20px 0
    }
    .mobileclearfix:after {
        content: "";
        display: table;
        clear: both;
    }
    .header .mobileSenter {
        text-align: center;
    }
    .header #companynameblock {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
    .header #companyinfoblock {
        display: inline-block;
        vertical-align: middle;
        float: none;
        padding-top: 0;
        text-align: left;
    }
    .header .container>div:last-child {
        margin-top: -10px;
        padding-bottom: 20px;
    }
    .header #companycall {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        float: none;
        margin-left: 0;
    }
    .header #companycall a {
        text-indent: 0;
        padding-left: 50px;
        margin-top: 0;
        width: auto;
    }
    .header #companycontacts {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-top: 0;
    }
}


/* 880px */

@media only screen and (max-width: 880px) {
    .popular-servises>a {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .popular-servises .poplink {
        margin-left: 0;
    }
    .siteType {
        flex-direction: column;
    }
    .siteType>div {
        margin-right: 0;
        display: block;
    }
    .bottom_link {
        display: none;
    }
}


/* 680px */

@media only screen and (max-width: 680px) {
    h2 {
        font-size: 20px;
        margin: 10px 0
    }
    .header #companyinfoblock {
        display: none;
    }
    .header #companynameblock a img {
        margin-top: 15px;
    }
    .toggleNav {
        display: block;
        text-align: center;
        color: white;
        text-decoration: none;
        font-weight: bold;
        font-size: 18px;
        padding: 12px 16px 15px;
        border-bottom: 1px solid #424242;
    }
    .toggleNav span {
        font-size: 20px
    }
    .sf-menu {
        display: none;
    }
    .block_links_top .blue {
        width: 100%;
        margin: 0;
        text-align: center;
        height: auto;
        padding-bottom: 15px;
    }
    .block_links_top .blue::after {
        content: normal;
    }
    .block_links_top a:first-child {
        margin-top: 20px;
    }
    .block_links_top {
        margin-top: 1px;
    }
    .block_links_top .blue .img {
        margin: 15px auto 0px;
    }
    .block_links_top .blue .text {
        margin: 0;
        text-align: center;
    }
    .block_links_top .blue .textOnMobile {
        display: block;
    }
    .blockNews {
        width: 100%;
        margin: 0;
    }
    .idclassa a {
        margin-bottom: 25px;
    }
    .blockNews>div>div {
        text-align: center;
    }
    .notVisibleForMobile {
        display: none;
    }
    #custom-pink-block {
        float: none;
        max-width: 100%;
        margin-left: 0;
    }
    .staps-promotion-tables>div:nth-child(odd) {
        flex-direction: column;
    }
    .staps-promotion-tables>div:nth-child(odd)>div:first-child {
        flex: 0 1 auto;
    }
    .staps-promotion-tables>div:nth-child(odd)>div:first-child img {
        padding: 0 0 20px;
    }
    .staps-promotion-tables>div:nth-child(odd)>div:nth-child(2) {
        flex-wrap: wrap;
        flex: 0 1 auto;
    }
    .cmsUnitBlock,
    .container {
        padding: 0px 15px;
    }
}


/* 470px */

@media only screen and (max-width: 470px) {
    .header #companycall a {
        text-indent: -99999px;
        padding: 13px 24px;
        width: 0px;
    }
    #footer .contacts {
        float: none;
        margin-top: 10px;
    }
    #footer #logo_bottom {
        float: none;
    }
}

.wntgetimg>div {
    text-align: center;
}