/* Fonts */
@font-face {
	font-family: "Futura PT - Medium";
	src: url(./fonts/FuturaPTMedium.otf);
	font-display: swap;
}

@font-face {
	font-family: "Futura PT - Bold";
	src: url(./fonts/FuturaPTBold.ttf);
	font-display: swap;
}

@font-face {
	font-family: "Futura PT - Extra Bold";
	src: url(./fonts/FuturaPTExtraBold.otf);
	font-display: swap;
}

@font-face {
	font-family: "Futura PT - Book";
	src: url(./fonts/FuturaPTBook.ttf);
	font-display: swap;
}

@font-face {
	font-family: "Futura PT - Demi";
	src: url(./fonts/FuturaPTDemi.ttf);
	font-display: swap;
}

@font-face {
	font-family: "Futura PT - Heavy";
	src: url(./fonts/FuturaPTHeavy.otf);
	font-display: swap;
}
/*Table prise*/
/*.table{*/
/*    w*/
/*}*/
.prise{
    width: 70%;
    margin:0 auto;
    padding-top: 100px;
}
/* Fonts */
/* Body */
body {
	padding-top: 35px;
}
@media (max-width: 800px) {
    body.inside {
        padding-top: 50px !important;
    }
}
div .top-preim{
    padding-top: 45px;
    color: white;
    text-align: center;
}
div .top-preim .image{
    padding-bottom: 10px;
}
.title-block h1 {
	color: #232323;
	font-family: "Futura PT - Demi";
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 4.8px;
	z-index: 1;
	position: relative;
	display: inline-block;
}
.prise .title-block {
    margin-bottom: 50px;
}
/* Body */
/* Utility */
.logo {
	/* background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 51px; */
	display: flex;
	align-items: center;
}

.logo span {
	color: #232323;
	font-family: "Futura PT - Demi";
	font-size: 34px;
	font-weight: 400;
	margin-left: 23px;
}

.logo__image {
    position: relative;
    display: flex;
}

.logo__image::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fecc30;
    border-radius: 9px;
    width: 44px;
    height: 47px;
    transform: skew(346deg);
    left: -18px;
    top: 2px;
    z-index: -2;
}

.logo__image::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #295aa7;
    border-radius: 4px;
    width: 16px;
    height: 18px;
    transform: skew(346deg);
    left: -19px;
    top: -3px;
    z-index: -1;
}

.title-container {
	display: flex;
	justify-content: center;
}

.title-block {
	position: relative;
	text-align: center;
	display: inline-block;
	margin: 30px auto 30px;
}

.title-block span {
	color: #232323;
	font-family: "Futura PT - Demi";
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 4.8px;
	z-index: 1;
	position: relative;
}

.title-block span:before {
	position: absolute;
	content: "";
	width: 41px;
	height: 36px;
	transform: skew(-20deg);
	background-color: #fecc30;
    display: block;
    left: -18px;
    top: -2px;
    z-index: 1;
}

@media (max-width: 576px) {
    .title-block span:before {
        left: -2px;
    }
    
    .title-block span text {
        padding: 0 15px;
    }
}

.title-block span text {
	z-index: 2;
	position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.hidden {
    visibility: hidden;
}

.hidden-display {
    display: none;
}

.videolink:hover {
    cursor: pointer;
}

/*.videooverlay {
    position: absolute;
    box-shadow: inset 0 0 0 1000px rgba(26, 84, 173, 0.2);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.videoblock:hover .videooverlay {
    display: none;
}*/

.dropdown-toggle::after {
    vertical-align: middle;
}

/* Utility */
/* Header */
#navbarContent {
    margin-top: -30px;
}

header .navbar-standart {
	flex-flow: row wrap;
    justify-content: space-between;
}

header .additional {
	color: #919191;
	font-family: "Futura PT - Book";
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
	margin-right: 40px;
	line-height: 18px;
}

header .additional-block {
	max-width: 250px;
	margin: 0 25px;
}

header .additional-block-title {
	color: #919191;
	font-family: "Futura PT - Bold";
	font-size: 12px;
	text-transform: uppercase;
}

header .additional-block-title img {
	margin-right: 10px;
}

header .additional-block-text {
	color: #232323;
	font-family: "Futura PT - Book";
	font-size: 18px;
	font-weight: 400;
	margin-top: 5px;
}

header .additional-block-text .colorful {
	color: #295aa7;
	font-family: "Futura PT - Demi";
	font-weight: 600;
}

header .phone-block {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

header .phone-block .link {
	color: #232323;
	font-family: "Futura PT - Medium";
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 5px;
}

header .phone-block .link:hover {
	text-decoration: underline;
}

header .phone-block .phone-btn {
	border-radius: 21px;
	font-family: "Futura PT - Bold";
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 7px 20px;
	outline: none;
	border: none;
	cursor: pointer;
	height: 36px;
}

header .navbar-standart .navbar-nav {
    width: 100%;
    justify-content: space-evenly;
	margin-top: 20px;
    position: relative;
    top: 45px;
}

header .navbar-standart .navbar-nav > li {
	border: 1px solid #919191;
	background-color: #ffffff;
	flex-grow: 1;
	border-left: none;
	text-align: center;
}

header .navbar-standart .navbar-nav > li:first-child {
	border-radius: 6px 0 0 6px;
	border-left: 1px solid #919191;
}

header .navbar-standart .navbar-nav > li:last-child {
	border-radius: 0 6px 6px 0;
}

header .navbar-standart .navbar-nav > li > .nav-link {
	color: #666666;
	font-family: "Futura PT - Book";
	font-size: 24px;
	font-weight: 400;
    display: block;
    padding: 1rem;
    text-decoration: none;
}

header .navbar-standart .navbar-nav > li > .nav-link:hover {
	color: #232323;
}

header #addNav {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    background-color: #fff;
    z-index: 980;
    border-bottom: 1px solid rgba(214, 214, 214, 0.5);
    opacity: 0;
    overflow: hidden;
}

header #addNav .header-dropdown {
    border: 1px solid rgba(214, 214, 214, 0.5);
}

header .header-dropdown li a, header .header-dropdown li span.nav-link {
    font-size: 18px;
	font-weight: 400;
	font-family: "Futura PT - Book";
	padding: 0.15rem 0rem;
}

@media (min-width: 992px) {
    #addNav .navbar-collapse {
        height: 100%;
        position: relative;
        top: -1px;
    }
    
    #addNav .navcontent-block {
        height: 100%;
    }
    
    header #addNav .navbar-standart .navbar-nav > li {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .pricelist-item {
        flex-flow: column;
    }
    
    .pricelist-item__second {
        flex-flow: column !important;
    }
    
    .pricelist-item__second .pricelist-item__title, .pricelist-item__title {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        margin-right: 0;
    }
    
    .pricelist-item__second .pricelist-item__price {
        padding-right: 0;
        margin-bottom: 10px;
    }
    
    .pricelist-item__second .btn, .pricelist-item .btn {
        width: 100%;
    }
    
    .pricelist-item__third {
        flex-flow: column !important;
    }
    
    .pricelist-item__third .pricelist-item__title {
        margin-bottom: 0;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        margin-right: 0;
    }
    
    .pricelist-item__third .pricelist-item__price {
        padding-right: 20px;
    }
    
    .pricelist-item__buttons {
        width: 100%;
        flex-flow: column !important;
    }
    
    .pricelist-item__third .pricelist-item__price {
        padding-right: 0;
    }
    
    body header #addNav .navcontent-block {
        display: block;
    }
    
    header .header-dropdown li a, header .header-dropdown li span.nav-link {
        font-size: 20px;
    	font-weight: 400;
    	font-family: "Futura PT - Book";
    }
    
    li:hover > .header-dropdown {
        display: none !important;
    }
    
    li:hover > .header-dropdown.active {
        display: flex !important;
    }
    
    .header-dropdown.active {
    	display: flex !important;
    }
    
    .header-dropdown {
    	position: static !important;
    	margin: 15px 0 !important;
    }
}

header #addNav .navbar-standart {
    padding: 0;
}

header #addNav .navbar-standart .navbar-nav {
    top: 0;
    margin-top: 0;
}

header #addNav .navbar-standart .navbar-nav > li {
    border: none;
}

header #addNav .navbar-standart .navbar-nav > li > .nav-link {
    padding: 0;
    font-size: 20px;
}

header #addNav .navbar-standart .navbar-nav > li:first-child {
    border: none;
}

header #addNav .phone-block {
    flex-direction: row;
}

header #addNav .phone-block .link {
    position: static;
    margin-right: 15px;
}

li:hover > .header-dropdown {
    display: flex;
}

.header-dropdown {
    display: none;
	position: absolute;
	left: -1px;
	top: 100%;
	background-color: #fff;
	list-style-type: none;
	flex-flow: column;
	padding-left: 0;
	margin-bottom: 0;
	padding: 10px;
	text-align: left;
	border: 1px solid #919191;
	min-width: 220px;
	border-radius: 0 0 6px 6px;
	z-index: 100;
}

/* Header */
/* Main */
.main {
	background-color: #295aa7;
	min-height: 600px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(41,90,167,0.8);
}

.main-title {
	font-family: "Futura PT - Bold";
	font-size: 36px;
	line-height: 48px;
	color: #ffffff;
	max-width: 680px;
	text-align: center;
    margin: 0 auto 28px auto;
}

.main-subtitle {
	max-width: 680px;
	text-align: center;
	color: #ffffff;
	font-family: "Futura PT - Book";
	font-size: 24px;
	font-weight: 400;
	margin: 0 auto;
}

.main-form {
	max-width: 460px;
	margin: 0 auto;
	margin-top: 50px;
}

.main-form .input-block {
    margin-bottom: 20px;
}

.main-input {
	width: 100%;
	border-radius: 20px;
	border: 1px solid #ffffff;
	background-color: transparent;
	color: #ffffff;
	font-family: "Futura PT - Book";
	font-size: 16px;
	font-weight: 400;
	padding: 7px;
	text-align: center;
	outline: none;
}

.main-input::placeholder {
	color: #fff;
}

button {
    background-color: #fecc30;
    color: #232323;
}

button:hover {
    background-color: #eebf2d;
}

button:active {
    background-color: #e2b52b;
}

.main-btn {
	border-radius: 21px;
	font-family: "Futura PT - Bold";
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 9px 23px;
	outline: none !important;
	border: none;
	cursor: pointer;
	height: 41px;
	width: 100%;
}
/* Main */
/* Advantages */
.advantages {
    padding: 50px 0;
}
/* Advantages */
/* Types */
.types {
    padding: 50px 0;
}

.types-item {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.09);
	transition: 0.3s all ease;
    position: relative;
    border-radius: 4px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.types-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.types-item:hover {
    box-shadow: 0 0px 20px rgba(41, 90, 167, 0.09);
    cursor: pointer;
}

.types-item__title {
    text-align: center;
    font-family: "Futura PT - Medium";
    font-size: 18px;
    font-weight: 500;
    color: #007bff;
    transition: 0.3s all ease;
}

.types-item:hover .types-item__title {
    color: #0056b3;
}

.types-item__image {
    padding: 15px;
    text-align: center;
	max-height: 200px;
	display: block;
	height: 200px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}

.types-item__image img {
    height: 100%;
}
.default-border-radius {
    border-radius: 4px;
}
/* Types */
/* About */
.about {
	padding: 50px 0;
	overflow: hidden;
}

.about .text-block, .about .text-block p {
    color: #232323;
    font-family: "Futura PT - Book";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.insidepage .about .text-block, .insidepage .about .text-block p {
    text-align: left;
}

.insidepage .title-block {
    display: block;
}

.contacts .container-fluid {
    overflow: hidden;
}

.advantages-container {
	
}

.advantages-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
	border-radius: 8px;
	border: 2px solid #d6d6d6;
	background-color: #ffffff;
	position: relative;
    padding: 30px 23px;
}

.advantages-item .number {
    color: #295aa7;
    font-family: "Futura PT - Book";
    font-size: 30px;
    width: 55px;
    height: 60px;
    background-color: #fff;
    position: absolute;
    left: -5px;
    top: -15px;
    z-index: 1;
}

.advantages-item .title {
	color: #232323;
	font-family: "Futura PT - Heavy";
	font-size: 18px;
	position: relative;
	z-index: 2;
}

.advantages-item .description {
	color: #919191;
	font-family: "Futura PT - Book";
	font-size: 16px;
}

.advantages-big {
	display: flex;
	align-items: center;
}

.advantages-big .col-md-6:first-child {
	min-height: 650px;
}

.advantages-big .col-md-6:first-child img {
	position: relative;
	right: 130px;
}


.advantages-big-row img {
	margin-right: 30px;
}

.advantages-big .title {
	color: #232323;
	font-family: "Futura PT - Book";
	font-size: 18px;
	font-weight: 400;
	max-width: 290px;
}

.advantages-big .title .colorful {
	font-family: "Futura PT - Heavy";
}


.advantages-big-row > .col-md-12 {
    display: flex;
    justify-content: flex-end;
}

.advantages-big-row > .col-md-12:nth-child(2n) {
    display: flex;
    justify-content: flex-end;
}


.advantages-big-row .advantages-big-item {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-bottom: 60px;
}

.advantages-big-row .advantages-big-item:before {
	width: 100px;
	height: 6px;
	background-image: url(../img/lineshort.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 25px;
	left: -145px;
	content: "";
	display: block;
}

.advantages-big-row .col-md-12:nth-child(2n) .advantages-big-item {

}

.advantages-big-row .col-md-12:nth-child(2n) .advantages-big-item:before {
	width: 200px;
	left: -245px;
	background-image: url(../img/linelarge.png);
}

.advantages-big-row .col-md-12:nth-child(1) .advantages-big-item {
	padding-right: 259px;
}

.advantages-big-row .col-md-12:nth-child(2) .advantages-big-item {
	padding-right: 58px;
}

.advantages-big-row .col-md-12:nth-child(3) .advantages-big-item {
	padding-right: 82px;
}
/* About */
/* Pricelist */
.pricelist {
    padding: 50px 0;
}

.pricelist .table td, .pricelist .table th {
    vertical-align: middle;
    padding: 1rem;
}

.pricelist .table tbody tr:first-child td {
    border-top: none;
}

.pricelist .table tbody tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.pricelist .table .title-link {
    text-decoration: none;
    cursor: pointer;
}

.pricelist .table .title-link:hover {
    color: #0056b3;
}
/* Pricelist */
/* Problems */
.problems {
	padding-top: 50px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
    background-size: cover;
}
.problemsinner {
    background: none;
}

.problems-row {
	
}

.problems-container {
	
}

.problems-item {
	box-shadow: 0 29px 40px rgba(0, 0, 0, 0.09);
	border-radius: 8px;
	background-color: #ffffff;
	margin-bottom: 50px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.problems-item.portfolio-item {
    height: auto;
}

.problems-item a {
    color: inherit;
    text-decoration: none;
}

.problems-item a:hover {
    color: #0056b3;
}

.portfolio-item .bodyblock {
    padding: 15px 0;
}

.portfolio-item .price {
    line-height: 1.2;
}

.portfolio-item .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 270px;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.portfolio-item .image a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.problems-item .image img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.problems-item .title {
	color: #232323;
	font-family: "Futura PT - Medium";
	font-size: 22px;
	line-height: 1.25;
	font-weight: 500;
	/*margin-top: 40px;*/
	text-align: center;
	padding: 15px 15px 0;
	margin-bottom: 15px;
}

.problems-item .description {
	color: #232323;
	font-family: "Futura PT - Medium";
	font-size: 16px;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 15px;
}

.problems-item .price {
	font-family: "Futura PT - Medium";
	font-weight: 500;
	color: #295aa7;
	font-size: 24px;
	margin-top: 10px;
	line-height: 1.25;
	margin-bottom: 15px;
	text-align: center;
	padding: 0 15px;
}

.problems-item .button {
	padding: 0 15px 20px 15px;
}

a.poln-prise {
    color: #ffffff;
	font-family: "Futura PT - Bold";
	font-size: 22px;
	text-transform: uppercase;
	padding: 8px;
	max-width: 400px;
	height: 50px;
	border-radius: 21px;
	background-color: #fecc30;
	display: block;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	cursor: pointer;
}
a.poln-prise:hover {
background-color: #eebf2d;
}

.problems-item .problems-btn {
	color: #ffffff;
	font-family: "Futura PT - Bold";
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px;
	width: 100%;
	border-radius: 21px;
	background-color: #295aa7;
	display: block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: 0;
}

.problems-item .problems-btn:hover {
    background-color: #265298;
}

.problems-item .problems-btn:active {
    background-color: #204785;
}

.problems-item .problems-btn:focus {
    border: 0;
    outline: 0;
}


/* Problems */
/* Order */
.order {
	padding-top: 80px;
}

.order {
	padding-bottom: 50px;
}

.order .container {
	height: 660px;
	background-image: url(../img/order.jpeg);
	background-repeat: no-repeat;
	background-position: left;
	border: 20px solid #295aa7;
	background-color: #ffffff;
	background-size: cover;
}

.order .container .row .col-md-6:first-child img {
	position: relative;
    bottom: 45px;
}

.order-title {
	color: #232323;
	font-family: "Futura PT - Bold";
	font-size: 36px;
	line-height: 43px;
	margin-top: 160px;
}

.order-title .colorful {
	color: #fecc30;
	font-family: "Futura PT - Extra Bold";
	font-size: 36px;
	line-height: 48px;
}

.order-subtitle {
	color: #919191;
	font-family: "Futura PT - Book";
	font-size: 24px;
	font-weight: 400;
	line-height: 48px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.order-input {
    margin-bottom: 20px;
}

.order-input input {
	width: 100%;
	border-radius: 20px;
	border: 1px solid #919191;
	background-color: transparent;
	color: #919191;
	font-family: "Futura PT - Book";
	font-size: 16px;
	font-weight: 400;
	padding: 7px;
	text-align: center;
	outline: none;
}

.input-block.order-input input {
	color: transparent;
}

.input-block.order-input .input-placeholder {
	color: #919191;
}

.input-block.order-input.focus input {
	color: #000;
}

.order-input input::placeholder {
	color: #919191;
}

.order-btn {
	border-radius: 21px;
	font-family: "Futura PT - Bold";
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 9px 23px;
	outline: none !important;
	border: none;
	cursor: pointer;
	height: 41px;
	width: 100%;
}
/* Order */
/* Clouds */
.clouds {
	background-image: url(../img/clouds.jpg);
	background-repeat: no-repeat;
    background-position: center top;
}
/* Clouds */
/* Brands */
.menuitem.brand > ul {
    justify-content: flex-end;
}

.brands {
    padding: 50px 0;
}

.brands .poln-prise {
    font-size: 18px;
    display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
}

.brands-item {
    border: 1px solid #295aa7;
    position: relative;
    padding: 10px;
    text-align: center;
    transition: 0.5s all ease;
    margin-bottom: 24px;
    border-radius: 8px;
}

.brands-item:hover {
    border-color: #fecc30;
}

.brands-item a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#brandscollapse {
    display: none;
}

#brandscarousel {
    max-height: 260px;
}

#brandscarousel .row {
    justify-content: center;
}

#brandscarousel {
    position: relative;
}

#brandscarousel .arrow {
    position: absolute;
	border-radius: 50px;
	top: 50%;
	transform: translateY(-50%);
	width: 50px !important;
	height: 50px !important;
	font-size: 30px !important;
	z-index: 10;
}

#brandscarousel .next {
    right: -65px;
}

#brandscarousel .prev {
    left: -65px;
}

.brandstotgle-container {
    text-align: center;
}

.brands-item.brands-item__second {
    border: none;
}

.brands-item.brands-item__second:hover {
    opacity: 0.7;
}
/* Brands */
/* Paint */
.paint, .contact {
	padding-top: 100px;
	padding-bottom: 55px;
}

.paint .title-block, .contact .title-block {
	margin-bottom: 50px;
}

.paint .title {
	color: #262626;
	font-family: "Futura PT - Book";
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 55px;
	padding-left: 40px;
}

.paint .paint-row {
	box-shadow: 0 19px 40px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	background-color: #ffffff;
	background-image: url(../img/paint_back.png);
	background-repeat: no-repeat;
    background-position: right top;
    padding: 42px 30px 50px 23px;
    position: relative;
}

.paint .paint-row ul {
	list-style-type: none;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.paint .paint-row ul li {
	color: #232323;
	font-family: "Futura PT - Book";
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 20px;
	position: relative;
}

.paint .paint-row ul li:before {
	content: "";
	height: 11px;
	width: 10px;
	background-image: url(../img/icon/point.png);
	background-repeat: no-repeat;
	position: absolute;
    left: -30px;
    top: 8px;
}

.paint .paint-row ul li:last-child {
	margin-bottom: 0;
}

.paint .paint-row ul li a {
	color: #232323;
	font-family: "Futura PT - Book";
	font-size: 16px;
	font-weight: 400;
}

.paint-window-container {
	align-items: flex-end;
	display: flex;
	justify-content: center;
}

.paint-window {
	position: absolute;
	top: -204px;
	right: 0;
}

.paliter {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-left: 70px;
}

.paliter img {
	margin-right: 20px;
}

.paliter .text {
	color: #232323;
	font-family: "Futura PT - Book";
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	line-height: 18px;
}

.paliter .text .colorful {
	font-family: "Futura PT - Heavy";
	letter-spacing: -1.5px;
}
/* Paint */

/* Portfolio */
#portfolio {
    padding-top: 0;
}

#portfolio .poln-prise {
    margin-top: 50px;
}

#portfolio-carousel .portfolio-item {
    box-shadow: none;
}

#portfolio-carousel .portfolio-item .bodyblock {
    border: 1px solid #d6d6d6;
	border-top: none;
	border-radius: 0 0 8px 8px;
}

#portfolio-carousel .owl-dots {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}

#portfolio-carousel .owl-dot {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #dedede;
	outline: none;
	margin-right: 15px;
}

#portfolio-carousel .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

#portfolio-carousel .owl-dots .active {
    background-color: #295aa7;
    width: 15px;
    height: 15px;
    border: 5px solid transparent;
}

/* Portfolio */
/* Reviews */
.reviews {
	padding-top: 50px;
	padding-bottom: 50px;
}

#reviews-carousel .owl-dots {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

#reviews-carousel .owl-dot {
	width: 12px;
	height: 12px;
	min-width: 12px;
	min-height: 12px;
	border-radius: 100%;
	background-color: #dedede;
	outline: none;
	margin-right: 15px;
	margin-bottom: 10px;
}

#reviews-carousel .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

#reviews-carousel .owl-dots .active {
    background-color: #295aa7;
    width: 15px;
    height: 15px;
    border: 5px solid transparent;
}

#reviews-carousel .owl-item {
    opacity: 0.44;
    transition: 0.55s all linear;
}

#reviews-carousel .owl-item.active {
    opacity: 1;
}

.reviews-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.reviews-item .play-btn {
	box-shadow: 0 12px 32px rgba(13, 42, 87, 0.29);
	background-color: #295aa7;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 44%;
	top: 40%;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.reviews-item .play-btn span {
    border-left: 17px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: block;
    width: 17px;
    margin-left: 4px;
}

.reviews-item:hover .image {
    box-shadow: none;
}

.reviews-item .image {
	border-radius: 8px;
	max-width: 470px;
	height: 550px;
	position: relative;
	width: 100%;
    -webkit-transition: box-shadow .55s linear;
    transition: box-shadow .55s linear;
    background-repeat: no-repeat;
}

.reviews-item > .image a {
    display: block;
    width: 100%;
    height: 100%;
}

.reviews-item .image img {
	border-radius: 8px;
}

.reviews-item .videoblock {
    position: absolute;
    border-radius: 8px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 300px;
    overflow: hidden;
}

.reviews-item .videoblock iframe {
    width: 100%;
    height: 100%;
}

.reviews-item .title {
	color: #232323;
	font-size: 24px;
	line-height: 30px;
	font-family: "Futura PT - Book";
	margin-top: 35px;
	text-align: center;
}

.reviews-item .subtitle {
	color: #919191;
	font-family: "Futura PT - Book";
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 105px;
	text-align: center;
}

.reviews .container-fluid {
    padding: 0 10%;
}

@media (max-width: 992px) {
    .reviews .container-fluid {
        padding: 0 15px;
    }
}
/* Reviews */
/* Contacts */
.contacts {
	min-height: 550px;
}

.contacts > .container {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .contacts > .container {
        height: 0;
    }
}

.contacts > .container-fluid {
    padding: 0;   
}

.contacts .container .col-md-6 {
	position: relative;
}

.contacts-block {
	background-color: #ffffff;
	width: 500px;
	position: absolute;
	top: 125px;
	right: 0;
	padding-bottom: 30px;
	padding-top: 30px;
}

@media screen and (max-width: 1200px) {
    .contacts-block {
        right: -90px;
    }
}
@media screen and (max-width: 992px) {
    .contacts-block {
        right: -130px;
        width: 450px;
    } 
}

.contacts-block .title-block {
    margin-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.contacts-block .button-block {
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 30px;
	text-align: center;
}

.contacts-block image {
    text-align: center;   
}

.contacts-block img {
	margin-bottom: 50px;
	width: 100%;
}

.contacts-block .text {
	color: #232323;
	font-family: "Futura PT - Book";
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 65px;
	padding-left: 65px;
	padding-right: 105px;
}

.contacts-block .additional {
	display: flex;
	flex-direction: row;
	padding-left: 65px;
	padding-right: 65px;
}

.contacts-block .additional .title {
	color: #919191;
	font-family: "Futura PT - Book";
	font-size: 16px;
	line-height: 36px;
	margin-right: 5px;
}

.contacts-block .additional .description {
	color: #232323;
	font-family: "Futura PT - Book";
	font-size: 16px;
	line-height: 36px;
}
/* Contacts */
/* Pricelist */
.pricelist {
    background-color: #f3f3f3;
}

.pricelist-item {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 10px 16px;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 4px;
    align-items: center;
    font-size: 18px;
}

.pricelist-item a {
    cursor: pointer;
}

.pricelist-item .btn:not(.btn--round).v-size--default {
    height: 42px;
    padding-left: 46px;
    padding-right: 46px;
}

.pricelist-item__buttons {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.pricelist-item__price {
    padding-right: 75px;
    font-size: 18px;
}

.pricelist-item__third .pricelist-item__title, .pricelist-item__fourth .pricelist-item__title {
    font-size: 18px;
}

.pricelist-item__title a {
    text-decoration: none;
}

.pricelist-item__third {
    background-color: transparent;
	border-bottom: 1px solid rgba(0,0,0,.12);
	border-radius: 0;
	padding: 0;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
}

.pricelist-item__third a {
    color: #fdbd10;
}

.pricelist-item__third a.show-modal {
    color: #fdbd10;
    text-decoration: underline;
}

.pricelist-item__third a:hover {
    color: #1976d2;
    text-decoration: none;
}

.pricelist-item__third a.show-modal:hover {
    color: #1976d2;
}

.pricelist-item__third .pricelist-item__title a {
    color: #1976d2;
}

.pricelist-item__third .pricelist-item__title a:hover {
    color: #fdbd10;
}

.pricelist-item .btn {
    min-height: 42px;
	min-width: 240px;
}

.pricelist-item .pricelist-item__title a {
    color: rgb(25, 118, 210);
}

.pricelist .pricelist-tabs {
    justify-content: center;
    margin-bottom: 25px;
    border-bottom: none;
}

.pricelist .pricelist-tabs .nav-link:hover {
    background-color: transparent;
    border-color: transparent;
}

.pricelist .pricelist-tabs a {
    border: none;
    padding: 15px 30px;
    border-bottom: 2px solid transparent;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(0,0,0,0.55);
}

.pricelist .pricelist-tabs a {
    font-size: 15px;
}

.pricelist .pricelist-tabs a.active {
    color: #fdbd10;
    border-color: #fdbd10;
    background-color: transparent;
}

.mobile-show-block {
    display: none;
}

#addNav .logo__block {
    display: flex;
    align-items: center;
    justify-content: center;
}

#addNav .logo__block .mobile-show-block {
    max-height: 40px;
}

#addNav .logo__block .mobile-hide {
    max-height: 40px;
}

#mainNav .logo__block .mobile-show-block {
    max-height: 40px;
}

#mainNav .logo__block .mobile-hide {
    max-height: 40px;
}

@media (max-width: 992px) {
    .input-container__solo .input-placeholder {
        top: calc(50% - 19px);
    }
    
    .mobile-show-block {
        display: block;
    }
    
    .mobile-hide {
        display: none;
    }
    
    #werepair .popular-item__title {
        font-size: 16px;
    }
    
    .pricelist .col-pricelist {
        overflow: hidden;
    }
    
    .pricelist .pricelist-tabs {
        overflow-x: scroll;
        overflow-y: hidden;
    	flex-flow: row;
    	justify-content: left;
    }
    
    .pricelist .pricelist-tabs a {
    	white-space: nowrap;
    }
    
    .pricelist .col-pricelist .popular-item .row {
        align-items: center;
    }
}
/* Pricelist */

/**
 * Accordion
 */
.faq {
    padding-bottom: 100px;
    padding-top: 60px;
    background-color: #f0f0f0;
}
 
.custom-accordion {padding-bottom: 1px;}
.custom-accordion .accordion-item {margin-bottom: 10px;border:1px solid #d6d6d6;background-color: transparent;border-radius: 8px;overflow: hidden}
.custom-accordion .item-button {color: var(--default); display: block;font-weight: 600;position: relative;padding:13px 40px 12px 30px;font-size: 18px;background-color: #fff;transition: var(--t);z-index: 1;text-decoration: none; cursor: pointer;}
.custom-accordion .item-button svg {display: block;position: absolute;right: 15px;top: 18px;transition: 0.2s;}
.custom-accordion .item-button svg path {transition: 0.2s;}
.custom-accordion .item-button:not(.collapsed) svg {transform: rotate(315deg)}
.custom-accordion .item-button:hover svg path {fill: #fecc30;}
.custom-accordion .item-content {font-size: 14px;background-color: #fff;padding: 0 30px 0 30px;}
.custom-accordion .item-content .wrapper {padding-bottom:15px;}
.custom-accordion .item-content .wrapper p {margin-bottom: 15px;}
.custom-accordion .item-content .wrapper p:last-child {margin-bottom: 0}
@media (max-width:575px) {
    .custom-accordion .item-button {font-size: 15px;padding-top: 13px;padding-bottom: 13px;padding-left: 15px;}
    .custom-accordion .item-button:after {right: 10px;top: 15px;}
    .custom-accordion .item-content {font-size: 14px;}
    .custom-accordion .item-content .wrapper {padding-top: 5px; padding-bottom:15px;}
}


/* Footer */
footer {
	padding-top: 45px;
	padding-bottom: 45px;
}

footer .header-dropdown {
    top: unset;
    bottom: 100%;
    border-radius: 6px 6px 0 0;
}

@media (max-width: 992px) {
    footer .header-dropdown {
        display: none;
    }
}

footer .navbar-standart {
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0;
}

footer .navbar-standart .navbar-brand {
	padding: 0;
}

footer .navbar-standart .navbar-nav {
    text-align: center;
}

@media screen and (min-width: 992px){
    footer .navbar-standart .navbar-nav {
        width: 900px;
        justify-content: space-around;
    }
}

footer .navbar-standart .navbar-nav > li > a {
	color: #343434;
	font-family: "Futura PT - Book";
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

footer .copyright {
	color: #919191;
	font-family: "Futura PT - Book";
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}

.footer-nav {
    margin-bottom: 20px;
}

.footer-menu__title {
	color: #919191;
	font-family: "Futura PT - Book";
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

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

.footer-menu li, .footer-menu li a {
	color: #343434;
	font-family: "Futura PT - Book";
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}
footer .logo span {
    font-size: 24px;
}
footer .logo__image::before {
    width: 32px;
    height: 36px;
    top: 0px;
    left: -13px;
    border-radius: 6px;
}
footer .logo__image::after {
    width: 12px;
    height: 15px;
    top: -4px;
    left: -13px;
    border-radius: 3px;
}
/* Footer */
/* OffScreen */
.offscreen-block {
    display: block;
    transform: translateX(100%);
	transition: 0.3s all ease-in-out;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 40;
	height: 100%;
	border-right: 1px solid rgba(0,0,0,.125);
    max-height: 100vh;
	overflow: scroll;
}

.offscreen-content {
    padding: 20px 0;
}

.offscreen-block.active {
    transform: translateX(0);
}

.offscreen-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}

.offscreen-menu li {
    list-style-type: none;
    margin-bottom: 20px;
    font-size: 15px;
    display: block;
    line-height: 1;
    margin: 0 20px;
    border-bottom: 1px solid rgba(118, 118, 118, 0.20);
}

.offscreen-menu li .material-icons {
    position: absolute;
    right: 20px;
    top: 10px;
}

.offscreen-menu .mobile-phone__container {
    border-bottom: none;
}

.offscreen-menu .mobile-phone {
    color: rgb(253, 189, 16);
}

.offscreen-menu li a {
    list-style-type: none;
    font-size: 15px;
    line-height: 1;
    display: block;
    color: #12597d;
    text-decoration: underline;
    padding: 16px 24px;
    transition: 0.5s transform ease;
}

.offscreen-menu li a:hover {
    text-decoration: none !important;
    color: #fdbd10;
}

.offscreen-menu li a:hover .material-icons {
    color: #fdbd10;
}

.offscreen-menu li a[aria-expanded="true"] .material-icons {
	transform: rotate(180deg);
    color: #fdbd10;
}

.offmenu-close {
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    cursor: pointer;
	border-bottom: 1px solid rgb(255,255,255);
	padding-bottom: 25px;
}

.offmenu-close:hover {
    color: #007bff;
}

.offscreen-socials a {
	font-size: 2.5rem;
	min-width: 40px;
	min-height: 40px;
}
/* OffScreen */
/* Modal */
.modal-input.focus input {
    color: #000 !important;
}

.modal-text {
    color: #232323;
	font-family: "Futura PT - Book";
	font-size: 22px;
	font-weight: 400;
	text-align: center;
}

.modal-btn {
    border-radius: 21px;
    background-color: #fecc30;
    color: #232323;
    font-family: "Futura PT - Bold";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 23px;
    outline: none !important;
    border: none;
    cursor: pointer;
    height: 41px;
    width: 100%;
}

.modal-btn:hover {
    background-color: #eebf2d;
}

.modal-btn:active {
    background-color: #e2b52b;
}

.modal-body .modal-input:last-child {
    margin-bottom: 0;
}

.modal-header .close {
    position: absolute;
    right: 8px;
    top: 5px;
}

.modal-header .close {
    color: #000000;
    background-color: transparent;
}

.modal-header .close:hover {
    background-color: transparent;
}

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

.modal .modal-title {
    line-height: 1.25;
    font-size: 1.5rem;
}

.display-mobile {
    display: none !important;
}

header #addNav .phone-block .link {
    margin-bottom: 0;
}
/* Modal */
/* Input */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
input:focus::placeholder { color: transparent; }
.input-block {
    position: relative;
    cursor: text;
}
.input-block .input-placeholder {
    color: #ffffff;
	font-family: "Futura PT - Book";
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    padding: 7px;
}
.input-block input {
    color: transparent;
}
.input-block.focus .input-placeholder {
    display: none;
}
.input-block.focus input {
    color: #fff;
}
/* Input */
/* Responsive */
header #addNav .navcontent-block {
    display: flex;
    width: 100%;
}

@media (max-width: 800px) {
    .title-block {
        margin-bottom: 20px;
    }
	header .navbar-brand {
		margin-bottom: 15px;
	}
	
	footer .navbar-standart .navbar-nav > li > a {
	    font-size: 24px;
	}

	header .navbar-standart {
		flex-flow: column;
	}
	
	header #addNav .navbar-standart {
        display: flex;
        flex-flow: wrap;
        align-items: center;
	}
	
	header #addNav .navbar-toggler {
        float: right;
	}
	
	header #addNav .navbar-brand {
	    margin: 0;
	}
	
	header #addNav .phone-block {
	    display: none;
	}
	
	header #addNav .navbar-standart .navbar-collapse { 
	    padding-bottom: 5px;
	}
	
	header #addNav .navbar-standart .navbar-collapse { 
	    text-align: center;
	}
	
	header #addNav .navcontent-block {
	    height: 100vh;
	    padding-top: 30px;
	}
	
	header #addNav .navbar-collapse .phone-block {
	    flex-flow: column;
	}

	header .navbar-collapse.show {
	    height: 100vh !important;
	}

	header .additional {
		margin: 0;
		margin-bottom: 15px;
	}

	header .additional-block {
		margin: 0;
		margin-bottom: 15px;
	}

	header .phone-block .link {
		position: static;
		margin-bottom: 10px;
	}

	header .phone-block {
		margin-bottom: 15px;
	}

	header .navbar-standart .navbar-nav {
		position: static;
	}

	header .navbar-standart .navbar-nav > li {
		border-radius: 0;
		border-left: 1px solid #919191;
		padding-bottom: 25px;
	}

	header .navbar-standart .navbar-nav > li:first-child {
		border-radius: 6px 6px 0 0
	}

	header .navbar-standart .navbar-nav > li:last-child {
		border-radius: 0 0 6px 6px;
	}
	
	header #addNav .navbar-standart .navbar-nav > li > a {
	    font-size: 26px;
	}

	header .navbar-collapse {
		width: 100%;
	}

	.advantages-block .advantages-item {
		margin-bottom: 30px;
	}

	.advantages-block .advantages-container:last-child .advantages-item{
		margin-bottom: 0;
	}

	.advantages-big-row .col-md-12 .advantages-big-item {
		padding-right: 0 !important;
		width: 100%;
	}

	.advantages-big-row .col-md-12 .advantages-big-item .image {
		width: 80px;
		text-align: center;
	}

	.advantages-big .title {
		font-size: 16px;
	}

	.advantages-big-row > .col-md-12:nth-child(even) {
		justify-content: center;
	}

	.advantages-big-row > .col-md-12:nth-child(odd) {
		justify-content: center;
	}

	.big-window-image {
	    max-width: 100%;
    	height: auto;
    	position: static !important;
	}

	.advantages-big .col-md-6:first-child {
		min-height: auto;
		margin-bottom: 30px;
	}

	.order-title {
		margin-top: 0;
	}

	#reviews-carousel .owl-dot {
		margin-right: 10px;
	}

	.reviews-item .play-btn {
		left: 40%;
		top: 33%;
	}

	.contacts-block {
		width: auto;
		position: static !important;
		margin: 15px 0;
	}

	.order .container {
		height: auto;
		padding: 10px 0 15px;
	}

	.order-title, .order-subtitle {
		text-align: center;
		color: #000;
	}
	
	.order-input input {
	    color: #000;
	    border-color: #000;
	}
	
	.order-input input::placeholder {
	    color: #000;   
	}

	.paint-row .col-md-6:first-child {
		margin-bottom: 30px;
	}

	.paint-window {
		position: static;
	}

	.paint-window-container {
		flex-direction: column;
		align-items: center;
	}

	.paliter {
		margin: 0;
	}

	footer .navbar-standart {
		flex-direction: column;
		align-items: center;
	}

	footer .navbar-standart .navbar-brand {
		margin-right: 0;
		margin-bottom: 15px;
	}

	footer .copyright {
		margin: 15px 0;
	}

	.contacts {
		min-height: auto;
	}

	.contacts .container > .row > .col-md-6:last-child {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.contacts-block .text, .contacts-block .additional {
	    padding: 0 30px;
	}
	
	.problems-item {
	    height: auto;
	}
	
	.problems-item .bodyblock {
	    margin: 20px 0 15px;
	}
	
	.modal-content {
        min-width: auto;
    }
    
    header #addNav .phone-block {
        top: 0;
    }
    
    .contacts .container-fluid > ymaps {
        height: 400px !important;
    }
    
    .main {
        min-height: auto;
        padding: 75px 0;
    }
    
    .about {
        padding-top: 40px;
        padding-bottom: 0;
    }
    
    .advantages-block {
        margin-bottom: 30px;
    }
    
    .advantages-item {
    	min-height: auto;
    }
    
    .problems {
        padding: 40px 0;
    }
    
    .order {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .paint {
        padding: 40px 0;
    }
    
    .paint .title {
        margin: 0;
        padding: 0;
    }
    
    .reviews {
        padding: 40px 0;
    }
    
    .reviews-item .subtitle {
        margin-bottom: 30px;
    }
    
    .contacts-block .text {
        margin-bottom: 30px;
    }
    
    .display-mobile {
        display: inline-flex !important;
    }
    
     header #addNav .phone-block, header #addNav .phone-block .link, header #addNav .phone-block .link a {
        margin: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        position: relative !important;
        font-size: 16px;
    }
    
    header #mainNav {
        display: none;
    }
    
    body {
        padding-top: 0 !important;
    }
    
    header #addNav {
        opacity: 1;
    }
    
    .portfolio-item .bodyblock {
        margin: 0;
    }
}

@media (max-width: 1100px) {
	.reviews-item .image {
	    height: 600px;
	}
}

@media (max-width: 350px) {
	.logo span {
	    font-size: 20px;
	}
}

@media (min-width: 810px) and (max-width: 1200px) {
	header .additional, header .additional-block {
		margin: 0 10px;
	}

	header .navbar-standart {
		justify-content: space-around;
	}

	header .phone-block {
		top: 45px;
	}
	
    header #addNav .phone-block {
        top: 0;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    header #addNav .navbar-standart .navbar-nav > li > a {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .order {
        padding-top: 0px;
    }
    .insidepage .order {
        padding-bottom: 0px;
    }
    .order .container {
        background-image: none;
        background-color: #295aa7;
    }
    .order-title, .order-subtitle {
        color: #fff;
    }
    .order-input input {
        border-color: #fff;
        color: #fff;
    }
    .modal .order-input input {
        border-color: #000;
        color: #000;
    }
    .input-block.order-input .input-placeholder {
        color: #fff;
    }
    .modal .input-block.order-input .input-placeholder {
        color: #000;
    }
    .input-block.order-input input {
    	color: transparent;
    }
    .input-block.order-input.focus input {
    	color: #fff;
    }
    .modal .input-block.order-input.focus input {
        color: #000;
    }
}
/* Responsive */
/* IE Hacks */
@media screen\0, @media screen\9 {
    .title-block {
        width: 100%;
    }
    
    header #addNav .navbar-standart {
        margin: 0;
    }
    
    header .additional-block {
        max-width: 220px;
        min-width: 220px;
    }
}
/* IE Hacks */
#YaMaps {
    min-height: 550px;
}

#YaMaps iframe {
    min-height: 550px;
}

@media (max-width: 992px) {
    #YaMaps {
        min-height: 360px;
        max-height: 360px;
    }
    
    #YaMaps iframe {
        min-height: 360px;
        max-height: 360px;
    }
}