body {
    min-width: 320px;
}
.col-2-picture {
    display: flex;
    column-gap: 30px;
    flex-direction: column-reverse;
}
@media screen and (min-width: 1010px) {
    .col-2-picture {
        flex-direction: row;
    }
}
.col-2-picture .col:first-child {
    flex: 1;
}
.col-2-picture .col:nth-child(2) {
    max-width: 100%;
    width: 100%;
}
@media screen and (min-width: 1010px) {
    .col-2-picture .col:nth-child(2) {
        max-width: 50%;
    }
}
@media screen and (min-width: 1250px) {
    .col-2-picture .col:nth-child(2) {
        max-width: 725px;
    }
}
.col-2-picture .col img {
    display: inline-block;
    object-fit: cover;
    width: 100%;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.align-items-center {
    align-items: center;
}
.section {
    margin: 30px 0;
}
@media screen and (min-width: 1010px) {
    .section {
        margin: 60px 0;
    }
}
.section__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (min-width: 1010px) {
    .section__title {
        font-size: 40px;
        line-height: 1;
    }
}
.section--grey {
    background: #edebeb;
    padding: 30px 0;
}
@media screen and (min-width: 1010px) {
    .section--grey {
        padding: 60px 0;
    }
}
.banner .button {
    width: 100%;
}
@media screen and (min-width: 525px) {
    .banner .button {
        width: auto;
    }
}
.banner__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
}
@media screen and (min-width: 1010px) {
    .banner__title {
        font-size: 42px;
        line-height: 1;
    }
}
.banner__descr {
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
}
.banner__items-text {
    line-height: 1.2;
}
@media screen and (min-width: 1010px) {
    .banner__descr {
        font-size: 24px;
    }
}
.button {
    font-family: 'Roboto';
}
.button--grey {
    background-color: rgba(136, 136, 136, 1);
    height: 47px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    border-radius: 0;
    display: inline-flex;
    text-transform: none;
}
.button--grey:after {
    border-radius: 0;
}
.button--white {
    background-color: rgba(255, 255, 255, 1);
    color: #003399;
}
.button--wide {
    width: 100%;
}
.banner__items {
    margin: 24px 0;
    display: flex;
    column-gap: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
.banner__items-icon {
    width: 39px;
    margin-right: 7px;
}
.banner__items-content {
    display: flex;
    align-items: center;
}
.banner__text {
    margin-top: 15px;
}
@media screen and (min-width: 1010px) {
    .banner__text {
        margin-top: 0;
    }
}
.logo {
    height: 78px;
}
.video {
    display: flex;
    max-width: 830px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
}
.video .col:first-child {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .video .col:first-child {
        width: 260px;
    }
}
.video .col:last-child {
    flex: 1;
    margin-top: 30px;
}
@media screen and (min-width: 992px) {
    .video .col:last-child {
        padding-left: 30px;
        margin-top: 0;
    }
}
.video .section__title {
}
@media screen and (min-width: 992px) {
    .video .section__title {
        text-align: left;
    }
}
.video__content {
        text-align: center;
    }
@media screen and (min-width: 992px) {
    .video__content {
        text-align: left;
    }
}
.video__subtitle {
    font-weight: 300;
    font-size: 17px;
    line-height: 135%;
    margin-bottom: 30px;
}
@media screen and (min-width: 1010px) {
    .video__subtitle {
        font-size: 24px;
    }
}
.video__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
}
.video__text p {
    margin-bottom: 15px;
}
@media screen and (min-width: 1010px) {
    .video__subtitle {
        font-size: 20px;
    }
}
.video__image {
    position: relative;
    width: 100%;
    height: 462px;
}
.video__image .video-js {
    position: absolute;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.detailing__items {
    margin-top: 40px;
}
.detailing__items .detailing__item {
    background-color: rgba(136, 136, 136, 1);
    color: #fff;
    padding: 25px;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 1.2;
    margin: 0 15px;
    position: relative;
}
.detailing__items .detailing__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(16, 42, 131, 0) 0%, #000000 100%);
}
.detailing__items.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.detailing__picture {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.detailing__picture img {
    object-fit: cover;
    display: inline-block;
    width: 100%;
}
.detailing__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 3;
}
@media screen and (min-width: 1200px) {
    .detailing__content {
        height: 50%;
    }
}
.detailing .section__title {
    margin-bottom: 40px;
}
.detailing__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}
@media screen and (min-width: 1010px) {
    .detailing__title {
        font-size: 24px;
    }
}
.detailing__text {
    font-weight: 300;
    font-size: 16px;
    margin-top: 15px;
}
.detailing__item ul {
    margin: 15px 0;
    list-style-position: inside;
}
.detailing__item ul li {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    padding-left: 30px;
}
.detailing__item ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.gallery__content {
    margin-top: 20px;
    display: block;
}
@media screen and (min-width: 1010px) {
    .gallery__content {
        margin-top: 40px;
        display: none;
    }
}
.gallery__content.js-gallery__content {
    display: none !important;
}
@media screen and (min-width: 1010px) {
    .gallery__content.js-gallery__content {
        display: block !important;
    }
}
.gallery__item {
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (min-width: 1010px) {
    .gallery__item {
        margin-bottom: 0;
    }
}
.gallery__image {
    overflow: hidden;
}
@media screen and (min-width: 1010px) {
    .gallery__image {
        /*max-height: 475px;*/
    }
}
.gallery__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.gallery__text {
    font-size: 16px;
    line-height: 135%;
    text-align: center;
    margin: 20px auto 0;
    max-width: 100%;
}
@media screen and (min-width: 1010px) {
    .gallery__text {
        max-width: 62%;
        font-size: 20px;
    }
}
.slick-prev,
.slick-next {
  z-index: 11;
  width: 30px;
  height: 30px;
}
.slick-prev:before,
.slick-next:before {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 0;
  display: none;
}
.slick-prev svg, .slick-next svg {
    width: 100%;
    height: 100%;
}
.slick-prev svg {
    transform: rotate(-180deg);
}
.slick-prev svg path, .slick-next svg path {
    fill: #003399;
}
.slick-next {
    right: -35px;
}
.slick-prev {
    left: -35px;
}
.slick-disabled {
    opacity: .5;
    cursor: default;
}
.logotype__content, .team__content, .why__content, .detailing__items {
  display: none;
}
@media screen and (min-width: 1100px) {
    .team__content, .why__content {
        display: grid;
    }
}
.slick-slider.slick-initialized, .logotype__content.slick-initialized, .team__content.slick-initialized, .why__content.slick-initialized, .detailing__items.slick-initialized {
    display: block;
}
.gallery-grid__content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
    gap: 30px;
}
.gallery-grid__item {
}
.gallery-grid__item img {
    display: inline-block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
}
.why__content {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px !important;
}
@media screen and (min-width: 1010px) {
    .why__content {
        margin-bottom: 0 !important;
    }
}
.why__image {
    overflow: hidden;
}
.why__image img {
    display: inline-block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.why__subtitle {
    font-weight: 300;
    font-size: 17px;
    line-height: 135%;
    text-align: center;
}
@media screen and (min-width: 1010px) {
    .why__subtitle {
        font-size: 24px;
    }
}
.why__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    margin-top: 15px;
    text-align: center;
}
@media screen and (min-width: 1010px) {
    .why__subtitle {
        font-size: 24px;
    }
}
.why__text {
    font-size: 16px;
    line-height: 100%;
    margin-top: 10px;
    text-align: center;
}
.who__subtitle {
    font-weight: 300;
    font-size: 17px;
    line-height: 135%;
    text-align: center;
}
@media screen and (min-width: 1010px) {
    .why__subtitle {
        font-size: 24px;
    }
}
.why__info {
    margin: 0 15px;
}
@media screen and (min-width: 1010px) {
    .why__info {
        margin: 0;
    }
}
.who__video {
    width: 100%;
    margin: 40px auto 0;
}
@media screen and (min-width: 1010px) {
    .who__video {
        width: 730px;
    }
}
.who__text {
    font-size: 16px;
    line-height: 135%;
    margin-top: 20px;
    text-align: center;
}
@media screen and (min-width: 1010px) {
    .why__subtitle {
        font-size: 20px;
    }
}
.section--linear {
    background: linear-gradient(180deg, #E8E8E8 0%, rgba(130, 130, 130, 0) 100%);
}
.reviews__video {
    margin: 0 15px;
}
.reviews__video.video__image {
    width: auto;
    height: 558px;
    /*height: 386px;*/
}
@media screen and (min-width: 1250px) {
    .reviews__video.video__image {
        height: 465px;
    }
}
.review {
    margin-top: 80px;
}
.section--background {
    background: url(../images/sb.png) center no-repeat;
    background-size: cover;
}
.form__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 310px;
    color: #fff;
}
@media screen and (min-width: 1010px) {
    .form__content {
        height: 620px;
    }
}
.form__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 135%;
    text-align: center;
    max-width: 800px;
}
@media screen and (min-width: 1010px) {
    .form__title {
        font-size: 40px;
    }
}
.form__subtitle {
    margin-top: 15px;
    font-weight: 400;
    font-size: 17px;
    line-height: 135%;
    text-align: center;
}
@media screen and (min-width: 1010px) {
    .form__subtitle {
        font-size: 24px;
    }
}
.form__content .form__button {
    margin-top: 25px;
    text-align: center;
}
.form__button button {
    min-width: 220px;
}
.slick-dots {
    bottom: -30px;
}
.slick-dots li button:before {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #003399;
    border-radius: 50%;
}
.logotype__item {
    height: 78px;
    display: flex !important;
    align-items: center;
}
.logotype__item img {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.team {
    padding-bottom: 10px;
}
@media screen and (min-width: 1100px) {
    .team {
        padding-bottom: 0;
    }
}
.team__content {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    gap: 30px;

    grid-template-areas:
    "big-item col1 col2 col3 col4"
    "big-item col5 col6 col7 col8";
}
.team__main {
    grid-area: big-item;
    width: 238px;
}
@media screen and (min-width: 1250px) {
    .team__main {
        width: 392px;
    }
}
.item-1 { grid-area: col2; }
.item-2 { grid-area: col3; }
.item-3 { grid-area: col4; }
.item-4 { grid-area: col5; }
.item-5 { grid-area: col6; }
.item-6 { grid-area: col7; }
.item-7 { grid-area: col8; }
.item-8 { grid-area: col9; }
.team__picture img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.team__text {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    margin-top: 15px;
    text-align: center;
}
.team__content .slick-dots {
    bottom: -40px;
}
.team__info {
    margin: 0 15px;
}
.team__picture {
    height: 250px;
    display: block;
    overflow: hidden;
}
@media screen and (min-width: 1100px) {
    .team__info {
        margin: 0;
    }
    .team__picture {
        height: auto;
    }
}
.picture-scale {
    transition: .5s;
}
.picture-scale:hover {
    transform: scale(1.1);
}
mark {
    background: #c7d8fd;
    padding: 1px 4px;
}

.slider-before-after {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.slider-before-after img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.slider-before-after .before {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 2;
	width: 50%;
	height: 100%;
}
.slider-before-after .change {
	-ms-touch-action: pan-y;
	touch-action: pan-y;

    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
}
.slider-before-after .change:before, .slider-before-after .change:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}
.slider-before-after .change:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.slider-before-after .change:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.slider-before-after .change .left-arrow, .slider-before-after .change .right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}
.slider-before-after .change .left-arrow, .slider-before-after .change .right-arrow {
    top: 50%;
    margin-top: -6px;
}
.slider-before-after .change .left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}
.slider-before-after .change .right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}
.main-gallery {
    overflow: hidden;
}
@media screen and (min-width: 1010px) {
    .main-gallery {
        max-height: 365px;
    }
}