:root {
    --apple-system: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family:'Manrope', sans-serif;
    --font-size: 16px;
    --color1: #363636;
    --color2: #888888;
}
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/slick.eot');
    src: local('☺'), url('/fonts/slick.woff') format('woff'),
        url('/fonts/slick.ttf') format('truetype'),
        url('/fonts/slick.svg') format('svg');
}
*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
html {
    height: 100%;
}
.text_block img{
    max-width: 100%;
}
.fw-bold{
    font-weight: bold;
}

body{ 
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: var(--color1);
    font-family: var(--font-family);
    font-size: var(--font-size);
    line-height: 1.25;
    font-weight: normal;
    position: relative;
}
b, strong{
}
ul, h1, h2, h3, p {
    margin: 0;
    padding: 0;
    list-style-type:none;
}
h2{
    margin: 60px 0 30px;
    font-size: 32px;
    font-weight: 800;
}
button,
select,
input,
textarea{
    font-family: var(--font-family);
}
ol,
ul,
dl {
}
dt {
}
dd {
}
small {
    font-size: 80%;
}
img {
    border:none;
    padding:0;
    margin:0;
}
a{
    outline: none;
}
a{
    color: #363636;
    text-decoration: none;
}
a:hover {
    color: #473589;
    text-decoration: none;
}
a:active,
a:hover{
    outline: 0;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
a:focus{}
a:visited{}
hr {
    box-sizing: content-box;
    height: 0px !important;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    height: 0;
}
.clearfix::after {
    clear: both;
}

.page{
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.wrapper{
    flex: 1 0 auto;
    position: relative;
}

footer{
    flex: 0 0 auto;
    position: relative;
}

/*Меню*/
.menu {
    position: relative;
    z-index: 999;
}
ul.nav, #touch-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.nav{
    display: flex;
    min-height: 40px;
}
ul.nav > li{
    border-right: 1px solid rgba(0, 0, 0, 0.1);  
    font-weight: 500;
    position: relative;
}

ul.nav li:last-child{
    border-right: none;
}
ul.nav li a {
    display: block;
    color: #071E5A;
    /* line-height: 40px; */
    padding: 9px 15px;
}
ul.nav > li:hover a,
ul.nav > li.active a{
    color: #fff;
}
ul.nav > li:hover,
ul.nav > li.active{
    background: #510098;
}
ul.nav li.ul-icon > a{
    position: relative;
    padding-right: 34px;
}
ul.nav li.ul-icon > a:after{
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: 18px;
    right: 14px;
    background: url('/img/arrow.svg') 0 0 no-repeat;
}
ul.nav li.ul-icon:hover > a:after,
ul.nav li.ul-icon.active > a:after{
    background: url('/img/arrow-h.svg') 0 0 no-repeat;
}
ul.nav li.ul-icon ul{
    display: none;
}
ul.nav li.ul-icon:hover ul{
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 320px;
    font-size: 16px;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
ul.nav li.ul-icon:hover ul li{
    padding: 10px 2px;
    border-radius: 4px;
}
ul.nav li.ul-icon:hover ul li a{
    color: #071E5A;
    line-height: 1.2;
    padding: 0 15px;
}
ul.nav li.ul-icon:hover ul li:hover{
    background: #fff;
}
ul.nav li.ul-icon:hover ul li:hover a{
    color: #ff3751;
}
#touch-menu {
    display: none;
}
header{
    padding-top: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header{
    width: 100%;
}
.header-top{
    display: flex;
    justify-content: space-between;
    min-height: 90px;
    padding-left: 15px;
    align-items: center;
}
.flex{
    display: flex;
}
a.logo{
    display: block;
    width: 160px;
    height: auto;
    margin-right: 25px;
}
a.logo img{
    width: 100%;
}
.header-bottom a{
    width: 160px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(7, 30, 90, 0.2);
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}
.header-bottom a.yellol{
    width: 134px;
    background: #FFCA2A;
    margin-right: 10px;
    border: 1px solid #FFCA2A;
}
.header-text{
    padding-right: 50px;
}
.header-text b{
    font-size: 22px;
    margin-bottom: 7px;
    display: block;
}
.banner-gl__item{
    width: 100%;
}
.item-img-gl{
    position: relative;
    width: 100%;
    max-width: 2200px;
    margin: 0 auto;
}
.item-img-gl img{
    width: 100%;

    height: auto;

}
.item-img-gl:before{
    content: '';
    position: absolute;
    top: 60px;
    left: 20%;
    width: 550px;
    height: 540px;
    background: url('/img/banner1-1.png') center center / cover no-repeat;
    z-index: 10;
    animation: eye 6s linear infinite;
    transition: .5s;
}
@keyframes eye {
    0%, 100% { 
        transform: translate(0);
    }   
    50% { 
        transform: translate(10px, 30px);
    }
}
.fon-gl{
    background: url('/img/fon.jpg') center bottom no-repeat;
}
.services-wrapper{
    padding: 30px 0 80px;
}
.services-wrapper h2{
    color: #fff;
    text-align: center;
}
ul.services-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
ul.services-list li a{
    width: 330px;
    min-height: 330px;
    background: #fff;
    border-radius: 8px;
    display: block;
    margin: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    color: #071E5A;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    overflow: hidden;
}
ul.services-list li a:hover{
    color: #ff3751;
}
.services-text{
    padding: 20px;
}
[class^="services-img"]{
    width: 100%;
    height: 220px;
    position: relative;
    margin-bottom: 15px;
}
[class^="services-img"]:before{
    content: '';
    position: absolute;
    top: -220px;
    left: -55px;
    width: 440px;
    height: 440px;
    background-color: rgb(243, 243, 243);
    border-radius: 50%;
}
ul.services-list li a:hover [class^="services-img"]:before{
    background-color: #ffca2a;
}
.services-img__1:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(2700px / 9);
    overflow: hidden;
    height: 220px;
    background: url('/img/s1-1.png') 0 0 no-repeat;
}
ul.services-list li:hover .services-img__1:after{
    animation: sone 1s steps(9) infinite;
}
@keyframes sone{
    to{background-position: -2700px}
    from{background-position: 0}  
}
.services-img__2:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(3900px / 13);
    overflow: hidden;
    height: 220px;
    background: url('/img/s2-1.png') 0 0 no-repeat;
}
ul.services-list li:hover .services-img__2:after{
    animation: stwo 1s steps(13) infinite;
}
@keyframes stwo{
    to{background-position: -3900px}
    from{background-position: 0}  
}
.services-img__3:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(2700px / 9);
    overflow: hidden;
    height: 220px;
    background: url('/img/s3-1.png') 0 0 no-repeat;
}
ul.services-list li:hover .services-img__3:after{
    animation: sThree 1s steps(9) infinite;
}
@keyframes sThree{
    to{background-position: -2700px}
    from{background-position: 0}  
}

.services-img__4:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(2400px / 8);
    overflow: hidden;
    height: 220px;
    background: url('/img/s4-1.png') 0 0 no-repeat;
}
ul.services-list li:hover .services-img__4:after{
    animation: sfour 1s steps(8) infinite;
}
@keyframes sfour{
    to{background-position: -2400px}
    from{background-position: 0}  
}
.services-img__5:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(1798px / 6);
    overflow: hidden;
    height: 220px;
    background: url('/img/s5-1.png') 0 0 no-repeat;
}
ul.services-list li:hover .services-img__5:after{
    animation: sfive 1s steps(6) infinite;
}
@keyframes sfive{
    to{background-position: -1798px}
    from{background-position: 0}  
}
.services-wrapper button, .services-wrapper .btn-claim{
    width: 350px;
    height: 70px;
    background-color: #FFCA2A;
    font-size: 22px;
    border:none;
    border-radius: 8px;
    margin: 60px auto 0;
    display: block;
    font-weight: 800;
    color: #071E5A;
    text-align: center;
    line-height: 70px;
}
.services-wrapper button:hover, .services-wrapper .btn-claim:hover{
    background-color: #ff3751;
    color: #fff;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -45px;
    top: 50%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -45px;
    top: 50%;
}
.news{
    padding-bottom: 50px;
}
.news-item img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}
.news-item .news-date{
    color: #888;
    margin-bottom: 8px;
}
.news-item a.news-a{
    display: block;
    color: #071E5A;
    margin-bottom: 8px;
    font-size: 22px;
}
.tacenter{
    text-align: center;
}
.partners{
    padding-bottom: 45px;
    position: relative;
}
a.partners-item{
    display: block;
    width: 300px;
    height: 220px;
    padding: 1px;
    box-sizing: border-box;
}
a.partners-item img{
    width: 100%;
    height: 100%;
    border: 1px solid rgba(7, 30, 90, 0.2);
    border-radius: 8px;
    object-fit: cover;
    margin: 0;
    padding: 0;
}
.pr{
    position: relative;
}
.swiper-button-disabled{
    display: none;
}
.swiper-pagination{
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-pagination-bullet{
    margin: 0 3px;
}
footer{
    color: #fff;
}
footer.footer-gl{
    width: 100%;
    background: #510098 url('/img/footer-gl.jpg') center bottom no-repeat;
    padding: 60px 0 70px;
    position: relative;
}
footer.footer-gl:before{
    content: '';
    width: 100px;
    height: 87px;
    background: url('/img/tw2.png') 0 0 no-repeat;
    position: absolute;
    top: -40px;
    right: 100px;
}
footer.footer-gl:after{
    content: '';
    width: 89px;
    height: 95px;
    background: url('/img/tw1.png') 0 0 no-repeat;
    position: absolute;
    top: 40px;
    left: 40px;
}
footer.footer-vn{
    width: 100%;
    padding: 60px 0;
    background: #9C30D9 url('/img/footer.jpg') center top no-repeat;
}
footer.footer-vn p{
    margin-bottom: 15px;
    line-height: 1.4;
}
footer.footer-vn a{
    color: #fff;;
}
.footer-map{
    display: flex;
    min-height: 450px;
    margin-bottom: 80px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    color: #000;
    font-size: 18px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
}
.footer-map__map{
    width: 50%;
}
.footer-map__text{
    width: 50%;
    padding: 40px;
}
.footer-map__text p{
    margin-bottom: 20px;
}
.content-text{
    padding: 30px 0 50px;
    line-height: 1.4;
}
.content-text h1{
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 30px;
}
.content-text__text h2, .content-text__text .h2{
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: bold;      
}
.content-text__text .h2{
    display: inline-block;
}
.content-text__text h3{
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: bold;
}
.content-text__text p{
    margin-bottom: 12px;
}
ul.bread-crumbs{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
ul.bread-crumbs li{
    margin-right: 26px;
    position: relative;
}
ul.bread-crumbs li a{
    text-decoration: underline;
}
ul.bread-crumbs li:after{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: -20px;
    top: 3px;
    background: url('/img/bread-crumbs.svg') center no-repeat;
}
ul.bread-crumbs li:last-child a{
    color: #777777;
    text-decoration: none;
}
ul.bread-crumbs li:last-child:after{
    display: none;
}
ul.submenu{
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    overflow: hidden;
}
ul.submenu li{
    position: relative;
}
ul.submenu li a{
    display: block;
    padding: 10px 20px 10px 45px;
}
ul.submenu li:first-child a{
    padding: 25px 20px 10px 45px;
}
ul.submenu li:last-child a{
    padding: 10px 20px 25px 45px;
}
ul.submenu li:hover a,
ul.submenu li.active a{
    background: #510098;
    color: #fff;
    text-decoration: none;
}
ul.submenu li a{
    text-decoration: underline;
}
ul.submenu li:before{
    content: '—';
    position: absolute;
    top: 10px;
    left: 15px;
    color: #363636;
}
ul.submenu li:hover:before,
ul.submenu li.active:before{
    content: '—';
    position: absolute;
    top: 10px;
    left: 15px;
    color: #fff;
}
ul.submenu li:first-child:before{
    content: '—';
    position: absolute;
    top: 25px;
    left: 15px;
    color: #363636;
}
ul.submenu li:hover:first-child:before,
ul.submenu li.active:first-child:before{
    content: '—';
    position: absolute;
    top: 25px;
    left: 15px;
    color: #fff;
}
.page-news__list-item .news-item{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.page-news__list-item .news-item::before,
.page-news__list-item .news-item::after {
    content: "";
    display: block;
    height: 0;
}
.page-news__list-item .news-item::after {
    clear: both;
}
.page-news__list-item .news-item img{
    width: 280px;
    height: 200px;
    margin-right: 25px;
    float: left;
}
ul.pages-namber{
    display: flex;
    flex-wrap: wrap;
}
ul.pages-namber li{
    margin-right: 6px;
    margin-bottom: 6px;
}
ul.pages-namber li a{
    display: block;
    font-size: 22px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    border: 1px solid #C4C4C4;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.pages-namber li:hover a,
ul.pages-namber li.active a{
    color: #ff3751;
}
.footer-form{
    width: 100%;
    max-width: 750px;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 auto 60px;
    padding: 40px 60px;
    color: #000;
}
.footer-form h3{
    font-size: 25px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
.footer-form__prev{
    text-align: center;
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 14px;
}
.footer-form__prev a{
    text-decoration: underline;
    color: #071E5A;
}
.error_block{
    color:red;
    margin-bottom: 10px;
}
.ok_block{
    text-align: center;
    padding: 10px 0px;
    color:#009900;
    font-size: 20px;
}
/*.footer-form form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-form form label{
    width: 47%;
    margin-bottom: 15px;
}
.footer-form form label.w100{
    width: 100%;
}
.footer-form form label input{
    width: 100%;
    height: 44px;
    border: 1px solid #CACACA;
    border-radius: 4px;
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0 0 0 20px;
}
.footer-form form label textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #CACACA;
    border-radius: 4px;
    padding: 10px 0 0 20px;
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1);
}*/
.form-text{
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 14px;
}
/*.footer-form form input[type="submit"]{
    width: 47%;
    height: 44px;
    border-radius: 4px;
    background-color: #FFCA2A;
    font-size: 18px;
    color: #071E5A;
    font-weight: bold;
    border: none;
}*/
.form-claim{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-claim__item{
    margin-bottom: 15px;
    width: 47%;
}
.form-claim__itemfull{
    width: 100%
}
.form-claim__itemname{
    margin-bottom: 5px;
    font-weight: 600;
}
.form-claim__item input{
    width: 100%;
    height: 44px;
    border: 1px solid #CACACA;
    border-radius: 4px;
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0 0 0 20px;
}
.form-claim__itemcaptcha .captcha{
    display: flex; 
}
.captcha-img{
    height: 44px;
    border-radius: 4px;
    margin-left: 15px;
    margin-right: 15px;
}
.form-claim__itemcaptcha input{
    width: 47%;
}
.form-claim__item textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #CACACA;
    border-radius: 4px;
    padding: 10px 0 0 20px;
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.form-claim input[type="submit"]{
    width: 47%;
    height: 44px;
    border-radius: 4px;
    background-color: #FFCA2A;
    font-size: 18px;
    color: #071E5A;
    font-weight: bold;
    border: none;
}
.md-or-1{
    order: 1;
}
.fs22{
    font-size: 22px;
}
.content-text__text a{
    color:#071e5a;
    text-decoration: underline;
}
.content-text__text ul{
    margin-bottom: 15px;
}
.content-text__text ul li{
    margin-bottom: 10px;
    padding-left: 16px;
    position: relative;
}
.content-text__text ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #999;
    border-radius: 50%;
}

.content-text__text table {
    border-spacing: 0 10px;
    font-weight: bold;
    width: 100%
}
.content-text__text th {
    padding: 10px 10px;
    background: #403a52;
    color: #fff;
    border-right: 1px solid #7a7784; 
    font-size: 0.9em;
}
.content-text__text th:first-child {
    text-align: left;
}
.content-text__text td {
    vertical-align: middle;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #403a52;
}
.content-text__text td:nth-child(2){
    text-align: left;
}

.swiper-container{
    overflow: hidden;
}
.swiper-pagination-my{
    text-align: center;
    margin-top: 30px;
}

.article-content img{
    max-width: 100%
}
.article-content a{
    text-decoration: underline;
    color:#473589;
}

/*Меню*/
@media screen and (max-width: 1366px){ 
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -20px;
        top: calc(50% - 30px);
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -20px;
        top: calc(50% - 30px);
    }
    .item-img-gl:before {
        background-size: 80%;
        top: 40px;
    }
}
@media screen and (max-width: 1200px){ 
    ul.nav li a{
        font-size: 14px;
    }
    .header-text b {
        font-size: 18px;
    }
    .header-text span{
        font-size: 14px;
        line-height: 1;
    }
    .header-bottom a{
        font-size: 14px;
    }
    .item-img-gl:before {
        top: 20px;
        left: 20%;
        width: 350px;
        height: 350px;
    }
    a.logo {
        width: 140px;
        margin-right: 10px;
    }
    h2 {
        margin: 40px 0 20px;
        font-size: 28px;
    }
    .services-wrapper button,.services-wrapper .btn-claim {
        width: 300px;
        height: 50px;
        background-color: #FFCA2A;
        font-size: 18px;
        border: none;
        border-radius: 8px;
        margin: 60px auto 0;
        line-height: 50px;
    }
    .fon-gl {
        background: #510198 url('/img/fon.jpg') center top no-repeat;
    }
    .footer-map{
        display: block;
    }
    .footer-map__text,
    .footer-map__map{
        width: 100%;
        font-size: 16px;
    }
    ul.services-list li a{
        width: 270px;
    }
    .news-item a.news-a{
        font-size: 18px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        top: 50%;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        top: 50%;
    }
}
@media screen and (max-width: 992px){ 
    /*Меню*/
    .menu {

    }
    ul.nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        height: 50px;
        padding: 0;
    }
    ul.nav li{
        float: none;
    }
    ul.nav li a{
        color: #666;
        border-top: 1px solid #eee;
        border-left: 3px solid transparent;
        background: #fff;
        padding: 10px 15px;
    }
    ul.nav li:first-child a {
        border-top: none;
    }
    ul.nav li a:hover{
        color: #333;
        border-left: 3px solid #000;
        background:  #f0f0f0;
    }
    ul.nav li a:active {
        color: #fff;
        border-left: 3px solid #666;
        background: #000;
    }
    /*icon*/
    .touch-menu {
        display: block;
        width: 28px;
        height: 28px;
        padding-top: 13px;
        margin-left: 20px;
        position: absolute;
        top: 5px;
        right: 15px;
    }

    .touch-menu span:after, .touch-menu span:before {
        content: "";
        position: absolute;
        left: 0;
        top: 9px;
    }

    .touch-menu span:after{
        top: 18px}

    .touch-menu span {
        position: relative;
        display: block}

    .touch-menu span, .touch-menu span:after, .touch-menu span:before{
        width: 100%;
        height: 2px;
        background-color: #000;
        transition: all 0.3s;
        backface-visibility: hidden;
        border-radius: 2px}

    .on span {
        background-color: transparent}

    .on span:before {
        -webkit-transform: rotate(45deg) translate(-1px, 0px);
        -moz-transform: rotate(45deg) translate(-1px, 0px);
        -o-transform: rotate(45deg) translate(-1px, 0px);
        transform: rotate(45deg) translate(-1px, 0px);
    }

    .on span:after {
        -webkit-transform: rotate(-45deg) translate(6px, -7px);
        -moz-transform: rotate(-45deg) translate(6px, -7px);
        -o-transform: rotate(-45deg) translate(6px, -7px);
        transform: rotate(-45deg) translate(6px, -7px);
    }
    /*icon*/
    /*Меню*/
    ul.nav li.ul-icon > a:after{
        content: '';
        display: none;
    }
    .header-bottom{
        display: none;
    }
    .header-text br{
        display: none;
    }
    .ul.services-list li a {
        width: 270px;
    }
    a.logo {
        width: 100px;
    }
    .header-text{
        width: 50%;
        padding-right: 20px;
    }
    .item-img-gl:before {
        content: '';
        position: absolute;
        top: 20px;
        left: 20%;
        width: 350px;
        height: 350px;
        background: url('/img/banner1-1.png') center center / cover no-repeat;
        z-index: 10;
    }
    ul.submenu li:hover:first-child:before, ul.submenu li.active:first-child:before,
    ul.submenu li:before{
        display: none;
    }
    ul.submenu li a {
        display: block;
        padding: 10px;
        font-size: 14px;
    }
    ul.submenu li:first-child a {
        padding: 10px;
    }
    ul.submenu li:last-child a {
        padding: 10px;
    }
    .content-text h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    ul.nav li.ul-icon:hover ul{
        display: none;
    }
}
@media screen and (max-width: 768px){
    header{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .item-img-gl:before {
        top: 20px;
        left: 20%;
        width: 250px;
        height: 250px;
    }
    .footer-map{
        width: 100%;
    }
    footer.footer-gl:after,
    footer.footer-gl:before{
        display: none;
    }
    footer.footer-gl {
        padding: 20px 0 50px;
    }
    h2 {
        margin: 25px 0 15px;
        font-size: 25px;
    }
    .content-text h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    ul.submenu{
        margin-bottom: 30px;
    }
    .md-or-1{
        order: 0;
    }
    .content-text {
        padding: 20px 0 40px;
    }
    .footer-map {
        margin-bottom: 40px;
    }
    .page-news__list-item .news-item img{
        float: none;
    }
    .fs22{
        font-size: 16px;
    }
}
@media screen and (max-width: 576px){ 
    .header-top {
        display: block;
    }
    .header-text{
        width: 100%;
    }
    .header-text b {
        margin-bottom: 3px;
    }
    .header-text span {
        margin-bottom: 6px;
        display: block;
    }
    .swiper-button-next,
    .swiper-button-prev{
        display: none;
    }
    .item-img-gl:before {
        top: 10px;
        left: 20%;
        width: 200px;
        height: 200px;
    }
    .footer-form form label {
        width: 100%;
        margin-bottom: 15px;
    }
}
