﻿/* CSS Document */


@font-face {
    font-family: OpenSans-Regular; /*   */
    src: url(../fonts/open_sans_regular.ttf); /*      */
   }

@font-face { 
  font-family: 'OpenSans-Regular'; 
  src: url('../fonts/open_sans_regular.woff2') format('woff2'), 
       url('../fonts/open_sans_regular.ttf')  format('truetype'), /* Только если нужна поддержка старых Android, иначе закомментировать */ 
       url('../fonts/open_sans_regular.woff') format('woff'); 
  font-weight: normal; 
  font-style: normal; 
} 
  
@font-face { 
  font-family: 'OpenSans-Bold'; 
  src: url('../fonts/open-sans-bold.woff2') format('woff2'), 
       url('../fonts/open-sans-bold.ttf')  format('truetype'), /* Только если нужна поддержка старых Android, иначе закомментировать */ 
       url('../fonts/open-sans-bold.woff') format('woff'); 
  font-weight: bold; 
  font-style: normal; 
} 
 
@font-face {
    font-family: OpenSans-Bold; /*   */
    src: url(../fonts/open-sans-bold.ttf); /*      */
   }


@font-face {
    font-family: Raleway-Black; /*   */
    src: url(../fonts/Raleway-Black.ttf); /*      */
   }

 @font-face {
    font-family: Inter-Regular; /*   */
    src: url(../fonts/Inter-Regular.otf); /*      */
   }

 @font-face {
    font-family: FontAwesome; /*   */
    src: url(../fonts/FontAwesome.otf); /*      */
   }

     

body
{
    margin: 0;

}

.clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
}









.bodysait
{
    background: #fff;
	position: relative;
	z-index: 0;
}
 
 


.container_landing {
    padding: 0 0 0px 0px;
    position: relative;
    width: auto;
    max-width: 2000px;
}

.landing
{
    max-width: 100%;
    margin: 0px 5%;
    position: relative;
}

.landing img
{
    width: 100%;
}

.blok-top
{
    background-color: #fff;
	box-shadow: 0px 0px 30px #00000045;
	padding: 20px 0 20px 0;
    position: relative;
    z-index: 1000;
}






/* первый экран */

.pervyi-ekran
{
    background: url(../images/bg-top.jpg) no-repeat top center #a99887;
	background-size: cover;
	padding: 0px 0 0px 0;
	position: relative;
	min-height: 760px;
	height: 100vh;
}

.blok-info
{
    background: #fff;
    box-shadow: 0px 0px 30px #00000045;
    margin: 10vh 0 10vh 0;
    position: relative;
    height: auto;
    min-height: auto;
    max-width: 500px;
	float: left;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 40px 40px;
	text-align: center;
}

.blok-zamer .blok-info
{
    background: #fff;
    box-shadow: none;
	border: 2px solid #c0ebff;
    margin: 40px 0 0 0;
    position: relative;
    height: auto;
    min-height: auto;
    max-width: 500px;
	float: left;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 40px 40px;
	text-align: center;
}



.blok-info h1 {
    font-family: Raleway-Black;
	text-align: center;
    font-weight: 700;
    font-size: 36px;
    margin: 0px 0px 20px 0;
	color: #3863ab;
	line-height: 100%;
}

.blok-info h2 {
    font-family: Raleway-Black;
	text-align: center;
    font-weight: 400;
    font-size: 28px;
    margin: 0px 0px 10px 0;
    position: relative;
	color: #e6260f;
}

.blok-info h4 {
    font-family: Raleway-Black;
	text-align: center;
    font-weight: 700;
    font-size: 36px;
    margin: 0px 0px 0px 0;
	color: #3863ab;
	line-height: 100%;
}


.blok-top-skidka
{
    width: 350px;
	margin: 0px auto 20px auto;
	display: inline-block;
}

.blok-top-skidka-left
{
    font-family: OpenSans-Bold, Tahoma;
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
    color: #0b306e;
    margin: 0px 20px 0 0;
	float: left;
}

.blok-top-skidka-left sup
{
    font-family: OpenSans-Regular;
    font-size: 30px;
    font-weight: 400;
}

.blok-top-skidka-right
{
    font-family: OpenSans-Regular;
    font-size: 27px;
    line-height: 120%;
    margin: 10px 0 0 0;
    font-weight: 400;
	float: left;
	color: #0b306e;
	text-align: left;
}



.blok-info p {
    font-family: OpenSans-Regular;
	text-align: center;
	color: #556074;
    font-weight: 400;
    font-size: 15px;
    margin: 0px 0px 0px 0;
    line-height: 120%;
}

.knopka-pe
{
    background: #ed5543;
    border-radius: 0px;
    padding: 10px 40px;
    cursor: pointer;
    font-size: 30px;
    margin: 40px 0 20px ;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-align: center;
    float: left;
}

.knopka-pe-time
{
    background: url(../svg/time.svg) right center no-repeat;
    background-size: 30px;
    background-position: 0% 50%;
    padding: 0 0px 0px 50px;
    margin: 30px 0 0px 20px;
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 19px;
	float: left;
	width: 340px;
	box-sizing: border-box;
}


/* Первый экран преимущества */

.pervy-ekran-right
{
	float: left;
	width: 800px;
	margin: 500px 0 0px 50px;
}

.blok-pervy-ekran-right
{
    background: #fff;
    box-shadow: 0px 0px 30px #00000045;
    margin: 0 4% 4% 0;
    position: relative;
    height: auto;
    min-height: auto;
    width: 46%;
    float: left;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px 20px 20px 100px;
    text-align: left;
	display: table;
    height: 100px;
	font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
	color: #0b306e;
	line-height: 140%;
}

.blok-pervy-ekran-right div {
    vertical-align: middle;
    display: table-cell;
}

.blok-pervy-ekran-right.odin {
    background: url(../svg/svoy-razmer.svg) right center no-repeat #fff;
    background-size: 15%;
    background-position: 8% 50%;
}

.blok-pervy-ekran-right.dva {
    background: url(../svg/data.svg) right center no-repeat #fff;
    background-size: 15%;
    background-position: 8% 50%;
}

.blok-pervy-ekran-right.tri {
    background: url(../svg/asortiment.svg) right center no-repeat #fff;
    background-size: 15%;
    background-position: 8% 50%;
}

.blok-pervy-ekran-right.chetyre {
    background: url(../svg/komplex.svg) right center no-repeat #fff;
    background-size: 15%;
    background-position: 8% 50%;
}



/* Виды жалюзи */

.blok-vidy-zhalyuzi
{
    padding: 5% 0 5% 0 !important;
    background: #fff;
}

.blok-vidy-zhalyuzi h3 {
    font-family: Raleway-Black;
    font-weight: 700;
    font-size: 48px;
    margin: 0px 0px 0px;
    color: #3863ab;
    line-height: 120%;
}

.pod-blok-vidy-zhalyuzi-left
{
    width: 30%;
    float: left;
	margin: 40px 5% 0px 0;
}

.pod-blok-vidy-zhalyuzi-left img
{
    border-radius: 10px;
}

.pod-blok-vidy-zhalyuzi-right
{
    width: 45%;
    float: left;
	margin: 40px 0% 0px 0;
}

.pod-blok-vidy-zhalyuzi-right h4 {
    font-family: Raleway-Black;
    font-weight: 700;
    font-size: 48px;
    margin: 0px 0px 40px 0;
    line-height: 120%;
    color: #e6260f;
}

.pod-blok-vidy-zhalyuzi-right p {
    font-family: OpenSans-Regular;
    text-align: left;
    color: #556074;
    font-weight: 400;
    font-size: 19px;
    margin: 0px 0px 10px 0;
    line-height: 140%;
}


.blok-knopka-zakaz-item
{
    background: #e43723;
    border-radius: 5px;
    padding: 15px 40px;
    cursor: pointer;
    font-size: 24px;
    margin: 20px 0 0px 0;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-align: center;
    float: left;
}

.blok-knopka-zakaz-item:hover
{
    background: #721105;
    color: #fff;
}

.blok-vid-cena
{
    width: 100%;
    float: left;
    margin: 20px 0% 20px 0;
}

.blok-vid-cena-staraya
{
    float: left;
    margin: 0px 20px 0px 0;
	font-size: 36px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
	text-decoration: line-through;
}

.blok-vid-cena-aktual
{
    float: left;
    margin: 0px 0px 0px 0;
	font-size: 36px;
    font-family: OpenSans-Bold, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #e6260f;
}



/* Скрытые жалюзи */

.blok-skrytye-zhalyuzi
{
    width: 100%;
    float: left;
    margin: 0px 0% 0px 0;
    background: #06214e;
    padding: 60px 0 100px;
    position: relative;
}

.blok-skrytye-zhalyuzi h3 {
    font-family: Raleway-Black;
    font-weight: 700;
    font-size: 48px;
    margin: 20px 0px 60px;
    color: #fff;
}

.pod-blok-skrytye-zhalyuzi-left
{
    width: 30%;
    float: left;
	margin: 20px 5% 0px 0;
}

.pod-blok-skrytye-zhalyuzi-left img
{
    border-radius: 10px;
}

.pod-blok-skrytye-zhalyuzi-right
{
    width: 45%;
    float: left;
	margin: 80px 0% 0px 0;
}


.pod-blok-skrytye-zhalyuzi-right p {
    font-family: OpenSans-Regular;
    text-align: left;
    color: #fff;
    font-weight: 400;
    font-size: 19px;
    margin: 0px 0px 10px 0;
    line-height: 140%;
}


.blok-knopka-zakaz-item
{
    background: #e43723;
    border-radius: 5px;
    padding: 10px 40px;
    cursor: pointer;
    font-size: 36px;
    margin: 20px 0 0px 0;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-align: center;
    float: left;
}

.blok-knopka-zakaz-item:hover
{
    background: #721105;
    color: #fff;
}

.blok-skrytye-zhalyuzi-cena
{
    width: 100%;
    float: left;
    margin: 20px 0% 20px 0;
}

.blok-skrytye-zhalyuzi-cena-staraya
{
    float: left;
    margin: 0px 20px 0px 0;
	font-size: 36px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
	text-decoration: line-through;
}

.blok-skrytye-zhalyuzi-cena-aktual
{
    float: left;
    margin: 0px 0px 0px 0;
	font-size: 36px;
    font-family: OpenSans-Bold, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #fff824;
}












/* Примеры работ */

.blok-portfolio
{
    padding: 5% 0 3% 0 !important;
	background: #fff;
	width: 100%;
	float: left;
}

.blok-portfolio h3
{
    font-family: Raleway-Black;
    font-weight: 700;
    font-size: 48px;
    margin: 0px 0px 60px;
	color: #3863ab;
}

.podblok-primenenie ul
{
    padding: 0;
	margin: 0 0px !important;
	width: 102%;
}

.podblok-primenenie li
{
    margin: 0px 2% 2% 0 !important;
    position: relative;
    padding: 0 0px 0px 0px;
    box-sizing: border-box;
    list-style: none;
    width: 23%;
    float: left;
}

.podblok-primenenie li span
{
    text-align: center;
    line-height: 120% !important;
    font-family: OpenSans-Regular;
    font-size: 20px;
	background: #1e110b;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    line-height: 120% !important;
    z-index: 1;
    left: 0;
    bottom: 20%;
}


.podblok-primenenie img
{
    margin: 0 0px 0px !important;
    width: 100%;
    border-radius: 10px;
}



/* Замер, доставка, монтаж */

.blok-zamer
{
    padding: 40px 0 40px 0 !important;
	background: #fff;
	float: left;
	width: 100%;
}

.blok-zamer h3
{
    font-family: Raleway-Black;
    font-weight: 700;
    font-size: 48px;
    margin: 0px 0px 0px;
	color: #3863ab;
}

.blok-zamer-right
{
    width: 600px;
    float: left;
	margin: 80px 0px 0px 80px;
}

.blok-zamer-right h3
{
    font-family: Raleway-Black;
    font-weight: 700;
    font-size: 48px;
    margin: 0px 0px 40px 0;
	color: #e6260f;
}

.blok-zamer-right p
{
    font-family: OpenSans-Regular;
    text-align: left;
    color: #556074;
    font-weight: 400;
    font-size: 19px;
    margin: 0px 0px 10px 0;
    line-height: 140%;
}


/* Карта */

.blok-map
{
    padding: 0 0 0% 0 !important;
    background: #fff;
	width: 100%;
	float: left;
}

.blok-map h3
{
    font-family: Raleway-Black;
    font-weight: 700;
    font-size: 48px;
    margin: 0px 0px 60px;
    color: #3863ab;
}

.blok-map-niz
{
    height: 400px;
}



/* Контакты низ */

.blok-kontakty
{
    width: 100%;
    float: left;
    margin: 0 0% 0 0;
	background: #06214e;
    padding: 2.5% 0;
    position: relative;
}

.blok-telefon
{
    background: url(../svg/telefon.svg) right center no-repeat;
    background-size: 15px;
    background-position: 0% 50%;
    padding: 0 0px 0px 25px;
	font-family: OpenSans-Regular;
    text-transform: none;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin: 0px 20px 20px 0;
    color: #fff;
	float: left;
}

.blok-telefon a
{
    color: #fff;
	text-decoration: none;
}

.blok-telefon.top
{
    background: url(../svg/telefon.svg) right center no-repeat;
    background-size: 15px;
    background-position: 0% 50%;
    padding: 0 0px 0px 25px;
	font-family: OpenSans-Regular;
    text-transform: none;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin: 0px 20px 0px 0;
    color: #000;
	float: right;
}

.blok-telefon.top a
{
    color: #000;
	text-decoration: none;
}


.blok-zvonok
{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 16px;
	color: #fff;
    float: left;
	margin: 4px 0px 0px 0;
	cursor: pointer;
}

.blok-zvonok.top
{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 16px;
	color: #000;
    float: right;
	margin: 4px 0px 0px 0;
	cursor: pointer;
}


.blok-adres
{
    background: url(../svg/adres.svg) right center no-repeat;
    background-size: 15px;
    background-position: 0% 50%;
    padding: 0 0px 0px 25px;
	font-family: OpenSans-Regular;
    text-transform: none;
    font-weight: 400;
    font-size: 19px;
    line-height: 120%;
    margin: 3px 0px 20px 80px;
    color: #fff;
	float: left;
}

.blok-adres.top
{
    background: url(../svg/adres.svg) right center no-repeat;
    background-size: 15px;
    background-position: 0% 50%;
    padding: 0 0px 0px 25px;
	font-family: OpenSans-Regular;
    text-transform: none;
    font-weight: 400;
    font-size: 19px;
    line-height: 120%;
    margin: 3px 0px 0px 80px;
    color: #000;
	float: right;
}



.blok-zamer-niz
{
    background: #e43723;
    border-radius: 10px;
    padding: 10px 40px;
    cursor: pointer;
    font-size: 20px;
    margin: 0px 0 0px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-align: center;
    float: right;
}

.blok-zamer-niz:hover
{
    background: #721105;
    color: #fff;
}


.blok-pravo
{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 16px;
	color: #3a598b;
	padding: 0px 0 20px 0;
    margin: 20px 0px 20px 0;
    line-height: 140%;
    width: 100%;
    float: left;
	border-bottom: 1px solid #1c345c;
}

.blok-copyright
{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 16px;
	color: #3a598b;
    margin: 0px 40px 0px 0;
    line-height: 140%;
    float: left;
}

.blok-politika
{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 16px;
	color: #3a598b;
    margin: 0px 0px 0px 0;
    line-height: 140%;
    float: left;
}

.blok-politika a
{
    text-decoration: none;
	color: #3a598b;
}

.rutegra
{
    font-family: Inter-Bold, OpenSans-Regular;
    font-weight: 700;
    font-size: 16px;
	color: #0a2a5e;
    margin: 0px 0px 0px 0;
    line-height: 140%;
    float: right;
}

.rutegra a
{
    text-decoration: none;
	color: #0a2a5e;
}












/* Расчёт жалюзи */

.blok-raschet-zhalyuzi
{
    background: rgb(255, 255, 255);
    padding: 5% 0px 3% !important;
	float: left;
}

.blok-raschet-zhalyuzi h3 {
    font-family: Raleway-Black;
    font-weight: 700;
    font-size: 48px;
    margin: 0px 0px 0px;
    color: #3863ab;
}


.blok-raschet-kuhni h3,
.blok-raschet-kuhni.glavnaya h3{
	font-size:40px;
    margin:10px 0 45px;
	padding:15px 20px 15px 0;
	border-radius:0 10px 10px 0;
    font-family:Raleway-Black, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight:400;
    line-height:120%;
    color:#000;
    text-align:left;
    width:700px;
	background:#ffdd40;
	position:relative;
}
.blok-raschet-kuhni.glavnaya h3{
	margin:45px 0
}
div.blok-raschet-kuhni h3:before{
    width:100%;
    top:0;
    left:-100%;
    content:"";
    position:absolute;
    height:100%;
    background:#ffdd40;
    z-index:0;
}

.blok-forma-raschet-left h4{
    font-family: OpenSans-Bold, Tahoma;
    font-size:20px;
    font-weight:400;
	line-height:120%;
    color:#0b306e;
    text-align:left;
	margin:25px 0;
}

.blok-forma-raschet-left{
    float:left;
    width:50%;
    margin:0;
    display:block;
    justify-content:center;
}
.blok-forma-raschet-left .radio-control{
    width:31%;
    transition:all 250ms ease 0s;
    float:left;
    margin:0 2% 2% 0;
}
.blok-forma-raschet-left .radio-control input{
    display:none;
}
.blok-forma-raschet-left .radio-control .radio-input{
    background:#fff;
    text-align:center;
    padding: 5px;
    border-radius:5px;
    cursor:pointer;
    margin:0 0px;
    position:relative;
    transition:all ease 250ms;
    border: 2px solid #c0ebff;
}
.blok-forma-raschet-left .radio-control:hover .radio-input{
    box-shadow:0 0px 15px rgba(0,0,0,0.2), 0 0px 22px rgba(0,0,0,0.2);
}
.blok-forma-raschet-left .radio-control .radio-input i{
    display:block;
    font-size:70px;
    color:#BFE2FF;
    font-weight:900;
}
.blok-forma-raschet-left .radio-control .radio-input img{
    width:100%;
	border-radius: 5px;
	margin: 5px 0px 0 0;
}
.blok-forma-raschet-left .radio-control .radio-input span{
    font-family:OpenSans-Regular, Arial, Verdana;
    letter-spacing:1px;
    font-size:16px;
    font-weight:400;
    display:table;
	width:100%;
    height:40px;
    margin:0;
    color:rgb(170, 170, 170);
}

.blok-forma-raschet-left .radio-control .radio-input span div{
    vertical-align:middle;
    display:table-cell;
}

.blok-forma-raschet-left .radio-control input:checked + .radio-input span{
    color:#444;
    opacity:1;
    transition:opacity ease 250ms;
}
.blok-forma-raschet-left .radio-control input:checked + .radio-input:after{
    top:0;
    right:20px;
    transform:translateY(-50%);
    animation-name:animation;
    animation-duration:250ms;
    background-color:#FFF;
    font-size:25px;
    display:block;
    position:absolute;
    border:0px solid #FFF;
	border-radius: 100%;
    padding-left:0px;
    content:"\f058";
    font-family:"FontAwesome";
    font-weight:bold;
}
.blok-forma-raschet-left .radio-control input:checked + .radio-input{
    border: 2px solid #387bc9;
}
.blok-forma-raschet-left .radio-control input:checked + .radio-input:after,
.blok-forma-raschet-left .radio-control input:checked + .radio-input i{
    color:#387bc9;
}
@keyframes animation{
    0%{
        transform:translateY(-50%) scale(0);
    }
    75%{
        transform:translateY(-50%) scale(1.3);
    }
    100%{
        transform:translateY(-50%) scale(1);
    }
}
@media screen and (max-width:768px){
    .radio-form{
        display:block;
    }
    .radio-form .radio-control{
        width:100%;
        margin-bottom:30px;
    }
}



.blok-forma-raschet-right{
    float:left;
    width:48%;
    margin:0 0 0 2%;
}

.input-prepend.poleleft
{
    float:left;
    width:45%;
    margin: 0 5% 0 0;
}

.blok-forma-raschet-right h4{
    font-family:OpenSans-Bold, Tahoma;
    font-size:20px;
    font-weight:400;
	line-height:120%;
    text-align:left;
	color:#0b306e;
	margin:25px 0 12px;
}
.blok-forma-raschet-right p{
    font-family:OpenSans-Regular, "Courier New", Courier, monospace;
    font-size:14px;
    font-weight:400;
    line-height:120%;
    text-align:left;
    color:#a9a9a9;
    margin:0px 0 15px;
    float:left;
}


.formaras-knopka{
    font-size:22px;
    margin:0 auto;
    padding:10px;
    border-radius:5px;
    font-family:OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight:400;
    line-height:120%;
    color:#fff;
    text-align:center;
    width:220px;
    float:left;
    background:#ed5543;
    cursor:pointer;
    box-sizing:border-box;
}

div.blok-forma-raschet-right input[type="text"]{
    background:#fff;
    border:1px solid #cacaca;
    border-radius:3px!important;
	box-sizing:border-box;
    height:50px;
    width:100%!important;
}

.blok-forma-raschet-right .span2{
    width:100%!important;
    max-width:100%!important;
    float:left!important;
    margin:0 60px 10px 0;
    padding:10px;
    box-sizing:border-box;
    height:45px;
    border:1px solid #cacaca!important;
    font-family:OpenSans-Regular, "Courier New", Courier, monospace;
    font-size:18px!important;
    color:#000;
}











.blok-form-color .radio-control{
    width:9%;
    transition:all 250ms ease 0s;
    float:left;
    margin:0 1% 1% 0;
}
.blok-form-color .radio-control input{
    display:none;
}
.blok-form-color .radio-control .radio-input{
    background:#fff;
    text-align:center;
    padding: 2px;
    border-radius:5px;
    cursor:pointer;
    margin:0 0px;
    position:relative;
    transition:all ease 250ms;
    border: 2px solid #c0ebff;
}
.blok-form-color .radio-control:hover .radio-input{
    box-shadow:0 0px 15px rgba(0,0,0,0.2), 0 0px 22px rgba(0,0,0,0.2);
}
.blok-form-color .radio-control .radio-input i{
    display:block;
    font-size:70px;
    color:#BFE2FF;
    font-weight:900;
}
.blok-form-color .radio-control .radio-input img{
    width:100%;
	border-radius: 3px;
	margin: 0px 0px 0 0;
}
.blok-form-color .radio-control .radio-input span{
    font-family:OpenSans-Regular, Arial, Verdana;
    letter-spacing:1px;
    font-size:16px;
    font-weight:400;
    display:table;
	width:100%;
    height:40px;
    margin:0;
    color:rgb(170, 170, 170);
}

.blok-form-color .radio-control .radio-input{
    vertical-align:middle;
    display:table-cell;
}

.blok-form-color .radio-control input:checked + .radio-input {
    color:#444;
    opacity:1;
    transition:opacity ease 250ms;
}
.blok-form-color .radio-control input:checked + .radio-input:after{
    top:0;
    right:20px;
    transform:translateY(-50%);
    animation-name:animation;
    animation-duration:250ms;
    background-color:#FFF;
    font-size:25px;
    display:block;
    position:absolute;
    border:0px solid #FFF;
	border-radius: 100%;
    padding-left:0px;
    content:"\f058";
    font-family:"FontAwesome";
    font-weight:bold;
}
.blok-form-color .radio-control input:checked + .radio-input{
    border: 2px solid #387bc9;
}
.blok-form-color .radio-control input:checked + .radio-input:after,
.blok-form-color .radio-control input:checked + .radio-input i{
    color:#387bc9;
}

















/* ползунок */


.widget-small__button
{
    width: 220px;
}



::-webkit-scrollbar-button { 
background-image:url(''); 
background-repeat:no-repeat; 
width:3px; 
height:0px 
} 

::-webkit-scrollbar-track { 
background-color:#ffffff00; 
} 

::-webkit-scrollbar-thumb { 
-webkit-border-radius: 5px; 
border-radius: 5px; 
background-color:#ed5543; 

background-position:center; 
background-repeat:no-repeat; 
} 

::-webkit-resizer{ 
background-image:url(''); 
background-repeat:no-repeat; 
width:3px; 
height:0px 
} 

::-webkit-scrollbar{ 
width: 3px; 
}























/* Форма в модальном окне */

div.box-modal {
    position: relative;
    max-width: 400px !important;
    font-size: 17px;
    line-height: 140% !important;
    min-height: 120px;
    padding: 40px;
    background: #fff;
    background-size: cover;
    color: #000;
    font-family: OpenSans-Regular, Arial, Verdana;
    border-radius: 10px;
    box-sizing: border-box;
}

#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 110%;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
	line-height: 140% !important;
}

div.box-modal-shapka .modal-close, #feedback-modal-box .modal-close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
    color: #000;
    cursor: pointer;
    border-radius: 14px;
    font-family: OpenSans-Regular, Tahoma;
}

div.box-modal-shapka .modal-close:hover {
    background: #ed5543;
	color: #fff;
}

#feedback-modal-box .modal-close:hover {
    background: #ed5543;
	color: #fff;
}

.box-modal-shapka
{
	padding: 0px 0px 0px;
}

.box-modal-shapka-katalog
{
	padding: 0px 0px 0px;
}

div.box-modal-shapka h1
{
    font-family: OpenSans-Regular, OpenSans-Bold, Calibri, Tahoma;
	font-size: 28px;
	font-weight: 400;
    line-height: 120%;
    margin: 10px 0 10px;
	text-align: left;
	color: #000;
}

div.box-modal-shapka h3
{
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin: 10px 0 10px;
	text-align: left;
	color: #000;
}

div.box-modal-shapka-katalog h1
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
	font-size: 20px;
    line-height: 120%;
    margin: 10px 0 10px;
	text-align: left;
	color: #000;
	font-weight: 400;
}

div.box-modal-shapka-katalog h3
{
    font-family: OpenSans-Bold, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin: 10px 0 10px;
	text-align: left;
	color: #000;
	font-weight: 400;
}

div.box-modal-shapka-produkt-title {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 70%;
    line-height: 140%;
    color: #fff;
    margin: 0px 5% 0px auto;
    display: table;
    height: 70px;
    float: left;
}

.box-modal-shapka-produkt-title div {
    vertical-align: middle;
    display: table-cell;
}

div.box-modal-shapka-produkt-cena {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: right;
    width: 25%;
    line-height: 140%;
    color: #e2f44d;
    margin: 0px auto 0px auto;
    display: table;
    height: 70px;
    float: left;
}

.box-modal-shapka-produkt-cena div {
    vertical-align: middle;
    display: table-cell;
}

div.box-modal-shapka p
{
    font-family: OpenSans-Regular, 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    margin: 0px 0 10px;
	text-align: left;
	color: #000;
}

.box-modal-content
{
    background: #fff;
	padding: 30px 0px 0px;
}

.box-modal-content form {
    margin: 0 0 0px;
}

.box-modal-content input[type="text"], .box-modal-content textarea
{
    background: #fff;
    border: none;
    border-bottom: 1px solid #e8e8e8;
}

.box-modal-content .checkbox {
    min-height: 20px;
    padding-left: 0px;
	margin: 20px 0 0 0;
}

div.box-modal-content textarea, div.box-modal-content input[type="text"] {
    padding: 15px 2.5% !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

div.box-modal-content .input-medium {
    width: 95% !important;
}

div.box-modal-content .btn-success {
    color: #fff;
    border: none !important;
    border-radius: 4px !important;
    background-color: #ed5543 !important;
	
}

div.box-modal-content input[type="button"].btn-block {
    width: 250px;
    margin: 10px 0 0 0;
}


div.box-modal-content textarea:focus, div.box-modal-content input[type="text"]:focus
{
    box-shadow: none;
    border: none;
	border-color: #19202c;
    border-bottom: none;
}

div.box-modal-content a:active, div.box-modal-content a:focus { outline: none; }

div.box-modal-content input, div.box-modal-content textarea {outline:none;}
div.box-modal-content input:active, div.box-modal-content textarea:active {outline:none;}

div.box-modal-content textarea {resize:none;}
div.box-modal-content textarea {resize:vertical;}
div.box-modal-content textarea {resize:horizontal;}


div.box-modal-content input:-webkit-autofill, div.box-modal-content textarea:-webkit-autofill, div.box-modal-content select:-webkit-autofill {
    background-color: #19202c !important;
    background-image: none !important;
    color: #555 !important;
}

.formname input[type=checkbox] {
    display:none;
}
.formname input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 20px 0 20px 40px !important;
    cursor: pointer;
	text-align: left;
    line-height: 140%;
    color: #333333;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 13px;
	padding: 0;
    border: none;
}
.formname input[type=checkbox] + label:hover {
    color:#337AB7;
}
.formname input[type=checkbox] + label:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    line-height: 18px;
    left: -40px;
    top: 7px;
    border: 1px solid #d4d4d4;
}
.formname input[type=checkbox]:checked + label:before{
    content: '\2714';
    font-family: OpenSans-Regular, Arial, Verdana;
    color: #000000;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #16c60c;
}
.formname input[type=submit] {
    display: block;
    cursor: pointer;
    font-size: 24px;
    font-family: OpenSans-Regular, Arial, Verdana;
    padding: 15px 30px;
	width: 100% !important;
    margin: 10px auto 0 !important;
    border: 1px solid rgb(39, 95, 139);
    background: rgb(51, 122, 183);
    color: rgb(255, 255, 255);
    transition: all 0.4s ease 0s;
    font-weight: 400;
}
.formname input[type=submit]:hover {
    background: #275F8B;
}
.formname input[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
