

/* Start:/local/templates/remont/components/bitrix/menu/bottom/style.css?17008275614404*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	/*background:#BC262C url(/local/templates/remont/components/bitrix/menu/bottom/images/header_menu_bg.gif) repeat-x;*/
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:16px;
	float:left;
    text-transform: uppercase;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#0d76f1;

	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#CCC;
	color:#000;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#CCC;
	color:#000;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/local/templates/remont/components/bitrix/menu/bottom/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/local/templates/remont/components/bitrix/menu/bottom/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#CCC;
	color:#000;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#CCC;
	color:#000;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;

}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/local/templates/remont/template_styles.css?177382781195204*/
.zayavka h3 {
    text-align: center;
}
.content{ min-height: 600px;}
.content h1, content .h1{ font-size:40px; padding: 20px 0; font-weight: normal;}
@media screen and (min-width: 920px) {
    html {
        /*min-width: 1160px*/
    }

    * {
        margin: 0;
        padding: 0;
        outline: 0 !important;
    }

    body {
        -webkit-text-size-adjust: 100%;
    }

    html {
        font-family: 'Gotham Pro';
    }

    .hamburger {
        /*display: none;*/
    }

    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }

    .container {
        margin: 0 auto;
        max-width: 1160px;
        padding-left: 50px;
        padding-right: 50px;
        margin: auto;
        position: relative;
    }

    .bg1 {
        background: url(/local/templates/remont/images/bg1.png) no-repeat;
        background-size: cover;
        height: 900px;
    }
	.bg1inner{height: 180px;}
    .top {
        padding: 15px 0;
    }

    .top p {
        font-size: 16px;
        line-height: 140%;
    }

    .logo {
        display: inline-block;
    }

    .log {
        display: inline-block;
    }

    .log img {
        display: block;
        width: 55px;
        height: 55px;
        object-fit: contain;
    }

    .name {
        display: inline-block;
        margin-left: 5px;

    }

    .adress {
        display: inline-block;
        float: right;
    }

    .menu {
        height: 90px;
        display: block;
        background-color: #fff;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.22);
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 88888;
        transition: 0.6s;
        /*min-width: 1160px;*/
    }

    .sticky + .main {
        padding-top: 102px;
    }

    nav {
        display: inline-block;
        margin-top: 37px;
        float: left;
    }

    .menu a {
        font-size: 16px;
        display: inline-block;
        color: #000;
        text-decoration: none;

    }

    nav a:nth-child(n+2) {
        margin-left: 37px;
    }

    .tel {
        display: inline-block;
        float: right;
        text-align: center;
        margin-top: 22px;
        margin-right: 25px;


    }

    .tel img {
        display: inline-block;
        width: 19px;
        margin-right: 5px;
    }

    .tel a {
        display: inline-block;
        font-size: 22px;
        font-weight: 700;
    }

    .tel span {
        font-size: 18px;
        color: #0d76f1;
        font-weight: 500;
        margin-left: 48px;
    }


    .button1 {
        width: 195px;
        height: 40px;
        background-color: #fcca4c;
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        display: inline-block;
        float: right;
        font-size: 16px;
        margin-top: 25px;
        cursor: pointer;
        transition-duration: 0.3s;
    }

    .bth:hover {
        background-color: #fcb000;
        transition-duration: 0.3s;
    }

    .main {
        width: 100%;
        overflow: hidden;
        padding-bottom: 150px;
    }


    .imgmain {
        position: absolute;
        right: 0px;
        top: 100px;
    }

    .imgmain img {
        border-radius: 66% 34% 83% 17% / 30% 56% 44% 70%;
width: 90%
    }

    .pcface {
        position: absolute;
        right: 1px;
    }

    h1, .h1 {
        font-size: 44px;
        margin-top: 30px;
        font-weight: 900;
        width: 80%;
    }


    .plusi {
        position: relative;
        z-index: 1;
        margin-top: 40px;
    }

    .plusi li {
        list-style-type: none;

    }

    .plusi li:first-child {
        background: url(/local/templates/remont/images/icon/home.png) no-repeat;
        background-position: 0% 0%;
        background-size: cover;
        background-size: 55px;
        height: 75px;
    }

    .plusi li:nth-child(2) {
        background: url(/local/templates/remont/images/icon/car.png) no-repeat;
        background-position: 0% 40%;
        background-size: cover;
        background-size: 55px;
        height: 75px;
    }

    .plusi li:nth-child(3) {
        background: url(/local/templates/remont/images/icon/tools.png) no-repeat;
        background-position: 0% 40%;
        background-size: cover;
        background-size: 55px;
        height: 75px;
    }

    .plusi li:nth-child(4) {
        background: url(/local/templates/remont/images/icon/reward.png) no-repeat;
        background-position: 0% 40%;
        background-size: cover;
        background-size: 55px;
        height: 75px;
    }

    .plusi li p {
        display: inline-block;
        margin-top: 22px;
        margin-left: 70px;
        font-size: 20px;
    }

    .zayavka {
        box-sizing: border-box;
        /*width: 840px;*/
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        width: 100%;
        padding-right: 70px;

        position: relative;
        background-color: #fff;
        margin-top: 40px;
        padding-top: 37px;
        padding-left: 70px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.22);
        padding-bottom: 45px;

    }

    .zayavka * {
        box-sizing: inherit;
    }

    .zayavka .form form {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .zayavka__item {
        display: flex;
        align-items: center;
        width: calc(100% / 3 - 80px / 3);
        min-height: 55px;
        padding-left: 72px;
        font-size: 18px;
    }

    .zayavka__item--licence {
        background-image: url("/local/templates/remont/images/icon/web-services.png");
        background-repeat: no-repeat;
        background-size: 52px;
        background-position: center left;
    }

    .zayavka .zayavka__item p {
        margin: 0;
    }

    .zayavka h3 {
        width: 100%;
        font-size: 28px;
        /*margin-bottom: 35px;*/
    }

    .zayavka h3 span {
        color: #0d76f1;
    }

    .zayavka .form {
        width: 100%;
    }

    .otakz {
        float: left;
        /*margin-right: 80px;*/
        background: url(/local/templates/remont/images/icon/wallet.png) no-repeat;
        background-position: 0% 0%;
        background-size: cover;
        background-size: 52px;
        /*height: 75px;*/
    }

    .otakz p {
        margin-left: 70px;
        margin-top: 10px;
        font-size: 18px;
    }

    .diagnostika {
        float: left;

        background: url(/local/templates/remont/images/icon/survey.png) no-repeat;
        background-position: 0% 0%;
        background-size: cover;
        background-size: 55px;
        /*height: 75px;*/
    }

    .diagnostika p {
        margin-left: 70px;
        margin-top: 10px;
        font-size: 18px;
    }


    .app-form-control {
        width: 350px;
        padding: 10px 0;
        background: none;
        border: none;
        border-bottom: 2px solid #666;
        color: gray;
        font-size: 14px;
        text-transform: uppercase;
        outline: none;
        transition: border-color .4s;
        margin-right: 70px;
    }

    .app-form-control::placeholder {
        color: #666;
    }

    .app-form-control:focus {
        border-bottom-color: #0d76f1;
        border-bottom-style: 3px;

    }

    .button2 {
        width: 290px;
        height: 56px;
        background-color: #fcca4c;
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        display: inline-block;
        font-size: 20px;
        margin-top: 15px;
        cursor: pointer;
        transition-duration: 0.3s;
    }


    .obomne h3 {
        margin-top: 70px;
        padding-bottom: 50px;
        text-align: center;
        font-size: 36px;
        font-weight: 400;
    }

    .myface {
        float: left;
        width: 45%;
    }

    .myface img {
        width: 100%;
    }

    .myopis {
        float: left;
        margin-left: 80px;
        margin-top: 15px;
        width: 45%;
    }


    .myopis h4 {
        text-align: left;
        font-size: 24px;
        font-weight: 500;
        padding-bottom: 20px;
    }

    .myopis h4 span {
        color: #0d76f1;
    }

    .myopis p {
        font-size: 16px;
        line-height: 185%;
    }

    .button3 {
        width: 270px;
        height: 50px;
        background-color: #fcca4c;
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        display: inline-block;

        font-size: 18px;
        margin-top: 30px;
        cursor: pointer;
        transition-duration: 0.3s;
    }

    .komanda {
        margin-bottom: 40px;
    }

    .komanda h3 {
        margin-top: 60px;
        padding-bottom: 20px;
        text-align: center;
        font-size: 36px;
        font-weight: 400;
    }

    .speci {
        display: flex;
        justify-content: space-around;
    }
	.speci a {text-decoration: none; color: #000;}
    .spec {
        text-align: center;
    }

    .spec span {
        font-weight: 500;
        font-size: 20px;
        padding: 20px 0 20px 0;
        color: #0d76f1;
    }

    .spec p {

        font-size: 16px;
        margin-top: 5px;
        color: #515151;

    }

    .spec img {
        width: 170px;
        margin-bottom: 10px;
    }


    .bg3 {
        background: url(/local/templates/remont/images/bg3.png) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        /*height: 570px;*/
    }


    .bg3 h3 {
        margin-top: 100px;
        padding-bottom: 80px;
        text-align: center;
        font-size: 36px;
        font-weight: 400;

    }

    .otzivi {
        display: flex;
        justify-content: center;
        text-align: center;

    }


    .otziv img {
        /*width: 90%;*/
        /*border: 1px solid #eae4df;*/

    }


    .button4 {
        width: 270px;
        height: 50px;
        background-color: #fff;
        border: 2px solid #fcca4c;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        display: block;

        font-size: 18px;
        margin: 30px auto;
        cursor: pointer;
        margin-bottom: 30px;
        transition-duration: 0.3s;
    }

    .bg4 {
        background-color: #f2f0f0;
    }

    .bg4 h3 {
        padding-top: 70px;
        padding-bottom: 80px;
        text-align: center;
        font-size: 36px;
        font-weight: 400;
    }

    .remont {
        text-align: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .item {
        width: 170px;
        height: 200px;
        background-color: #fff;
        margin: 0 20px;
        text-align: center;
        padding: 20px 5px;
    }

    .item h4 {
        font-weight: 500;
    }


    .item1 img {
        width: 100%;
        margin-top: 20px;
    }

    .item2 img {
        width: 100%;
        margin-top: 20px;
    }

    .item3 img {
        width: 100%;
        margin-top: 20px;
    }

    .item4 img {
        width: 100%;
        margin-top: 20px;
    }

    .item5 img {
        width: 100%;
        margin-top: 20px;
    }

 .item6 img {
        width: 100%;
        margin-top: 20px;
        margin-right: 5px;
    }



    .uslugi {
        margin-top: 60px;
        text-align: center;
        overflow: hidden;
    }

    .akciya {
        display: flex;
        justify-content: space-between;
    }


    .eco {
        width: 545px;
        height: 201px;
        display: inline-block;
        background: url(/local/templates/remont/images/akciyabg.jpg);
        margin: 15px;
        position: relative;
    }


    .viezd {
        width: 545px;
        height: 201px;
        display: inline-block;
        background: url(/local/templates/remont/images/akciyabg.jpg);

        margin: 15px;
        position: relative;
    }


    .akciyatext {
        text-align: left;
        margin-top: 40px;
        margin-left: 25px;
    }

    .akciyatext span {
        font-weight: 500;
        font-size: 22px;
    }

    .akciyatext p {
        font-size: 16px;
        margin-top: 10px;
        width: 270px;
    }


    .eco img {
        position: absolute;
        width: 48%;
        right: 0px;
        bottom: 0px;
    }

    .viezd img {
        position: absolute;
        width: 58%;
        right: 0px;
        bottom: 0px;
    }

    .ceni {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap
    }

    .alltextceni {
        text-align: left;
        margin-left: 20px;
        display: flex;
        flex-direction: column;

    }

    .alltextceni h4 {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 500;
    }

    .opis {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 145%;
        color: #515151;
    }

    .price {
        margin-bottom: 10px;
        font-size: 11px;

    }

    .price {
        color: #000000;
    }

    .price span {
        font-size: 14px;
        color: #0d76f1;
        font-weight: 700;
    }


    .button5 {
        width: 175px;
        height: 38px;
        background-color: #fcca4c;
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        display: block;
        font-size: 14px;
        margin-top: 5px;
        cursor: pointer;
        transition-duration: 0.3s;
    }


    .cena1 {
        width: 529px;
        height: 259px;
        background: url(/local/templates/remont/images/ceni/img1.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena2 {
        width: 529px;
        height: 259px;
        background: url(/local/templates/remont/images/ceni/img2.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cena3 {
        width: 529px;
        height: 259px;
        background: url(/local/templates/remont/images/ceni/img3.png);
        margin-top: 50px;
        justify-content: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }


    .cena4 {
        width: 529px;
        height: 259px;
        background: url(/local/templates/remont/images/ceni/img4.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena5 {
        width: 529px;
        height: 259px;
        background: url(/local/templates/remont/images/ceni/img5.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena6 {
        width: 529px;
        height: 259px;
        background: url(/local/templates/remont/images/ceni/img6.png) no-repeat;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena7 {
        width: 529px;
        height: 259px;
        background: url(/local/templates/remont/images/ceni/img7.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena8 {
        width: 529px;
        height: 259px;
        background: url(/local/templates/remont/images/ceni/img8.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .hvr:hover {
        box-shadow: inset 0px 0px 3px 2px #0d76f1;
        transition: 0.3s;
    }

    .hvr:hover {
        color: #0d76f1;
        transition: 0.2s;
    }

    .dopceni1 {
        display: flex;
        justify-content: space-between;
        margin-top: 70px;
    }

    .dopceni2 {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;

    }

    .dop {
        height: 200px;
        width: 245px;
        display: flex;
        flex-direction: column;
        justify-content: top;
    }

    .hr {
        width: 25%;
        border: 1px solid #fcca4c;
        margin-bottom: 10px;
    }

    .last {
        border: 1px solid #0d76f1;
        padding: 30px 20px 0px 20px;
        width: 210px;
        margin-top: -18px;
        background-color: #fff;
        margin-bottom: 70px;
    }

    .alltextceni2 {
        text-align: left;
        display: flex;
        flex-direction: column;

    }

    .alltextceni2 h4 {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 500;
    }

    .opis2 {
        font-size: 14px;
        line-height: 145%;
        color: #515151;
    }

    .price2 {
        margin-top: 10px;
        font-size: 14px;
        color: #0d76f1;
        font-weight: 700;
    }

    .price22 {
        cursor: pointer;
        font-size: 16px;
    }

    .price22:hover {
        color: #589fef;
    }

    .icondop {
        text-align: left;
        margin-bottom: 7px;

    }


    .bg5 h3 {
        padding-top: 70px;
        padding-bottom: 80px;
        text-align: center;
        font-size: 36px;
        font-weight: 400;
    }

    .fancybox img {
        width: 200px;
        display: inline-block;

    }

    .fancybox:hover {
        box-shadow: inset 0px 0px 3px 2px #0d76f1;
        transition-duration: 0.3s;

    }

    .cheki {
        display: flex;
        justify-content: space-around;
    }

    .chek {
        display: inline-block;
        border: 1px solid silver;
        margin-bottom: 60px;
    }

    .garantii {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 50px;
    }

    .garant {
        background-color: #ebebeb;
        padding: 20px;
        width: 500px;
        margin-bottom: 40px;
    }

    .garant h4 {
        font-size: 18px;
        margin-bottom: 12px;
        font-weight: 500;
    }

    .garant p {
        line-height: 150%;
        font-size: 14px;
    }

    .garant img {
        width: 7%;
        margin-bottom: 5px;
    }


    .bg6 {
        background: url(/local/templates/remont/images/bg6.png);
        background-size: cover;
        background-position: left;
        padding-top: 70px;
        padding-bottom: 40px;
    }


    .zayavka2 {

        border: 2px solid #0d76f1;
        margin-bottom: 35px;
    }


    .zayavka2 h3 {
        margin-top: 50px;
        padding-bottom: 50px;
        text-align: center;
        font-size: 36px;
        font-weight: 400;
        color: #fff;

    }

    .form2 {
        width: 420px;
        background-color: #fff;
        text-align: center;
        float: right;
        margin-right: 70px;
        margin-bottom: 70px;
        border: 2px solid #0d76f1;
        margin-top: 30px;
    }


    .form2 h4 {
        font-weight: 400;
        padding-top: 30px;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .form2 span {
        font-weight: 500;
    }


    .app-form-control2 {
        width: 80%;
        padding: 10px 0;
        background: none;
        border: none;
        border-bottom: 2px solid #666;
        color: gray;
        font-size: 14px;
        text-transform: uppercase;
        outline: none;
        transition: border-color .4s;
        margin-top: 20px;
    }

    .app-form-control2::placeholder {
        color: #666;
    }

    .app-form-control2:focus {
        border-bottom-color: #0d76f1;
        border-bottom-style: 3px;

    }


    .button6 {
        width: 230px;
        height: 48px;
        background-color: #fcca4c;
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        display: block;
        font-size: 16px;
        margin: 25px auto 15px auto;
        cursor: pointer;
        transition-duration: 0.3s;

    }

    .form2 p {
        padding-bottom: 30px;
        font-size: 12px;
    }

    .zayavkaimg {
        float: left;
        margin-left: 70px;
        margin-bottom: 90px;

    }

    .zayavkaimg img {
        width: 390px;
    }


    .bg7 h3 {
        padding-top: 90px;
        padding-bottom: 50px;
        text-align: center;
        font-size: 36px;
        font-weight: 400;
    }

    .bg7 {
        background-color: #ebebeb;
    }

    .pochemu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 100px;
    }

    .poch {
        width: 350px;
        height: 220px;
        background-color: #fff;
        margin-top: 50px;
        padding: 10px;
    }

    .poch hr {
        width: 15%;
        border: 1px solid #0d76f1;
        margin: 15px 0 20px 0;
    }

    .poch h4 {
        font-size: 18px;
        margin-bottom: 12px;
        font-weight: 500;
    }

    .poch p {
        line-height: 175%;
        font-size: 14px;
    }

    .bg8 {

    }

    .bg8 h3 {
        padding-top: 40px;
        padding-bottom: 20px;
        text-align: center;
        font-size: 36px;
        font-weight: 400;
    }

    .voprosi {
        width: 85%;
        margin-bottom: 20px;
    }

    /* ������� */
    .accordion {
        background-color: #eee;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
        margin-top: 30px;
        font-weight: 600;
    }

    .active, .accordion:hover {
        box-shadow: inset 0px 0px 3px 2px #0d76f1;
        background-color: #ccc;
    }

    .panel {
        padding: 0 18px;

        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        transition: 0.4s;


    }

    .panel p {
        padding: 20px 0;
        line-height: 160%;
        color: #333333;
    }

    /* ������� */
    .zayavka3 {

        border: 2px solid #0d76f1;
        margin-bottom: 35px;
    }

    .zayavka3 h3 {
        margin-top: 45px;
        color: #fff;
        text-align: center;
        font-size: 36px;
        font-weight: 400;
        padding-bottom: 45px;
    }

    .zayavkainfo {
        text-align: left;
        float: left;
        margin-left: 80px;
        margin-top: 35px;
    }


    .zayavkainfo span {
        color: #0d76f1;
        font-size: 22px;
    }

    .zayavkainfo p {
        color: #fff;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .zayavkainfo a {
        color: #fff;
        font-size: 20px;
        margin-bottom: 30px;
        display: block;
        text-decoration: none;
    }


    .bg9 h3 {
        padding-top: 40px;
        padding-bottom: 20px;
        text-align: center;
        font-size: 36px;
        font-weight: 400;
    }

    .bg9 h3 span {
        font-size: 20px;
    }

    .map {
        margin-bottom: 50px;
        padding: 0 50px;
    }

    .map h3 {
        margin-top: 80px;
        padding-bottom: 60px;
    }

    .maptel {
        text-align: center;
    }

    .maptel a {
        font-size: 28px;
        color: #0d76f1;
        font-weight: 600;
    }

    .maptel h5 {
        font-size: 20px;
        font-weight: 500;
        margin: 5px 0;
    }


    .maptel p {
        font-size: 16px;
        color: #4c4c4c;
    }

    footer {
        padding: 15px 0;
        margin-top: 60px;
        background-color: #fff;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25), 0 2px 25px rgba(0, 0, 0, 0.5);
    }

    .log2 {
        display: inline-block;

    }

    .log2 img {
        display: block;
        width: 50px;
        height: 50px;
        object-fit: contain;
    }


    .stroka {
        margin-bottom: 15px;
    }

    .formtext {
        display: inline-block;
        float: left;
        width: 300px;
    }

    .formtext h4 {
        margin-top: 20px;
        font-size: 28px;
    }

    .formtext hr {
        width: 20%;
        margin: 15px 0;
        border: 2px solid #fcca4c;
    }

    .windowzayavka {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.22);
        padding: 0px 30px;
        margin-bottom: 20px;
        background-color: #fff;
    }

    .form3 {
        width: 310px;

        text-align: center;
        display: inline-block;
        float: right;

    }


    .form3 h4 {
        font-weight: 400;
        padding-top: 30px;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .form3 span {
        font-weight: 500;
    }

    .form3 p {
        padding-bottom: 15px;
        font-size: 12px;
    }

    .windowinfo {
        width: 90%;
        margin: 15px auto 25px auto;
        font-weight: 500;

    }

    .left {
        float: left;
    }

    .center {
        float: left;
    }

    .right {
        float: right;
        padding: 3px 7px;
        background-color: #0d76f1;
        border-radius: 5px;
        color: white;
    }

    .right1 {
        float: right;
        color: #0d76f1;

    }


    .windowname h4 {
        font-size: 22px;
        font-weight: 600;
        margin-top: 20px;
    }

    .windowname p {
        margin-top: 5px;
        margin-bottom: 30px;
        font-size: 14px;
        font-weight: 400;
        line-height: 145%;
    }


    .formtel {

        background-color: #fff;
        text-align: center;
    }


    .formtel h4 {
        font-weight: 700;
        padding-top: 30px;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .formtel span {
        font-weight: 600;
    }


    .formtel p {
        padding-bottom: 30px;
        font-size: 12px;
    }


    .formtel textarea {
        width: 90%;
        margin-top: 30px;
        height: 120px;
        resize: none;
    }


    .app-form-control3 {
        width: 90%;
        padding: 10px 0;
        background: none;
        border: none;
        border-bottom: 2px solid #666;
        color: gray;
        font-size: 14px;
        text-transform: uppercase;
        outline: none;
        transition: border-color .4s;
        margin-top: 20px;
    }

    .app-form-control3::placeholder {
        color: #666;
    }

    +
    .app-form-control3:focus {
        border-bottom-color: #0d76f1;
        border-bottom-style: 3px;

    }

}


@media screen and (max-width: 919px) and (min-width: 660px) {
    html {
        min-width: 660px
    }

    * {
        margin: 0;
        padding: 0;
        outline: 0 !important;
    }

    body {
        -webkit-text-size-adjust: 100%;
    }

    html {
        font-family: 'Gotham Pro';
    }

    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }

    .hamburger {
        display: inline-block;
        z-index: 99999;
        width: 30px 30px;
    }

    .container {
        margin: 0 auto;
        max-width: 919px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
    }

    .bg1 {
        background: url(/local/templates/remont/images/bg1.png) no-repeat;
        background-size: cover;
        height: 900px;
    }

    .top {
        padding: 15px 0;
        text-align: center;
        display: none;
    }

    .top p {
        font-size: 16px;
        line-height: 140%;
    }

    .logo {
        display: block;
    }

    .log {
        display: inline-block;

    }

    .name {
        display: inline-block;
        margin-left: 5px;

    }

    .adress {
        display: none;
        float: right;
    }

    .menu {
        height: 90px;
        width: 100%;
        z-index: 88888;
        display: block;
        background-color: #fff;
        position: fixed;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.22);
    }


    nav {
        display: none;
        margin-top: 36px;
        float: left;
    }

    .menu li a {
        font-size: 10px;
        display: inline-block;
        color: #000;
        text-decoration: none;

    }

    nav a:nth-child(n+2) {
        margin-left: 37px;
    }

    .tel {
        display: inline-block;
        float: right;
        text-align: center;
        margin-top: 22px;
        margin-right: 25px;

    }

    .tel img {
        display: inline-block;
        width: 19px;
        margin-right: 5px;
    }

    .tel a {
        display: inline-block;
        font-size: 24px;
        font-weight: 700;
        color: black;
    }

    .tel span {
        font-size: 18px;
        color: #0d76f1;
        font-weight: 500;
        margin-left: 48px;
    }


    .button1 {
        width: 195px;
        height: 40px;
        background-color: #fcca4c;
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        display: inline-block;
        float: right;
        font-size: 16px;
        margin-top: 25px;
        cursor: pointer;
        transition-duration: 0.3s;
    }

    .bth:hover {
        background-color: #fcb000;
        transition-duration: 0.3s;
    }

    .main {
        overflow: hidden;
        padding-bottom: 150px;
        padding-top: 80px;

    }


    .imgmain {
        position: absolute;
        right: -120px;
        top: 50px;
    }

    .imgmain img {
        border-radius: 66% 34% 83% 17% / 30% 56% 44% 70%;
    }

    .pcface {
        position: absolute;
        right: 1px;
    }

    h1, .h1 {
        font-size: 46px;
        margin-top: 30px;
        font-weight: 900;
        width: 100%;
    }


    .plusi {
        margin-top: 40px;
        position: relative;
        z-index: 1;
    }

    .plusi li {
        list-style-type: none;


    }

    .plusi li:first-child {
        background: url(/local/templates/remont/images/icon/home.png) no-repeat;
        background-position: 0% 0%;
        background-size: cover;
        background-size: 50px;
        height: 75px;
    }

    .plusi li:nth-child(2) {
        background: url(/local/templates/remont/images/icon/car.png) no-repeat;
        background-position: 0% 40%;
        background-size: cover;
        background-size: 50px;
        height: 75px;
    }

    .plusi li:nth-child(3) {
        background: url(/local/templates/remont/images/icon/tools.png) no-repeat;
        background-position: 0% 40%;
        background-size: cover;
        background-size: 50px;
        height: 75px;
    }

    .plusi li:nth-child(4) {
        background: url(/local/templates/remont/images/icon/reward.png) no-repeat;
        background-position: 0% 40%;
        background-size: cover;
        background-size: 50px;
        height: 75px;
    }

    .plusi li p {
        display: inline-block;
        margin-top: 22px;
        margin-left: 70px;
        font-size: 18px;
    }

    .zayavka {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 65%;
        position: relative;
        background-color: #fff;
        margin: 40px auto;
        padding: 40px 60px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.22);
        padding-bottom: 45px;

    }

    .zayavka .form {
        margin-top: 20px;
    }

    .zayavka__item {
        display: flex;
        align-items: center;
        width: 300px;
        min-height: 60px;
        padding-left: 65px;
        font-size: 16px;
        background-size: 52px;
    }

    .zayavka__item--licence {
        background-image: url("/local/templates/remont/images/icon/web-services.png");
        background-repeat: no-repeat;
        background-position: center left;
    }

    .zayavka .zayavka__item p {
        margin: 0;
    }

    .zayavka h3 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 35px;
    }

    .zayavka h3 span {
        color: #0d76f1;
    }

    .otakz {
        display: block;
        margin: auto;
        background: url(/local/templates/remont/images/icon/wallet.png) no-repeat;

        background-size: cover;
        background-size: 45px;
        height: 60px;
        width: 300px;
        margin: 0 auto;
    }

    .otakz p {
        margin-left: 60px;
        margin-top: 10px;
        font-size: 16px;
    }

    .diagnostika {

        background: url(/local/templates/remont/images/icon/survey.png) no-repeat;

        background-size: cover;
        background-size: 45px;
        height: 60px;
        width: 300px;
        margin: 0 auto;
    }

    .diagnostika p {
        margin-left: 60px;
        margin-top: 10px;
        font-size: 16px;
    }


    .app-form-control {
        display: block;
        width: 300px;
        margin: 0 auto;
        padding: 10px 0;
        background: none;
        border: none;
        border-bottom: 2px solid #666;
        color: gray;
        font-size: 14px;
        text-transform: uppercase;
        outline: none;
        transition: border-color .4s;
    }

    .app-form-control::placeholder {
        color: #666;
    }

    .app-form-control:focus {
        border-bottom-color: #0d76f1;
        border-bottom-style: 3px;

    }

    .button2 {
        display: block;
        width: 290px;
        height: 56px;
        background-color: #fcca4c;
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        font-size: 20px;
        margin: 20px auto 0 auto;
        cursor: pointer;
        transition-duration: 0.3s;
    }

    .obomne {
        padding-top: 30px;
    }

    .obomne h3 {

        padding-bottom: 90px;
        text-align: center;
        font-size: 32px;
        font-weight: 400;
    }

    .ya {
        display: flex;
        justify-content: space-between;
    }

    .myface {
        width: 50%;
        background: none;

    }

    .myface img {
        width: 100%;
    }

    .myopis {
        margin-top: 0;
        margin-left: 30px;

    }


    .myopis h4 {
        text-align: left;
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 20px;
    }

    .myopis h4 span {
        color: #0d76f1;
    }

    .myopis p {
        font-size: 12px;
        line-height: 185%;
    }

    .button3 {
        width: 220px;
        height: 40px;
        background-color: #fcca4c;
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        display: inline-block;

        font-size: 16px;
        margin-top: 20px;
        cursor: pointer;
        transition-duration: 0.3s;
    }

    .komanda {
        margin-bottom: 80px;
    }

    .komanda h3 {
        margin-top: 60px;
        padding-bottom: 20px;
        text-align: center;
        font-size: 32px;
        font-weight: 400;
    }

    .speci {
        display: flex;
        justify-content: space-around;
    }

    .spec {
        text-align: center;
    }

    .spec span {
        font-weight: 500;
        font-size: 16px;
        padding: 20px 0 20px 0;
        color: #0d76f1;
    }

    .spec p {

        font-size: 14px;
        margin-top: 5px;
        color: #515151;

    }

    .spec img {
        width: 140px;
        margin-bottom: 10px;
    }


    .bg3 {
        background: url(/local/templates/remont/images/bg3.png) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        /*height: 980px;*/

    }


    .bg3 h3 {
        margin-top: 100px;
        padding-bottom: 60px;
        text-align: center;
        font-size: 32px;
        font-weight: 400;

    }

    .otzivi {
        display: flex;
        /*flex-wrap: wrap;*/
        justify-content: center;
        text-align: center;
        overflow: hidden;

    }

    .otziv {
        margin-bottom: 30px;
    }


    .otziv img {
        /*width: 60%;*/
        /*border: 1px solid #eae4df;*/

    }


    .button4 {
        width: 270px;
        height: 50px;
        background-color: #fff;
        border: 2px solid #fcca4c;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        display: block;

        font-size: 18px;
        margin: 30px auto;
        cursor: pointer;
        margin-bottom: 30px;
        transition-duration: 0.3s;
    }

    .bg4 {
        background-color: #f2f0f0;
    }

    .bg4 h3 {
        padding-top: 70px;
        padding-bottom: 80px;
        text-align: center;
        font-size: 32px;
        font-weight: 400;

    }

    .remont {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;

    }

    .item {
        width: 120px;
        height: 160px;
        background-color: #fff;
        margin: 0 20px;
        text-align: center;
        padding: 20px 5px;
        margin-bottom: 20px;
    }

    .item h4 {
        font-weight: 500;
    }


    .item1 img {
        width: 100%;
        margin-top: 20px;
    }

    .item2 img {
        width: 75%;
        margin-top: 30px;
    }

    .item3 img {
        width: 90%;
        margin-top: 20px;
    }

    .item4 img {
        width: 90%;
        margin-top: 20px;
    }

    .item5 img {
        width: 100%;
        margin-top: 20px;
    }

.item6 img {
        width: 100%;
        margin-top: 20px;
        margin-right: 5px;
    }

    .uslugi {
        margin-top: 40px;
        text-align: center;
        overflow: hidden;
    }

    .akciya {
        display: flex;
        justify-content: space-between;
    }


    .eco {
        width: 545px;
        display: inline-block;
        background: url(/local/templates/remont/images/akciyabg.jpg);
        margin: 15px;
        position: relative;
    }


    .viezd {
        width: 545px;
        display: inline-block;
        background: url(/local/templates/remont/images/akciyabg.jpg);
        margin: 15px;
        position: relative;
    }


    .akciyatext {
        text-align: left;
        margin: 20px;
    }

    .akciyatext span {
        font-weight: 500;
        font-size: 18px;
    }

    .akciyatext p {
        font-size: 14px;
        margin-top: 10px;
    }


    .eco img {
        display: none;
        position: absolute;
        width: 48%;
        right: 0px;
        bottom: 0px;
    }

    .viezd img {
        display: none;
        position: absolute;
        width: 58%;
        right: 0px;
        bottom: 0px;
    }

    .ceni {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap
    }

    .alltextceni {
        text-align: left;
        margin-left: 20px;
        display: flex;
        flex-direction: column;

    }

    .alltextceni h4 {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 500;
    }

    .opis {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 145%;
        color: #515151;
    }

    .price {
        margin-bottom: 10px;
        font-size: 11px;

    }

    .price {
        color: #000000;
    }

    .price span {
        font-size: 14px;
        color: #0d76f1;
        font-weight: 700;
    }


    .button5 {
        width: 175px;
        height: 38px;
        background-color: #fcca4c;
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        display: block;
        font-size: 14px;
        margin-top: 5px;
        cursor: pointer;
        transition-duration: 0.3s;
    }


    .cena1 {
        width: 529px;
        height: 259px;
        background: url(/local/templates/remont/images/ceni/img1.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena2 {
        width: 529px;
        height: 259px;
        background: url(/local/templates/remont/images/ceni/img2.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena3 {
        width: 529px;
        height: 259px;
        background: url(/local/templates/remont/images/ceni/img3.png);
        margin-top: 50px;
        justify-content: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }


    .cena4 {
        width: 529px;
        height: 259px;
        background: url(/local/templates/remont/images/ceni/img4.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena5 {
        width: 529px;
        height: 259px;
        background: url(/local/templates/remont/images/ceni/img5.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena6 {
        width: 529px;
        height: 259px;
        background: url(/local/templates/remont/images/ceni/img6.png) no-repeat;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena7 {
        width: 529px;
        height: 259px;
        background: url(/local/templates/remont/images/ceni/img7.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena8 {
        width: 529px;
        height: 259px;
        background: url(/local/templates/remont/images/ceni/img8.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .hvr:hover {
        box-shadow: inset 0px 0px 3px 2px #0d76f1;
        transition: 0.3s;
    }

    .hvr:hover {
        color: #0d76f1;
        transition: 0.2s;
    }

    .dopceni1 {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 70px;
    }

    .dopceni2 {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 20px;

    }

    .dop {
        height: 200px;
        width: 200px;
        display: flex;
        flex-direction: column;
        justify-content: top;
    }

    .hr {
        width: 25%;
        border: 1px solid #fcca4c;
        margin-bottom: 10px;
    }

    .last {
        border: 1px solid #0d76f1;
        padding: 30px 20px 0px 20px;
        width: 210px;
        margin-top: -18px;
        background-color: #fff;
        margin-bottom: 70px;
    }

    .alltextceni2 {
        text-align: left;
        display: flex;
        flex-direction: column;

    }

    .alltextceni2 h4 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .opis2 {
        font-size: 12px;
        line-height: 145%;
        color: #515151;
    }

    .price2 {
        margin-top: 10px;
        font-size: 14px;
        color: #0d76f1;
        font-weight: 700;
    }

    .price22 {
        cursor: pointer;
        font-size: 14px;
    }

    .price22:hover {
        color: #589fef;
    }

    .icondop {
        text-align: left;
        margin-bottom: 7px;

    }


    .bg5 h3 {
        padding-top: 70px;
        padding-bottom: 80px;
        text-align: center;
        font-size: 32px;
        font-weight: 400;
    }

    .fancybox img {
        width: 200px;
        display: inline-block;

    }

    .fancybox:hover {
        box-shadow: inset 0px 0px 3px 2px #0d76f1;
        transition-duration: 0.3s;

    }

    .cheki {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .chek {
        display: inline-block;
        border: 1px solid silver;
        margin-bottom: 60px;
    }

    .garantii {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 50px;
    }

    .garant {
        background-color: #ebebeb;
        padding: 20px;
        width: 500px;
        margin-bottom: 40px;
    }

    .garant h4 {
        font-size: 18px;
        margin-bottom: 12px;
        font-weight: 500;
    }

    .garant p {
        line-height: 150%;
        font-size: 14px;
    }

    .garant img {
        width: 7%;
        margin-bottom: 5px;
    }


    .bg6 {
        background: url(/local/templates/remont/images/bg6.png);
        background-size: cover;
        background-position: left;
        padding-top: 70px;
        padding-bottom: 40px;
    }


    .zayavka2 {

        border: 2px solid #0d76f1;
        margin-bottom: 35px;
    }


    .zayavka2 h3 {
        margin-top: 50px;
        padding-bottom: 50px;
        text-align: center;
        font-size: 32px;
        font-weight: 400;
        color: #fff;

    }

    .form2 {
        width: 420px;
        background-color: #fff;
        text-align: center;
        margin: 1px auto 60px auto;
        display: block;
        float: none;
        border: 2px solid #0d76f1;

    }


    .form2 h4 {
        font-weight: 400;
        padding-top: 30px;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .form2 span {
        font-weight: 500;
    }


    .app-form-control2 {
        width: 80%;
        padding: 10px 0;
        background: none;
        border: none;
        border-bottom: 2px solid #666;
        color: gray;
        font-size: 14px;
        text-transform: uppercase;
        outline: none;
        transition: border-color .4s;
        margin-top: 20px;
    }

    .app-form-control2::placeholder {
        color: #666;
    }

    .app-form-control2:focus {
        border-bottom-color: #0d76f1;
        border-bottom-style: 3px;

    }


    .button6 {
        width: 230px;
        height: 48px;
        background-color: #fcca4c;
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        display: block;
        font-size: 16px;
        margin: 25px auto 15px auto;
        cursor: pointer;
        transition-duration: 0.3s;

    }

    .form2 p {
        padding-bottom: 30px;
        font-size: 12px;
    }

    .zayavkaimg {
        display: none;
        float: left;
        margin-left: 70px;
        margin-bottom: 90px;

    }

    .zayavkaimg img {
        width: 390px;
    }


    .bg7 h3 {
        padding-top: 90px;
        padding-bottom: 50px;
        text-align: center;
        font-size: 32px;
        font-weight: 400;
    }

    .bg7 {
        background-color: #ebebeb;
    }

    .pochemu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: center;
        padding-bottom: 100px;
    }

    .poch {
        margin: 10px;
        width: 40%;
        height: auto;
        background-color: #fff;
        margin-top: 50px;
        padding: 10px;
    }

    .poch hr {
        width: 15%;
        border: 1px solid #0d76f1;
        margin: 15px 0 20px 0;
    }

    .poch h4 {
        font-size: 16px;
        margin-bottom: 12px;
        font-weight: 500;
    }

    .poch p {
        line-height: 175%;
        font-size: 14px;
    }

    .bg8 {

    }

    .bg8 h3 {
        padding-top: 40px;
        padding-bottom: 20px;
        text-align: center;
        font-size: 32px;
        font-weight: 400;
    }

    .voprosi {
        width: 90%;
        margin-bottom: 20px;
    }

    /* ������� */
    .accordion {
        background-color: #eee;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
        margin-top: 30px;
        font-weight: 600;
        line-height: 145%;
    }

    .active, .accordion:hover {
        box-shadow: inset 0px 0px 3px 2px #0d76f1;
        background-color: #ccc;
    }

    .panel {
        padding: 0 18px;

        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        transition: 0.4s;


    }

    .panel p {
        padding: 20px 0;
        line-height: 160%;
        color: #333333;
    }

    /* ������� */
    .zayavka3 {

        border: 2px solid #0d76f1;
        margin-bottom: 35px;
    }

    .zayavka3 h3 {
        color: #fff;
        text-align: center;
        font-size: 32px;
        font-weight: 400;
        padding-bottom: 35px;
        padding-top: 50px;
    }

    .zayavkainfo {
        text-align: center;
        margin-left: 0;
        float: none;
        display: block;
        margin-bottom: 50px;
    }


    .zayavkainfo span {
        color: #0d76f1;
        font-size: 22px;
    }

    .zayavkainfo p {
        color: #fff;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .zayavkainfo a {
        color: #fff;
        font-size: 20px;
        margin-bottom: 30px;
        display: block;
        text-decoration: none;
    }


    .bg9 h3 {
        padding-top: 40px;
        padding-bottom: 20px;
        text-align: center;
        font-size: 32px;
        font-weight: 400;
    }

    .bg9 h3 span {
        font-size: 20px;
    }

    .map {
        margin-bottom: 50px;
        padding: 0 20px;
    }


    .maptel {
        text-align: center;
    }

    .maptel a {
        font-size: 28px;
        color: #0d76f1;
        font-weight: 600;
    }

    .maptel h5 {
        font-size: 20px;
        font-weight: 500;
        margin: 5px 0;
    }


    .maptel p {
        font-size: 16px;
        color: #4c4c4c;
    }

    footer {
        text-align: center;
        padding: 15px 0;
        margin-top: 60px;
        background-color: #fff;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25), 0 2px 25px rgba(0, 0, 0, 0.5);
    }

    .log2 {
        display: inline-block;

    }

    .log2 img {
        width: 50px;
    }


    .stroka {
        margin-bottom: 15px;
    }

    .formtext {
        display: block;
        width: 70%;
        padding-top: 15px;
        margin: 0 auto;
        text-align: center;
    }

    .formtext h4 {
        font-size: 20px;
    }

    .formtext p {
        font-size: 16px;
    }

    .formtext hr {
        width: 20%;
        margin: 15px auto;
        border: 2px solid #fcca4c;
    }

    .windowzayavka {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.22);
        padding: 0px 30px;
        margin-bottom: 20px;
        background-color: #fff;

    }

    .form3 {
        width: 70%;
        margin: 0 auto;
        display: block;

    }

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


    .form3 h4 {
        font-weight: 400;
        padding-top: 30px;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .form3 span {
        font-weight: 500;
    }

    .form3 p {
        padding-bottom: 15px;
        font-size: 12px;
    }

    .windowinfo {
        width: 90%;
        margin: 15px auto 25px auto;
        font-weight: 500;

    }


    .left {
        float: left;
    }

    .center {
        float: left;
    }

    .right {
        float: right;
        padding: 3px 7px;
        background-color: #0d76f1;
        border-radius: 5px;
        color: white;
    }

    .right1 {
        float: right;
        color: #0d76f1;

    }


    .windowname h4 {
        font-size: 22px;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .windowname p {
        margin-top: 5px;
        margin-bottom: 30px;
        font-size: 14px;
        font-weight: 400;
        line-height: 145%;
    }


    .formtel {

        background-color: #fff;
        text-align: center;
    }


    .formtel h4 {
        font-weight: 700;
        padding-top: 30px;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .formtel span {
        font-weight: 600;
    }


    .formtel p {
        padding-bottom: 30px;
        font-size: 12px;
    }


    .formtel textarea {
        width: 90%;
        margin-top: 30px;
        height: 120px;
        resize: none;
    }


    .app-form-control3 {
        width: 90%;
        padding: 10px 0;
        background: none;
        border: none;
        border-bottom: 2px solid #666;
        color: gray;
        font-size: 14px;
        text-transform: uppercase;
        outline: none;
        transition: border-color .4s;
        margin-top: 20px;
    }

    .app-form-control3::placeholder {
        color: #666;
    }

    .app-form-control3:focus {
        border-bottom-color: #0d76f1;
        border-bottom-style: 3px;

    }

}


@media screen and (max-width: 660px) {
    html {
        min-width: 260px
    }

    * {
        margin: 0;
        padding: 0;
        outline: 0 !important;
    }

    body {
        -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
    }

    html {
        font-family: 'Gotham Pro';
    }

    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }

    .hamburger {
        display: inline-block;
        z-index: 99999;
        width: 30px 30px;
    }

    .container {
        margin: 0 auto;
        max-width: 660px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }

    .bg1 {
        background: url(/local/templates/remont/images/bg1.png) no-repeat;
        background-size: cover;
        height: 900px;
    }

    .top {
        padding: 15px 0;
        text-align: center;
        display: none;
    }

    .top p {
        font-size: 16px;
        line-height: 140%;
    }

    .logo {
        display: block;
    }

    .log {
        display: inline-block;
    }

    .name {
        display: inline-block;
        margin-left: 5px;

    }

    .adress {
        display: none;
        float: right;
    }

    .menu {
        height: 90px;
        width: 100%;
        z-index: 88888;
        display: block;
        background-color: #fff;
        position: fixed;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.22);
    }


    nav {
        display: none;
        margin-top: 36px;
        float: left;
    }

    .menu a {
        font-size: 16px;
        display: inline-block;
        color: #000;
        text-decoration: none;

    }

    nav a:nth-child(n+2) {
        margin-left: 37px;
    }

    .tel {
        display: inline-block;
        float: right;
        text-align: center;
        margin-top: 22px;


    }

    .tel img {
        display: inline-block;
        width: 19px;
        margin-right: 5px;
    }

    .tel a {
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
    }

    .tel span {
        font-size: 16px;
        color: #0d76f1;
        font-weight: 500;
        margin-left: 60px;
    }


    .button1 {
        width: 195px;
        height: 40px;
        background-color: #fcca4c;
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        display: none;
        float: right;
        font-size: 16px;
        margin-top: 25px;
        cursor: pointer;
        transition-duration: 0.3s;
    }

    .button11 {
        text-align: center;
        width: 165px;
        height: 40px;
        background-color: #fcca4c;
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        font-size: 14px;
        cursor: pointer;
        transition-duration: 0.3s;
    }

    .button11 p {
        margin-top: 12px;
    }

    .bth:hover {
        background-color: #fcb000;
        transition-duration: 0.3s;
    }

    .main {
        overflow: hidden;
        padding-bottom: 150px;
        padding-top: 80px;

    }


    .imgmain {
        position: absolute;
        right: 300px;
        top: 80px;
        width: 25%;
        opacity: 0.3;
    }

    .pcface {
        position: absolute;
        right: 1px;
    }

    h1, .h1 {
        font-size: 38px;
        margin-top: 30px;
        font-weight: 900;
        width: 100%;
    }


    .plusi {
        margin-top: 40px;
        position: relative;

    }

    .plusi li {
        list-style-type: none;


    }

    .plusi li:first-child {
        background: url(/local/templates/remont/images/icon/home.png) no-repeat;
        background-position: 0% 15%;
        background-size: cover;
        background-size: 45px;
        height: 75px;
    }

    .plusi li:nth-child(2) {
        background: url(/local/templates/remont/images/icon/car.png) no-repeat;
        background-position: 0% 40%;
        background-size: cover;
        background-size: 45px;
        height: 75px;
    }

    .plusi li:nth-child(3) {
        background: url(/local/templates/remont/images/icon/tools.png) no-repeat;
        background-position: 0% 40%;
        background-size: cover;
        background-size: 45px;
        height: 75px;
    }

    .plusi li:nth-child(4) {
        background: url(/local/templates/remont/images/icon/reward.png) no-repeat;
        background-position: 0% 40%;
        background-size: cover;
        background-size: 45px;
        height: 75px;
    }

    .plusi li p {
        display: inline-block;
        margin-top: 22px;
        margin-left: 60px;
        font-size: 16px;
    }

    .zayavka {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        margin: 40px auto;
        position: relative;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.22);
        padding-bottom: 45px;

    }


    .zayavka h3 {
        text-align: center;
        font-size: 22px;

        padding: 30px;
    }

    .zayavka h3 span {
        color: #0d76f1;
    }

    .zayavka .form {
        width: 100%;
        margin-top: 20px;
    }

    .zayavka__item {
        display: flex;
        align-items: center;
        width: 250px;
        min-height: 60px;
        padding-left: 60px;
        font-size: 14px;
        background-size: 40px;
    }

    .zayavka__item--licence {
        background-image: url("/local/templates/remont/images/icon/web-services.png");
        background-repeat: no-repeat;
        background-position: center left;
    }

    .zayavka .zayavka__item p {
        margin: 0;
    }

    .otakz {
        width: 258px;
        margin: auto;
        background: url(/local/templates/remont/images/icon/wallet.png) no-repeat;

        background-size: cover;
        background-size: 40px;
        height: 60px;
        margin: 10px;
        margin: 0 auto;
    }

    .otakz p {
        margin-left: 50px;
        margin-top: 10px;
        font-size: 14px;
    }

    .diagnostika {

        background: url(/local/templates/remont/images/icon/survey.png) no-repeat;

        background-size: cover;
        background-size: 40px;
        height: 60px;
        margin: 10px;
        margin: 0 auto;
    }

    .diagnostika p {
        margin-left: 50px;
        margin-top: 10px;
        font-size: 14px;
    }


    .app-form-control {
        display: block;
        width: 80%;
        margin: 0 auto;
        padding: 10px 0;
        background: none;
        border: none;
        border-bottom: 2px solid #666;
        color: gray;
        font-size: 14px;
        text-transform: uppercase;
        outline: none;
        transition: border-color .4s;
    }

    .app-form-control::placeholder {
        color: #666;
    }

    .app-form-control:focus {
        border-bottom-color: #0d76f1;
        border-bottom-style: 3px;

    }

    .button2 {
        display: block;
        width: 80%;
        height: 50px;
        background-color: #fcca4c;
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        font-size: 18px;
        margin: 20px auto 0 auto;
        cursor: pointer;
        transition-duration: 0.3s;
    }

    .obomne {
        padding-top: 20px;
    }

.obomne.xs {
        padding-top: 120px;
    }

    .obomne h3 {

        padding-bottom: 40px;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ya {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .myface {
        display: block;
        background: none;
        width: 80%;
        margin: 0 auto;

    }

    .myface img {
        width: 100%;
    }

    .myopis {
        text-align: center;
        margin-top: 0;
        width: 100%;


    }


    .myopis h4 {
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .myopis h4 span {
        color: #0d76f1;
    }

    .myopis p {
        font-size: 12px;
        line-height: 185%;
    }

    .button3 {
        width: 220px;
        height: 40px;
        background-color: #fcca4c;
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        display: inline-block;

        font-size: 16px;
        margin-top: 20px;
        cursor: pointer;
        transition-duration: 0.3s;
    }

    .komanda {
        margin-bottom: 40px;
    }

    .komanda h3 {
        margin-top: 60px;
        padding-bottom: 20px;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
    }

    .speci {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

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

    .spec span {
        font-weight: 500;
        font-size: 16px;
        padding: 20px 0 20px 0;
        color: #0d76f1;
    }

    .spec p {

        font-size: 14px;
        margin-top: 5px;
        color: #515151;

    }

    .spec img {
        width: 140px;
        margin-bottom: 10px;
    }


    .bg3 {
        background: url(/local/templates/remont/images/bg3.png) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;

    }


    .bg3 h3 {
        margin-top: 100px;
        padding-bottom: 60px;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
    }

    .otzivi {
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*justify-content: center;*/
        /*text-align: center;*/

    }

    .otziv {
        margin-bottom: 30px;
    }


    .otziv img {
        /*width: 100%;*/
        /*border: 1px solid #eae4df;*/

    }


    .button4 {
        width: 270px;
        height: 50px;
        background-color: #fff;
        border: 2px solid #fcca4c;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        display: block;

        font-size: 18px;
        margin: 30px auto;
        cursor: pointer;
        margin-bottom: 30px;
        transition-duration: 0.3s;
    }

    .bg4 {
        background-color: #f2f0f0;
        overflow: hidden;
    }

    .bg4 h3 {
        padding-top: 70px;
        padding-bottom: 80px;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;

    }

    .remont {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;

    }

    .item {
        width: 120px;
        height: 160px;
        background-color: #fff;
        margin: 0 20px;
        text-align: center;
        padding: 20px 5px;
        margin-bottom: 20px;
    }

    .item h4 {
        font-weight: 500;
    }


    .item1 img {
        width: 100%;
        margin-top: 20px;
    }

    .item2 img {
        width: 75%;
        margin-top: 30px;
    }

    .item3 img {
        width: 100%;
        margin-top: 20px;
    }

    .item4 img {
        width: 100%;
        margin-top: 20px;
    }

    .item5 img {
        width: 100%;
        margin-top: 20px;
    }

 .item6 img {
        width: 100%;
        margin-top: 20px;
        margin-right: 5px;
    }


    .uslugi {
        margin-top: 40px;
        text-align: center;
        overflow: hidden;

    }

    .akciya {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }


    .eco {
        width: 100%;
        display: block;
        background: url(/local/templates/remont/images/akciyabg.jpg);
        margin-bottom: 15px;
        position: relative;
    }


    .viezd {
        width: 100%;
        display: block;
        background: url(/local/templates/remont/images/akciyabg.jpg);
        margin-bottom: 15px;
        position: relative;
    }


    .akciyatext {
        text-align: left;
        margin: 20px;
    }

    .akciyatext span {
        font-weight: 500;
        font-size: 18px;
    }

    .akciyatext p {
        font-size: 14px;
        margin-top: 10px;
    }


    .eco img {
        display: none;
        position: absolute;
        width: 48%;
        right: 0px;
        bottom: 0px;
    }

    .viezd img {
        display: none;
        position: absolute;
        width: 58%;
        right: 0px;
        bottom: 0px;
    }

    .ceni {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap
        justify-content: center;
        flex-direction: column;
    }

    .alltextceni {
        text-align: left;
        margin-left: 20px;
        display: flex;
        flex-direction: column;

    }

    .alltextceni h4 {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 500;
    }

    .opis {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 145%;
        color: #515151;
    }

    .price {
        margin-bottom: 10px;
        font-size: 11px;

    }

    .price {
        color: #000000;
    }

    .price span {
        font-size: 14px;
        color: #0d76f1;
        font-weight: 700;
    }


    .button5 {
        width: 175px;
        height: 38px;
        background-color: #fcca4c;
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        display: block;
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 20px;
        cursor: pointer;
        transition-duration: 0.3s;
    }


    .cena1 {
        width: 100%;
        height: auto;
        background: url(/local/templates/remont/images/ceni/img1.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena2 {
        width: 100%;
        height: auto;
        background: url(/local/templates/remont/images/ceni/img2.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena3 {
        width: 100%;
        height: auto;
        background: url(/local/templates/remont/images/ceni/img3.png);
        margin-top: 50px;
        justify-content: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }


    .cena4 {
        width: 100%;
        height: auto;
        background: url(/local/templates/remont/images/ceni/img4.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena5 {
        width: 100%;
        height: auto;
        background: url(/local/templates/remont/images/ceni/img5.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena6 {
        width: 100%;
        height: auto;
        background: url(/local/templates/remont/images/ceni/img6.png) no-repeat;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena7 {
        width: 100%;
        height: auto;
        background: url(/local/templates/remont/images/ceni/img7.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .cena8 {
        width: 100%;
        height: auto;
        background: url(/local/templates/remont/images/ceni/img8.png);
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
    }

    .hvr:hover {
        box-shadow: inset 0px 0px 3px 2px #0d76f1;
        transition: 0.3s;
    }

    .hvr:hover {
        color: #0d76f1;
        transition: 0.2s;
    }

    .dopceni1 {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 70px;
    }

    .dopceni2 {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 20px;

    }

    .dop {
        height: 200px;
        width: 200px;
        display: flex;
        flex-direction: column;
        justify-content: top;
    }

    .hr {
        width: 25%;
        border: 1px solid #fcca4c;
        margin-bottom: 10px;
    }

    .last {
        border: 1px solid #0d76f1;
        padding: 30px 20px 0px 20px;
        width: 210px;
        margin-top: -18px;
        background-color: #fff;
        margin-bottom: 70px;
    }

    .alltextceni2 {
        text-align: left;
        display: flex;
        flex-direction: column;

    }

    .alltextceni2 h4 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .opis2 {
        font-size: 12px;
        line-height: 145%;
        color: #515151;
    }

    .price2 {
        margin-top: 10px;
        font-size: 14px;
        color: #0d76f1;
        font-weight: 700;
    }

    .price22 {
        cursor: pointer;
        font-size: 14px;
    }

    .price22:hover {
        color: #589fef;
    }

    .icondop {
        text-align: left;
        margin-bottom: 7px;

    }


    .bg5 h3 {
        padding-top: 70px;
        padding-bottom: 80px;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
    }

    .fancybox img {
        width: 200px;
        display: inline-block;

    }

    .fancybox:hover {
        box-shadow: inset 0px 0px 3px 2px #0d76f1;
        transition-duration: 0.3s;

    }

    .cheki {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .chek {
        display: inline-block;
        border: 1px solid silver;
        margin-bottom: 60px;
    }

    .garantii {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 50px;
    }

    .garant {
        background-color: #ebebeb;
        padding: 20px;
        width: 500px;
        margin-bottom: 40px;
    }

    .garant h4 {
        font-size: 18px;
        margin-bottom: 12px;
        font-weight: 500;
    }

    .garant p {
        line-height: 150%;
        font-size: 14px;
    }

    .garant img {
        width: 7%;
        margin-bottom: 5px;
    }


    .bg6 {
        background: url(/local/templates/remont/images/bg6.png);
        background-size: cover;
        background-position: left;
        padding-top: 70px;
        padding-bottom: 40px;
    }


    .zayavka2 {

        border: 2px solid #0d76f1;
        margin-bottom: 35px;
    }


    .zayavka2 h3 {
        margin-top: 50px;
        padding-bottom: 50px;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        color: #fff;
        padding-left: 10px;
        padding-right: 10px;

    }

    .form2 {
        width: 90%;
        background-color: #fff;
        text-align: center;
        margin: 1px auto 60px auto;
        display: block;
        float: none;
        border: 2px solid #0d76f1;

    }


    .form2 h4 {
        font-weight: 400;
        padding-top: 30px;
        margin-bottom: 15px;
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .form2 span {
        font-weight: 500;
    }


    .app-form-control2 {
        width: 80%;
        padding: 10px 0;
        background: none;
        border: none;
        border-bottom: 2px solid #666;
        color: gray;
        font-size: 14px;
        text-transform: uppercase;
        outline: none;
        transition: border-color .4s;
        margin-top: 20px;
    }

    .app-form-control2::placeholder {
        color: #666;
    }

    .app-form-control2:focus {
        border-bottom-color: #0d76f1;
        border-bottom-style: 3px;

    }


    .button6 {
        width: 65%;
        height: 48px;
        background-color: #fcca4c;
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        display: block;
        font-size: 16px;
        margin: 25px auto 15px auto;
        cursor: pointer;
        transition-duration: 0.3s;

    }

    .form2 p {
        padding-bottom: 30px;
        font-size: 12px;
    }

    .zayavkaimg {
        display: none;
        float: left;
        margin-left: 70px;
        margin-bottom: 90px;

    }

    .zayavkaimg img {
        width: 390px;
    }


    .bg7 h3 {
        padding-top: 90px;
        padding-bottom: 50px;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
    }

    .bg7 {
        background-color: #ebebeb;
    }

    .pochemu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: center;
        padding-bottom: 100px;
    }

    .poch {
        margin: 10px;
        width: 90%;
        height: auto;
        background-color: #fff;
        margin-top: 50px;
        padding: 10px;
    }

    .poch hr {
        width: 15%;
        border: 1px solid #0d76f1;
        margin: 15px 0 20px 0;
    }

    .poch h4 {
        font-size: 16px;
        margin-bottom: 12px;
        font-weight: 500;
    }

    .poch p {
        line-height: 175%;
        font-size: 14px;
    }

    .bg8 {

    }

    .bg8 h3 {
        padding-top: 40px;
        padding-bottom: 20px;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
    }

    .voprosi {
        width: 90%;
        margin-bottom: 20px;
    }

    /* ������� */
    .accordion {
        background-color: #eee;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 90%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 12px;
        transition: 0.4s;
        margin-top: 30px;
        font-weight: 600;
        line-height: 145%;
    }

    .active, .accordion:hover {
        box-shadow: inset 0px 0px 3px 2px #0d76f1;
        background-color: #ccc;
    }

    .panel {
        padding: 0 18px;
        font-size: 12px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        transition: 0.4s;


    }

    .panel p {
        padding: 20px 0;
        line-height: 160%;
        color: #333333;
    }

    /* ������� */
    .zayavka3 {

        border: 2px solid #0d76f1;
        margin-bottom: 35px;
    }

    .zayavka3 h3 {
        color: #fff;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        padding-bottom: 35px;
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;

    }

    .zayavkainfo {
        text-align: center;
        margin-left: 0;
        float: none;
        display: block;
        margin-bottom: 50px;
    }


    .zayavkainfo span {
        color: #0d76f1;
        font-size: 22px;
    }

    .zayavkainfo p {
        color: #fff;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .zayavkainfo a {
        color: #fff;
        font-size: 20px;
        margin-bottom: 30px;
        display: block;
        text-decoration: none;
    }


    .bg9 h3 {
        padding-top: 40px;
        padding-bottom: 20px;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
    }

    .bg9 h3 span {
        font-size: 20px;
    }

    .map {
        margin-bottom: 50px;
        padding: 0 20px;
    }


    .maptel {
        text-align: center;
    }

    .maptel a {
        font-size: 22px;
        color: #0d76f1;
        font-weight: 600;
    }

    .maptel h5 {
        font-size: 18px;
        font-weight: 500;
        margin: 5px 0;
    }


    .maptel p {
        font-size: 14px;
        color: #4c4c4c;
    }

    footer {
        text-align: center;
        padding: 15px 0;
        margin-top: 60px;
        background-color: #fff;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25), 0 2px 25px rgba(0, 0, 0, 0.5);
    }

    .log2 {
        display: inline-block;

    }

    .log2 img {
        width: 50px;
    }


    .stroka {
        margin-bottom: 15px;
    }

    .formtext {
        display: block;
        width: 80%;
        padding-top: 15px;
        margin: 0 auto;
        text-align: center;
    }

    .formtext h4 {
        font-size: 18px;
    }

    .formtext p {
        font-size: 14px;
    }

    .formtext hr {
        width: 20%;
        margin: 15px auto;
        border: 2px solid #fcca4c;
    }

    .windowzayavka {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.22);
        padding: 0px 10px;
        margin-bottom: 20px;
        background-color: #fff;

    }

    .form3 {
        width: 100%;
        margin: 0 auto;
        display: block;

    }

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


    .form3 h4 {
        font-weight: 400;
        padding-top: 30px;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .form3 span {
        font-weight: 500;
    }

    .form3 p {
        padding-bottom: 15px;
        font-size: 12px;
    }

    .windowinfo {
        width: 90%;
        margin: 15px auto 25px auto;
        font-weight: 500;

    }


    .left {
        float: left;
        font-size: 14px;
        width: 50%
    }

    .center {
        float: left;
    }

    .right {
        float: right;
        padding: 3px 7px;
        background-color: #0d76f1;
        border-radius: 5px;
        color: white;
        font-size: 14px;

    }

    .right1 {
        float: right;
        color: #0d76f1;
        font-size: 14px;

    }


    .windowname h4 {
        font-size: 22px;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .windowname p {
        margin-top: 5px;
        margin-bottom: 30px;
        font-size: 14px;
        font-weight: 400;
        line-height: 145%;
    }


    .formtel {

        background-color: #fff;
        text-align: center;
    }


    .formtel h4 {
        font-weight: 700;
        padding-top: 30px;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .formtel span {
        font-weight: 600;
    }


    .formtel p {
        padding-bottom: 30px;
        font-size: 12px;
    }


    .formtel textarea {
        width: 90%;
        margin-top: 30px;
        height: 120px;
        resize: none;
    }


    .app-form-control3 {
        width: 90%;
        padding: 10px 0;
        background: none;
        border: none;
        border-bottom: 2px solid #666;
        color: gray;
        font-size: 14px;
        text-transform: uppercase;
        outline: none;
        transition: border-color .4s;
        margin-top: 20px;
    }

    .app-form-control3::placeholder {
        color: #666;
    }

    .app-form-control3:focus {
        border-bottom-color: #0d76f1;
        border-bottom-style: 3px;

    }

}

-----------------------------------
.mainInner {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.mainInner div {
    display: table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}

#sidebarMenu {
    z-index: 77777;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    width: 250px;
    margin-top: 75px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(180deg, #Fff 0%, #fefefe 100%);
}

.sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner li {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner li span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}

.sidebarMenuInner li a {
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 38px;
    left: 20px;
    height: 25px;
    width: 25px;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #000000;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
    color: black;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}


-------------------------------------
nav {
    display: table;
    margin: 0 auto;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topmenu:after {
    content: "";
    display: table;
    clear: both;
}

.topmenu > li {
    float: left;
    position: relative;
}

.topmenu > li > a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    padding: 1px 15px;
}

.topmenu li a:hover {
    color: #0d76f1;
}

.submenu-link:after {
    content: "\f107";
    color: inherit;
    margin-left: 10px;
}

.main-submenu {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    min-width: 250px;
    padding: 30px 20px;
    background-color: #ffffff;
    box-shadow: 0 14px 35px 0 rgba(49, 49, 49, 0.1);
    transform: translateY(10px);
    transition-property: transform, opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.main-submenu__item {
    margin-bottom: 15px;
}

.main-submenu__item:last-child {
    margin-bottom: 0;
}

.topmenu__item {
    position: relative;
}

.topmenu__item:hover .main-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.submenu {
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    width: 180px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: .5s ease-in-out;
}

.submenu a {
    color: #000000;
    text-align: left;
    padding: 12px 15px;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.submenu li:last-child a {
    border-bottom: none;
}

.topmenu > li:hover .submenu {
    opacity: 1;
    transform: scaleY(1);
}


--------------------------------------
.topmenu2:after {
    content: "";
    display: table;
    clear: both;
}

.topmenu2 > li {
    float: left;
    position: relative;
}

.topmenu2 > li > a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    padding: 0px 15px;
}

.topmenu2 li a:hover {
    color: #0d76f1;
}

.submenu-link:after {
    content: "\f107";
    color: inherit;
    margin-left: 10px;
}


.submenu2 a {
    color: #000000;
    text-align: left;
    padding: 0px 15px;
    font-size: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.submenu2 li:last-child a {
    border-bottom: none;
}

.topmenu2 > li:hover .submenu2 {
    opacity: 1;
    transform: scaleY(1);
}

.topmenu2 {
    display: flex;
    flex-direction: column;
}

.topmenu2 .topmenu2__link {
    display: block;
}

.topmenu2__submenu-list {
    display: none;
}

.topmenu2__submenu-list .topmenu2__submenu-link {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

.topmenu2__item.is-open .topmenu2__link::before {
    transform: rotate(270deg);
}

.topmenu2__item--submenu .topmenu2__link {
    position: relative;
}

.topmenu2__item--submenu .topmenu2__link::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background-image: url("/local/templates/remont/images/arrow-right-check.svg");
    background-repeat: no-repeat;;
    background-size: contain;
    background-position: center;
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
}

-----------------------------------------


@media screen and (max-width: 919px) and (min-width: 660px) {
    html {
        min-width: 660px
    }

    .topmenu3 {
        margin-top: 20px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .topmenu3 > li {

        position: relative;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        padding: 5px;
    }
}

@media screen and (max-width: 660px) {
    html {
        min-width: 260px
    }

    .topmenu3 {
        margin-top: 20px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .topmenu3 > li {

        position: relative;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        padding: 8px;
    }
}

-------------------------------------------------
.menubot {


}

.topmenu3 {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.topmenu3 > li {

    position: relative;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}

.topmenu3 > li > a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    padding: 1px 15px;
    list-style-type: none;
}

.submenu2 li {
    list-style-type: none;
    text-align: 18px;
}

.topmenu3 li a:hover {
    color: #0d76f1;
}

.submenu-link:after {
    content: "\f107";
    color: inherit;
    margin-left: 10px;
}

.hrbot {
    margin: 20px auto;
}

.tag p {
    font-size: 14px;
    color: #000;
}

.tag p:hover {
    font-size: 14px;
    color: #0d76f1;
}

#myHeader .logo {
    display: none;
}

@media (max-width: 660px) {
    .main {
        padding-top: 110px;
    }

    #myHeader.header {
        height: auto;
        min-height: 90px;
    }

    #myHeader .menu-icon {
        display: none;
    }

    #myHeader .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #myHeader .button1 {
        order: 4;
        display: block;
        width: 50%;
        margin: 10px 0 0;
    }

    #myHeader .logo {
        order: 1;
        flex-grow: 1;
        display: flex;
        align-items: flex-end;
        width: 51%;
        font-size: 14px;
        line-height: 1.2;
    }

    #myHeader .hamburger {
        order: 2;
    }

    #myHeader .log {
        display: block;
    }

    #myHeader .log img {
        display: block;
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    #myHeader .sidebarIconToggle {
        position: static;
        display: block;
        height: 16px;
    }

    #myHeader .tel {
        order: 3;
        width: calc(50% - 10px);
        margin: 10px 0 0;
        padding-right: 10px;
    }

    #myHeader .tel a {
        font-size: 16px;
    }

    #myHeader .tel img,
    #myHeader .tel span,
    #myHeader .tel br {
        display: none;
    }

    #sidebarMenu {
        top: 110px;
        left: initial;
        right: 0;
        margin-top: 0;
        transform: translateX(250px);
    }
}

@media (max-width: 375px) {
    #myHeader .tel a {
        font-size: 14px;
    }
}

.gallery {
    display: flex;
    flex-direction: column;
}

.gallery__button-more {
    align-self: center;
}

.gallery__list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery__list--show .gallery__item {
    display: block;
}

.gallery__item {
    display: none;
    flex-grow: 1;
    width: calc(50% - 20px / 3);
}

@media (max-width: 919px) {
    .gallery__item {
        width: 100%;
    }
}

.gallery__item--small {
    width: calc(25% - 20px / 3);
}

@media (max-width: 919px) {
    .gallery__item--small {
        width: calc(50% - 10px);
    }
}

.gallery__item--visible {
    display: block;
}

.gallery__link {
    display: block;
    height: 100%;
}

.gallery__image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.otzivi {
    box-sizing: border-box;
}

@media (max-width: 918px) {
    .otzivi {
        display: block;
    }
}

.otzivi * {
    box-sizing: inherit;
}

.otzivi .slick-list {
    width: 100%;
}

.otzivi .slick-dots {
    width: 100%;
}

.otziv {
    height: auto;
    padding: 5px;
    margin: 0 7px;
    border: 1px solid #eae4df;
    background-color: #ffffff;
}

.otziv img {
    width: 100%;
    max-width: 100%;
}

.slick-track {
    display: flex;
}

.slick-arrow {
    flex-shrink: 0;
    align-self: center;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: 0;
    line-height: 0;
    color: inherit;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #ededed;
    border-radius: 50%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    transition: all 0.2s ease-in-out;
}

.slick-arrow:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -2px rgba(0,0,0,.1);
}

.slick-next {
    background-image: url("/local/templates/remont/images/arrow-right-check.svg");
}

.slick-prev {
    background-image: url("/local/templates/remont/images/arrow-left-check.svg");
}

.brands * {
    box-sizing: inherit;
}

.brands__title {
    margin: 0;
    padding-top: 90px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
}

@media (max-width: 919px) {
    .brands__title {
        font-size: 32px;
    }
}

@media (max-width: 660px) {
    .brands__title {
        font-size: 24px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.brands__list {
    display: flex;
}

@media (max-width: 918px) {
    .brands__list {
        display: block;
    }
}

.brands__list .slick-list {
    width: 100%;
}

.brands__list .brands__item {
    display: flex;
    justify-content: center;
    margin: 0 7px;
}

.brands__image {
    max-width: 100%;
    height: 80px;
    object-fit: contain;
}

.slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: inherit;
    font-size: 0;
    line-height: 0;
    color: inherit;
    text-align: left;
    cursor: pointer;

    width: 8px;
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #fcca4c;
}

.imgmain + h1, .imgmain + .h1 {
    position: relative;
    z-index: 1;
}

@media (max-width: 918px) {
    .imgmain::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        opacity: 0.6;
        border-radius: 66% 34% 83% 17% / 30% 56% 44% 70%;
    }
}

@media (max-width: 659px) {
    .imgmain::before {
        content: none;
    }
}

.simple_text p {
    font-size: 1em;
    margin-top: 1.5em;
    line-height: 1.5em;
}
.simple_text h2 {
    margin: 1.5em 0 .5em 0;
    font-size: 36px;
    font-weight: 400;
}
.simple_text h3 {
    margin: 1em 0 .5em 0;
    font-size: 32px;
    font-weight: 400;
}
.simple_text h4 {
    margin: .5em 0 .5em 0;
    font-size: 28px;
    font-weight: 400;
}

.simple_text ol,
.simple_text ul  {
    margin: 1.5em 0 2em 0;
    padding: 0;
    list-style: inside;
}
.simple_text ol li,
.simple_text ul li {
    margin-top: 0.5em;
}

.table {
	width: 100%;
	border: none;
	margin-bottom: 3em;
}
.table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 14px;
}
.table thead tr th:first-child {
	border-radius: 8px 0 0 8px;
}
.table thead tr th:last-child {
	border-radius: 0 8px 8px 0;
}
.table tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.table tbody tr:nth-child(even){
	background: #f3f3f3;
}
.table tbody tr td:first-child {
	border-radius: 8px 0 0 8px;
}
.table tbody tr td:last-child {
	border-radius: 0 8px 8px 0;
}

ul {
    list-style-position: inside;
}

ul li::marker {
display: inline-block;
}
ul li a {
display: inline-block;
}

#sidebarMenu ul {
list-style: none;}

table.price th {
    color: #fff;
    background-color: #0d76f1 !important;
    font-size: 15px;
}

.bg3 {
    padding-bottom: 40px;
}

@media screen and (max-width: 1279px) and (min-width: 660px) {
    nav {
        display: none;
        margin-top: 36px;
        float: left;
    }

    .container {
        box-sizing: border-box;
    }
}

@media screen and (min-width: 1280px) {
    .hamburger {
        display: none;
    }

    .menu > .container {
        padding: 0;
    }
}

.remont .item {
    background-color: transparent;
}

.remont .item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.remont .item img {
    flex-grow: 1;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 767px) {
    .dop:not(.last) {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
        flex-direction: row;
        justify-content: center;
        gap: 12px;
    }

    .dop:not(.last) .alltextceni2 {
        width: 220px;
    }

    .dop:not(.last) .icondop {
        width: 56px;

    }

    .dop:not(.last) .icondop img {
        object-fit: contain;
    }
}

@media (max-width: 660px) {
    .imgmain {
        width: 100%;
        right: 0;
    }

    .imgmain::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255 , 255, 0.7);
        border-radius: 0;
        opacity: 1;
    }

    .plusi li p {
        font-weight: 500;
    }
}

@media screen and (min-width: 1200px) {
    .mb_plus{
         margin-top: 200px;
    }
}
@media screen and (max-width: 1200px) {
    .mb_plus{
         margin-top: 280px;
    }
}
@media screen and (max-width: 420px) {
    .mb_plus{
         margin-top: 340px;
    }
}

.tab-content > .active {
    background: none !important;
    box-shadow: none !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    box-shadow: none !important;
}
/* End */
/* /local/templates/remont/components/bitrix/menu/bottom/style.css?17008275614404 */
/* /local/templates/remont/template_styles.css?177382781195204 */
