html>body>header>div.subtitle>button.go-down,
html>body>main>section.subscribe>form>div.success>p.controls>button,
html>body>main>section.subscribe>form>ul.fields>li>button,
html>body>main>section>p.goto>a {
    box-sizing: border-box;
    height: 50px;
    padding: 0 25px;
    margin: 0;
    font-weight: 700;
    line-height: 50px;
    white-space: nowrap;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    background: #ffaf0a;
    border: 0;
    border-radius: 8px;
    transition: color .3s
}

html>body>main>section.subscribe>form>div.success>p.controls>button,
html>body>main>section.subscribe>form>ul.fields>li>button {
    display: inline-block
}

html>body>header>div.subtitle>button.go-down:not([disabled]),
html>body>main>section.subscribe>form>div.success>p.controls>button:not([disabled]),
html>body>main>section.subscribe>form>ul.fields>li>button:not([disabled]),
html>body>main>section>p.goto>a:not([disabled]) {
    cursor: pointer
}

html>body>header>div.subtitle>button.go-down:focus,
html>body>main>section.subscribe>form>div.success>p.controls>button:focus,
html>body>main>section.subscribe>form>ul.fields>li>button:focus,
html>body>main>section>p.goto>a:focus {
    color: #30435c
}

html>body>header>div.subtitle>button.go-down:not([disabled]):hover,
html>body>main>section.subscribe>form>div.success>p.controls>button:not([disabled]):hover,
html>body>main>section.subscribe>form>ul.fields>li>button:not([disabled]):hover,
html>body>main>section>p.goto>a:not([disabled]):hover {
    color: #30435c
}

html>body>main>section.subscribe>form>ul.fields>li.checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

html>body>main>section.subscribe>form>ul.fields>li.checkbox>input+label {
    position: relative;
    display: block;
    padding: 0 0 0 35px;
    font-size: 14px
}

html>body>main>section.subscribe>form>ul.fields>li.checkbox>input+label::before {
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    content: "";
    border: 1px solid #d4d7d9;
    border-radius: 3px;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    transition: border-color .3s;
    background-color: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .2)
}

html>body>main>section.subscribe>form>ul.fields>li.checkbox>input:hover+label::before {
    border-color: #b9bdc1
}

html>body>main>section.subscribe>form>ul.fields>li.checkbox>input:focus+label::before {
    border-color: #838b91;
    outline: 0
}

html>body>main>section.subscribe>form>ul.fields>li.checkbox>input:checked+label::after {
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    width: 15px;
    height: 8px;
    content: "";
    border-bottom: 1px solid;
    border-left: 1px solid;
    -webkit-transform: translate(5px, calc(-50% - 3px)) scaleX(.9) rotate(-45deg);
    transform: translate(5px, calc(-50% - 3px)) scaleX(.9) rotate(-45deg)
}

html>body>header>h1,
html>body>main>section.environment>div.slideshow>div.sections>section>h3,
html>body>main>section>h2,
html>body>main>section>section>h3 {
    margin-top: 0;
    font-family: "Circe", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1
}

html>body>main>section.subscribe>form>div.success>p:first-of-type {
    margin-top: 0;
    font-family: "Circe", sans-serif;
    font-weight: 700
}

html>body>main>section.subscribe>form>ul.fields>li>input:not([type=checkbox]):not([type=radio]) {
    box-sizing: border-box;
    height: 40px;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #d4d7d9;
    border-radius: 3px;
    transition: border-color .3s;
    color: #fff;
    background-color: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .2);
    display: block;
    width: 100%
}

html>body>main>section.subscribe>form>ul.fields>li>input:not([type=checkbox]):not([type=radio]):hover {
    border-color: #b9bdc1
}

html>body>main>section.subscribe>form>ul.fields>li>input:not([type=checkbox]):not([type=radio]):focus {
    border-color: #838b91;
    outline: 0
}

html>body>main>section.subscribe>form>ul.fields>li>label {
    display: block;
    padding: 0 0 10px
}

html>body>main>section.environment>div.slideshow>div.sections>section>p,
html>body>main>section>p,
html>body>main>section>section>p {
    margin: 0 0 1em;
    line-height: 1.5
}

html>body>header,
html>body>main {
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
    min-height: 120vh;
    padding: 0 0 0 70px
}

html>body>main>section.subscribe>form>ul.fields>li.checkbox>input:hover+label::before {
    border-color: rgba(255, 255, 255, .4)
}

html>body>main>section.subscribe>form>ul.fields>li.checkbox>input:focus+label::before {
    border-color: rgba(255, 255, 255, .8)
}

html>body>main>section.environment>div.slideshow>div.sections>section>h3,
html>body>main>section>section>h3 {
    font-size: 30px;
    line-height: 1.2
}

html>body>main>section.subscribe>form>div.success>p:first-of-type {
    font-size: 21px;
    line-height: 1.5;
    padding-top: 130px;
    background: url(../img/mail-ok-inverted.svg) center top no-repeat
}

html>body>main>section.subscribe>form>ul.fields>li>input:not([type=checkbox]):not([type=radio]):hover {
    border-color: rgba(255, 255, 255, .4)
}

html>body>main>section.subscribe>form>ul.fields>li>input:not([type=checkbox]):not([type=radio]):focus {
    border-color: rgba(255, 255, 255, .8)
}

html>body>a.up {
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 2;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    text-indent: 100%;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    background: #ffaf0a;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-transform: translateY(110px);
    transform: translateY(110px);
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

html>body>a.up::before,
html>body>header>div.seven-suns>a.logo>svg {
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

html>body>a.up::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    content: "";
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15' stroke='%2330435C'%3E%3Cpath fill='none' stroke-miterlimit='10' d='M12 .5l7 7-7 7M19 7.5H0'/%3E%3C/svg%3E") center center no-repeat;
    -webkit-transform: scale(1.5) rotate(-90deg);
    transform: scale(1.5) rotate(-90deg);
    width: 20px;
    height: 20px
}

html>body>a.up.visible {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

html>body>header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 60px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background: #000
}

html>body>header>h1 {
    position: relative;
    margin: 2em 0 .9em;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .05em;
   /* text-transform: uppercase*/
}


.tophead {
width: 90%;
margin: auto;
margin-top: 0;
}

.subtophead {
display: inline-block;
width: 513px;
float: left;
margin-left: 27px;
}

.tophead h1 {
display: inline-block;
font-size: 23px;
font-family: "Circe", sans-serif;
margin-top: 65px;
margin-bottom: 5px;
}

.subtitle {
font-size: 19px;
}

.tophead .tel {
float: right;
width: 250px;
vertical-align: top;
display: inline-block;
    text-align: center;
    margin-top: 35px;
    font-family: roboto;
}

.teltel {
font-size: 24px;
text-decoration: none;
}

.adresstel {
font-size: 17px;
margin-top: 6px;
}

.telegramtel {
position: relative;
display: block;
padding-right: 37px;
text-decoration: none;
margin-top: 12px;
}


.telegramtel:after {
background: url(../img/telegram.svg) no-repeat;
content: '';
width: 27px;
height: 27px;
right: 0px;
top: -4px;
position: absolute;
}


.telegramtel:after {
    background: url(../img/telegram.svg) no-repeat;
    content: '';
}


.absexplat {
position: absolute;
top: 250px;
right: 70px;
text-align: right;
color: #353535;
font-size: 23px;
line-height: 1.4;
}


.seven-suns {
display: inline-block;
vertical-align: top;
width: 229px;
margin-top: -20px;
float: left;
}

.minipt {
font-size: 33px;
}

html>body>main>section>p{
    font-size: 28px;
}


.notawidth {
width: 90%;
margin: auto;
display: table;
margin-top: 40px;
margin-bottom: 40px;
}

.notawidth:last-child {
    margin-bottom: 0px;
}


html>body>header>h1>img.logo {
    display: block;
    width: 651px;
    max-width: 100%;
    height: auto
}

html>body>header>div.copyright {
    position: absolute;
    right: calc(6.25vw - 4px);
    bottom: 60px;
    font-size: 14px
}

html>body>header>div.copyright>small.copyright {
    margin-left: 30px;
    font: inherit
}

html>body>header>div.copyright>small.create {
    font: inherit
}

html>body>header>div.copyright>small.create>a {
    color: inherit
}

html>body>header>div.slideshow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #353535;
}

html>body>header>div.slideshow>ul.slides {
    position: relative;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 215px;
}

html>body>header>div.slideshow>ul.slides>li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none
}

html>body>header>div.slideshow>ul.slides>li>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .5s ease-out, transform 1.1s cubic-bezier(.23, .2, .24, .96);
    transition: opacity .5s ease-out, transform 1.1s cubic-bezier(.23, .2, .24, .96), -webkit-transform 1.1s cubic-bezier(.23, .2, .24, .96);
    will-change: transform, opacity
}

html>body>header>div.slideshow>ul.slides>li.prev,
html>body>header>div.subtitle>button.go-down {
    display: block
}

html>body>header>div.slideshow>ul.slides>li.prev>img {
    opacity: .5
}

html>body>header>div.slideshow>ul.slides>li.current {
    z-index: 1;
    display: block;
    -webkit-animation-name: slide-from-right;
    animation-name: slide-from-right;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-timing-function: cubic-bezier(.49, .18, .24, .99);
    animation-timing-function: cubic-bezier(.49, .18, .24, .99)
}

html>body>header>div.slideshow>ul.slides>li.current>img {
    transition: none;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

html>body>header>div.slideshow>ul.slides.backwards>li.current,
html>body>main>section.environment>div.slideshow>ul.slides.backwards>li.current {
    -webkit-animation-name: slide-from-left;
    animation-name: slide-from-left
}

html>body>header>div.seven-suns {
    position: absolute;
    top: 60px;
    left: calc(36px + 6.25vw);
    font-size: 14px;
    white-space: nowrap
}

html>body>header>div.seven-suns>a.logo {
    position: relative;
    top: -3px;
    display: inline-block;
    vertical-align: middle;
    color: inherit
}

html>body>header>div.seven-suns>a.logo>img {
    display: block;
    width: auto;
    height: 40px;
    will-change: transform;
    fill: currentColor
}

html>body>header>div.seven-suns>a.logo:hover>svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

html>body>header>div.seven-suns>span.subtitle {
    position: relative;
    margin-left: 40px
}

html>body>header>div.seven-suns>span.subtitle::before{
    position: absolute;
    top: 50%;
    left: -20px;
    width: 1px;
    height: 30px;
    content: "";
    pointer-events: none;
    opacity: .3;
    background: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

html>body>header>div.subtitle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

html>body>header>div.subtitle>button.go-down>svg {
    position: relative;
    top: -1px;
    margin-left: 10px;
    vertical-align: middle;
    fill: currentColor
}

html>body>header>div.subtitle>p {
    max-width: 20em;
    margin: 0 .6em 0 0;
    line-height: 1.5;
    font-size: 21px
}

html>body>header>div.tel {
    position: absolute;
    top: 60px;
    right: calc(6.25vw - 4px)
}

html>body>header>div.tel>dl {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    text-align: right
}

html>body>header>div.tel>dl>div {
    display: inline-block;
    margin: 0 0 0 20px
}

html>body>header>div.tel>dl>div>dd {
    margin: 0
}

html>body>header>div.tel>p.slogan {
    margin: 15px 0 10px;
    font-weight: 700;
    text-align: right
}

html>body>main>section p {
    color: #38404c;
}

html>body>main>section.environment>div.slideshow>div.sections>section>h3,
html>body>main>section>h2,
html>body>main>section>section>h3 {
    margin-bottom: .5em
}

html>body>main>section>p.goto {
    margin-top: 2em
}

html>body>main>section>p.goto>a {
    display: inline-block;
    text-decoration: none
}

html>body>main>section.environment>div.slideshow>div.sections>section>p,
html>body>main>section>p,
html>body>main>section>section>p {
    margin-bottom: 1em
}

html>body>header>div.slideshow>div.controls {
    position: absolute;
    right: calc(6.25vw - 4px);
    bottom: 180px
}

html>body>header>div.slideshow>div.controls>button {
    display: inline;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    position: relative;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    cursor: pointer;
    color: inherit;
    border: 2px solid;
    border-radius: 50%
}

html>body>header>div.slideshow>div.controls>button:focus {
    outline: 0
}

html>body>header>div.slideshow>div.controls>button>svg,
html>body>main>section.environment>div.slideshow>div.controls>button>svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    fill: currentColor
}

html>body>header>div.slideshow>div.controls>button.prev {
    margin-right: 20px
}

html>body>header>div.slideshow>div.controls>button.prev>svg,
html>body>main>section.environment>div.slideshow>div.controls>button.prev>svg {
    right: 2px
}

html>body>header>div.slideshow>div.controls>button.next {
    margin-left: 20px
}

html>body>header>div.slideshow>div.controls>button.next>svg,
html>body>main>section.environment>div.slideshow>div.controls>button.next>svg {
    left: 2px
}

html>body>header>div.slideshow>div.controls>span.counter {
    display: inline-block;
    min-width: 3.5ex;
    font-size: 24px;
    text-align: right;
    vertical-align: middle
}

html>body>header>div.tel>p.main {
    margin: 0;
    white-space: nowrap
}

html>body>header>div.tel>p.main>a.online-office,
html>body>header>div.tel>p.main>a.tel {
    text-decoration: none;
    vertical-align: middle;
    color: inherit
}

html>body>header>div.tel>p.main>a.online-office>svg {
    vertical-align: middle;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform;
    fill: currentColor
}

html>body>header>div.tel>p.main>a.tel {
    position: relative;
    margin-left: 40px;
    font-size: 28px;
    font-weight: 300
}

html>body>main>section.advantages,
html>body>main>section.architecture {
    margin-bottom: 100px
}

html>body>main>section.advantages>h2,
html>body>main>section.advantages>p,
html>body>main>section.architecture>h2,
html>body>main>section.architecture>p,
html>body>main>section.environment>h2,
html>body>main>section.environment>h3,
html>body>main>section.environment>p,
html>body>main>section.infrastructure>h2,
html>body>main>section.infrastructure>p,
html>body>main>section.location>h2,
html>body>main>section.location>p {
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

html>body>main>section.advantages>ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1230px;
    padding: 0;
    margin: 40px auto;
    list-style: none
}

html>body>main>section.advantages>ul>li {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 21px;
    text-align: center
}

html>body>main>section.advantages>ul>li>img,
html>body>main>section.advantages>ul>li>span {
    display: block;
    margin-right: auto;
    margin-left: auto
}

html>body>main>section.advantages>ul>li>img {
    margin-bottom: 20px
}

html>body>main>section.advantages>ul.secondary>li {
    width: 16%
}

html>body>main>section.architecture>figure {
    max-width: 1360px;
    margin: 50px auto 0
}

html>body>main>section.architecture>figure>img {
    display: block;
    width: 100%
}

html>body>main>section.comfort {
    width: calc(87.5vw - 61px);
    max-width: 1150px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto
}

html>body>main>section.comfort::after,
html>body>main>section.plan::after {
    display: block;
    clear: both;
    content: ""
}

html>body>main>section.comfort>figure {
    position: relative;
    z-index: 1;
    float: right;
    width: 381px;
    max-width: 381px;
    margin-top: 5px;
    margin-left: 130px;
    margin-bottom: 60px
}

html>body>main>section.comfort>figure>img {
    width: 100%
}

html>body>main>section.comfort>figure::after {
    position: absolute;
    top: 280px;
    left: 200px;
    z-index: -1;
    width: 370px;
    height: 305px;
    content: "";
    background: url(../img/bg-dots.svg)
}


.tableready {
width: 90%;
display: table;
margin: auto;
border: 1px solid #dedede;
margin-top: 40px;
}

.subitemleft {
display: inline-block;
vertical-align: top;
float: left;
width: 70%;
border-right: 1px solid #dedede;
}

.subitemright {
display: inline-block;
width: 25%;
vertical-align: top;
margin-left: 3%;
}

.itemapart {
display: table;
border-bottom: 1px solid #dedede;
}

.subitemright>h2 {
margin-top: 40px;
}

.sub-subitem1>ul>li>img {
max-height: 300px;
margin: auto;
display: table;
}

.vseplan>li {
list-style-type: none;
}

.vseplan {
padding: 0;
margin: 0;
}

.sub-subitem2>ul {
margin: 0;
padding: 0;
}

.sub-subitem2>ul>li {
width: 50%;
list-style-type: none;
float: left;
display: inline-block;
}

.sub-subitem1>ul>li {
list-style-type: none;
}



html>body>main>section.environment,
html>body>main>section.infrastructure, html>body>main>section.location {
    margin-bottom: 100px
}

html>body>main>section.location {
    position: relative;
    padding-top: 80px
}

html>body>main>section.plan {
    width: calc(87.5vw - 61px);
    max-width: 1370px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 140px
}

html>body>main>section.plan>div.rose {
    grid-area: rose;
    margin-bottom: 40px
}

html>body>main>section.plan>figure.plan {
    grid-area: plan;
    float: left;
    width: calc(100% - 330px);
    margin: 0 40px 0 0
}

html>body>main>section.plan>figure.plan>img {
    display: block;
    width: 100%;
    max-width: 1034px;
    height: auto
}

html>body>main>section.plan>h2 {
    grid-area: heading
}

html>body>main>section.plan>ul.legend {
    grid-area: legend;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #606e81
}

html>body>main>section.plan>ul.legend>li {
    display: block;
    margin-bottom: 15px
}

html>body>main>section.plan>ul.legend>li>span.marker {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-right: 15px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #004598;
    border-radius: 50%
}

html>body>main>section.plan>ul.legend>li.building>span.marker {
    width: auto;
    height: 36px;
    padding: 0 18px;
    font-size: 20px;
    line-height: 36px;
    background: #ffaf0a;
    border-radius: 18px
}

html>body>main>section.subscribe {
    padding: 47px calc(6.25vw - 4px);
    color: #fff;
    background: #004598
}

.logosblock {
display: inline-block;
width: 350px;
}

.logosblock img {
width: 100%;
}

.textblock {
display: inline-block;
width: calc(100% - 370px);
vertical-align: top;
color: #fff;
}

.textblock p {
color: #fff;
line-height: 1.6;
font-size: 27px;
padding-left: 70px;
}

html>body>main>section.subscribe>h2,
html>body>main>section.subscribe>p {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: inherit
}

html>body>main>section.your-house {
    position: relative;
    min-height: 300px;
    padding-top: 100px
}

html>body>main>section.your-house>h2,
html>body>main>section.your-house>p {
    max-width: 540px;
    padding-right: 540px;
    margin-right: auto;
    margin-left: auto
}

html>body>main>section.your-house>ul.features {
    position: absolute;
    top: 170px;
    left: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 400px;
    max-height: 300px;
    padding-left: 140px;
    margin: 0;
    list-style: none
}

html>body>main>section.your-house>ul.features>li {
    width: 40%;
    margin-bottom: 20px;
    white-space: nowrap
}

html>body>main>section.your-house>ul.features>li:first-of-type {
    margin-right: 10%
}

html>body>main>section.your-house>ul.features>li>strong {
    display: block;
    margin-bottom: 10px;
    font-size: 75px;
    color: #004598;
    background: url(../img/subheader-line.svg) left bottom no-repeat;
    background-size: 40px 4px
}

html>body>main>section.your-house>ul.features>li>strong>small {
    font-size: 60%
}

html>body>main>section.environment>div.slideshow {
    position: relative;
    margin: 40px calc(6.25vw - 4px) 0
}

html>body>main>section.environment>div.slideshow>ul.slides {
    position: relative;
    overflow: hidden;
    width: calc(56.25vw - 39px);
    height: calc(37.69vw - 26px);
    padding: 0;
    margin: 0;
    list-style: none
}

html>body>main>section.environment>div.slideshow>ul.slides>li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: opacity 1s
}

html>body>main>section.environment>div.slideshow>ul.slides>li>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

html>body>main>section.environment>div.slideshow>ul.slides>li.prev {
    display: block;
    opacity: 0
}

html>body>main>section.environment>div.slideshow>ul.slides>li.current {
    z-index: 1;
    display: block;
    transition: none;
    -webkit-animation-name: slide-from-right;
    animation-name: slide-from-right;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

html>body>main>section.infrastructure>div.map {
    margin-top: 50px
}

html>body>main>section.infrastructure>div.map>div.container {
    height: 600px
}

html>body>main>section.infrastructure>div.map>ul.legend {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 30px 40px 0;
    list-style: none
}

html>body>main>section.infrastructure>div.map>ul.legend>li {
    min-width: 200px;
    margin: 0 0 20px
}

html>body>main>section.infrastructure>div.map>ul.legend>li>img {
    margin: 0 15px 0 0;
    vertical-align: middle
}

html>body>main>section.infrastructure>div.map>ul.legend>li:last-of-type {
    margin-right: 0
}

html>body>main>section.location>section {
    position: relative;
    width: 400px;
    margin: 100px auto 0
}

html>body>main>section.location>section>ul.features {
    position: absolute;
    top: 0;
    right: calc(100% + 40px);
    width: 110px;
    height: 317px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: url(../img/dots-line-left.svg) left top no-repeat
}

html>body>main>section.location>section>ul.features>li {
    position: absolute;
    width: 175px;
    font-size: 14px;
    text-align: right
}

html>body>main>section.location>section>ul.features>li>strong {
    display: block;
    font-size: 48px;
    color: #004598
}

html>body>main>section.location>section>ul.features>li:nth-of-type(1) {
    right: 0;
    bottom: 322px
}

html>body>main>section.location>section>ul.features>li:nth-of-type(2) {
    right: 115px;
    bottom: 202px
}

html>body>main>section.location>section>ul.features>li:nth-of-type(3) {
    right: 115px;
    bottom: 37px
}

html>body>main>section.location>section>ul.features>li:nth-of-type(4) {
    right: 0;
    bottom: -70px
}

html>body>main>section.subscribe>form {
    position: relative;
    max-width: 1150px;
    margin: 40px auto 0
}

html>body>main>section.environment>div.slideshow>div.controls {
    position: absolute;
    bottom: 20px;
    left: calc(56.25vw + 11px)
}

html>body>main>section.environment>div.slideshow>div.controls>button {
    display: inline;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    position: relative;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    color: #ffaf0a;
    border: 2px solid #ffaf0a;
    border-radius: 50%
}

html>body>main>section.environment>div.slideshow>div.controls>button.prev {
    margin-right: 30px
}

html>body>main>section.environment>div.slideshow>div.controls>button.next {
    margin-left: 30px
}

html>body>main>section.environment>div.slideshow>div.controls>span.counter {
    display: inline-block;
    min-width: 3.5ex;
    font-size: 24px;
    text-align: right;
    vertical-align: middle
}

html>body>main>section.location>section.auto {
    min-height: 230px;
    padding-top: 60px;
    background: url(../img/auto.svg) left top no-repeat
}

html>body>main>section.location>section.walk {
    min-height: 230px;
    padding-top: 98px;
    margin-bottom: 240px;
    background: url(../img/walk.svg) left top no-repeat
}

html>body>main>section.subscribe>form.progress {
    pointer-events: none
}

html>body>main>section.subscribe>form.progress::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    opacity: .5;
    background: #004598
}

html>body>main>section.subscribe>form.progress::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 0 dotted transparent;
    border-top-width: 1px;
    border-top-color: rgba(255, 255, 255, .6);
    border-radius: 50%;
    -webkit-animation: rotate .8s linear infinite;
    animation: rotate .8s linear infinite;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    font-size: 40px;
    content: ""
}

html>body>main>section.subscribe>form.success>div.success {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fade-in .8s 1;
    animation: fade-in .8s 1
}

html>body>main>section.subscribe>form>div.success {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #004598
}

html>body>main>section.subscribe>form>div.success>p {
    margin: 0 0 10px;
    color: inherit
}

html>body>main>section.subscribe>form>div.success>p.controls {
    margin-top: 20px
}

html>body>main>section.subscribe>form>div.success>p.controls>button {
    min-width: 200px
}

html>body>main>section.subscribe>form>ul.fields {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none
}

html>body>main>section.environment>div.slideshow>div.sections>section.current {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s
}

html>body>main>section.environment>div.slideshow>div.sections>section {
    position: absolute;
    top: 0;
    right: 0;
    left: calc(56.25vw - 39px);
    visibility: hidden;
    box-sizing: border-box;
    padding: 50px;
    opacity: 0;
    transition: opacity .5s, visibility 0s .5s
}

html>body>main>section.subscribe>form>ul.fields>li.checkbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    max-width: 260px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto
}

html>body>main>section.subscribe>form>ul.fields>li {
    display: block;
    margin: 0 0 20px
}

html>body>main>section.subscribe>form>ul.fields>li:not(.controls):not(.checkbox) {
    width: calc(33.33% - 13px)
}

html>body>main>section.subscribe>form>ul.fields>li.controls {
    width: 100%;
    margin-top: 20px;
    text-align: center
}

html>body>main>section.subscribe>form>ul.fields>li.controls>button {
    width: 100%;
    max-width: 200px
}

@media (min-width:700px) {
    html>body>header>div.tel>p.main>a.online-office:hover>svg {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    html>body>main>section.location>section.walk>ul.features {
        top: 50px;
        right: auto;
        left: calc(100% + 20px);
        list-style: none;
        background: url(../img/dots-line-right.svg) left top no-repeat
    }
    html>body>main>section.location>section.walk>ul.features>li {
        text-align: left
    }
    html>body>main>section.location>section.walk>ul.features>li:nth-of-type(1) {
        right: auto;
        left: 0
    }
    html>body>main>section.location>section.walk>ul.features>li:nth-of-type(2),
    html>body>main>section.location>section.walk>ul.features>li:nth-of-type(3) {
        right: auto;
        left: 115px
    }
    html>body>main>section.location>section.walk>ul.features>li:nth-of-type(4) {
        right: auto;
        left: 0
    }
}

@media (min-width:700px) and (max-width:1399px) {
    html>body>main>section.your-house>ul.features {
        top: 100px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 30%;
        height: auto;
        padding-left: 15%
    }
    html>body>main>section.your-house>ul.features>li {
        width: 100%
    }
}

@media (min-width:1100px) {
    @supports (display: grid) {
        html>body>main>section.plan {
            display: grid;
            grid-template-columns: auto 290px;
            grid-template-rows: 1fr 3fr -webkit-min-content;
            grid-template-rows: 1fr 3fr min-content;
            grid-column-gap: 40px;
            grid-template-areas: "plan heading" "plan legend" "plan rose"
        }
    }
    @supports (display:grid) {
        html>body>main>section.plan>div.rose {
            margin-bottom: 0
        }
    }
    @supports (display:grid) {
        html>body>main>section.plan>figure.plan {
            width: auto;
            margin-right: 0;
            margin-top: -25px;
        }
    }
}

/*@media (min-width:1100px) and (max-width:1399px) {
    html>body>main>section.environment>div.slideshow>div.sections>section>p,
    html>body>main>section>p,
    html>body>main>section>section>p {
        font-size: 14px
    }
}*/

@media (min-width:1400px) {
    html>body>main>section.location::after {
        position: absolute;
        bottom: -300px;
        left: -350px;
        z-index: -1;
        width: 764px;
        height: 549px;
        content: url(../img/branch.svg)
    }
    html>body>main>section.your-house::after {
        position: absolute;
        top: 100px;
        right: 0;
        z-index: -1;
        width: 402px;
        height: 434px;
        content: url(../img/wheat.svg)
    }
}

@media (max-width:1399px) {
    html>body>header>h1,
    html>body>main>section.environment>div.slideshow>div.sections>section>h3,
    html>body>main>section>h2,
    html>body>main>section>section>h3 {
        font-size: 36px
    }
    html>body>main>section.environment>div.slideshow>div.sections>section>h3,
    html>body>main>section>section>h3 {
        font-size: 24px
    }
    html>body>main>section.subscribe>form>div.success>p:first-of-type {
        font-size: 18px
    }
    html>body>header>h1 {
        font-size: 30px
    }
    html>body>header>div.copyright,
    html>body>header>div.seven-suns>span.subtitle {
        display: none
    }
    html>body>header>div.subtitle>p {
        font-size: 18px
    }
    html>body>header>div.slideshow>div.controls {
        bottom: 60px
    }
    html>body>main>section.comfort>figure {
        margin-left: calc(12.5vw - 9px)
    }
    html>body>main>section.infrastructure {
        margin-bottom: 40px
    }
    html>body>main>section.plan {
        margin-bottom: 120px
    }
    html>body>main>section.your-house {
        max-width: 740px;
        margin-right: auto;
        margin-left: auto
    }
    html>body>main>section.your-house>h2,
    html>body>main>section.your-house>p {
        max-width: 45%;
        padding-right: 45%
    }
    html>body>main>section.environment>div.slideshow {
        margin-right: 0;
        margin-left: 0
    }
    html>body>main>section.location>section {
        width: auto;
        max-width: 360px
    }
}

@media (max-width:1240px) {
.seven-suns{
    width: 179px;
}

.tophead h1 {
    font-size: 20px;
}

.subtitle {
    font-size: 16px;
}
.subtophead {
    width: 453px;
}

.teltel {
    font-size: 21px;
}

.adresstel {
    font-size: 15px;
}

.tophead .tel {
    width: 200px;
}

}

html>body>footer>div.contacts>a.teltel{
display: inline-block;
padding: 0 1em;
font-size:1.5em;
}

@media (max-width:1099px) {
    html>body>header,
    html>body>main {
        min-height: 0;
        padding-left: 0
    }
    html>body>header {
        min-height: 100vh;
        padding-right: 5vw;
        padding-bottom: 100px;
        padding-left: 5vw;
        transition: min-height .5s
    }
    html>body>header>div.copyright>small.copyright {
        margin-bottom: 10px
    }
    html>body>header>div.seven-suns {
        top: 30px;
        left: 40px
    }
    html>body>header>div.subtitle>p {
        font-size: 16px
    }
    html>body>header>div.tel {
        top: 35px
    }
/*    html>body>header>div.slideshow>div.controls,
    html>body>main>section.comfort>figure::after,
    html>body>main>section.plan>div.rose {
        display: none
    }*/
/*    html>body>main>section.advantages>h2,
    html>body>main>section.advantages>p,
    html>body>main>section.architecture>h2,
    html>body>main>section.architecture>p,
    html>body>main>section.environment>h2,
    html>body>main>section.environment>h3,
    html>body>main>section.environment>p,
    html>body>main>section.infrastructure>h2,
    html>body>main>section.infrastructure>p {
        max-width: 540px;
        margin-right: 5vw;
        margin-left: 5vw;
        text-align: left
    }*/
    html>body>main>section.advantages>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    html>body>main>section.advantages>ul>li {
        width: 50%;
        margin-bottom: 30px
    }
    html>body>main>section.advantages>ul.secondary>li {
        width: 33%
    }
    html>body>main>section.architecture {
        margin-bottom: 60px
    }
    html>body>main>section.comfort {
        width: auto;
        margin-right: 5vw;
        margin-bottom: 40px;
        margin-left: 5vw
    }
    html>body>main>section.comfort>figure {
        width: calc(37.5vw - 26px);
        margin-right: 0;
        margin-left: calc(6.25vw - 4px)
    }
    html>body>main>section.environment {
        margin-bottom: 60px
    }
    html>body>main>section.location {
        padding-top: 15px;
        margin-right: 5vw;
        margin-left: 5vw
    }
/*    html>body>main>section.location>h2,
    html>body>main>section.location>p {
        max-width: 540px;
        margin-left: 0;
        text-align: left
    }*/
    html>body>main>section.plan {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
        margin-right: 5vw;
        margin-bottom: 40px;
        margin-left: 5vw
    }
    html>body>main>section.plan>figure.plan {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 40px
    }
    html>body>main>section.subscribe {
        padding-right: 5vw;
        padding-left: 5vw
    }
    html>body>main>section.subscribe>h2,
    html>body>main>section.subscribe>p {
        margin-left: 0;
        text-align: left
    }
    html>body>main>section.your-house {
        max-width: 100%;
        padding-top: 70px;
        margin-right: 5vw;
        margin-left: 5vw
    }
    html>body>main>section.your-house>h2,
    html>body>main>section.your-house>p {
        margin-left: 0
    }
    html>body>main>section.your-house>ul.features {
        top: 70px
    }
    html>body>main>section.environment>div.slideshow>ul.slides {
        width: 100vw;
        height: 67vw;
        margin-bottom: 40px
    }
    html>body>main>section.infrastructure>div.map>div.container {
        height: 440px
    }
    html>body>main>section.infrastructure>div.map>ul.legend {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: 5vw;
        margin-left: 5vw
    }
    html>body>main>section.environment>div.slideshow:not(.ready)>div.controls,
    html>body>main>section.environment>div.slideshow:not(.ready)>div.sections {
        display: none
    }
    html>body>main>section.environment>div.slideshow>div.controls {
        position: static;
        text-align: center
    }
    html>body>main>section.environment>div.slideshow>div.sections {
        position: relative
    }
    html>body>main>section.location>section.auto {
        margin-left: 325px
    }
    html>body>main>section.location>section.walk {
        margin-right: 305px;
        margin-bottom: 120px;
        margin-left: 0
    }
    html>body>main>section.environment>div.slideshow>div.sections>section {
        right: auto;
        left: 0;
        padding-top: 0;
        padding-right: 5vw;
        padding-bottom: 30px;
        padding-left: 5vw
    }
    html>body>main>section.subscribe>form>ul.fields>li.checkbox {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    html>body>main>section.subscribe>form>ul.fields>li:not(.controls):not(.checkbox) {
        width: 100%
    }


.tophead {
    width: 100%;
}

.minipt {
    font-size: 26px;
}

html>body>header>h1, html>body>main>section.environment>div.slideshow>div.sections>section>h3, html>body>main>section>h2, html>body>main>section>section>h3 {
    font-size: 26px;
}

html>body>main>section>p {
    font-size: 20px;
}


}

@media (max-width:1099px) and (max-aspect-ratio:1/1) {
    html>body>header {
        min-height: calc(133vw - 94px)
    }
}

@media (max-width:1099px) and (max-aspect-ratio:11/16) {
    html>body>header {
        min-height: calc(178vw - 94px)
    }
}

@media (max-width:1099px) and (max-aspect-ratio:2/1) {
    html>body>header {
        min-height: calc(73vw - 94px)
    }
}

@media (max-width:1099px) and (max-aspect-ratio:5/3) {
    html>body>header {
        min-height: calc(75vw - 94px)
    }
}

@media (max-width:699px) {
    html>body>header>h1 {
        font-size: 14px
    }
    html>body>header>div.seven-suns {
        left: 5vw
    }
    html>body>header>div.subtitle>button.go-down,
    html>body>header>div.tel>dl,
    html>body>header>div.tel>p.slogan {
        display: none
    }
    html>body>header>div.subtitle>p {
        padding-bottom: 30px;
        font-size: 14px;
        background-size: 100px auto
    }
    html>body>header>div.tel {
        position: static;
        margin-top: 20px
    }
    html>body>header>div.tel>p.main {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    html>body>header>div.tel>p.main>a.online-office {
        display: inline-block;
        overflow: hidden;
        width: 13px
    }
    html>body>header>div.tel>p.main>a.online-office>svg {
        fill: #ffaf0a
    }
    html>body>header>div.tel>p.main>a.tel {
        margin-right: 40px;
        margin-left: 0;
        font-size: 21px
    }
    html>body>header>div.tel>p.main>a.tel::before {
        right: -20px;
        left: auto
    }
    html>body>main>section.advantages>ul,
    html>body>main>section.location>section>ul.features {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    html>body>main>section.advantages>ul>li {
        width: 100%
    }
    html>body>main>section.advantages>ul.secondary>li {
        width: 50%
    }
    html>body>main>section.comfort,
    html>body>main>section.your-house {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    html>body>main>section.comfort>figure {
        float: none;
        margin-left: 0;
        margin-bottom: 1em;
        width: auto
    }
    html>body>main>section.comfort>h2 {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    html>body>main>section.your-house>h2,
    html>body>main>section.your-house>p {
        max-width: 100%;
        padding-right: 0;
        margin-right: 0
    }
    html>body>main>section.your-house>ul.features {
        position: static;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: auto;
        padding-left: 0;
        margin-top: 40px
    }
    html>body>main>section.your-house>ul.features>li>strong {
        font-size: 64px
    }
    html>body>main>section.infrastructure>div.map>ul.legend>li {
        width: 50%;
        min-width: 180px
    }
    html>body>main>section.location>section {
        max-width: 100%;
        margin-top: 40px
    }
    html>body>main>section.location>section>ul.features {
        position: static;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        height: auto;
        background-image: none
    }
    html>body>main>section.location>section>ul.features>li {
        position: static;
        width: 40%;
        margin-right: 10%;
        margin-bottom: 30px;
        text-align: left
    }
    html>body>main>section.location>section.auto {
        min-height: 0;
        margin-left: 0
    }
    html>body>main>section.location>section.walk {
        min-height: 0;
        margin-right: 0;
        margin-bottom: 40px
    }
}

    @media (max-width: 980px) {
        .subtophead {
            display: none;
        }

        html>body>header>div.slideshow>ul.slides {
            padding-top: 135px;
        }

        .seven-suns {
            width: 119px;
            margin-top: -60px;
        }

        .tophead .tel {
            width: 200px;
            margin-top: 15px;
        }

        .owl-carousel .owl-item img {
            margin-top: -87px !important;
        }
        .absexplat{
            display: none;
        }

        .subitemleft{
            width: 100%;
        }

        .subitemright {
            width: 100%;
            text-align: center;
            margin-bottom: 22px;
        }

        .logosblock {
            width: 230px;
        }

        .textblock p {
            font-size: 21px;
        }

        .textblock {
    width: calc(100% - 290px);
        }


    }

    @media (max-width: 800px) {
        html>body>main>section.location {
            margin-right: 0;
            margin-left: 0;
        }

        .notawidth {
            width: 100%;
        }

        .minipt {
            font-size: 23px;
        }

        html>body>main>section>p {
            font-size: 16px;
        }

        html>body>main>section.environment, html>body>main>section.infrastructure, html>body>main>section.location {
            margin-bottom: 50px;
        }

        html>body>main>section.advantages, html>body>main>section.architecture {
            margin-bottom: 50px;
        }

        html>body>header>h1, html>body>main>section.environment>div.slideshow>div.sections>section>h3, html>body>main>section>h2, html>body>main>section>section>h3 {
            font-size: 23px;
        }

        .foto_list.shah li {
                width: 100% !important;
                padding: 4px 0 !important;
        }

        .logosblock{
                display: table;
                margin:auto;
        }

        .textblock {
            width: 100%;
            text-align: center;
        }

        .textblock p{
            padding-left: 0;
        }




    }

        @media (max-width: 400px) {
            html>body>header>div.slideshow>ul.slides{
                padding-top: 108px;
            }

            .seven-suns {
                width: 75px;
                margin-top: -72px;
            }

            .teltel {
                font-size: 18px;
            }

                .owl-carousel .owl-item img {
                    margin-top: -47px !important;
                }

            .adresstel {
                font-size: 13px;
                margin-top: 3px;
            }

            .telegramtel:after {
                background-size: 17px;
                right: -10px;
                top: -2px;
            }

            .telegramtel {
                padding-right: 24px;
                margin-top: 5px;
                font-size: 13px;
            }

            .tophead .tel {
                width: 170px;
                margin-top: 7px;
            }
        }
