@import url("../font/gost-type-a/stylesheet.css");
body, html {
    width: 100%;
    height: 100%;
}

body.fosfalit {
    width: 100%;
    min-height: 100%;
    padding: 0 !important;
    margin: 0 auto !important;
    font-family: 'Stem';
    font-weight: 350;
    font-size: 18px;
    color: #000000;
}

.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu li {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.main-menu li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
}

.main-menu li a:hover {
    color: #FBAF18;
    text-decoration: none;
}

.logo {
    display: inline-block;
    margin: 15px 0 9px 0;
}

a.callback {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #FBAF18;
    padding: 5px 10px;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
}

a.callback:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #ffffff;
}

.block-1 {
    background-image: url("../img/y1.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100vh;
    height: 100vh;
}

.block-1 .text-big {
    margin-top: 161px;
    font-style: normal;
    font-weight: 300;
    color: #ffffff;
    max-width: 600px;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 70px;
}
.block-1 .text-big span {
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.block-1-2 {
    max-width: 330px;
}

.text-big-number {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    margin-top: 30px;
    line-height: 1.2;
}
.text-big-number span {
    font-size: 88px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    line-height: 113px;
}

.text-big-number.n1 {
    position: relative;
}

.text-big-number.n1:after {
    display: block;
    position: absolute;
    z-index: 2;
    content: "";
    width: 128px;
    height: 200px;
    background-image: url("../img/arrow1.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    right: -20px;
    top: 125px;
}

.block-1 .text-img {
    background-image: url("../img/b1-bg-2.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    width: 750px;
    height: 690px;
    margin-top: 191px;
    margin-left: -100px;
    position: relative;
}

.block-1 .text-img .text {
    position: absolute;
    width: 270px;
    height: 200px;
    color: #ffffff;
    right: 43px;
    bottom: 110px;
    font-size: 17px;
    line-height: 1.3;
}

.block-1 .text-img .text span {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0.05em;
    display: block;
}

.block-2 {
    background-image: url("../img/b2-bg-1.png");
    background-repeat: no-repeat;
    background-position: calc(50% - 600px) 0;
    background-size: 400px auto;
    padding-bottom: 50px;
}

.block-2 .text-2 {
    font-style: normal;
    font-weight: 350;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 600px;
}

.block-2 .text-2 span {
    color: #FBAF18;
    font-weight: 500;
    display: block;
}

.block-2 .text-2 {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.05em;
    max-width: 500px;
    margin: 100px 0 0;
}

.block-2 .text-2-2 {
    margin: 175px 0 100px 0;
    font-weight: 500;
    font-size: 22px;
}

.block-3 {
    margin-top: -70px;
}

.block-3 .c-item {
    text-align: center;
    margin-bottom: 30px;
}

.block-3 .text {
    margin-top: 20px;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.05em;
}

.block-3 .img img {
    height: 75px;
    width: auto;
}

.block-3 .text-3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.05em;
    color: #FBAF18;
    margin: 50px 0 40px;
    position: relative;
}

.block-3 .text-3:after {
    display: block;
    position: absolute;
    z-index: 2;
    content: "";
    width: 128px;
    height: 200px;
    background-image: url("../img/arrow3.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    right: -20px;
    top: 15px;
}

.block-4 {
    background-image: url("../img/y3.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 450px auto;
    margin-top: -190px;
}

.block-4 .wrapper {
    background-image: url("../img/y4.svg");
    background-repeat: no-repeat;
    background-position: 100% 200px;
    background-size: 610px auto;
    padding-bottom: 300px;
}

.block-4 .wrapper-body {
    position: relative;
    height: 700px;
    background-color: #F9F9F9;
    z-index: -1;
    top: 200px;
}

.block-4 .wrapper-body-2 {
    margin-top: -370px;
}

.block-4 .ftitle {
    margin: 75px 0;
}

.block-4 .text-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    margin-top: -10px;
}

.block-4 .text-2 {
    font-family: 'Stem';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #FBAF18;
    margin-bottom: 20px;
}

ul.arrow {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.arrow li {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0 0 15px 0;
    background-image: url("../img/li.svg");
    background-repeat: no-repeat;
    background-position: 0 9px;
    background-size: 21px auto;
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
}

.block-4 .img img {
    width: 120%;
    height: auto;
}

.block-5 {
    margin-top: -160px;
    padding: 50px;
}

.block-5 .items .img img {
    max-width: 100%;
    height: auto;
}

.block-5 .text-4 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}

.block-0-5 .text-4 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}

.block-5 .items .c-item {
    margin-bottom: 30px;
}

.block-5 .items .c-item .wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    overflow: hidden;
}

.block-5 .items .c-item .text {
    padding: 20px;
}

.block-5 .items .c-item .title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #FBAF18;
    height: 50px;
    margin-bottom: 15px;
}

.block-5 .items .c-item .body {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    height: 80px;
    margin-bottom: 15px;
}

.block-6 {
    background-image: url("../img/pbg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}

.block-6 .text-1 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 50px 0;
    color: #ffffff;
}

.block-6 .title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.05em;
    margin-top: 15px;
}

.block-6 .text-2 {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.05em;

    margin: 50px 0;
}

.block-6 .c-item {
    margin-bottom: 30px;
}

.block-6 .img img {
    height: 100px;
    width: auto;
}

.block-6 .p-img {
    text-align: right;
}

.block-6 .p-img img {
    height: auto;
    width: 90%;
    margin: 140px auto 0;
}

.y-button {
    display: inline-block;
    background: linear-gradient(128.7deg, #FFE27B 33.38%, #FBAF18 82.71%);
    border-radius: 85px;
    padding: 4px;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.y-button span {
    display: block;
    background: linear-gradient(128.7deg, #FBAF18 33.38%, #FFE27B 82.71%);
    border-radius: 85px;
    padding: 5px 40px;
}

.y-button:hover {
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(-128.7deg, #FFE27B 33.38%, #FBAF18 82.71%);
}

.y-button:hover span {
    background: linear-gradient(-128.7deg, #FBAF18 33.38%, #FFE27B 82.71%);
}

.block-6 .buttons {
    margin: 120px 0 50px 0;
}

.block-7 {
    padding-bottom: 50px;
}

.block-7 .img img {
    width: 90%;
    height: auto;
}

.block-7 .text {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.05em;
}

.block-7 .text-1 {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.05em;
    margin: 30px 0;
}

.block-7 ul li {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.05em;
}

.block-8 .text-1 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.block-8 .items .img img {
    max-width: 100%;
    height: auto;
}

.block-8 .items .c-item {
    width: 20%;
}

.block-8 .items .c-item {
    margin-bottom: 30px;
    text-align: center;
}

.block-8 .items .c-item .wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    overflow: hidden;
}

.block-8 .items .c-item .text {
    padding: 20px;
}

.block-8 .items .c-item .title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #FBAF18;
    height: 100px;
    margin-bottom: 15px;
}

.block-8 .y-button span {
    font-size: 16px;
    padding: 3px 15px;
}

.block-8.f-block {
    padding: 50px 0;
    background-color: #F9F9F9;
}

.block-9 {
    height: 550px;
    background-image: url("../img/q-bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
}

.block-9 .text-1 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.block-9 .text-1 span {
    color: #FBAF18;
    display: block;
    margin: 85px 0 30px;
}

.block-9 .text-2 {
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 46px;
    letter-spacing: 0.05em;
    margin-top: 85px;
    text-transform: uppercase;
}

.block-9 .text-2 {
    text-transform: none;
}

.block-9 .text-2 a {
    color: #000000;
    text-decoration: underline;
}

.block-9 .img a {
    margin-right: 30px;
}

.block-9 .img img {
    display: inline-block;
    height: 70px;
    width: auto;
}


.block-10 {
    min-height: 731px;
    background-image: url("../img/buy-bg.svg");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto 100%;
}

.block-10 .img-2 {
    text-align: right;
}

.block-10 .img-2 img {
    margin: auto;
    width: 90%;
    height: auto;
}

.block-10 .c-item {
    margin: 15px 0;
}

.block-10 .text-1 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.05em;
    margin-top: 150px;
}

.block-10 .text-2 {
    font-style: normal;
    font-weight: 350;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.05em;
    margin: 50px 0 90px;
}

.block-10 .text-3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #A7A7A7;
}

.block-10 .text-4 {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.05em;
    margin: 30px 0;
}

.block-10 .text-5 a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #FBAF18;
}

.block-17 {
    padding: 60px 0 100px 0;
}

.footer__notice {
    font-family: "GOST type A", sans-serif;
    font-size: 55px;
    line-height: 170px;
    margin-bottom: 50px;
    -ms-transform: scale(1.2, 3);
    transform: scale(1.2, 3);
    opacity: .2;
}

footer.footer.section {
    text-align: center;
    padding: 50px 0;
    background-color: #FBAF18;
    color: #ffffff;
}

.button-buy {
    width: 177px;
    height: 64px;
    background-color: #ffffff;
    position: fixed;
    right: 44px;
    bottom: 44px;
    border-radius: 32px;
    border: solid 1px #FBAF18;
}

.button-buy a {
    display: block;
    width: 175px;
    height: 62px;
    background-color: #ffffff;
    border-radius: 32px;
    text-align: center;
    padding: 9px 35px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #000000;
    text-transform: uppercase;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.button-buy a span {
    display: block;
    color: #FBAF18;
}

.down-scroll {
    width: 168px;
    height: 153px;
    position: fixed;
    left: 44px;
    bottom: 15px;
    background-image: url("../img/down-scroll.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    animation: .3s linear .3s infinite alternate UpDown;
}

@keyframes UpDown {
    from {
        bottom: 15px
    }
    to {
        bottom: 5px;
    }
}

@media(max-width: 1800px) {
    .down-scroll, .button-buy {
        display: none;
    }
}

#map {
    width: 100%; height: 500px; padding: 0; margin: 0;
}
.ymaps-2-1-68-svg-icon {
    transition: .2s !important;
}
.mapData__cities {
    margin-bottom: 15px;
}
.mapData__areas {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 5px;
}
.mapData__city-item, .mapData__area-item {
    display: none;
    font-size: 12px;
    color: #000008;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 1px 10px 0 10px;
    margin: 0 1px 5px;
    cursor: pointer;
    transition: .2s;
}
.mapData__area-item {
    font-size: 12px;
    padding: 5px 15px 4px 15px;
}
.mapData__city-item.active, .mapData__area-item.active {
    border-color: #000008 !important;
    color: #000008 !important;
}
.mapData__city-item:hover, .mapData__area-item:hover {
    color: #333;
    border-color: #eee;
    background-color: #eee;
}
.mapData__item_with-icon:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-position: center center;
    top: 2px;
}
.mapData__item-address:before {
    background-image: url(../img/placeholder-for-map.svg);
}
.mapData__item-schedule:before {
    background-image: url(../img/clock-circular-outline.svg);
}
.mapData__item-phone:before {
    background-image: url(../img/call-answer.svg);
}
.mapData__item-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.mapData__table {
    padding: 0 15px;
}
.mapData__table-header {
    border-bottom: 2px solid #FBAF18;
    overflow: hidden;
    padding-bottom: 10px;
}
.mapData__table-item {
    padding: 10px 0;
}
.js_map_data_table_item-name {
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .mapData__table-item {
        border-bottom: 1px solid #eee;
    }
}
.js_map_data_table_item-address .metro img {
    position: relative;
    top: -2px;
}
#block-system-main {
    padding: 0 !important;
}
.mapData__table-item-availability span, .mapData__table-item-availability a {
    display: block;
    font-size: 12px;
    background: #ddd;
    color: #777;
    padding: 3px 5px;
    border-radius: 4px;
    text-align: center;
}
.mapData__table-item-availability_1 span, .mapData__table-item-availability_1 a {
    background: #FBAF18;
    color: #fff;
}

.map-wrapper {
    position: relative;
}
.map-wrapper__left {
    position: relative;
    margin-right: 320px;
    overflow: hidden;
}
.map-wrapper__right {
    position: absolute;
    height: 100%;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 320px;
    padding-top: 55px;
}
.mapData__list {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.mapData__list-item {
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    color: #000008;
}
.mapData__list-item-title {
    font-size: 14px;
}
.mapData__list-item-contacts {
    margin-bottom: 5px;
}
.mapData__list-item-availability span, .mapData__list-item-availability a {
    display: block;
    font-size: 12px;
    background: #ddd;
    color: #777;
    padding: 3px 5px;
    border-radius: 4px;
    text-align: center;
}
.mapData__list-item-availability_1 span, .mapData__list-item-availability_1 a {
    background: #FBAF18;
    color: #fff;
}

.mapData__list-availability-switcher {
    width: 100%;
    position: absolute;
    padding: 15px 10px;
    top: 0;
}
.mapData__list-availability-switcher > span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    background: #ddd;
    color: #777;
    padding: 3px 15px;
    border-radius: 4px;
    text-align: center;
    transition: .3s;
    margin-right: 5px;
    user-select: none;
}
.mapData__list-availability-switcher > span.active {
    background: #FBAF18;
    color: #fff;
}

footer.footer.section {
    overflow: hidden;
}

.block-17 .map-wrapper__right * {
    font-size: 14px;
}

.button-buy a:hover {
    text-decoration: none;
    color: #000000;
}

.block-9 .img a:hover {
    text-decoration: none;
}

.block-9 .img a {
    background-color: #fff;
    border-radius: 40px;
    display: inline-block;
}

footer.footer.section p.text-2 {
    font-size: 14px;
}

.main-menu-button>div {
    width: 33px;
    height: 3px;
    border-radius: 1px;
    background-color: #1A345B;
}

.main-menu-button>div:nth-of-type(2) {
    opacity: .5;
    margin: 7px 0;
    width: 25px;
}

.main-menu-button {
    position: relative;
}

.nopr {
    padding-right: 0 !important;
}

.mobile {
    display: none;
}

@media (min-width: 1300px) {
    .main .container {
        max-width: 1280px;
    }
}

@media (max-width: 1199px) {
    .footer__notice {
        font-size: 45px;
        line-height: 45px;
    }
}

@media (max-width: 991px) {
    .footer__notice {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    .footer__notice {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 2000px) {
    .block-6 .buttons {
        margin: 170px 0 50px 0;
    }
}

@media (max-width: 1650px) {
    .block-6 .text-2 {
        margin-top: 100px;
    }
}

@media (max-width: 1450px) {
    .block-6 .text-2 {
        margin-top: 50px;
    }

    .block-1 .text-big span {
        font-size: 30px;
    }

    .block-1 .text-img {
        width: 600px;
    }

    .block-1 .text-img .text {
        position: absolute;
        width: 270px;
        height: 200px;
        color: #ffffff;
        right: 1px;
        bottom: 211px;
        font-size: 16px;
        line-height: 1.3;
    }

    .block-4 .img img {
        width: 100%;
        height: auto;
    }

    .block-3 .text-3 {
        padding-left: 100px;
    }

    .main {
        overflow: hidden;
    }

    .block-5 .items .c-item .title {
        font-size: 18px;
        line-height: normal;
        height: 60px;
    }

    .block-5 .items .c-item .body {
        font-size: 14px;
        line-height: normal;
    }
}

@media (max-width: 1350px) {
    .block-9 .img-1 {
        padding: 10px 15px;
        height: 70px;
        line-height: 1;
        width: 100%;
        text-align: center;
    }

    .block-9 .img-1 img {
        height: 30px !important;
        width: auto !important;
    }
}

body.open .main-menu-button > div:nth-of-type(2){
    opacity: 1;
    width: 33px;
}

.main-menu.mobil {
    display: block;
    transition: 1s;
    width: 100%;
    min-height: 55px;
    position: fixed;
    z-index: 2;
    top: -100px;
    padding: 15px;
    background-color: #fff;
}

ul.main-menu.mobil.open {
    top: 66px;
}

ul.main-menu.mobil li {
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;
}

.fosfalit .modal-dialog {
    max-width: 1000px !important;
}

.fosfalit .modal-body {
    padding: 50px 150px;
}

.fosfalit .modal-body .text-1 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.05em;
    color: #FBAF18;
    margin-bottom: 30px;
}

.fosfalit .modal-body .text-2 {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

table.table th {
    font-weight: 400 !important;
}

table.table td {
    font-size: 16px;
}

.block-9 .img-1 {
    display: block;
    text-align: center;
}

.block-9 .img-1 {
    display: inline-block;
    padding: 20px 30px;
    border: solid 4px #FBAF18;
    height: 100px;
    border-radius: 50px;
    line-height: 50px;
    background-color: #ffffff;
}

.block-9 a:hover .img-1 {
    border-color: transparent;
    background-color: #F3F3F3;
}

.block-0-5 .c-item {
    margin-bottom: 30px;
}

div.block-10 .ga .img {
    border: solid 1px #ccc;
    padding: 10px 10px;
    border-radius: 50px;
    text-align: center;
}

div.block-10 .ga .img img {
    border: none;
    padding: 0;
    border-radius: inherit;
    margin: auto;
    height: 27px;
}

@media (max-width: 1199px) {
    div.container {
        max-width: none;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

@media (max-width: 1050px) {
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
    .block-9 .img-1 {
        padding: 10px 15px;
        height: 50px;
        line-height: 1;
        width: 100%;
        text-align: center;
    }

    .block-9 .img-1 img {
        height: 20px !important;
        width: auto !important;
    }

    .fosfalit .modal-dialog {
        max-width: 90% !important;
    }

    .fosfalit .modal-body {
        padding: 30px;
    }

    .block-1 .text-img {
        width: 550px;
        margin-left: -77px;
    }

    .block-1 .text-img .text span {
        font-size: 22px;
        line-height: 1.2;
    }

    .block-1 .text-img .text {
        position: absolute;
        width: 205px;
        height: 200px;
        color: #ffffff;
        right: 34px;
        bottom: 221px;
        font-size: 14px;
        line-height: 1.3;
    }

    .block-1 .text-big span {
        font-size: 26px;
    }

    .block-1 .text-big {
        font-size: 18px;
    }

    .block-4 .wrapper {
        background-size: 545px auto;
    }

    .block-4 {
        background-size: 320px auto;
        margin-top: -150px;
    }

    .block-4 .wrapper-body {
        position: relative;
        height: 500px;
        background-color: #F9F9F9;
        z-index: -1;
        top: 200px;
    }

    .block-4 .wrapper-body-2 {
        margin-top: -290px;
    }

    .block-4 .wrapper {
        background-size: 480px auto;
        padding-bottom: 200px;
    }

    .wrapper-body-2 img {
        max-width: 550px;
    }

    .block-4 .text-1 {
        font-size: 22px;
    }

    .block-4 .text-2 {
        font-size: 16px;
        line-height: 1.2;
    }

    ul.arrow li {
        font-size: 16px;
        line-height: 20px;
        background-position: 0 7px;
    }

    .block-5 .items .c-item .title {
        font-size: 18px;
        line-height: 1.2;
        height: 56px;
    }

    .block-5 .items .c-item .body {
        font-size: 13px;
    }

    .block-6 .text-1 {
        margin: 15px 0;
    }

    .block-6 .img img {
        height: 70px;
        width: auto;
    }

    .block-6 .title {
        font-size: 16px;
        line-height: normal;
    }

    .block-6 .p-img img {
        height: auto;
        width: 90%;
        margin: 40px auto 0;
    }

    .block-6 .buttons {
        margin: 0 0 50px 0;
    }

    .block-8 .items .c-item .title {
        font-size: 14px;
        line-height: normal;
        height: 90px;
    }

    .block-8 .y-button span {
        font-size: 12px;
        padding: 0px 10px;
    }

    .block-10.f-block .img {
        background-color: #fff;
        display: inline-block;
        border-radius: 25px;
    }
}

@media (max-width: 991px) {
    .fosfalit .modal-dialog {
        max-width: 100% !important;
    }

    .block-4 .img {
        text-align: center;
    }

    .block-4 .img {
        text-align: center;
    }

    .block-6 .p-img {
        text-align: center;
    }

    .block-6 .p-img img {
        max-width: 350px;
        margin: auto;
    }

    .block-7 .img {
        text-align: center;
        margin-bottom: 50px;
    }

    .block-7 .img img {
        max-width: 350px;
    }

    .block-9.f-block .col-lg-6 {
        padding-left: 200px;
    }

    .block-10 .img-2 {
        text-align: center;
    }

    .block-10 .img-2 img {
        max-width: 350px;
    }

    .block-10.f-block {
        height: auto;
        background-size: 80%;
    }

    a.y-button {
        font-size: 16px;
    }

    .y-button span {
        padding: 2px 20px;
    }

    .wrapper-body-2 img {
        max-width: 350px;
    }

    .block-1.f-block {
        height: auto;
    }

    .block-1 .text-img {
        margin: auto;
    }

    .block-1 .text-img {
        margin: auto;
        height: 500px;
    }

    .block-1 .text-img .text {
        bottom: 30px;
    }

    .block-8 .items .c-item {
        width: 33.33%;
    }
}

@media (max-width: 872px) {
    .block-2 .text-2-2 {
        margin: 30px 0 50px;
    }

    .block-4 {
        background-size: 265px auto;
        margin-top: -150px;
    }
}

@media (max-width: 767px) {
    .map-wrapper__left {
        margin: 0;
    }
    .map-wrapper__right {
        position: relative;
        width: 100%;
        height: 300px;
    }
    #map {
        height: 300px;
    }
    .colored-box__special > .container {
        padding: 0 !important;
    }

    .map-wrapper__left {
        margin: 0;
    }
    .map-wrapper__right {
        position: relative;
        width: 100%;
        height: 300px;
    }
    #map {
        height: 300px;
    }
    .colored-box__special > .container {
        padding: 0 !important;
    }

    .mob {
        display: none;
    }

    .block-2.f-block img {
        max-width: 100%;
    }

    .block-9.f-block .col-lg-6 {
        padding-left: 15px;
    }

    .block-9 .text-1 {
        margin-top: 30px;
    }

    .block-9 .text-2 {
        margin: 30px 0;
    }
}


@media (max-width: 576px) {
    .block-8 .y-button span {
        font-size: 12px;
        padding: 0px 30px;
    }

    ul.main-menu.mobil.open {
        top: 53px;
    }

    .block-9.f-block {
        height: auto;
        padding-bottom: 50px;
    }

    .block-9 .img img {
        display: inline-block;
        height: 40px;
        width: auto;
    }

    .block-1 .text-big {
        margin: 100px 0 30px 0;
    }

    .block-1 .text-img {
        width: 536px;
        margin-left: -62px;
        margin-top: 50px;
    }

    a.logo img {
        width: 120px;
    }

    a.callback {
        font-size: 12px;
        float: right;
    }

    .text-big-number {
        font-size: 16px;
    }

    .text-big-number span {
        font-size: 50px;
        line-height: 1.5;
    }

    .block-1 .text-big span {
        font-size: 26px;
        line-height: normal;
    }

    .block-1 .text-big {
        margin: 70px 0 30px 0;
    }

    .block-1 .text-img {
        width: 536px;
        margin-left: -180px;
        margin-top: 50px;
    }

    .block-2 .text-2 {
        margin-top: 30px;
    }

    .block-4.f-block {
        background-image: none;
    }

    .block-3 .text-3 {
        padding-left: 0;
        margin: 15px 0;
        font-size: 20px;
        line-height: normal;
    }

    .block-4 .wrapper {
        background-size: 80% auto;
        padding-bottom: 200px;
    }

    .block-5 {
        margin-top: -160px;
        padding: 0;
    }

    .block-5 .items .c-item .title {
        font-size: 18px;
        line-height: 1.2;
        height: auto;
    }

    .block-5 .items .c-item .body {
        font-size: 13px;
        height: auto;
    }

    .block-6 {
        background-image: url("../img/pbg.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 100%;
        margin-bottom: 30px;
    }

    .block-6 .title {
        font-size: 12px;
        line-height: normal;
    }

    .block-8 .items .c-item {
        width: 100%;
    }

    .block-8 .items .c-item .title {
        font-size: 14px;
        line-height: normal;
        height: auto;
    }

    .block-10 .img-2 img {
        max-width: 350px;
        margin-top: 30px;
    }

    .block-17 {
        padding: 30px 0 30px 0;
    }

    .block-10 .text-1 {
        margin-top: 50px;
    }

    .block-10 .text-2 {
        margin: 30px 0;
        font-size: 16px;
    }

    .block-9 .text-2 {
        font-size: 30px;
    }

    .block-5 .text-4 {
        font-size: 22px;
        line-height: normal;
    }

    .block-0-5 .text-4 {
        font-size: 22px;
        line-height: normal;
    }

    .block-6 .text-1 {
        font-size: 22px;
        line-height: normal;
    }

    .block-7 .text {
        font-size: 22px;
        line-height: normal;
    }

    .block-8 .text-1 {
        font-size: 22px;
        line-height: normal;
    }

    .block-9 .text-1 {
        font-size: 22px;
        line-height: normal;
    }

    .block-10 .text-1 {
        font-size: 22px;
        line-height: normal;
    }
}

@media (max-width: 350px) {
    .f-block img {
        max-width: 100% !important;
    }
}

.block-0-5 img {
    max-width: 100%;
    height: auto;
}