* {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', Arial, Helevetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #203e77;
}

h1 {
    font-size: 36px;
}

.header {
    padding-top: 4px;
    padding-bottom: 6px;
}

.logo {
    display: block;
    height: 69px;
    background: url("../img/logo.png") no-repeat center;
    background-size: contain;
}

.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

.phone-numbers {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.phone-numbers__item {
    margin-bottom: 12px;
}

.phone-numbers__item:last-child {
    margin-bottom: 0;
}

.phone-numbers__item span, .phone-numbers__item a {
    font-size: 22px;
    color: #203e77;
    font-weight: bold;
}

.social-networks {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-networks__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.social-networks__item:last-child {
    margin-right: 0;
}

.social-networks__item a {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/social_icon.png") no-repeat;
}

.social-networks__item a.inst {
    width: 32px;
    background-position: left center;
}

.social-networks__item a.fb {
    background-position: center;
}

.social-networks__item a.vk {
    background-position: right center;
}

.text__wrap.text__wrap__methods img {
    display: block;
    margin: auto auto 26px;
    max-width: 100%;
    width: auto;
}

@media screen and (min-width: 480px) {
    .phone-numbers {
        margin-bottom: 0;
    }

    .logo {
        width: 340px;
    }

    .contacts {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {

    .phone-numbers {
        margin-bottom: 0;
    }

    .phone-numbers__item {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .phone-numbers__item:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .phone-numbers__item {
        margin-right: 30px;
    }

    .menu-wrap .editbutton {
        left: 0 !important;
        top: 80px !important;
    }

    .menu-bottom-wrap .editbutton {
        top: 100px !important;
    }

    .content__top > .editbutton {

        top: 60px;
    }

    .content__top > .editbutton::after {
        color: #000;
        content: "РЎР»Р°Р№РґРµСЂ";
        font-size: 12px;
        margin-left: 6px;
    }

    .menu-wrap .editbutton::after {
        color: #000;
        content: "Р’РµСЂС…РЅРµРµ РјРµРЅСЋ";
        font-size: 12px;
        margin-left: 6px;
    }

    .menu-bottom-wrap .editbutton::after {
        color: #000;
        content: "РќРёР¶РЅРµРµ РјРµРЅСЋ";
        font-size: 12px;
        margin-left: 6px;
    }
}

@media screen and (min-width: 1200px) {
    .header__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


}

.content__top {
    position: relative;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
    border-top: 6px solid #e91938;
    border-bottom: 6px solid #e91938;
}

.menu__item a {
    display: block;
    padding: 16px 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
    background-color: #203e77;
    transition: background-color 0.3s linear;
}

.menu__item a:hover {
    text-decoration: none;
    background-color: #3F51B5;
    transition: background-color 0.3s linear;
}

.menu__item:last-child a {
    border-bottom: none;
}

.menu-bottom-wrap {
    width: 80%;
    margin: auto;
}

.menu-bottom-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
    margin-top: 26px;
    text-transform: uppercase;
    color: #203e77;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.menu-bottom-title:after {
    display: block;
    flex-grow: 1;
    height: 1px;
    margin-left: 10px;
    background-color: #203e77;
    content: ' ';
}

.menu-bottom-title:before {
    display: block;
    flex-grow: 1;
    height: 1px;
    margin-right: 10px;
    background-color: #203e77;
    content: ' ';
}

.menu-bottom {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-bottom__item {
    position: relative;
    width: 45%;
    max-height: 250px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.menu-bottom__item:nth-child(odd) {
    float: left;
}

.menu-bottom__item:nth-child(even) {
    float: right;
}

.menu-bottom__item:last-child {
    display: none;
}

.menu-bottom__item a {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    height: 100%;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.menu-bottom__item img {
    width: 100%;
    height: auto;
}

.desc {
    padding: 26px 0;
}

.desc__title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #e91938;
    text-transform: uppercase;
    text-align: center;
}

.desc__subtitle {
    color: #e91938;
    margin: 0;
    text-align: center;
}

.desc__par {
    font-size: 14px;
    color: #203e77;
    text-align: justify;
    padding-bottom: 16px;
}

.content__gallery {
    list-style: none;
    padding: 0;
}

.content__gallery-item {
    margin-bottom: 20px;
}

.content__gallery-item img {
    width: 100%;
    height: 238px;
    object-fit: cover;
}

.list {
    background: #eff8f8;
    padding: 56px 0 0;
}

.list__title-wrap {
    margin-bottom: 56px;
    text-align: center;
}

.list__title {
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.list__subtitle {
    font-size: 22px;
    font-weight: 500;
}

.list__list {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
    padding-bottom: 56px;
}

.list__list-item {
    font-size: 18px;
    margin-bottom: 28px;
    font-weight: 500;
}

.list__list-item:last-child {
    margin-bottom: 0;
}

.news-holder {
    overflow: hidden;
}

.recall {
    background-color: #eff8f8;
    padding: 35px 0 26px;
}

.recall__thumbnail {
    margin-bottom: 30px;
}

.recall__thumbnail_ib {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    vertical-align: top;
}

.recall__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    text-transform: uppercase;
}

.recall__title:before {
    display: block;
    flex-grow: 1;
    height: 1px;
    margin-right: 15px;
    content: ' ';
    background-color: #000000;
}

.recall__title:after {
    display: block;
    flex-grow: 1;
    height: 1px;
    margin-left: 15px;
    content: ' ';
    background-color: #000000;
}

.recall__img {
    width: 154px;
    height: 154px;
    margin: auto auto 15px;
    border-radius: 50%;
    overflow: hidden;
}

.recall__img img {
    width: 100%;
    height: auto;
}

.recall__thumbnail-title {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 0.8;
}

.recall__thumbnail-title span {
    font-weight: 700;
    color: #000000;
    font-size: 18px;
}

.recall__text {
    margin-bottom: 30px;
    text-align: justify;
}

.recall__text p {
    font-size: 18px;
    font-weight: 500;
}

.recall__read-more {
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    text-decoration: underline;
}

.recall__read-more:after {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    content: ' ';
    background: url("../images/right-arrow.svg") no-repeat;
    background-size: contain;
}

.recall.news {
    background-color: #ffffff;
}

.recall.news .recall__title {
    color: #203e77;
}

.recall.news .recall__title:before {
    background-color: #203e77;
}

.recall.news .recall__title:after {
    background-color: #203e77;
}

.recall.news .recall__text p {
    color: #203e77;
}

.recall.news .recall__img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.recall.news .recall__thumbnail-title span {
    color: #203e77;
    text-transform: uppercase;
}

.recall.news .recall__read-more {
    color: #203e77;
}

.recall.news .recall__read-more:after {
    background: url("../images/right-arrow1.svg") no-repeat;
}

.form-wrap {
    padding: 34px 0;
    background: url("../img/devushka.jpg") no-repeat center;
    background-size: cover;
}

.form input {
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    height: 40px;
    padding: 0 11px;
    background-color: #ffffff;
    border: none;
    margin-bottom: 14px;
}

.form input::-webkit-input-placeholder {
    font-size: 14px;
    color: #c5c5c5;
}

.form input:-moz-placeholder {
    font-size: 14px;
    color: #c5c5c5;
}

.form button {
    display: block;
    margin: auto;
    padding: 13px 42px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    background: rgba(233, 25, 56, 0.7);
    transition: all 0.3s linear;
}

.form button:hover {
    background-color: #e91938;
    transition: all 0.3s linear;
}

.form .input-subtitle {
    display: block;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 500;
}

.form__title {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
    text-align: center;
}

.form-desc {
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 36px;
    text-align: center;
}

.slider {
    min-height: 280px;
    overflow: hidden;
    padding-bottom: 20%;
    width: 100%;
}

.slider .owl-stage-outer {
    height: 100%;
    position: absolute;
    overflow-x: hidden;
}

.slider .owl-stage-outer .owl-stage {
    height: 100%;
}

.slider .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

.slider .title-wrap {
    position: absolute;
    max-width: 1140px;
    top: 20%;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 2;
    left: 15px;
}

.slider__title {
    font-size: 36px;
    color: #ffffff;
    background-color: #60cdf6;
    line-height: 1.4;
}

.slider__item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background: no-repeat center;
}

.slider .owl-dots {
    position: absolute;
    max-width: 1170px;
    padding: 0 15px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    bottom: 25%;
    display: none !important;
}

.slider .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

.slider .owl-dots .owl-dot.active span {
    background-color: #129acd;
}

.slider .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #5eb1d9;
}

.owl-carousel .owl-item img {
    width: auto;
}

.btn-fx {
    background-color: rgba(233, 25, 56, 0.8);
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    cursor: pointer;
    height: 210px;
    position: fixed;
    right: 0;
    top: 30%;
    width: 50px;
    z-index: 99;
}

.btn-fx span {
    color: #ffffff;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: 80px 68px 0;
}

@media screen and (min-width: 768px) {
    .btn-fx {
        background-color: rgba(233, 25, 56, 1);
    }
}

#callbackForm {
    text-align: center;
}

#callbackForm .btn-success {
    background: #ea1938;
    border: 1px solid #ea1938;
}

.mobile-only {
    display: none;
}

.mobile-only a {
    color: #203e77;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 2px;
    margin-top: 8px;
    text-decoration: underline;
}

#callbackForm input {
    text-align: center;
}

@media screen and (max-width: 830px) {
    .slider {
        min-height: 106px;
    }
}

@media screen and (max-width: 768px) {

    .btn-fx {
        border-radius: 0 8px 0 0;
        bottom: 0;
        height: 36px;
        left: 0;
        padding-top: 12px;
        text-align: center;
        top: inherit;
        width: 170px;
    }

    .btn-fx span {
        position: relative;
        transform: rotate(0deg);
    }

    .mobile-only {
        display: block;
    }
}

.well {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    min-height: 20px;
    padding: 19px;
}

.js-title-step {
    vertical-align: middle;
}

.js-title-step span {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    vertical-align: middle;
}

.js-title-step span.label {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #203e77;
    color: #1b3972;
}

.well fieldset {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    color: #000;
}

.well label {
    font-weight: 400;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.well input {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.well input[type="text"] {
    border: 1px solid rgb(32, 62, 119);
    border-radius: 4px;
    font-size: 16px;
    padding: 8px;
}

.btn {
    padding: 4px 8px;
}

#myModal .btn-success {
    background-color: #203e77;
}

#myModal .btn-success, #myModal .btn-warning {
    background-color: #203e77;
    border: 1px solid #1a3871;
    transition: all 0.18s;
}

#myModal .btn-success:hover, #myModal .btn-warning:hover {
    background-color: #17356e;
}

#myModal button {
    border-radius: 5px;
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-error {
    background-image: none;
    border: medium none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 15px;
}

.modal-dialog {
    margin: auto;
    transform: translate(0px, 40%) !important;
}

@media screen and (max-width: 768px) {
    .modal-dialog {
        margin: auto;
        transform: translate(0px, 15%) !important;
    }

}

.notifyjs-corner {
    left: 0 !important;
    margin: 0 !important;
    text-align: center;
    top: 0 !important;
    width: 100%;
}

.notifyjs-wrapper.notifyjs-hidable {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}

.notifyjs-corner .notifyjs-wrapper, .notifyjs-corner .notifyjs-container {
    display: block;
    height: inherit;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    width: inherit;
    border: none;
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-error {
    background-color: #60cdf6;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    padding: 22px;
    text-shadow: none;
    border: none;
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-warning {
    background-color: #e91938;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    padding: 22px;
    text-shadow: none;
    border: none;
}

a.b-thumbnails__item-read-more {
    background: rgba(32, 62, 119, 1) none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: auto;
    padding: 13px 42px;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
}

a.b-thumbnails__item-read-more:hover {
    background: rgba(32, 62, 119, .8) none repeat scroll 0 0;
    text-decoration: none;
}

.contacts__title {
    margin-bottom: 20px;
    text-align: center;
}

.contacts__title span {
    display: block;
    font-size: 14px;
    color: #203e77;
    font-weight: 700;
}

.contacts__numbers {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0 0 20px;
}

.contacts__numbers-item {
    font-size: 14px;
    color: #203e77;
    font-weight: 700;
}

.text img {
    width: 100%;
    height: auto;
}

.text p {
    font-size: 14px;
    color: #203e77;
    margin-bottom: 20px;
    text-align: justify;
}

.text p, .content-text * {
    font-size: 14px;
    color: #203e77;
}

.bread-crumbs {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    list-style: none;
    float: none;
    margin: 0 auto;
    font-size: 0;
}

.bread-crumbs__item {
    display: inline-block;
    vertical-align: top;
}

.bread-crumbs__item a, .bread-crumbs__item span {
    font-size: 14px;
    text-decoration: none;
    color: #203e77;
    font-style: italic;
}

.bread-crumbs__item:last-child a, .bread-crumbs__item:last-child span {
    text-decoration: underline;
}

.bread-crumbs__item:last-child:after {
    content: ' ';
}

.bread-crumbs__item:after {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #203e77;
    content: '>';
    margin: 0 4px;
}

.bread-crumbs .editbutton {
    display: none !important;
}

.text {
    padding-top: 0;
}

.text .recall__title {
    margin-top: 0;
    margin-bottom: 24px;
}

.text__title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: #e91938;
}

.text-thumbnail {
    border: 3px solid rgba(0, 0, 0, 0);
    display: inline-block;
    float: none;
    padding-bottom: 15px;
    padding-top: 15px;
    transition: all 0.3s linear 0s;
    vertical-align: top;
}

.text-thumbnail:hover {
    border: 3px solid #203e77;
    transition: 0.3s linear;
}

.text-thumbnail__img {
    margin-bottom: 20px;
}

.text-thumbnail__img img {
    width: 100%;
    height: auto;
}

.text-thumbnail__title {
    margin-top: 0;
    margin-bottom: 20px;
    color: #203e77;
    font-size: 14px;
    text-transform: uppercase;
}

.text-thumbnail__info {
    font-size: 14px;
    color: #203e77;
    margin-bottom: 20px;
}

.text-thumbnail__read-more {
    display: inline-block;
    font-size: 14px;
    color: #203e77;
}

.text-thumbnail__read-more:after {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    margin-left: 6px;
    content: ' ';
    background: url("../images/right-arrow1.svg") no-repeat;
    background-size: contain;
}

.text-thumbnail-wrap {
    margin-bottom: 50px;
    padding-top: 35px;
}

.format {
    list-style: outside none none;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
    padding: 0;
}

.format > li {
    color: #203e77;
    float: left;
    margin-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.format.column3 > li {
    width: 33.333%;
}

.format.column4 > li {
    width: 25%;
}

.format > li a {
    align-items: center;
    background: #93e1ff none repeat scroll 0 0;
    border: 1px solid #203e77;
    display: flex;
    height: 36px;
    justify-content: center;
    transition: all 0.1s ease 0s;
}

.format > li a:hover {
    background: #203e77 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}

.format > li a[href="#"] {
    background-color: #eeeeee;
    border: 1px solid #666666;
    color: #666666;
    cursor: default;
    opacity: 0.8;
}

.text-thumbnail-wrap__contacts {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #203e77;
}

.text-thumbnail-wrap__contacts p {
    text-align: center;
}

.employees {
    display: block;
    text-decoration: none;
}

.employees .text-thumbnail__title {
    text-align: center;
    text-decoration: underline;
    margin-bottom: 8px;
}

.employees .text-thumbnail__sub-title {
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
    color: #203e77;
    margin: 0;
}

.reviews hr {
    background-color: #203e77;
}

.reviews .recall__title {
    color: #203e77;
    margin-top: 0;
}

.reviews .recall__title:after {
    background-color: #203e77;
}

.reviews .recall__title:before {
    background-color: #203e77;
}

.reviews-wimg {
    padding-top: 30px;
    border-top: 1px solid #203e77;
}

.pagination {
    text-align: center;
}

.pagination__item {
    display: inline-block;
    vertical-align: middle;
}

.pagination__item span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    margin: -3px 5px 0;
    cursor: pointer;
    background: url("../images/right-arrow.svg") no-repeat;
}

.pagination__item:first-child span {
    transform: rotate(180deg);
}

.pagination__item a {
    margin: 0 5px;
    text-decoration: none;
    color: #000000;
}

.pagination__item a.active {
    color: #e91938;
}

.gallery__list {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
}

.gallery__list-item {
    display: block;
    padding: 5px;
}

.gallery__list-item a {
    text-decoration: none;
}

.gallery__list-item a img {
    width: 100%;
    height: auto;
}

.b-list__thumb_caption_title {
    display: none;
}

.b-list__thumb_caption-holder {
    display: none;
}

.oneslidesection {
    margin-bottom: 30px;
    text-align: center;
}

.oneslidesection div {
    height: 100%;
}

.oneslidesection-bg {
    background-position: center top;
    background-size: cover;
    padding: 50px 50px 30px;
}

.oneslidesection p {
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.oneslidesection strong {
    color: #000000;
    font-size: 22px;
    font-style: italic;
    line-height: 1.4;
    text-transform: uppercase;
}

.oneslidesection em {
    color: #e91938;
    font-size: 22px;
    line-height: 1.4;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .menu-bottom-title:after {
        width: 25%;
    }

    .menu-bottom-title:before {
        width: 25%;
    }

    .list-wrap {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .list-wrap:before {
        display: inline-block;
        vertical-align: bottom;
        content: ' ';
        width: 363px;
        height: 409px;
        background: url("../img/dok.jpg") no-repeat;
    }

    .form input {
        box-sizing: border-box;
        font-size: 14px;
        width: 49%;
        height: 40px;
        padding: 0 11px;
        background-color: #ffffff;
        border: none;
        margin-bottom: 14px;
    }

    .form .input-wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .menu-bottom__item a {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) {
    .menu-bottom-title {
        display: none;
    }

    .content__top {
        position: relative;
        border-top: 3px solid #e91938;
        border-bottom: 3px solid #e91938;
    }

    .input-cont {
        width: 80%;
    }

    .form__inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .form button {
        margin: 0;
    }

    .menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        max-width: 1140px;
        margin: auto;
        display: flex;
        border: none;
        z-index: 2;
    }

    .menu__item {
        flex-grow: 1;
    }

    .menu__item a {
        border-bottom: none;
    }

    .menu__item a.active, .menu-bottom__item a.active {
        color: #79c9f7;
        text-decoration: underline;
    }

    .menu__item:first-child a {
        border-bottom-left-radius: 8px;
    }

    .menu__item:last-child a {
        border-bottom-right-radius: 8px;
    }

    .menu-bottom-wrap {
        width: 100%;
    }

    .menu-bottom {
        display: flex;
        position: absolute;
        max-width: 1140px;
        margin: auto;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }

    .menu-bottom__item {
        flex-grow: 1;
        width: auto;
        max-height: none;
        margin-bottom: 0;
    }

    .menu-bottom__item:last-child {
        display: block;
    }

    .menu-bottom__item a {
        display: block;
        padding: 16px 0;
        position: static;
        font-size: 14px;
        color: #ffffff;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        background-color: #203e77;
        transition: background-color 0.3s linear;
        border: none;
    }

    .menu-bottom__item a:hover {
        text-decoration: none;
        background-color: #3F51B5;
        transition: background-color 0.3s linear;
    }

    .menu-bottom__item:first-child a {
        border-top-left-radius: 8px;
    }

    .menu-bottom__item:last-child a {
        border-top-right-radius: 8px;
    }

    .menu-bottom__item img {
        display: none;
    }
}

.footer {
    padding: 10px 0;
    background-color: #203e77;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__logo {
    margin-bottom: 15px;
}

.footer__logo-link {
    display: inline-block;
    width: 192px;
    height: 37px;
    background: url("../img/footer-logo.png") no-repeat center;
    background-size: contain;
}

.footer__social {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 180px;
}

.footer__social-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.footer__social-item a {
    width: 32px;
    height: 32px;
    display: block;
    background: url("../img/social_icon1.png") no-repeat;
}

.footer__social .inst {
    background-position: left center;
}

.footer__social .fb {
    background-position: center;
}

.footer__social .vk {
    background-position: right center;
}

.footer__copy {
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
}

.footer__copy a {
    color: #ffffff;
}

.footer__copy a:hover {
    text-decoration: underline;
}

.footer__menu-items {
    list-style: none;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 50px 54px 0;
}

.footer__menu-items-item {
    margin-bottom: 20px;
}

.footer__menu-items-item:last-child {
    bottom: 0;
}

.footer__menu-items-item a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-decoration: underline;
}

.footer__menu-items-item a:hover {
    text-decoration: none;
}

@media screen and (min-width: 768px) {

    .footer__logo {
        margin-bottom: 0;
        display: inline-block;
    }

    .footer__logo-link {
        display: inline-block;
        margin-top: 5px;
    }

    .footer__social {
        flex: 1;
        margin-top: 10px;
    }

    .footer__menu {
        display: flex;
        justify-content: flex-end;
        flex-direction: row-reverse;

    }

    .footer__menu-items {

        padding-right: 20px;
        margin: -21px 0 0;
    }

    .footer__menu-items {
        margin: -20px 0 0;
    }

}

@media screen and (max-width: 991px) {
    .format.column4 > li {
        width: 33.333%;
    }
}

@media screen and (max-width: 768px) {
    .footer__menu-items {
        margin: 0;
        width: 49%;
    }

    .oneslidesection-bg {
        padding: 24px 50px 8px;
    }

    .oneslidesection strong {
        font-size: 18px;
        line-height: 1.1;
    }

    .oneslidesection em {
        font-size: 18px;
        line-height: 1.1;
    }

}

@media screen and (max-width: 660px) {
    .format.column3 > li, .format.column4 > li {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .footer__menu-items {
        margin: 0;
        width: 100%;
    }

    .format.column3 > li, .format.column4 > li {
        width: 100%;
    }
}

.flex-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.flex-center h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

.b-header .editblock {
    display: inline-block;
}

.admin-page {

}

.admin-page input {
    border: 1px solid #888888;
    margin: 4px 0 1px;
    padding: 6px;
}

.phone-numbers__item {
    text-align: center;
}

.phone-numbers__item i {
    font-style: normal;
}

.form-wrap__inner i {
    font-style: normal;
    font-size: 35px;
    margin: 7px 0;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .phone-numbers__item {
        width: 223px;
    }

    .phone-numbers__item i {
        font-size: 33px;
    }
}
.iframe-resp{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 40px;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}