@charset "UTF-8";
section {
    padding: 0 15px;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto&family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=KoHo&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto&family=Roboto+Condensed:wght@300;400;700&display=swap');

@media (min-width: 575.98px) {
    section {
        padding: 0 calc(50% - 270px);
    }
}

@media (min-width: 767.98px) {
    section {
        padding: 0 calc(50% - 360px);
    }
}

@media (min-width: 991.98px) {
    section {
        padding: 0 calc(50% - 480px);
    }
}

@media (min-width: 1199.98px) {
    section {
        padding: 0 calc(50% - 600px);
    }
}

@media (min-width: 1920px) {
    .header--wrapper, .topmenu--wrapper{
        padding: 0 calc(50% - 640px)!important;
    }
    /*.promo--wrapper {*/
    /*    padding: 0 calc(50% - 740px)!important;*/
    /*}*/
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
    margin: 0;
}

body {
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeSpeed;
    height: 100%;
    position: relative;
    z-index:2;
}

@media screen and (max-width: 736px) {
    body {
        font-size: 18px;
        line-height: unset;
    }
}

ol,
ul {
    padding: 0;
    list-style: none;
}

a:active, a:focus {
    outline: none;
}

input, textarea {
    outline: none;
}

input:active, textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    resize: vertical;
}

textarea {
    resize: horizontal;
}

a {
    font-family: inherit;
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

button {
    cursor: pointer;
    border: none;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

ul {
    margin: 0;
    list-style: none;
    list-style-position: inside;
}

ol {
    list-style: decimal;
    list-style-position: inside;
}
p{
    margin-bottom: 20px;
}
.header--wrapper{
    background: #D3D3D3;
}
.header{

    padding-top: 19px;
    padding-bottom: 16px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    z-index:2;
    position: relative;
    height: 89px;
}
.header--logo a{
    display: flex;
    flex-flow: row nowrap;
    justify-content: left;
    align-items: center;
}
.header--logo__head{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    color: #00193E;
    font-size: 16px;
    font-family: 'KoHo', sans-serif;
}
.header--logo__head span{
    font-size: 30px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
}
.header--logo__image{
    margin-right: 8px;
}

.header--city{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.header--city__head{
    margin-right: 15px;
}
.header--phone{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.header--phone img{
    margin-right: 10px;
}
.header--mail{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.header--mail img{
    margin-right: 12px;
}
.header--phone__link{
    width: 190px;
    height: 50px;
    border-radius: 10px;
    line-height: 50px;
    display: block;
    border: 2px solid #002A69;
    text-align: center;
}
.header--burger, .mobile, #topmenu__close{
    display: none;
}
.topmenu--wrapper{
    background: #002A69;
    position: sticky;
    top: 0;
    z-index:9999;
    height: 65px;
}
.topmenu{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.topmenu a{
    color: #fff;

}
.topmenu li>a{
    padding-top: 22px;
    padding-bottom: 22px;
    display: block;
}
.banner-bkg{
    position: absolute;
    height: auto;
    left: 0;
    width: 100%;
    top: 0px;
    z-index:1;
}
.banner-bkg img{
    width: 100%;
    height: 100%;
}
.topmenu .topmenu--submenu>a{
    padding-right: 28px;
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
    display: block;
    z-index: 9999;
}
.topmenu .topmenu--submenu>a:after{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("/img/topmenu.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    margin-top: -6px;
}
.submenu--wrapper{
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.topmenu .topmenu--submenu:hover .submenu--wrapper{
    display: block;
    position: absolute;
    left: 0;
    padding: 35px 41px;
    margin-top: 22px;
    top: 44px;
    width: 100%;
    box-shadow: 0px 10px 10px 0px #00000040;
    background: #EAEAEA;
    max-height: 617px;
    border-radius: 0 0 10px 10px;
    z-index: 9999;
    transition: max-height 1s ease-in-out;
}
.topmenu .topmenu--submenu .submenu--wrapper .submenu{
    display: flex;
    flex-flow: column wrap;
    height: 100%;
    max-height: 573px;

}
.topmenu .topmenu--submenu .submenu--wrapper .submenu a{
    color: #000;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 19px;
}
.banner-wrapper{
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    z-index:2;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.banner__title{
    font-size: 65px;
    font-weight: 600;
    line-height: 76px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    color: #001E4A;
}
.banner__title span{
    display: block;
}
h1, .h1{
    position: relative;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
    padding-top: 40px;
    color: #001E4A;
    margin-bottom: 60px
}
h2, .h2, h3, .h3{
    position: relative;
    font-size: 55px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
    padding-top: 40px;
    margin-bottom: 60px;
    color: #001E4A;
}
.banner__title:before{
    content: "";
    width: 133px;
    height: 147px;
    background-image: url("/img/h-before_b.png");
    position: absolute;
    left: -41px;
    top: -20px;
}
.h1:before, .h2:before, h1:before, h2:before, h3:before, .h3:before{
    content: "";
    width: 133px;
    height: 127px;
    background-image: url("/img/h-before.png");
    position: absolute;
    left: -41px;
    top: -10px;
}
.banner__desc{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    max-width: 430px;
    line-height: 23.44px;
}
.banner__button{
    margin-top: 40px;
}
.blue-button{
    display: block;
    max-width: 380px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 10px 10px 0px #00000040;
    background: radial-gradient(104.08% 2820.23% at 0% 26.71%, #002A69 0%, rgba(33, 103, 206, 0.770759) 57.31%, rgba(100, 162, 255, 0.6) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.blue-button a{
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0em;
}
.promo--wrapper{
    max-width: 1284px;
    background: #002A69;
    box-shadow: 0px 10px 10px 0px #00000033;
    border-radius: 20px;
    margin: auto;
    padding: 40px 70px;
    padding-bottom: 70px;
    margin-bottom: 80px;
}
.promo{
    color: #fff;
    max-height: 150px;
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    align-items: flex-start;
}
.promo__element:before{
    content: "—";
    position: absolute;
    left:0;
}
.promo__element{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
.example{
    margin-bottom: 70px;
}
.example ul, .example_diploma ul{
    margin-bottom: 15px;
}
.similar ul li, .example ul li, .example_diploma ul li{
    position: relative;
    padding-left: 65px;
    margin-bottom: 30px;
}
.similar ul li:before, .example ul li:before, .example_diploma ul li:before{
    width: 37px;
    position: absolute;
    left: 0;
    height: 35px;
    background-image: url('/img/ul-li.png');
    content: "";
    top: 50%;
    margin-top: -17px;
}
.example h1, .example h2, .example_diploma h1, .example_diploma h2, .example_diploma h3, .example h3{
    color: #001E4A;
}
.example--wrapper{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.example_diploma{
    margin-bottom: 60px;
}
.diplom--cart{
    box-shadow: 0px 10px 10px 0px #00000033;
    max-width: 373px;
    padding: 25px 35px;
    background: #D3D3D3;
    margin-bottom: 30px;
    border-radius: 10px;
    margin-right: 25px;
}
.diplom--cart__image{
    max-width: 300px;
    max-height: 215px;
    margin-bottom: 15px;
    text-align: center;
}
.diplom--cart__image figure{
    max-width: 300px;
    max-height: 215px;
}
.diplom--cart__image figure img{
    object-fit: contain;
    max-width: 300px;
    max-height: 215px;
    margin: auto;
}
.diplom--cart__title{
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 15px;
}
.diplom--cart__ul ul{
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 15px;
}
.diplom--cart__ul ul li{
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.diplom--cart__ul ul li:before{
    display: none;
}
.remodal-close{
    left: unset;
    right: 0;
}
.remodal-close:before{
    font-size: 35px;
}
.diplom--cart__price{
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: 0em;
    color: #002A69;
    text-align: center;
    margin-bottom: 15px;
}
.diplom--cart__button{
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.similar{
    background-image: url("/img/similar.png");
    background-position: 90% center;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}
.request--wrapper{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.request--item{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 310px;
    margin-bottom: 41px;
}
.request--item__img{
    margin-bottom: 20px;
}
.request--item__head{
    color: #001E4A;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
}
.request--item__text{
    font-size: 25px;
}
.request--item__warning{
    font-size: 30px;
    color: #001E4A;
}
.howmake--wrapper{
    margin-bottom: 80px;
    background: #002A69;
    background-image: url("/img/howto_span.png");
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
.howmake{
    padding: 80px 0;
}
.howmake__head{
    font-size: 45px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
}
.howmake--steps{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    color: #fff;
}
.howmake--step__link{
    color: #fff;
}
.howmake--step{
    max-width: 312px;
    display: flex;
    flex-flow: column nowrap;
    padding: 0 32px;
    align-items: center;
    margin-bottom: 43px;
}
.howmake--step__digital{
    margin-bottom: 20px;
}
.howmake--step__text{
    text-align: center;
}
.howmake--steps__button{
    background: radial-gradient(104.08% 2820.23% at 0% 26.71%, #004BBC 0%, rgba(33, 103, 206, 0.770759) 57.31%, rgba(100, 162, 255, 0.6) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 10px 10px 0px #00000040;
}
.reviews{
    margin-bottom: 80px;
}
.reviews--slide{
    max-width: 369px;
    height: 256px!important;
    margin: 16px;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 24px 26px;
    padding-bottom: 0;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: visible;
    display: flex!important;
    flex-flow: column nowrap;
    /*border: 1px solid gray;*/
    align-items: center;
}
.reviews--slide__photo{
    margin-bottom: 20px;
}
.reviews--slide__name{
    margin-bottom: 20px;
}
.reviews--slide__text{
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}
.howmake--payment{
    margin-bottom: 120px;
}
.howmake--payment__title{
    font-size: 35px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;
    color: #002A69;
    margin-bottom: 40px;
 }
.feedback--wrapper{
    background: #002A69;
    max-width: 1284px;
    box-shadow: 0px 10px 10px 0px #00000033;
    border-radius: 20px;
    margin: auto;
    padding: 50px 70px;
    position: relative;
    z-index: 2;
}
.feedback{
    display: flex;
    flex-flow: row nowrap;
    color: #fff;
    justify-content: space-between;
}
.feedback--left{
    max-width: 379px;
}
.feeback p{
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;

}
.feedback--left__title{
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.feedback--left__request{
    margin-top: 30px;
    margin-bottom: 20px;
}
.feedback__btn{
    max-width: 190px;
    height: 50px;
    line-height: 50px;
    background: none;
    border: 1px solid #569AFF;
    color: #fff;
}
.feedback input, .feedback textarea{
    background: transparent;
    font-size: 20px;
    font-weight: 300;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: left;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 14px;

}
.feedback input{
    max-width: 315px;
    max-height: 49px;
    width: 100%;
}
.feedback textarea{
    width: 100%;
    max-height: 142px;
    margin-bottom: 40px;
}
.feedback form{
    max-width: 670px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.feedback form span{
    display: none;
}
.feedback .feedback-btn{
    max-width: 305px;
    background: radial-gradient(104.08% 2820.23% at 0% 26.71%, #064FBB 0%, rgba(100, 162, 255, 0.6) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 10px 10px 0px #00000040;
    color: #fff;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
}
.footer{
    background: #D3D3D3;
    position: relative;
    margin-top: -40px;
    z-index: 1;
    padding-top: 80px;
}
.footer--top{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.footer--logo{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.footer--logo__head{
    font-family: 'KoHo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
}
.footer--logo__head span{
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
}
.footer--city{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.footer--menu--wrapper{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.footer--menu{
    display: flex;
    flex-flow: column nowrap;
}
.footer--menu__link{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
}
.footer--menu__head{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
}
.copyright--wrapper{
    background: #002A69;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    padding: 30px 0;
    position: relative;
    /*top: -40px;*/
}
.copyright>div{
    margin: auto;
    color: #fff;
    max-width: 867px;
    text-align: justify;
}
.slick-arrow{
   font-size: 0;
    cursor: pointer;
}
.slick-arrow:before{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
}
.slick-prev:before{
    background: url("/img/slick-prev.png");
    left: -50px;
}
.slick-next:before{
    background: url("/img/slick-next.png");
    right: -50px;
}
.document{
    background: url("/img/detail_bkg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center -100px;
}
.breadcrumbs{
    padding-top: 24px;
    margin-bottom: 40px;
    font-size: 16px;
    font-family: 'KoHo', sans-serif;
}
.diplom__title h1:before{
    top: 15px;
    width: 133px;
    height: 146px;
    background-image: url("/img/h-before_detail.png");
}
.diplom--row{
    margin-bottom: 80px;
    display: flex;
    flex-flow: row nowrap;
}
.diplom--slider--wrapper{
    display: flex;
    flex-flow: row nowrap;
    /*margin-left: 64px;*/
    /*width: 100%;*/
    margin-right: 40px;
}
.diplom--slider{
    max-width: 550px;
    order: 2;
}
.diplom--slider--thumbs{
    max-width: 100px;
    order: 1;
    flex: 0 0 100px;
    flex-grow: 1;
    margin-right: 94px;
}
.thumb--slide{
    margin-bottom: 20px;
    max-height: 71px;
    text-align: center;
    /*margin-left: 94px;*/
}
.thumb--slide img{
    max-height: 71px;
    width: auto;
    margin: auto;
}
.diplom--slider__image, .diplom--slider__image img{
    max-width: 550px;
    max-height: 400px;
    text-align: center;
    margin: auto;
}
.diplom--buyblock{
    margin-top: 40px;
    margin-left: 20px;
    max-width: 393px;
}
.diplom--buyblock .diplom--cart__ul ul{
    list-style-position: outside;
    font-size: 25px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 32px;
}
.diplom--buyblock .diplom--cart__ul ul li{
    margin-bottom: 14px;
}
.diplom--buyblock__price{
    color: #002A69;
    font-size: 50px;
    font-weight: 800;
}
.diplom--buyblock__price span{
    font-size: 25px;
    font-weight: 500;
    display: block;
}
.diplom--buyblock__price .detail_btn{
    margin-top: 30px;
    font-size: 25px;
    font-weight: 700;
    line-height: 73px;
    text-align: center;
    letter-spacing: 0em;
    color: #fff;
}
.citylist, .city-atts{
    column-count: 4;
    width: 100%;

    text-align: left;
}
.citylist{
    max-width: 1120px;
}
.citylist__link, .city-atts a{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    display: block;
}
.citylist__link:first-letter, .city-atts a:first-letter{
    color: #00317C;
}
.remodal{
    max-width: 1120px;
}
.modal-call{
    max-width: 569px;
}
.modal--call .feedback{
    display: flex;
    flex-flow: column nowrap;
}
.modal--call, .modal--zakaz{
    max-width: 569px;
}
.modal--call .feedback, .modal--zakaz .feedback{
    display: flex;
    flex-flow: column nowrap;
}
.modal_form input, .modal_form textarea{
    max-width: 426px;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: 1px;
    line-height: 60px;
    max-height: unset;
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    overflow: hidden
}
.modal_form textarea{
    height: auto;
}
.modal_form button{
    width: 100%;
    color: #fff;
    font-size: 25px;
    margin: auto;
    max-width: 426px;

}
.profselect{
    background-image: url("/img/profselect_bkg.png");
    padding-top: 120px;
    padding-bottom: 80px;
    background-size: contain;
    background-position: right center;
    background-color: #E7F1FF99;
    background-repeat: no-repeat;

}
.profselect label{
    font-size: 25px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
    display: block;
}
.profselect select{
    appearance: none;
    display: grid;
    max-width: 758px;
    height: 94px;
    border: 1px solid #BEBEBE;
    border-radius: 20px;
    margin-bottom: 40px;
    background-color: #E7F1FF99;
    font-size: 25px;
    padding: 30px;
    grid-template-areas: "select";
    outline: none;
    width: 100%;
    color: #585858;
}
.profselect select::-ms-expand {
    display: none;
}
.profselect button{
    width: 256px;
    color: #fff;
    font-size: 25px;
}
.diplom_year{
    padding-top: 121px;
    background-image: url("/img/diplom_year.png");
    background-repeat: no-repeat;
    background-position: right 50px ;
    background-size: 100%;
}
.diplom_year--list{
    margin-bottom: 113px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.diplom_year--list a{
    display: block;
    border: 1px solid #BEBEBE;
    height: 59px;
    font-size: 25px;
    line-height: 58px;
    border-radius: 20px;
    padding: 0px 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
    .promo{
        max-height: unset;
        column-count: 2;
        display: block;
    }
    .reviews--slide{
        height: auto!important;
    }
    .reviews--slide__text{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1000px) {
    .header--city, .header--mail{
        display: none;
    }
    .submenu--wrapper{
        height: auto;

    }
    .topmenu .topmenu--submenu:hover .submenu--wrapper{
        max-height: unset;
    }
    .topmenu .topmenu--submenu .submenu--wrapper .submenu{
        display: block;
        column-count: 3;
        max-height: unset;
        height: 100vh;
        overflow-y: scroll;
        z-index: 9999;
    }
    .submenu__link{
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .profselect{
        padding-top: 60px;
        padding-bottom: 100%;
        background-position: center bottom;
    }
    .header--wrapper{
        position: sticky;
        top: 0px;
        box-sizing: border-box;
        z-index: 9999;
    }
    .diplom--buyblock .diplom--cart__ul ul{
        padding-left: 30px;
        font-size: 20px;
    }
    .diplom--slider--thumbs .slick-track {
        display: flex!important;
    }
    .diplom--slider--thumbs .slick-track .slick-slide {
        display: flex!important;
        height: auto;
        align-items: center;
        justify-content: center;
    }
    .diplom__title{
        background-image: url("/img/diplom_title.png");
        background-position: right top;
        background-repeat: no-repeat;
    }
    .slick-dots{
        justify-content: space-between;
        display: flex;
        flex-flow: row nowrap;
        width: 100%;
    }
    .slick-dots button{
        font-size: 0;
        display: block;
        width: 48px;
        height: 4px;

    }
    .feedback form{
        justify-content: center;
    }
    .howmake--payment__title{
        font-size: 25px;
    }
    .reviews{
        margin-bottom: 60px;
    }
    .slick-dots .slick-active button{
        background: #002A69;
    }
    .request--item__img{
        width: 100px;
        height: 100px;
    }
    h1, .h1, h2, .h2, h3, .h3, .banner__title{
        margin-bottom: 30px;
    }
    .reviews--slide{
        height: 315px!important;
    }
    .header--burger{
        display: block;
    }
    .header--phone__link{
        display: none;
    }
    .topmenu--wrapper{
        display: none;
    }
    .topmenu--wrapper.active{
        display: block;
        /*position: absolute;*/
        height: auto;
        top: 89px;
        background: #D3D3D3;

    }
    .diplom--cart{
        padding: 25px;
    }
    .topmenu a{
        color: #000;
    }
    .topmenu .topmenu--submenu{
        position: relative;
    }
    .topmenu--wrapper.active .topmenu{
        flex-flow: column nowrap;
    }
    .topmenu .topmenu--submenu .submenu--wrapper .submenu{
        column-count: unset;
        height: 100%;
    }
    .topmenu .topmenu--submenu:hover .submenu--wrapper{
        z-index: 99999;
        height: 80vh;
        overflow-y: scroll;
    }
    .topmenu .topmenu--submenu .submenu--wrapper .submenu a{
        width: 100%;
    }
    .request--wrapper{
        justify-content: center;
    }
    .feedback, .footer--menu--wrapper, .howmake--steps{
        flex-wrap: wrap;
    }
    .howmake--step{
        flex: 0 0 49%;
    }
    .feedback--left {
        margin-bottom: 60px;
    }
    .footer--menu{
        flex: 0 0 49%;
        margin-bottom: 60px;
    }
    .diplom--cart{
        margin: auto;
        margin-bottom: 30px;
    }
    .similar{
        padding-bottom: 300px;
        background-position: center bottom;
        background-size: 280px;
    }
    .howmake{
        padding-top: 30px;
    }
    .howmake--wrapper{
        /*background-size: 104px;*/
        background-image: url("/img/howto_span_mobile.png");
        background-position-y: 58px;
        margin-bottom: 40px;
    }
    .howmake--payment{
        margin-bottom: 30px;
    }
    .feedback--left, .feedback--left__title{
        text-align: center;
    }
    .feedback__btn{
        margin: auto;
    }
    .feedback--wrapper{
        padding: 20px;
    }
    .feedback input{
        max-width: unset;
    }
    .footer--top{
        flex-wrap: wrap;
    }
    .footer--top .header--city, .footer--top .header--mail, .footer--top .header--phone{
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
    }
    .footer--top .header--phone__link{
        display: block;
    }
    .footer--menu--wrapper{
        padding-left: 10%;
    }
    .footer--top .header--phone__head a{
        font-size: 18px;
    }
    .feedback--left{
        max-width: unset;
    }
    .diplom--slider--wrapper{
        flex-wrap: wrap;
    }
    .diplom--slider{
        order: 1;
        max-width: 100vw;
        width: 100%;
        position: relative;
        left: -15px;
        /*display: none!important;*/
    }
    .diplom--slider--thumbs{
        order: 2;
        margin-top: 20px;
        max-width: 100vw;
        /*display: none!important;*/
    }
    .diplom--slider__image{
        max-width: 100vw;
        max-height: unset;
        width: 100% !important;
        margin: auto;
        margin-bottom: 20px;
    }
    .thumb--slide{
        margin-right: 20px;
    }
    .diplom--slider__image img{
        max-width: 90%;
        width: 100%;
        height: auto!important;
        margin: auto;
        max-height: unset;
    }
    .diplom--row{
        flex-wrap: wrap;
        width: 100%;
    }
    .diplom--buyblock{
        max-width: unset;
        width: 100%;
        text-align: center;
    }
    .diplom--slider--wrapper, .diplom--slider--thumbs, .diplom--buyblock{
        margin: auto;
    }
    .footer--top{
        margin-left: 15%;
    }
}
@media screen and (max-width: 615px) {

    .banner-wrapper{
        flex-wrap: wrap;
        justify-content: center;
        background-image: url("/img/banner_mobile.jpg");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .banner_img{
        display: none;
    }
    .banner_img img{
        display: none;
    }
    .banner{
        order: 2;
        margin-top: 350px;
    }
    .banner-bkg{
        display: none;
    }
}
@media screen and (max-width: 545px) {
    .promo{
        column-count: 1;
    }
    .banner{
        margin-top: 200px;
    }
    h1, .h1, h2, .h2, h3, .h3, .banner__title{
        font-size: 35px;
        line-height: 42px;
    }
    .howmake--steps{
        justify-content: center;
    }
    .howmake--step, .footer--menu{
        flex: 0 0 100%;
    }
    .banner__title{
        padding-top: 35px;
    }
    .banner__title:before, .h1:before, .h2:before, h1:before, h2:before, h3:before, .h3:before, .diplom__title h1:before{
        width: 75px;
        height: 68px;
        background-image: url("/img/h-before-mobile.png");
        left: -15px;
        top: 15px;
    }
    .header--phone__head a {
        font-family: Roboto;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: 0em;
        text-align: left;
    }
    .header--logo__head{
        font-size: 14px;
    }
    .promo--wrapper{
        padding: 40px 20px;

    }
    .promo__element{
        font-size: 18px;
    }
    .footer--top > div{
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
}