/* Основа */

body, html {
    
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 18px;
    width: 100vw;
    
    
    
}

html {
    
    
    overflow-x: hidden;
}

body {
    
    
    
}

.mobile {
    
    display: none
    
}

h1, h2 {
    
    font-size: 55px;
    color: #6f3393;
    font-weight: 900;
    margin: 0;
    padding-top: 40px;
    line-height: 120px;

    
}

a {
    
    -webkit-transition: ease-in-out 0.5s; 
    -moz-transition: ease-in-out 0.5s; 
    -o-transition: ease-in-out 0.5s; 
    transition: ease-in-out 0.5s;
    
}

.wrapper {
    
    max-width: 1600px;
    width: calc(100% - 20px);
    padding: 0 10px;
    margin: auto;
    
}

.block {
    
    opacity: 0;
    transform: translateX(-160px);
    transition: transform 2s, opacity 2s;
    
}

.img-intro-left {
    
    font-size: 0;
    line-height: 0;
    
}

.block:nth-of-type(2n) {
    
    opacity: 0;
    transform: translateY(160px);
    transition: transform 2s, opacity 2s;
    
}

.block:nth-of-type(3n) {
    
    opacity: 0;
    transform: translateX(-160px);
    transition: transform 2s, opacity 2s;
    
}

.block:last-of-type {
    
    opacity: 0;
    transform: translateY(200px);
    transition: transform 2s, opacity 2s;
    
}

.btn-primary {
    
    
    font-family: "Exo 2", sans-serif;
    overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#9953c3, #6f3393);
	box-shadow: inset 1px -1px #9953c3, inset -1px 0 #9953c3, 0 1px 2px rgba(0,0,0,.1);
    text-shadow: none;
	color: #FFF;
	width:auto;
	text-align:left;
	font-weight:400;
    font-size: 16px;
	display:inline-block;
    margin-bottom:16px;
    cursor: pointer;


}

.content {
    
    min-height: 450px;
    
}

.normi {
    
    clear: both
    
}

/* Слайдер */


.inside .slider {
    
    display: none
    
}

.slider {
	height: 100vh;
	overflow: hidden;
}


.slider .slayd {
    
    position: relative
    
}

.slider .title {
    
    
    right: calc(15vh + 25%);
    top: 30vh;
    text-align: right;
    width: 50%;
    z-index: 30;
    position: absolute;
    line-height: 65px;
    text-shadow: 15px 15px 40px rgba(0,0,0,1);
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    
}

.slider a .title:hover {
    
    color: rgb(103, 44, 138)
    
}

.slider .title:hover .intro {
    
    color: #FFF
    
}

.slider .title .intro {
    
    font-size: 22px;

    text-align: right;
    line-height: 28px;
    margin-top: 20px;
    
    
}

.slider a .readmore {
    
    font-size: 14px;
    padding: 0px 20px;
    background: rgba(103, 44, 138, 0.6);
    backdrop-filter:blur(4px);
    line-height: normal;
    border-radius: 1000px;
    display: inline-block;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    
}

.slider a .title:hover .readmore {
    
    color: #FFF;
    background: #fe0000
    
}

.slider a .title {
    
    text-decoration: none;
    font-size: 90px;
    font-weight: 600;
    color: #FFFFFF;
    
}

.slider ul li img {
	width: 100%;
	height: 100%;
}



/* Верх */

.top {
    
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    
    
    
}

.inside .top {
    
    position: relative;
    top: 0px;
    margin-bottom: 40px;
    margin-top: 20px;
    background: rgba(103,44,138,0.6);
}

.top .mainmenu {
    
    background: rgba(103,44,138,0.6);
    border-radius: 5px;
    position: relative;
    backdrop-filter: blur(5px); 
;
    
}

.inside .top .mainmenu {
    
    background:none
    
}

.top .mainmenu ul {
    
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: -20px;
    
}

.top .mainmenu ul li {
    
    display: inline-block;
    margin-right: 4%;
    vertical-align: middle
    
}

.top .mainmenu ul li a {
    
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    
}

.top .mainmenu ul li a:hover {
    
    color: #d48cff
    
}

.top .mainmenu ul li  a.cat {
    
    padding: 5px 20px;
    background: rgb(103,44,138);
    border-radius: 100px
    
}

.top .mainmenu ul li  a.cat img {
    
    margin-right: 5px;
    
}

.top .mainmenu ul li  a.main img {
    
    margin: -10px 0 -10px -30px;
    display: inline-block;
    
}

.top .mainmenu .phone {
    
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 25px;
    right: 20px;
    
}

.top .mainmenu .phone a {
    
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    
}

.top .mainmenu .phone .callback {
    
    margin-top: 5px;
    
}

.top .mainmenu .phone .callback a {
    
    font-size: 12px;
    background: rgb(103,44,138);
    border-radius: 100px;
    padding: 5px 10px;
    
}

.top .mainmenu .phone .callback a:hover {
    
    background: #d48cff
    
}

/* Иконки */

.icons {
    
    font-size: 0;
    margin: 120px 0 40px 0;
    
}

.icons .icon {
    
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-right: 20%;
    margin-bottom: 80px;
    
}

.icons .icon:nth-of-type(2n) {
    
    margin-right: 0;
    
}

.icons .icon .image {
    
    float: left;
    width: 150px;
    height: 200px;
    display: inline-block;
    margin-right: 20px;
    text-align: center
    
}

.icons .icon .zag {
    
    font-size: 24px;
    font-weight: 600;
    
    margin: 20px 0;


    
} 

.icons .icon .text {
    
    font-size: 16px;
    width: 90%;
    
}

/* Выбор */

.vibor {
    
    padding: 70px 0;
    font-size: 0;
    background: #f5e4ff
    
}

.vibor h2 {
    
    font-size: 26px;
    line-height: normal
    
}

.vibor .left, .vibor .right {
    
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding: 0 10%;
    
}

.vibor .right {
    
    width: calc(30% - 1px);
    border-left: 1px solid #d9d9d9
    
}

.vibor .sad {
    
    background: url("/images/ico_sad.png") no-repeat left top 10px;
    padding: 20px 0 20px 50px;
    font-size: 18px;
    font-weight: 600;
    
}

.vibor .happy {
    
    background: url("/images/ico_happy.png") no-repeat left top 10px;
    padding: 20px 0 20px 50px;
    font-size: 18px;
     font-weight: 600;
    
}

.vibor .happy .small, .vibor .sad .small {
    
    display: block;
    font-size: 12px;
    color: #5e5e5e;
    font-weight: normal
    
}

.vibor a {
    
    display: inline-block;
    padding: 15px 35px;
    font-size: 20px;
    color: #fff;
    background: #6f3393;
     font-weight: 600;
    margin: 40px 0;
    
}

/* Иконки на главной */

.iconsMain {
    
    font-size: 0;
    text-align: center
    
}

.iconsMain .icon {
    
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-top: 30px; 
    position: relative;
    text-align: left
    
}

.iconsMain .icon .image {
    
    float: left;
    height: 200px;
    text-align: right;
    width: 120px;
    margin-right: 20px;
    margin-left: -40px;
    
}

.iconsMain .icon .image img {
    
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    max-width: 120px;
    
}

.iconsMain .icon:hover .image img {
    

transform: scale(1.1);
           
}

.iconsMain .icon .zagolovok {
    
    font-size: 18px;
    margin-top: 20px;
    width: 100%;
    max-width: 300px;
    
}

.iconsMain .icon .zagolovok a {
    
    color: #000000;
    line-height: 24px;
    
}

.iconsMain .icon .text {
    
    color: #6f6f6f;
    font-size: 12px;
    width: 100%;
    max-width: 400px;
    height: auto
    
}
    


.iconsMain .icon .readmore {
    
    font-size: 12px;
    position: relative;
    bottom: 10px;
    left: 0;
    margin-top: 20px;
    
}

.iconsMain .icon .readmore a {
    
    color: #ff0000
    
}

/* Текст на главной */

.about {
    
    max-height: 450px;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;

    
}

.about:after {
    
    
    content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, transparent 10%, white 70%);
    
}

.about.opener {
    
        
    max-height: 3000px!important;
    height: auto;
    padding-bottom: 70px;
    
}

.about .open {
    
    position: absolute;
    left: 40%;
    bottom: 10px;
    padding: 10px 20px;
    background: #6f3393;
    border-radius: 1000px;
    color: #fff;
    cursor: pointer;
    z-index: 2
    
}

.about h2 {
    
    font-size: 26px;
    padding-bottom: 0;
    line-height: 24px;
    
}

.about em {
    
    font-size: 18px;
    line-height: 22px;
    border-radius: 10px;
    font-style: normal;
    color: #6f3393;
    background: #ccc;
    padding: 20px;
    display: block;
    
}

.short .left, .short .right {
    
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-right: 9%;
    
    
}

.short h2 {
    
    font-size: 24px;
    line-height: 24px;
    
}

.short h3 {
    
    color: #6f3393
    
}

.short h1 {
    
    font-size: 32px;
    line-height: 26px;
    
}




.short .right {
    
    margin-right: 0;
    
}

/* Категория */

.blog {
    
    margin-bottom: 150px;
    
}

.blog h2 {
    
    font-size: 24px;
    font-weight: 400;
    margin-left: 0; 
    
}

.blog h2 a {
    
    text-decoration: none;
    color: #000;
    font-weight: 600
    
}

.blog .readmore a {
    
    color: #6f3393;
    
}

.blog.katalog {
    
    font-size: 0
    
}

.blog.katalog article {
    
    width: 30%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 40px;
    -webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;
    
}

.blog.katalog article:hover {
    
    transform: scale(1.2)!important;
    z-index: 1;
    box-shadow: 50px 50px 25px 0 rgba(0,0,0,0.2)
    
}

.blog.katalog article:nth-of-type(2) {
    
    margin-top: 7vh;
    
}


.blog.katalog article img {
    
    width: 100%;
    height: auto
    
}

.blog.katalog article h2 {
    
    position: absolute;
    bottom: 20px;
    left:20px;
    color: #fff;
    width: 70%;
    line-height: 29px;
    font-weight:normal
    
}

.blog.katalog article h2 a {
    
    color: #fff;
    font-size: 30px;
    font-weight:normal;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0,0,0,0.9)
    
    
}

/* Каталог */

.item-page.katalog ul {
    
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.item-page.katalog ul li img {
    
    width: 30%;
    
}

/* Мебель на заказ */

.mebel {
    
    height: 100vh;
    position: relative
    
}

.mebel:before {
    
    content: "";
    display: block;
    height: 2px;
    width: 30%;
    position: absolute;
    bottom: -2px;
    background-color: #c9b3d7;
    left: 0;
    
}

.mebel:after {
    
    content: "";
    display: block;
    height: 2px;
    width: 70%;
    position: absolute;
    bottom: -2px;
    background-color: #6f3393;
    right: 0;
     
}

/* Страницы каталога */

article.katalog h2 {
    
    margin-bottom: 80px;
    line-height: 55px;
    margin-top: 40px;
    
}

article.katalog .zakaz {
    
    height: auto
    
}

article.katalog .big {
    
    font-size: 2vw;
    font-weight: 100;
    line-height: 2.2vw;
    background: url('quoted/path');
    
}

article.katalog ol {
    
    display: inline-block;
    width: 40%;
    vertical-align: middle
    
}

article.katalog ol li {
    
    font-size: 1vw;
    font-weight: 600;
    line-height: 24px;
    
    
}

article.katalog ul li p {
    
    font-size: 1vw;
    font-weight: 200;
    line-height: 24px
    
}

article.katalog .image {
    
        width: 48%;
    position: relative;
    display: inline-block;
    margin-right: 5%;
    vertical-align: middle;
    margin-left: -80px;
    
    
}

article.katalog .image img {
    
    width: 100%;
    
}

article.katalog ul.vidi {
    
    line-height: none
    
}

article.katalog ul.vidi li {
    
    margin-bottom: 20px
    
}

article.katalog ul.vidi li p {
    
    font-size: 42px;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    width: 50%; 

    
}



article.katalog ul.vidi li img {
    
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin-right: 80px;
    margin-left: 100px;
    
}

article.katalog ul.vidi li:nth-of-type(2n) {
    
    text-align: right
    
}
/* Преимущества */  

.preimushestva {
    
    height: auto;
    font-size: 0;
    
}

.preimushestva .item {
    
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-right: 10%;
    font-size: 14px;
    margin-top: 17vh;
    
    
}

.preimushestva .item:nth-of-type(2n) {
    
    
    margin-right: 0;
}

.preimushestva .item .newsflash-image {
    
    float: left;
    margin-right: 20px;
    height: 20vh;
    
}

.preimushestva .item h2 {
    
    font-size: 30px;
    line-height: 30px;
    
}

.preimushestva .item h2 a {
    
    text-decoration: none;
    color: #000;
    
}

.preimushestva .item a.readmore {
    
    color: #1aa641;
    font-size: 14px;
    
}

.preimushestva .item a.readmore:hover {
    
    color: #6f3393
    
}

/* Консультация */

.cons {
    
    height: 100vh;
    background: url("/images/shkaf_2.png") no-repeat right -80px bottom #f7f7f7
    
}

.cons h2 {
    
    padding-top: 80px;
    margin-bottom: 20vh;
    
}



.cons .text {
    
    text-transform: uppercase;
    font-size: 16px;
    
}


.cons  .qf3txt, .cons  .qf3btn, .cons  .txt_seogl, .cons  .qffile, .cons .qftext  {
    
    display: inline-block;
    width: 33%;
    
}

.cons .txt_seogl {
    
    color: #7a7a7a;
    font-size: 12px;
    display: inline-block;
    width: 20%;
    margin-top: 15px;
    
}

.cons  .qf3label {
    
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    
}

.cons input {
    
    
    font-family: "Exo 2", sans-serif;
    overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	width:80%;
	text-align:left;
	font-weight:400;
	display:block;
    margin-bottom:16px;
    -webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;
}

.cons .box_btn-primary {
    
    text-align: left
    
}

.cons .box_btn-primary .qf3label {
    
    width: 0!important;
    
}

.cons .btn-primary {
    
    
    font-family: "Exo 2", sans-serif;
    overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	width:80%;
	text-align:left;
	font-weight:400;
	display:inline-block;
    margin-bottom:16px;
    cursor: pointer;


}

.cons  input[name="qfsubmit"] {
    
    background: linear-gradient(#9953c3, #6f3393);
	box-shadow: inset 1px -1px #9953c3, inset -1px 0 #9953c3, 0 1px 2px rgba(0,0,0,.1);
    text-shadow: none;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;
    
}

.cons  input[name="qfsubmit"]:hover {
    
    color: #000
    
}

.cons .qfcapt {
    
    display: none
    
}

/* Как сделать заказ */

.zakaz {
    
    height: 100vh;
    font-size: 0;
    
}

.zakaz .item {
    
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 5%;
    font-size: 14px;
    margin-top: 12vh;
    position: relative
    
}

.zakaz .item h3 {
    
    color: #6f3393;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase
    
}

.zakaz .item:nth-of-type(3n) {
    
    margin-right: 0;
    
}

.zakaz .item .ots {
    
    padding-bottom: 10vh;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 0;
    
}

.zakaz .item .back {
    
    display: flex;
    align-items: center;
    background: #b799c9;
    text-align: center;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    position: relative
    
    
}

.zakaz .item .newsflash-image {
    
    float: left;
    height: 150px;
    
}

.zakaz .item .back .number {
    
    font-weight: 100;
    font-size: 25px;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    
}

.zakaz .item a.readmore {
    
    font-size: 16px;
    font-weight: 600;
    color: #1aa641;
    margin-top: 20px;
    display: inline-block;
    
}

.zakaz .item a.readmore:hover {
    
    color: #6f3393
    
}

.zakaz .item a.qf3modal {
    
    background: #1aa641;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    
}

.zakaz .item a.qf3modal:hover {
    
    color: #6f3393
    
}














/* Подвал */

.footer {
    
    background: url("/images/footer_back.png") no-repeat right bottom #6f3393;
    padding: 10px 0 50px 0;
    
}

.footer .logo {
    
    display: inline-block;
    vertical-align: middle;
    
}

.footer .logo .pic {
    
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
    
}

.footer .logo .text {
    
    display: inline-block;
    vertical-align: middle;
    
}

.footer .menuf {
    
    display: inline-block;
    vertical-align: middle;
    
}

.footer .menuf ul {
    
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    margin-left: 60px
    
}

.footer .menuf ul li {
    
    display: inline-block;
    margin-right: 60px;
    
}

.footer .menuf ul li img {
    
    display: none
    
}

.footer .menuf ul li:last-of-type {
    
    margin-right: 0;
    
}

.footer .menuf ul li a {
    
    color: #fff;
    font-size: 14px;
    
}

.footer .info {
    
    font-size: 0;
    color: #fff;
    margin-top: 50px;
    
}

.footer .info a {
    
    color: #fff;
    text-decoration: underline!important
    
}

.footer .info .column:nth-of-type(1) {
    
    display: inline-block;
    width: 33%;
    margin-right: 7%;
    font-size: 16px;
    vertical-align: top
    
}

.footer .info .column:nth-of-type(2) {
    
    display: inline-block;
    width: 60%;
    font-size: 14px;
    vertical-align: top
    
}

.footer .info .about {
    
    font-size: 20px;

    margin-bottom: 40px;
    background: none;
    padding: 0
    
}

.footer .info .adresess {
    
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    width: 100px;
    
}

.footer .info .line {
    
    background: #777879;
    height: 1px;
    width: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 11px 10px 0 10px;
    
}

.footer .info .info {
    
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    
}

.footer .info .phone {
    
    display: inline-block;
    vertical-align: top
    
}

.footer .info .phone a {
    
    font-size: 32px;
    text-decoration: none!important;
    
}

.footer .info .callback {
    
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 15px;
    
}

.footer .info .mail {
    
    margin-top: 10px
    
}

.footer .info .politic {
    
    margin-top: 30px;
    
}

.footer .info .politic .text {
    
    margin-top: 10px;
    font-size: 12px;
    color: #878787;
    width: 70%
    
}

.footer .copyright a {
    
    text-decoration: none!important
    
}

.footer .phone_number, .footer .phone_number1 {
    
    margin-bottom: 10px;
    margin-top: 5px;
    display: inline-block;
    
}

.footer .phone_number_active, .phone_number_active1 {
    
    background: #fff;
    border-radius: 100px;
    padding: 5px 10px;
    font-size: 12px;
    color: #000;
    cursor: pointer
    
}


@media screen and (max-width: 1020px) { 
    
    h1,h2 {
        
        margin-left: 0;
        font-size: 30px;
        padding-top: 20px;
        line-height: 40px;
        
    }
    
    /* Слайдер */


    .slider .title {

        left: 70px;
        top: 20vh;
        text-align: left;
        width: 75%;
        line-height: 45px;
        font-weight: 900;


    }
    
    .slider a .title  {
        
        font-size: 10vw;
        width: 60%
        
    }
    
    .slider .title .intro {
        
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        text-shadow: 0 0 10px #000
        
    }
    
    /* Верх */

    .top {
        
        display: block;
        top:0
        
    }
    
    .inside .top {
    
    position: relative;
    top: 0px;
    margin-bottom: 40px;
    margin-top: 20px;
    background: rgba(103,44,138,0.6);
    height: 100px
}

.top .mainmenu {
    
    
    
}

.inside .top .mainmenu {
    
    background:none
    
}

.top .mainmenu ul {
    
    display: none
    
}
    .top .logotip {
        
        position: absolute;
        display: inline-block;
        top: 20px
        
    }
    
    .top .phone {
        
        right:0!important;
        position: absolute
        
    }
    

    .top .logotip img {
        
        max-width: 150px;
        
    }
    
    /* Преимущества */  

    .preimushestva {

        height: auto;
        font-size: 0;

    }

    .preimushestva .item {

        display: inline-block;
        text-align: center;
        width: 45%;
        margin-right: 10%;
        font-size: 12px;
        margin-top: 5vh;


    }

    .preimushestva .item .newsflash-image {

        float: none;
        margin-right: 0px;
        height: 90px;
        width: 100%;
        margin: 0;
        padding: 0;

    }
    
    .preimushestva .item .newsflash-image img {
        
        max-height: 90px
        
    }

    .preimushestva .item h2 {

        font-size: 14px;

    }

    .preimushestva .item a.readmore {

        color: #1aa641;
        font-size: 12px;

    }

    .preimushestva .item a.readmore:hover {

        color: #6f3393

    }
    
    /*  Форма внизу*/
    
    .cons {
        
        background-image: none
        
    }
    
    .cons h2 {
        
        padding-top: 30px;
        margin-bottom: 40px;
        
    }

    .cons .text {

        font-size: 14px;

    }

    .cons .qf3txt, .cons .qf3btn, .cons .txt_seogl   {

        display: inline-block;
        width: 33%;

    }

    .cons .txt_seogl {

        color: #7a7a7a;
        font-size: 12px;
        display: inline-block;
        width: 30%;
        margin-top: 15px;

    }
    
     .cons .btn-primary {
    
    
    width: 100%;


}

    .cons  .qf3label {

        display: block;
        margin-bottom: 10px;
        margin-left: 10px;
        font-size: 12px;
        white-space: nowrap

    }

    .cons input {

        width:70%;
        font-size: 12px;
        
    }
    
    
    
    
    
    /* Как сделать заказ */

    .zakaz {

        height: auto;

    }

    .zakaz .item {

        display: inline-block;
        vertical-align: top;
        width: 45%;
        margin-right: 10%;
        font-size: 14px;
        margin-top: 12vh;
        text-align: center;

    }
    
    .zakaz .item:nth-of-type(3n) {

        margin-right: 10%;

    }


    .zakaz .item:nth-of-type(2n) {

        margin-right: 0;

    }

    .zakaz .item .ots {

        padding-bottom: 20px;
        float: none;
        margin-right: 0px;
        display: inline-block

    }


    .zakaz .item a.qf3modal {

        background: #1aa641;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 100px;
        margin-top: 20px;
        color: #fff;
        text-decoration: none;
        display: inline-block;

    }

    .zakaz .item a.qf3modal:hover {

        color: #6f3393

    }
    
    /* Страницы каталога */

    article.katalog h2,  article.katalog h1{

        margin-bottom: 20px;
        line-height: 35px;
        margin-top: 20px;
        font-size: 28px

    }

    article.katalog .zakaz {

        height: auto

    }

    article.katalog .big {

        font-size: 16px;
        font-weight: 300;
        line-height: 18px;

    }

    article.katalog ol {

        display: block;
        width: calc(100% - 40px);
        vertical-align: middle

    }

    article.katalog ol li {

        font-size: 14px;
        font-weight: 600;
        line-height: 16px;


    }

    article.katalog ul li p {

        font-size: 14px;
        font-weight: 300;
        line-height: 16px

    }

    article.katalog .image {

            width: 100%;
        position: relative;
        display: block;
        margin-right: 0%;
        margin-left: 0px;


    }

    article.katalog .image img {

        width: 100%;

    }

    article.katalog ul.vidi {

        line-height: none

    }

    article.katalog ul.vidi li {

        margin-bottom: 20px

    }

    article.katalog ul.vidi li p {

        font-size: 16px;
        display: block;
        vertical-align: middle;
        line-height: 18px;
        width: 100%; 


    }



    article.katalog ul.vidi li img {

        display: block;
        vertical-align: middle;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;

    }

    article.katalog ul.vidi li:nth-of-type(2n) {

        text-align: left

    }
    
    /* Подвал */

    .footer {


    }

    .footer .logo {

        display: block;
        vertical-align: middle;
        text-align: center

    }
    
    .footer .logo .pic {
    
        display: block;
        margin-right: 0px

    }

    .footer .logo .text {

        display: block;

    }


    .footer .menuf {

        display: block;
        vertical-align: middle;
        text-align: center;

    }

    .footer .menuf ul {

        list-style: none;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        margin-left: 0px

    }

    .footer .menuf ul li {

        display: block;
        margin-right: 0px;
        margin-bottom: 30px;

    }


    .footer .info {

        font-size: 0;
        color: #fff;
        margin-top: 50px;

    }
    
    .footer .info .column {
        
        text-align: center
        
    }


    .footer .info .column:nth-of-type(1) {

        display: block;
        width: 100%;
        margin-right: 0%;

    }

    .footer .info .column:nth-of-type(2) {

        display: block;
        width: 100%;

    }

    .footer .info .adresess {

        display: inline-block;
        vertical-align: top;
        font-size: 22px;

    }

    .footer .info .line {

        display: none;

    }

    .footer .info .info {

        display: block;

    }

    .footer .info .phone {

        display: block;

    }

    .footer .info .callback {

        display: block;
        margin-left: 0px;

    }


    .footer .info .politic .text {

        width: 100%

    }

    .footer .copyright a {

        text-decoration: none!important

    }
    

.blog.katalog article {
    
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 10px;
    
}
    
    .blog.katalog article:nth-of-type(2) {
        
        margin-top: 0
        
    }
    
    .mobile {
        
        display: block
        
    }
    
    /* Иконки */

    .icons {

        margin: 60px 0;

    }

    .icons .icon {

        display: block;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 60px;
        text-align: center;

    }

    .icons .icon:nth-of-type(2n) {

        margin-right: 0;

    }

    .icons .icon .image {

        float: none;
        text-align: center;
        width: 100%;
        height: auto;
        display: block;
        margin-right: 0px;

    }

    .icons .icon .text {

        font-size: 16px;
        width: 100%;

    }
    
    /* Выбор */

    .vibor {

        padding: 70px 0;
        font-size: 0;
        text-align: center;

    }

    .vibor .left, .vibor .right {

        display: block;
        width: 100%;
        padding: 0%;

    }

    .vibor .right {

        width: 100%;
        border-left: none;
        

    }

    .vibor .sad {

        background: url("/images/ico_sad.png") no-repeat center top;
        padding: 60px 0 20px 0;


    }

    .vibor .happy {

        background: url("/images/ico_happy.png") no-repeat center top;
        padding: 60px 0 20px 0;


    }

    .vibor a {

        display: inline-block;
        padding: 15px 35px;
        font-size: 20px;
        color: #fff;
        background: #6f3393;
        margin: 40px 0;

    }
    
    /* О нас */

    .short {

        font-size: 15px;
        padding: 50px;

    }

    .short .left, .short .right { 

        display: block;
        width: 100%;
        margin-right: 0%;

    }
    
}











