/*.howmake--wrapper{
    position: relative;
    z-index: 2;
}*/
.topmenu--submenu:hover .submenu--wrapper{
    overflow-x: visible;
}
.feedback .blue-button{
    border: 1px solid white;
    margin-top: 10px;
}
.header{
    z-index: 9;
}
.diplom--description__desc{
    padding: 30px;
}
.request--item{
    max-width: 30%;
}
/*.howmake--wrapper:before{
    content: "";
    position: absolute;
    background-color: #0070D7;
    left: -500px;
    width: 200%;
    top: 0;
    height: 100%;
    z-index: -1;
}*/
.remodal__button {
    color: #fff;
    font-size: 18px;
    max-width: 250px;
}

.citylist {
    column-count: 5;
    max-width: 90%;
}

.citylist__link {
    white-space: nowrap;
    font-size: 12px;
}

.modal--call {
    padding: 0;
    max-width: 400px;
    background-color: #F3F7FF;
}

.modal--zakaz {
    padding: 0;
    max-width: 600px;
}

.modal--call .feedback, .modal--zakaz .feedback {
    flex-flow: column nowrap;
    padding: 30px;
    margin: auto;
}

.modal--call .feedback button, .modal--zakaz .feedback button {
    display: inline-flex;
    align-items: center; /* cross axis */
    justify-content: center; /* main axis */
    line-height: 1; /* reset */
}

.modal--call .feedback button, .modal--zakaz .feedback button {
    margin: 10px auto;
}

.remodal-close::before {
    color: black;
    z-index: 99;
}

.form-group .controls {
    position: relative;
}

.ajax_form .error {
    /*position: absolute;
    bottom: 0;*/
}

.category--banner--desktop {
    position: relative;
    top: -122px;
    margin-bottom: -102px;
}

.category--banner--tablet, .category--banner--mobile {
    display: none;
}

.thumb--slide.slick-slide {
    width: 100px !important;
    height: 100px;
    border-radius: 100px;
    margin: 10px;
    background-color: #fff;
}


.thumb--slide.slick-slide.slick-current {
    position: relative;
}

.thumb--slide.slick-slide.slick-current:after {
    content: "";
    position: absolute;
    width: 64px;
    height: 18px;
    background-image: url("/img/slideactive.png");
    background-position: center;
    background-repeat: no-repeat;
    bottom: -5px;
    left: 50%;
    margin-left: -32px;
}

.thumb--slide.slick-slide img {
    margin: 20px auto;
}

.main.category {
    background-color: #F0F0F0;
    margin-top: 0;
    padding-bottom: 30px;
    padding-top: 0px;
}

.document .diplom--description {
    padding: 20px 0px;
}


.citylist__link{
	text-align: left;
    display: block;
	overflow: hidden;
    text-overflow: clip;
	margin: 10px;
}

.citylist__link:first-letter{
	font-weight: bold;
}

.remodal.city {
	max-width: 90%;
}
.city-atts{
	column-count: 3;
}
.city-atts a{
	display: block;
	margin: 3px 0;
}
.city-atts a:hover{
	color: #2195FF;
}

@media screen and (max-width: 1024px) {
    .category--banner--desktop {
        display: none;
    }

    .category--banner--tablet {
        display: block;
        margin-top: 100px;
    }
}

@media screen and (max-width: 768px) {
    .thumb--slide.slick-slide {
        width: 60px !important;
        height: 60px;
        background: none;
    }

    .thumb--slide.slick-slide.slick-current:after {
        display: none;
    }

    .thumb--slide.slick-slide img {
        margin: auto;
    }
}

@media (max-width: 767.98px) {

    .category {
        margin-top: 120px;
    }
    .request--item{
        max-width: 50%;
    }
}

@media (max-width: 720px) {
.docbody .request{
    margin-bottom: 50px;
}
    .category--banner--tablet {
        display: none;
    }
    .request--item{
        max-width: unset;
    }

.category {
        margin-top: 40px;
    }
    .category--banner--mobile {
        display: block;
        margin-top: 100px;
    }
    .category--banner--mobile img{
        width: 100%;
    }
    .feedback{
        flex-wrap: wrap;
    }

}
.warning {
    margin-top: 70px;
    background-image: url("/img/warning.png");
    background-size: cover;
    background-position: right center;
    padding: 50px
}

@media screen and (max-width: 1024px) {
    .warning {
        background:#b94231
    }
}

@media screen and (max-width: 468px) {
    .warning {
        margin-top:30px
    }
}

.warning__title {
    color: #fff;
    font-size: 48px;
    font-weight: bold
}

.warning__if {
    margin-top: 30px;
    color: #fff;
    font-weight: bold
}

.warning__answer {
    margin-top: 10px;
    background: #fff;
    color: #000;
    font-style: italic;
    max-width: 750px;
    padding: 5px
}

@media screen and (max-width: 1024px) {
    .warning__answer {
        max-width:50%
    }
}

@media screen and (max-width: 468px) {
    .warning__answer {
        max-width:unset
    }
}

.feature {
    margin-top: 50px;
    margin-bottom: 60px
}

@media screen and (max-width: 468px) {
    .feature {
        margin-top:30px;
        margin-bottom: 0
    }
}

.feature__title {
    text-align: left
}

.feature--list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 1024px) {
    .feature--list {
        -ms-flex-pack:distribute;
        justify-content: space-around
    }
}

.feature--element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-width: 370px
}

@media screen and (max-width: 1024px) {
    .feature--element {
        margin-bottom:60px
    }
}

.feature--element__img {
    max-width: 100px
}

.feature--element__title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold
}

.feature--element__title span {
    color: #0070D7
}

.feature--element__desc {
    margin-top: 20px;
    font-size: 16px
}
.page-title {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}
.warning{
   background-color: #1042BD;
    background-image: url('/img/warning.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
@media (max-width: 768px) {
    .warning {
        background-image: none;
        padding-left: 15px; /* Сбрасываем большой отступ, так как картинки больше нет */
    }
}