@charset "UTF-8";
@import url("reset.css");
@font-face {
    font-family: 'PFDinDisplayProRegular';
    src: url("../fonts/PFDinDisplayPro-Regular.eot");
    src: url("../fonts/PFDinDisplayPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro-regular.woff") format("woff"), url("../fonts/PFDinDisplayPro-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDinDisplayProLight';
    src: url("../fonts/PFDinDisplayPro-Light.eot");
    src: url("../fonts/PFDinDisplayPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro-light.woff") format("woff"), url("../fonts/PFDinDisplayPro-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDinDisplayProMedium';
    src: url("../fonts/PFDinDisplayPro-Medium.eot");
    src: url("../fonts/PFDinDisplayPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro-medium.woff") format("woff"), url("../fonts/PFDinDisplayPro-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

img {
    vertical-align: bottom;
}

input:focus {
    outline: none;
}

a {
    outline: none;
    color: #000;
}

.active {
    display: block;
}

.disable {
    display: none;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
}

.fixed {
    position: fixed;
    top: 48px;
    left: 0;
}

html,
body {
    overflow-x: hidden;
}

body {
    font: 1em "PFDinDisplayProRegular", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header {
    background: #edf1f4;
}

/* шапка ------------------------------------------------------------*/
nav {
    padding: 20px 0 40px 0;
    background: #fff;
    margin-bottom: 30px;
}

nav img {
    float: left;
    margin-right: 15px;
}

nav .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.top-inf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.top-inf_phone {
    margin-right: 20px;
}

.top-inf p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.top-inf p img{
    float: unset;
    margin-right: 10px;
    vertical-align: unset;
}

.top-inf p span {
    font-size: .7em;
}

.top-inf a,
.burger__buttons a {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    margin-left: 10px;
    border-radius: 20px;
}

.stocks {
    background: #fff;
    color: #ff55bf;
    border: 1px solid #ff55bf;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.stocks:hover {
    background: #ff55bf;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.callback {
    background: #fff;
    color: #4794fe;
    margin-right: 2px;
    border: 1px solid #4794fe;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.callback:hover {
    background: #4794fe;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* Меню -----------------------------------------------------------------*/
.top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    padding-bottom: 9px;
    margin-top: -48px;
    z-index: 2;
}

.top-menu li {
    position: relative;
}

.top-menu li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #4794fe;
    padding: 10px 23px;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top-menu li:not(:last-child) a {
    border-right: 1px solid #fff;
}

.top-menu li:hover .top-menu__link {
    background: #6ca8fc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top-menu__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 9px;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25);
            box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25);
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.top-menu__item:hover .top-menu__submenu,
.top-menu__item:focus .top-menu__submenu,
.top-menu__item:active .top-menu__submenu
 {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
}

.top-menu__submenu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-menu__submenu li a{
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: #666;
    width: 170px;
    text-align: left;
    border-right: none !important;
}

.top-menu__submenu li a:hover{
    color: #6ca8fc;
    background: #fff;
}

.top-menu__submenu li:not(:last-child) a{
    border-bottom: 1px solid #f3f3f3;
}

/*--------------------------------------------------------------------*/

/* burger ------------------------------------------------------------*/
.burger {
    position: relative;
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #356d80;
    z-index: 3;
}

.burger__buttons .stocks {
    background: #ff55bf;
    color: #fff;
    border: 1px solid #ff55bf;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.burger__buttons .stocks:hover {
    background: #fff;
    color: #ff55bf;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.burger__buttons .callback {
    background: #4794fe;
    color: #fff;
    border: 1px solid #4794fe;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.burger__buttons .callback:hover {
    background: #fff;
    color: #4794fe;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu__burger {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: inherit;
}

.menu__burger span {
    display: block;
    position: relative;
    left: 11px;
    top: 10px;
    width: 38px;
    height: 5px;
    margin: 6px 0;
    background: #4794fe;
    -webkit-transition: all 0.3s ease 0;
    -o-transition: all 0.3s ease 0;
    transition: all 0.3s ease 0;
}

@media (max-width: 992px) {
    body.lock {
        overflow: hidden;
    }

    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 15px;
        padding-right: 25px;
    }

    .menu__burger span {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .menu__burger.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 20px;
    }
    .menu__burger.active span:nth-child(2) {
        display: none;
    }
    .menu__burger.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }

    .menu__body {
        position: fixed;
        left: 0;
        top: -100%;
        width: 100%;
        height: 100%;
        background: #4794fe;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        overflow: auto;
    }

    .menu__body.active {
        top: 60px;
        background: #4794fe !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
}

/*-----------------------------------------------------------------*/

.flat {
    padding-top: 30px;
}

.screpki {
    position: absolute;
    right: 20%;
    top: 10px;
}

.skrepka {
    position: absolute;
    right: 0;
    margin-top: -20px;
}

.top-right h2 {
    font-size: 1.3em;
    text-align: right;
    color: #4794fe;
}

.top-right h1 {
    display: block;
    font-size: 1.8em;
    font-weight: 700;
    color: #222f55;
    text-align: right;
}

.flat-menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 20px auto;
}

.flat-menu li {
    width: 53px;
    height: 53px;
    background: url(../img/nav-top.png) no-repeat;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.flat-menu li.m1 {
    background-position: 0 0;
}

.flat-menu li.m2 {
    background-position: -76px 0;
}

.flat-menu li.m3 {
    background-position: -151px 0;
}

.flat-menu li.m5 {
    background-position: -227px 0;
}

.flat-menu li.m4 {
    background-position: -302px 0;
}

.flat-menu li.m6 {
    background-position: -378px 0;
}

.flat-menu li:hover,
.flat-menu li.active {
    background-position-y: -68px;
}

.arrow-price {
    margin: 10px auto;
}

.arrow-price h4 {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    background: #ff55bf;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.3em;
    cursor: pointer;
}

.arrow-price h4::after {
    content: '';
    display: block;
    border-left: 20px solid #ff55bf;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
}

.arrow-price p {
    display: inline-block;
    margin-left: 25px;
    color: #222f55;
    font-size: 1.3em;
}

.arrow-price p span {
    font-weight: bold;
    font-size: 1.5em;
}

.top-txt {
    text-align: center;
}

.form-group {
    margin: 20px auto;
    display: block;
}

.form-group input {
    border-color: #959595;
    border-style: solid;
    padding: 0 20px;
    height: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 4px;
    border-right-width: 1px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    width: 60%;
    background: transparent;
}

.form-group input:focus {
    background: #fff;
    border-color: #ff55bf;
    color: #222f55;
    -webkit-box-shadow: inset 5px 0 0 #ff55bf, inset 0 0 10px rgb(0 0 0 / 25%);
            box-shadow: inset 5px 0 0 #ff55bf, inset 0 0 10px rgb(0 0 0 / 25%);
}

.form-group input:focus+.fa {
    background: #ff55bf;
    color: #fff;
    border-color: #ff55bf;
}

.form-group .fa {
    font-size: 18px;
    border: 1px solid #959595;
    color: #959595;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    vertical-align: top;
    margin-left: -4px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.main_form {
    text-align: center;
}

.main_form button {
    padding: 10px 20px;
    color: #fff;
    background: #ff55bf;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.main_form button:hover {
    background: #3b5c6d;
}

.top-flat {
    position: relative;
}

.top-flat .flat-img1 {
    display: none;
}

.pen {
    position: absolute;
    right: -43px;
    top: 243px;
}

.room-inf {
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

.room-inf p {
    color: #3b5c6d;
    font-weight: bold;
    position: absolute;
}

.room-inf.active {
    display: block;
    opacity: 1;
}

.r1 {
    left: 268px;
    top: 89px;
}

.r1 p {
    top: 115px;
    left: 130px;
}

.r2 {
    left: 500px;
    top: 138px;
}

.r2 p {
    top: 95px;
    left: 59px;
}

.r3 {
    left: 500px;
    top: 371px;
}

.r3 p {
    top: 25px;
    left: 60px;
}

.r4 {
    left: 146px;
    top: 309px;
}

.r4 p {
    top: 34px;
    left: 38px;
}

.r5 {
    left: 200px;
    top: 88px;
}

.r5 p {
    top: 77px;
    left: 52px;
}

.r6 {
    left: 367px;
    top: 364px;
}

.r6 p {
    top: 31px;
    left: 55px;
}


/* ********************выберите цвет**************** */

#ipad {
    /* background: url(../img/wall.png) repeat; */
    padding: 30px 0;
}

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

.title-center h2 {
    color: #4794fe;
    text-transform: uppercase;
    font-size: 2em;
}

#ceil-calc input[type='text'] {
    display: inline-block;
    border: 1px solid #ff55bf;
    padding: 7px 10px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.25);
    width: 50px;
    float: left;
    margin: 0 10px 10px 0;
}

.inp-field {
    margin: 15px auto;
    color: #3b5c6d;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.inp-field img,
.inp-field span {
    vertical-align: top;
}

.inp-field img {
    margin-right: 5px;
}

.inp-field::after {
    content: '';
    display: block;
    clear: both;
}

.factura-block,
.color-ceiling {
    text-align: center;
}

.factura-block h3,
.color-ceiling h3 {
    color: #3b5c6d;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px;
}

.factura-block input,
.color-ceiling input {
    display: none;
}

.factura-block input:checked+label,
.color-ceiling input:checked+label {
    background: #ff55bf;
}

.factura-block label,
.color-ceiling label {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #959595;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    vertical-align: middle;
}

.factura-block label::after,
.color-ceiling label::after {
    content: '✔';
    display: block;
    position: absolute;
    left: 5px;
    color: #fff;
}

.factura-block li,
.color-ceiling li {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #aaa;
    display: inline-block;
    cursor: pointer;
    margin: 0 3px;
}

.factura-block li:hover,
.color-ceiling li:hover {
    -webkit-box-shadow: 0 0 0 2px #d6d6d6, 0 0 0 3px #3b5c6d;
            box-shadow: 0 0 0 2px #d6d6d6, 0 0 0 3px #3b5c6d;
}

.color1 {
    background-color: #fff;
}

.color2 {
    background-color: #c2c0b6;
}

.color3 {
    background-color: #fdd1b0;
}

.color4 {
    background-color: #f59795;
}

.color5 {
    background-color: #fcded7;
}

.color6 {
    background-color: #f15a38;
}

.color7 {
    background-color: #d7182a;
}

.color8 {
    background-color: #f499b9;
}

.color9 {
    background-color: #f36f21;
}

.color10 {
    background-color: #ffde00;
}

.color11 {
    background-color: #e28f38;
}

.color12 {
    background-color: #955436;
}

.color13 {
    background-color: #4e2e25;
}

.color14 {
    background-color: #032659;
}

.color15 {
    background-color: #0c4da2;
}

.color16 {
    background-color: #25a8de;
}

.color17 {
    background-color: #750c6b;
}

.ipad-layer {
    position: relative;
}

.ipad-layer img {
    position: absolute;
}

.ipad-layer .ipad-main {
    position: relative;
}

.l-1 {
    left: 64px;
    top: 27px;
}

.pencil {
    bottom: -107px;
    right: 186px;
}

.stroitel {
    background: url(../img/city.jpg) no-repeat center/cover;
    padding-top: 40px;
}

.stroitel h2 {
    text-transform: uppercase;
    color: #d6d6d6;
    font-size: 1.8em;
    margin-top: 20px;
}

.stroitel h2 strong {
    font: 2em "PFDinDisplayProMedium", sans-serif;
    color: #ffb051;
    vertical-align: -16px;
}

.stroitel-man {
    vertical-align: bottom;
}

.compare {
    padding: 0;
}

.compare li {
    white-space: nowrap;
    color: #d6d6d6;
    margin: 20px 0;
}

.compare li::after {
    content: '';
    display: block;
    clear: both;
}

.compare li:first-child {
    margin-top: 356px;
}

.compare li:first-child span {
    background: #ffb051;
}

.compare span {
    width: 30px;
    height: 30px;
    background: #d6d6d6;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.scale-block {
    padding: 30px 20px;
    border: 2px solid #d6d6d6;
    text-align: center;
}

.scale-block h3 {
    color: #ff55bf;
    text-transform: uppercase;
    font-size: 1.3em;
    margin-bottom: 15px;
}

.scale-block p {
    color: #d6d6d6;
}

.scale-layout {
    position: relative;
    margin-top: 20px;
}

.scale-layout ul {
    max-height: 240px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
}

.scale-layout li {
    width: 38px;
    height: 150px;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#d0d7da), to(#a5acaf));
    background: -o-linear-gradient(#d0d7da, #a5acaf);
    background: linear-gradient(#d0d7da, #a5acaf);
    border-top: 1px solid #a2afb6;
}

.scale-layout a {
    padding: 10px 20px;
    color: #fff;
    background: #ff55bf;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.scale-layout a:hover {
    background: #3b5c6d;
}

.scale-layout .col-shape1 {
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb051), to(#c0853d));
    background: -o-linear-gradient(#ffb051, #c0853d);
    background: linear-gradient(#ffb051, #c0853d);
}

.scale-layout .col-shape2 {
    height: 90px;
}

.scale-layout .col-shape3 {
    height: 100px;
}

.scale-layout .col-shape4 {
    height: 80px;
}

.scale-layout .col-shape5 {
    height: 100px;
}

.scale-layout .col-shape6 {
    height: 120px;
}

.scale-layout .col-shape7 {
    height: 110px;
}

.shape {
    margin-bottom: 20px;
    overflow: hidden;
}

.shape img {
    width: 100%;
}


/* **********advantages********************* */

.advantages {
    /* background: url(../img/wall.png) repeat; */
    padding: 40px 0;
    text-align: center;
}

.advantages h2 {
    text-transform: uppercase;
    font-size: 2em;
    color: #4794fe;
}

.advantages .row {
    text-align: left;
}

.advantages .row>div {
    margin: 20px auto;
}

.advantages h3,
.advantages h4 {
    color: #ff55bf;
    text-transform: uppercase;
    font-family: "PFDinDisplayProMedium", sans-serif;
    margin-bottom: 15px;
}

.adv-img {
    float: left;
    margin-right: 30px;
    position: relative;
}

.adv-img::after {
    content: '1';
    display: block;
    position: absolute;
    right: -12.5px;
    top: 43%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ff55bf;
    color: #fff;
    text-align: center;
    line-height: 25px;
}

.adv-img.adv2::after {
    content: '2';
}

.adv-img.adv3::after {
    content: '3';
}

.adv-img.adv4::after {
    content: '4';
}


/* *******intall******* */

.intall {
    padding: 30px 0;
    background: url(../img/ceilling.jpg) no-repeat top center;
    text-align: center;
}

.intall h2 {
    text-transform: uppercase;
    font-size: 2em;
    color: #4794fe;
}

.intall .row {
    text-align: left;
}

#inst-type {
    position: relative;
    margin-left: -60px;
}

.type-info,
.type-price {
    border: 1px solid #222f55;
    padding: 25px;
    color: #222f55;
}

.type-info span,
.type-price span {
    font-family: "PFDinDisplayProMedium", sans-serif;
}

.type-price {
    text-align: right;
    padding: 10px 20px;
}

.type-price p {
    font-size: 1.5em;
}

.type-price p strong {
    font-family: "PFDinDisplayProMedium", sans-serif;
    font-size: 2em;
}

.type-info {
    margin-top: 20px;
    position: relative;
    min-height: 315px;
}

.type-name {
    position: absolute;
    padding: 10px 20px 10px 20px;
    background: #ff55bf;
    right: -1px;
    top: -20px;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-transform: uppercase;
}

.type-name::before {
    content: '';
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    background: #ff55bf;
    left: -14px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.showname {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

.type-menu {
    text-align: center;
    margin-top: 30px;
}

.type-menu li {
    display: inline-block;
    color: #3b5c6d;
    font-family: "PFDinDisplayProMedium", sans-serif;
}

.type-menu li a {
    text-transform: uppercase;
    color: #3b5c6d;
    font-family: "PFDinDisplayProMedium", sans-serif;
    padding: 10px;
}

.type-menu li a:hover {
    background: #ff55bf;
    color: #fff;
}

.tabs {
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.hidescale {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}

.showscale {
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/* *****our-advant***** */

.our-advant {
    background: url(../img/bg.jpg) center/cover no-repeat;
    text-align: center;
    padding: 30px 0px 0;
}

.our-advant h2 {
    text-transform: uppercase;
    font-size: 2em;
    color: #fff;
}

.girl {
    width: 100%;
    display: block;
}

.list h3,
.list h4 {
    color: #ffb051;
    text-transform: uppercase;
}

.list p {
    color: #fff;
}

.list>div {
    margin: 20px auto;
}


/* **********zamer************** */

.zamer {
    background: url(../img/bg2.jpg) center/cover no-repeat;
    padding: 30px 0 0;
}

.zamer h2 {
    text-transform: uppercase;
    color: #4794fe;
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
}

.zamer img {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.form-layout {
    border: 1px solid #4794fe;
    text-align: center;
    padding: 20px;
    color: #222f55;
}

.form-layout h3 {
    text-transform: uppercase;
    font-size: 1.5em;
}

.timer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.timer li {
    display: inline-block;
    margin: 0 5px;
}

.timer p,
.timer strong {
    font: 3em "PFDinDisplayProRegular", sans-serif;
    color: #ff55bf;
    border-bottom: 1px solid #3b5c6d;
}

.timer strong {
    border: none;
}

/* types ----------------------------------------------------*/
.types {
    text-align: center;
    background: #fff;
    padding: 30px 0;
}

.types h2 {
    font-size: 2em;
    text-transform: uppercase;
    color: #4794fe;
}

.types__gallery {
    margin: 0 auto;
}

.types__item {
    position: relative;
    width: 360px;
    height: 275px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.types__item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.50);
            box-shadow: 0 0 10px rgba(0,0,0,0.50);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* .types__item:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.2);  opacity: 0; transition: 0.5s;}

.types__item:hover:after { opacity: 1; transition: 0.5s; z-index: 0;} */

.types .types__title {
    font-size: 16px;
    text-transform: unset;
    color: #fff;
    background: #ff55bf;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.types__text {
    color: #fff;
    text-align: left;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.types__item:hover .types__text{
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* complete ----------------------------------------------------*/
.complete {
    text-align: center;
    background: #fff;
    padding: 30px 0;
}

.complete__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.complete h2 {
    font-size: 2em;
    text-transform: uppercase;
    color: #4794fe;
}

.complete__card {
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    height: 350px;
    margin-bottom: 100px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    
}

.complete .complete__title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: unset;
    margin-top: 15px;
    margin-bottom: 15px;
}

.complete__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}

.complete__label_size {
    font-size: 20px;
    color: #fff;
    background: #ff55bf;
    padding: 5px 10px;
    margin-right: 20px;
}

.complete__label_price {
    font-size: 18px;
    font-weight: 700;
    color: #4794fe;
    text-align: left;
}

.complete__label_sale {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    text-decoration: line-through;
}

.complete__desc {
    padding: 5px 5px 20px 5px;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.complete__card:hover {
    height: 430px;
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.complete__card:hover .complete__container {
    padding-bottom: 0;
}

.complete__card:hover .complete__desc {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
}

/* ***************prtf************* */

.portf {
    text-align: center;
    background: #edf1f4;
    padding: 30px 0;
}

.portf h2 {
    font-size: 2em;
    text-transform: uppercase;
    color: #4794fe;
}

.portf h2 span {
    color: #ff55bf;
    background: #ff55bf;
    padding: 0 10px;
}

#gallery .gallery-image .col-lg-3 {
    padding: 0;
    overflow: hidden;
    position: relative;
}

#gallery .gallery-image .col-lg-3 img {
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: bottom;
}

#gallery .gallery-image .col-lg-3:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#gallery .gallery-image .col-lg-3:hover:before {
    bottom: 0;
}

#gallery .gallery-image .col-lg-3:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    opacity: .85;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #3b5c6d;
}

#gallery .gallery-image .col-lg-3:hover .figcaption {
    bottom: 0;
}

.figcaption {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    z-index: 2;
    background: transparent url(../img/plus.png) center top no-repeat;
    -webkit-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
    transition: all .3s ease .1s;
    color: #fff;
}

.figcaption h4 {
    text-transform: uppercase;
    font: 1.4em "PFDinDisplayProRegular", sans-serif;
    color: #d6d6d6;
    padding: 60% 0 10px;
}

.figcaption p {
    color: #ff55bf;
    font: 2em "PFDinDisplayProMedium", sans-serif;
}

.figcaption a {
    color: #d6d6d6;
}

.filter-nav li {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 5px 10px;
    margin: 20px 10px;
    cursor: pointer;
}

.filter-nav li:not(:last-child)::after {
    content: '|';
    position: absolute;
    top: 4px;
    right: -15px;
    color: #888;
}

.filter-nav li:hover {
    background: #ff55bf;
    color: #fff;
}

/* last-works ----------------------------------------------------*/
.last-works {
    text-align: center;
    background: #fff;
    padding: 30px 0 40px 0;
}

.last-works h2 {
    font-size: 2em;
    text-transform: uppercase;
    color: #4794fe;
}

.last-works__column {
    padding-bottom: 20px;
}

.last-works__item {
    margin-bottom: 10px;
}

/* ************testimonials************** */

.testimonials {
    text-align: center;
    padding: 30px 0;
    background: url(../img/wall.png) repeat;
    position: relative;
    -webkit-box-shadow: 0 5px 5px rgba(41, 32, 32, 0.28);
            box-shadow: 0 5px 5px rgba(41, 32, 32, 0.28);
    z-index: 1;
}

.testimonials h2 {
    text-transform: uppercase;
    color: #4794fe;
    font-size: 2em;
}

.testimonials h2+img {
    margin-bottom: 50px;
}

.testimonials .row {
    text-align: left;
}

.testimonials h4 {
    font-family: "PFDinDisplayProMedium", sans-serif;
    color: #3b5c6d;
    margin-bottom: 10px;
}

.testimonials h4 span {
    color: #ff55bf;
    font-family: "PFDinDisplayProRegular", sans-serif;
    margin-left: 10px;
}

.testim-info {
    border: 1px solid #898989;
    padding: 15px;
    border-radius: 2px;
    background: #fff;
    color: #3b5c6d;
    position: relative;
}

.testim-info::after,
.testim-info::before {
    content: '';
    position: absolute;
    border-right: 30px solid #fff;
    border-bottom: 30px solid transparent;
    left: -29px;
    top: 20px;
    width: 0;
    height: 0;
}

.testim-info::before {
    border-right: 32px solid #898989;
    border-bottom: 32px solid transparent;
    left: -32px;
    top: 19px;
}


/* **************contacts***************** */

.contacts {
    background: #222f55;
    color: #d6d6d6;
    padding: 30px 0;
}

.contacts h3 {
    color: #4794fe;
    text-transform: uppercase;
    font-family: "PFDinDisplayProMedium", sans-serif;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.cont-column {
    width: 22%;
}

.cont-column a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cont-info {
    width: 34%;
}

.cont-info i {
    float: left;
    margin-right: 15px;
    color: #ff55bf;
    margin-bottom: 20px;
}

.cont-info span {
    display: block;
    font-family: "PFDinDisplayProMedium", sans-serif;
    color: #fff;
}

.r {
    margin: 20px 0;
}

.r::after {
    content: '';
    display: block;
    clear: both;
}

.r a {
    color: #fff;
}

.r p {
    padding-left: 30px;
}

.winlanding {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #2c4552;
    padding: 5px;
}

.winlanding a {
    color: #d6d6d6;
}

.winlanding a span {
    color: #4794fe;
}

.gallery-image .mix {
    display: none;
    will-change: all;
}


/* ************modal******************* */

.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
    height: 100%;
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(loading.gif) no-repeat 50% 50%;
}

.box-modal {
    position: relative;
    width: 500px;
    padding: 16px;
    background: #fff;
    color: #3c3c3c;
    font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    -webkit-box-shadow: 0 0 0 6px rgba(153, 153, 153, 0.3);
            box-shadow: 0 0 0 6px rgba(153, 153, 153, 0.3);
    border-radius: 6px;
}

.box-modal_close {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
    cursor: pointer;
}

.box-modal_close:hover {
    color: #666;
}

/* SEO & heading fixes */
.top-right .hero-lead {
    font-size: 1.3em;
    text-align: right;
    color: #4794fe;
    margin: 0;
}

.arrow-price .room-name,
#total .calc-total-title {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    background: #ff55bf;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.3em;
    cursor: pointer;
    margin: 0;
}

.arrow-price .room-name::after,
#total .calc-total-title::after {
    content: '';
    display: block;
    border-left: 20px solid #ff55bf;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
}

.calc-hint {
    font-size: 0.85em;
    color: #888;
    margin-top: 5px;
}

.seo-zones {
    padding: 50px 0;
    background: #f5f8fc;
}

.seo-zones h2 {
    text-align: center;
    margin-bottom: 20px;
}

.seo-zones p {
    max-width: 900px;
    margin: 0 auto 20px;
    line-height: 1.6;
    text-align: center;
}

.seo-zones__list {
    max-width: 700px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.seo-zones__list li {
    padding: 8px 0;
    border-bottom: 1px solid #e0e6ef;
    line-height: 1.5;
}

.figcaption .arctic-link {
    display: inline-block;
    color: #fff;
    background: #4794fe;
    padding: 5px 15px;
    margin-top: 8px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.85em;
}