body{
	color: #222222;
	font-family: 'Tahoma', sans-serif;
	font-size: 12px;
	line-height: normal;
}
*{
	margin: 0;
	padding: 0;
}
a{
	color: #0a75a3;
	text-decoration: underline;
	outline: 0;
	cursor: pointer;
}
a:hover{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-size: 18px;
	color: #424242;
	text-transform: uppercase;
	font-weight: normal;
}
.container, #sp-page-builder .sppb-row-container {
    width: 1000px;
    padding: 0;
}
#sppb-addon-1510437418267{
	float: left;
}
.top_menu {
    width: 100%;
    height: 100%;
    min-height: 35px;
    margin: 0 auto;
    background: #424242 url('../images/bg.png') 0 0 repeat;
}
.top_menu .col-md-6{
	padding: 0;
}
.top_menu ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
.top_menu ul li{
	float: left;
    padding: 7px 5px 7px 12px;
}
.top_menu ul li a{
    font-size: 12px;
    color: #ffe664;
    letter-spacing: 1px;
}
.top_menu ul li a.city {
	font-size: 12px;
    color: #ffe664;
    letter-spacing: 1px;
    background: url(/templates/qravto/images/icon.png) 0 0 no-repeat;
    background-size: contain;
    padding: 0 0 0 20px;
    border: 0;
    text-decoration: underline;
}
.top_menu ul li a.city:hover{
	text-decoration: none;
}
.site .mcs-overlay,
.site .mcs-dialog .quick-search{
	display: none !important;
}
.top_menu .mcs-module{
	width: auto;
}
.top_menu .tel{
	overflow: hidden;
	width: 100%;
}
.top_menu .tel a{
	color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 7px 33px 0 0;
    display: block;
    float: left;
}
.top_menu .tel a.zvon{
	font-size: 12px;
    color: #ffe664;
    text-decoration: underline;
    padding: 7px 0 0 2px;
}
.top_menu .tel a.zvon:hover{
	text-decoration: none;
}
.site .mcs-dialog {
    box-sizing: border-box;
    position: absolute;
    z-index: 9000;
    top: 35px;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    background-color: #444444;
    box-shadow: 0px 0px 0 #c7c7c7;
    -moz-box-shadow: 0px 0px 0 #c7c7c7;
    -webkit-box-shadow: 0px 0px 0 #c7c7c7;
}
.site .mcs-dialog {
	background: #444444;
    width: 100%;
    overflow: hidden;
}
.site .mcs-dialog a.close{
	color: #fff;
    opacity: 1;
    background: none;
    text-shadow: 0 0 0 #000;
    padding: 10px 0 0 0;
    outline: 0;
    position: relative;
    top: 0;
    right: 0;
    text-decoration: none;
	text-transform: lowercase;
}
.gorod button.close span{
    text-shadow: 0 0 0 #000;
    font-weight: normal;
    font-size: 15px;
    display: block;
    float: left;
    margin: 4px 5px 0 0;
}
.gorod .vibor{
	width: 812px;
    margin: 0 auto;
}
.site .mcs-dialog .title{
    display: block;
    color: #fff;
    font-size: 20px;
    margin: 20px 0 0 0;
    padding: 0;
}
.site .mcs-dialog .inner{
	float: left;
    width: 410px;
    background: none;
}
.site .mcs-dialog .cities-wrapper.full-width{
    overflow: hidden;
    height: auto;
}
.site .mcs-dialog .cities{
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 15px 0 0 0;
}
.site .mcs-dialog .cities .city{
    position: relative;
    float: left;
    width: 50%;
    margin: 15px 0;
}
.site .mcs-dialog .cities .city a.active:before,
.site .mcs-dialog .cities .city a:hover:before{
    content: '';
    background: url(/templates/qravto/images/sprite.png) -63px -302px no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 2px 10px 0 0;
}
.site .mcs-dialog .cities .city a:before{
	content: '';
    background: url(/templates/qravto/images/sprite.png) -296px -277px no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 2px 10px 0 0;
}
.site .mcs-dialog .cities .city a{
	color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding-left: 0;
    text-decoration: none;
	border: 0;
}
.site .mcs-dialog .map{
	float: left;
    width: 401px;
	margin: -25px 0 30px 0;
}
.site .mcs-module .question{
	background-color: #0f91c4;
    -webkit-box-shadow: 0 4px 10px 0 rgba(141,69,0,.35);
    box-shadow: 0 4px 10px 0 rgba(141,69,0,.35);
    color: #fff;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 28px;
    z-index: 10;
    text-align: left;
    line-height: 1.2;
    min-width: 180px;
    visibility: visible;
    border: 0;
}
.site .mcs-module .question:before{
	position: absolute;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #0f91c4;
    height: 0;
    width: 0;
    top: -6px;
    left: 20px;
}
.site .mcs-module .question .close {
    position: relative;
    top: -5px;
    left: 1px;
    color: #fff;
    opacity: 1;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
}
.site #mcs-button-yes,
.site #mcs-button-no{
	border-radius: 2px;
    border: 2px solid rgba(255,255,255,.5);
    padding: 6px 10px;
    min-width: 46px;
    background-color: transparent;
    color: #fff;
    margin-top: 16px;
    margin-right: 8px;
    cursor: pointer;
    line-height: 1.1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.navbar-brand{
    padding: 18px 0 0 20px;
    height: auto;
    width: 217px;
}
.navbar-brand>img {
    width: 100%;
}
.navbar-nav>li>a{
	font-size: 12px;
    color: #424242;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.6px;
    font-weight: bold;
	padding: 0;
}
.navbar-nav{
	padding: 48px 0 0 58px;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #fff;
	border-bottom: 1px solid #424242;
}
.navbar-nav>li {
    padding: 0 19px 0 0;
}
.navbar-nav>li:nth-last-child(1){
	padding: 0;
}
#sp-page-builder #sec_1{
    width: 100%;
    margin-top: -4px;
    position: relative;
    z-index: 2;
}
#sec_1 .img{
    margin: 25px 0 0 -60px;
    width: 759px;
    float: left;
}
#sec_1 .img img{
	
}
#sec_1 .form{
	background: url(/templates/qravto/images/form.png) 0 0 no-repeat;
    height: 325px;
	padding-top: 4px;
	margin: 0 0 0 -63px;
}
#sec_1 .nav-tabs,
#sec_1 .sppb-nav-tabs,
{
	border: 0;
}
#sec_1 .nav-tabs>li{
	
}
#sec_1 .nav-tabs>li>a,
#sec_1 .sppb-nav-tabs > li > a{
    text-decoration: none;
    color: #555;
    background: #f1f5f7;
    border: 2px dashed #c5c5c5;
    padding: 1px 0;
    margin: 0 3px 0 0;
    width: 129px;
    border-radius: 5px;
    position: relative;
    text-align: center;
	transition: .2s ease-in-out;
	overflow: hidden;
	font-weight: normal;
    font-size: 12px;
}
#sec_1 .nav-tabs>li>a:before,
#sec_1 .sppb-nav-tabs > li > a:before{
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}
#sec_1 .nav-tabs>li.active>a, 
#sec_1 .nav-tabs>li.active>a:focus, 
#sec_1 .nav-tabs>li.active>a:hover,
#sec_1 .nav-tabs>li>a:hover,
#sec_1 .sppb-nav-tabs > li.active > a, 
#sec_1 .sppb-nav-tabs > li.active > a:hover, 
#sec_1 .sppb-nav-tabs > li.active > a:focus,
#sec_1 .sppb-nav-tabs > li > a:hover{
    color: #fff;
    background: #0d84b5;
    border: 2px dashed #0d84b5;
}
#sec_1 .nav-tabs>li>a:hover:before,
#sec_1 .sppb-nav-tabs > li > a:hover:before{
    left: 150px;
    transition: .5s ease-in-out;
}
#sec_1 .tibi,
#sec_1 .sppb-tab{
	width: 265px;
    float: right;
    margin: 19px 30px 0 0;
}
#sec_1 .tab-content,
#sec_1 .sppb-nav-tabs-content{
	margin: 0 -30px 0 0;
    background: none;
    border: 0;
    padding: 0;
}
#sec_1 .sppb-nav-tabs{
	border: 0;
}
#sec_1 .form p{
    font-size: 18px;
    color: #fff;
    padding: 7px 0px 7px 0;
    text-align: center;
    float: right;
    width: 255px;
    margin: 0px 40px 9px 0 !important;
    line-height: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#sec_1 .form .grup{
	margin: 0 0 0 0;
    width: 260px;
    float: right;
}
#sec_1 .form .control-group .control-label,
#sec_1 #column-id-1510437418264 .alert .close{
	display: none;
}
#sec_1 #column-id-1510437418264 .form .control-group{
    margin: 0 0 0 0;
    width: 260px;
    float: right;
}
#sec_1 #column-id-1510437418264 .alert-success{
	background: none;
    border: none;
    padding: 0;
    text-shadow: none;
}
#sec_1 .form .grup input,
#sec_1 .form .grup select,
#sec_1 .form .control-group input{
	font-size: 12px;
    color: #505050;
    width: 200px;
    border-radius: 5px;
    height: 23px;
    border: none;
    margin-bottom: 9px;
    padding: 0 6px;
}
#sec_1 .form .grup span,
#sec_1 .form .grup .inf,
#sec_1 .form .control-group .inf{
	margin: -2px 0 0 0;
    width: 260px;
    float: right;
    display: block;
    color: #fff;
    letter-spacing: 0.2px;
}
#sec_1 .form .control-group .btn span{
	color: #fff;
}
#sec_1 .form .grup .btn,
#sec_1 .form .control-group .btn{
	background: url(/templates/qravto/images/btn.png) 95% 50% no-repeat;
    color: #fff;
    font-size: 18px;
    padding: 6px 25px 6px 10px;
    text-transform: uppercase;
    margin: 0px 0 0 80px;
    letter-spacing: 0.5px;
    transition: .2s ease-in-out;
    overflow: hidden;
    position: relative;
	border: 0;
    box-shadow: none;
    text-shadow: none;
}
#sec_1 .form .grup .btn:before,
#sec_1 .form .control-group .btn:before{
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}
#sec_1 .form .grup .btn:hover,
#sec_1 .form .control-group .btn:hover{
    background: url(/templates/qravto/images/btn.png) 100% 50% no-repeat;
}
#sec_1 .form .grup .btn:hover:before,
#sec_1 .form .control-group .btn:hover:before{
    left: 150px;
    transition: .5s ease-in-out;
}
#sec_2{
	
}
#sec_2 .left{
	float: left;
    width: 700px;
}
#sec_2 .left .zag{
	font-size: 18px;
    color: #424242;
    text-transform: uppercase;
    text-align: center;
    margin: 38px 0 0 0;
}
#sec_2 .left .text{
	font-size: 12px;
    color: #222222;
    margin: 19px auto 0 auto;
    width: 95%;
    text-align: center;
    line-height: 17px;
}
#sec_2 .left .text p{
	
}
#sec_2 .left .text p b{
	text-transform: uppercase;
    line-height: 29px;
    margin: -5px 0 -5px 0;
    display: block;
}
#sec_2 .left .text p a{
	
}
#sec_2 .right{
    background: url(/templates/qravto/images/bgl.png) 0 0 no-repeat;
    float: left;
    width: 280px;
	height: 345px;
    margin: -66px 0 0 -3px;
    position: relative;
    z-index: 1;
}
#sec_2 .right .zag{
	font-size: 18px;
    color: #fff;
    margin: 105px auto 0 auto;
    text-transform: uppercase;
    width: 163px;
}
#sec_2 .right .text{
	display: table;
    width: 79%;
    margin: 12px auto 0 auto;
}
#sec_2 .right .text .sel{
	display: table-row;
}
#sec_2 .right .text .sel .zp{
	display: table-cell;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
#sec_2 .right .text .sel .te{
    display: table-cell;
    padding: 0 0 0 16px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 10px;
}
#sec_2 .right .text .sel .te a,
#sec_2 .right .text .sel .te span{
	color: #fff;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
#sec_2 .right .text .sel .te span{
	line-height: 23px;
    margin-top: -4px;
}
#sppb-addon-1510439886816{
	float: left;
    width: 700px;
}
#sppb-addon-1510439886819{
	float: left;
    width: 280px;
}
.sp-page-builder .page-content #sec_3{
    background: url(/templates/qravto/images/bgv.png) center top no-repeat;
    background-size: contain;
    margin: -12px auto 0 auto;
    padding: 19px 0 0 0;
    position: relative;
    z-index: 0;
    height: 700px;
}
#sec_3 .container{
	width: 100%;
}
#sec_3 .zag{
	font-size: 24px;
    color: #3f3f3f;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0 0 0;
}
#sec_3 .video{
	margin-top: 15px;
}
#sec_3 .click-for-video {
    width: 821px;
    height: 512px;
    cursor: pointer;
    margin: 0 auto;
}
#sec_3 .youtube {
	width: 821px;
    height: 512px;
	margin: 0 auto;
	border: 0;
}
#sec_3 div.youtube {
  	display: none;
}
#sec_4{
    background: #157ca6;
    padding-bottom: 34px;
    margin: -14px 0 0 0;
    position: relative;
    z-index: 1;
}
#sec_4 .zag{
	color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    padding: 27px 0 27px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#sec_4 .prie .sppb-row{
	padding-top: 35px;
}
#sec_4 .prie .sppb-column-addons>div{
	position: relative;
	height: 110px;
}
#sec_4 .prie{
	width: 100%;
    overflow: hidden;
	padding: 0 0 29px 0;
}
#sec_4 .prie col-md-3{
	position: relative;
}
#sec_4 .prie .title{
    color: #2e99c5;
    position: absolute;
    font-size: 100px;
    font-weight: bold;
    left: 3px;
    top: -13px;
    z-index: 0;
}
#sec_4 .prie .text{
    color: #fff;
    padding: 33px 0 20px 0;
    line-height: 18px;
    width: 100%;
    letter-spacing: 0.2px;
    text-align: center;
    position: relative;
    z-index: 1;
}
#sec_4 .icon{
	width: 100%;
    overflow: hidden;
}
#sec_4 .icon .ic{
    float: left;
    width: 333px;
    /*background: url(/templates/qravto/images/st.png) 100% 79px no-repeat;*/
}
#sec_4 .icon .ic:nth-last-child(1){
	background: none;
}
#sec_4 .icon .ic .img{
	background: #2e99c5;
    border-radius: 50%;
    width: 108px;
    height: 108px;
    margin: 33px auto 0 auto;
	position: relative;
}
#sec_4 .icon .ic .img img{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#sec_4 .sppb-addon-single-image-container{
	position: inherit;
}
#sec_4 .icon .ic .tile{
	font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
#sec_4 .icon .ic .text{
	color: #fff;
    margin: 6px auto 0 auto;
    text-align: center;
    line-height: 16px;
	letter-spacing: -0.1px;
	width: 90%;
}
#sec_5{
	
}
#sec_5 .zag{
	font-size: 24px;
    color: #3f3f3f;
    text-align: center;
    text-transform: uppercase;
    padding: 44px 0 20px 0;
}
#sec_5 .price{
   
}
#sec_5 .price .col-md-3,
#sec_5 .price .sppb-col-md-3{
	background: #f1f5f7;
    border: 2px dashed #c5c5c5;
    padding: 10px;
    margin: 0 10px 10px 0;
    width: 245px;
    height: 100%;
    min-height: 262px;
    border-radius: 5px;
    position: relative;
    transition: .5s ease-in-out;
}
#sec_5 .price .sppb-col-md-3 div:nth-child(3){
	position: absolute;
    left: 0;
    right: 0;
    bottom: 95px;
    margin: auto;
    height: 42px;
}
#sec_5 .price .sppb-col-md-3 div:nth-child(4){
	position: absolute;
    bottom: 50px;
    width: 100%;
}
#sec_5 .price .sppb-col-md-3 div:nth-child(5){
	position: absolute;
    bottom: 0;
    width: 100%;
}
#sec_5 .price .sppb-col-md-3 .sppb-column-addons{
	min-height: 237px;
}
/* #sec_5 .price.popo .sppb-col-md-3{
	margin: 0 auto;float: none;
} */
#sec_5 .price .col-md-3:hover,
#sec_5 .price .sppb-col-md-3:hover{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	transition: .5s ease-in-out;
}
#sec_5 .price .zag{
	padding: 0;
	font-size: 18px;
}
#sec_5 .price .title{
	text-align: center;
    padding: 5px 0;
}
#sec_5 .price .cena{
	text-align: center;
    font-size: 35px;
    color: #117da5;
}
#sec_5 .price .row{
	padding: 0;
}
#sec_5 .price .bottom a,
#sec_5 .price .sppb-btn-default{
	font-size: 16px;
    color: #201f19;
    text-decoration: none;
    text-transform: uppercase;
    background: #fcd71a;
    display: block;
    margin: 15px auto 0 auto;
    width: 100%;
    height: 35px;
    padding: 7px 0 0 0;
    text-align: center;
    border-radius: 25px;
    border-top: 1px solid #fcd71a;
    border-left: 1px solid #fcd71a;
    border-bottom: 1px solid rgba(105, 88, 2, 0.45);
    border-right: 1px solid rgba(105, 88, 2, 0.45);
    outline: 0;
	transition: .2s ease-in-out;
    overflow: hidden;
	position: relative;
}
#sec_5 .price .bottom a:before,
#sec_5 .price .sppb-btn-default:before{
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}
#sec_5 .price .bottom a:hover:before,
#sec_5 .price .sppb-btn-default:hover:before{
    left: 235px;
    transition: .5s ease-in-out;
}
#sec_6{
	background: url(/templates/qravto/images/slide.jpg) 0 35px no-repeat;
    background-size: cover;
}
#sec_6 .container{
	width: 1200px
}
#sec_6 .slider{
	margin-top: 56px;
}
#sec_6 .slider .zag{
    font-size: 24px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
    height: 29px;
}
#sec_6 .slider .img{
    float: left;
    width: 100%;
    margin-top: 45px;
	margin-left: 0;
}
#sec_6 .slider .img img{
	width: 100%;
}
#sec_6 .slider .slick-slide{
	outline: 0;
}
#sec_6 .slider .text{
    position: relative;
    margin: 20px 0 0 0px;
    float: left;
    width: 100%;
}
#sec_6 .slider .text p{
	font-size: 18px;
    color: #fff;
    width: 390px;
    line-height: 30px;
}
#sec_6 .slider .text a{
	font-size: 16px;
    color: #201f19;
    text-decoration: none;
    text-transform: uppercase;
    background: #fcd71a;
    display: block;
    margin: 37px auto 0 auto;
    width: 245px;
    border-radius: 25px;
    border-top: 1px solid #ffeb86;
    border-left: 1px solid #ffeb86;
    border-bottom: 1px solid rgba(105, 88, 2, 0.45);
    border-right: 1px solid rgba(105, 88, 2, 0.45);
	outline: 0;
	transition: .2s ease-in-out;
    overflow: hidden;
	position: relative;
}
#sec_6 .slider .text a:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}
#sec_6 .slider .text a:hover:before {
    left: 235px;
    transition: .5s ease-in-out;
}
#sec_6 .slick-prev, #sec_6 .slick-next{
    width: 45px;
    height: 45px;
    z-index: 1;
    top: 55%;
}
#sec_6 .slick-prev:before, #sec_6 .slick-next:before{
	display: none;
}
#sec_6 .slick-prev{
	background: url(/templates/qravto/images/prev.png) 0px 0px no-repeat;
	left: 15px;
}
#sec_6 .slick-next{
	background: url(/templates/qravto/images/next.png) 0px 0px no-repeat;
	right: 15px;
}
#sec_6 .slick-dots {
	bottom: 9px;
	right: 0;
    width: 25%;
}
#sec_6 .slick-dots li.slick-active button:before,
#sec_6 .slick-dots li button:before{
	display: none;
}
#sec_6 .slick-dots li.slick-active button{
	background: #fedc29;
	border: 0;
}
#sec_6 .slick-dots li button{
	border: 1px solid #fff;
	border-radius: 50%;
    width: 13px;
    height: 13px;
}
#sec_6 .slick-dots li{
    width: 13px;
    height: 13px;
    margin: 0 3px;
}
#sec_6 .slider .text_1{
	position: relative;
    margin: -325px 0 0 180px;
    float: left;
}
#sec_6 .slider .text_1 p{
	width: 415px;
}
#sec_6 .slider .text_1 a{
	margin: 54px auto 0 auto;
}
#sec_6 .slider .text_2{
    position: relative;
    margin: -300px 155px 0 0;
    float: right;
}
#sec_6 .slider .text_2 p{
    color: #372605;
    width: 466px;
}
#sec_6 .slider .text_2 a{
	color: #fff;
    background: #127da6;
    border-top: 1px solid #35bef3;
    border-left: 1px solid #35bef3;
}
#sec_6 .slider .text_3{
    position: relative;
    margin: -354px 165px 0 0;
    float: right;
}
#sec_6 .slider .text_3 p{
	color: #372605;
    width: 311px;
}
#sec_6 .slider .text_3 a{
    color: #fff;
    background: #127da6;
    border-top: 1px solid #35bef3;
    border-left: 1px solid #35bef3;
    margin: 15px auto 0 auto;
}
#sec_7{
	margin: 27px 0 0 0;
}
#sec_7 .zag{
	font-size: 24px;
    color: #3f3f3f;
    text-align: center;
    text-transform: uppercase;
}
#sec_7 .title{
	font-size: 18px;
    color: #3f3f3f;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 20px;
}
#sec_7 .nav,
#sec_7 .sppb-nav{
	border: 0;
    margin: 14px 0 0 0;
}
#sec_7 .nav li,
#sec_7 .sppb-nav li{
    position: relative;
}
#sec_7 .nav li a,
#sec_7 .sppb-nav li a{
    background: #f1f5f7;
    border: 2px dashed #c5c5c5;
    padding: 1px 5px;
    margin: 0 3px 5px 0;
    width: 159px;
    height: 40px;
    border-radius: 5px;
    color: #474747;
    text-decoration: none;
    text-align: center;
    line-height: normal;
    transition: .2s ease-in-out;
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: normal;
}
#sec_7 .nav li a:before,
#sec_7 .sppb-nav li a:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}
#sec_7 .nav li a:hover:before,
#sec_7 .sppb-nav li a:hover:before {
    left: 235px;
    transition: .5s ease-in-out;
}
#sec_7 .nav li.active a,
#sec_7 .nav li:hover a,
#sec_7 .sppb-nav li.active a,
#sec_7 .sppb-nav li:hover a{
    color: #fff;
    background: none;
	background: #0d84b5;
	border: 2px dashed #0d84b5;
	transition: .2s ease-in-out;
}
#sec_7 .nav li:after,
#sec_7 .sppb-nav li:after{
	content: '';
    background: #0d84b5;
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    margin: auto;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
	opacity: 0;
}
#sec_7 .nav li:hover:after,
#sec_7 .nav li.active:after,
#sec_7 .sppb-nav li.active:after,
#sec_7 .sppb-nav li:hover:after{
	opacity: 1;
	transition: .2s ease-in-out;
}
#sec_7 .tab-content,
#sec_7 .sppb-tab-content{
    margin: 20px auto 0 auto;
    width: 100%;
    border: 0;
    padding: 0;
}
#sec_7 .tab-content .bottom,
#sec_7 .sppb-tab-content .bottom{
	width: 100%;
    overflow: hidden;
    margin: 15px auto;
    background: #f1f5f7;
    border: 2px dashed #c5c5c5;
    border-radius: 15px;
    padding: 5px 0;
}
#sec_7 .tab-content .bottom .cena,
#sec_7 .sppb-tab-content .bottom .cena{
	text-align: center;
    font-size: 35px;
    color: #117da5;
    float: left;
    width: 50%;
    border-right: 1px solid #ddd;
}
#sec_7 .tab-content .bottom a,
#sec_7 .sppb-tab-content .bottom a{
	font-size: 18px;
    color: #201f19;
    text-decoration: none;
    text-transform: uppercase;
    background: #fcd71a;
    display: block;
    margin: 4px 0 0 110px;
    height: 35px;
    padding: 5px 0 0 0;
    width: 245px;
    border-radius: 25px;
    border-top: 1px solid #ffeb86;
    border-left: 1px solid #ffeb86;
    border-bottom: 1px solid rgba(105, 88, 2, 0.45);
    border-right: 1px solid rgba(105, 88, 2, 0.45);
    outline: 0;
    text-align: center;
    float: left;
	transition: .2s ease-in-out;
    overflow: hidden;
	position: relative;
}
#sec_7 .tab-content .bottom a:before,
#sec_7 .sppb-tab-content .bottom a:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}
#sec_7 .tab-content .bottom a:hover:before,
#sec_7 .sppb-tab-content .bottom a:hover:before {
    left: 235px;
    transition: .5s ease-in-out;
}
#sec_8{
	margin: 22px 0 0 0;
}
#sec_8 .zag{
	font-size: 24px;
    color: #3f3f3f;
    text-align: center;
    text-transform: uppercase;
}
#sec_8 .slider{
	margin: 26px 0 0 0;
}
#sec_8 .slider img{
	
}
#sec_8 .slick-prev, #sec_8 .slick-next{
    width: 12px;
    height: 40px;
    z-index: 1;
    top: 55%;
}
#sec_8 .slick-prev:before, #sec_8 .slick-next:before{
	display: none;
}
#sec_8 .slick-prev{
	background: url(/templates/qravto/images/pr.png) 0px 0px no-repeat;
	left: -20px;
}
#sec_8 .slick-next{
	background: url(/templates/qravto/images/nx.png) 0px 0px no-repeat;
	right: -20px;
}
#sec_9{
	background: url(/templates/qravto/images/time.png) 50% 40px no-repeat;
}
#sec_9 .zag{
	font-size: 36px;
    color: #3c3c3c;
    margin: 39px 0 0 0;
    height: 210px;
    padding: 82px 0 0 0;
    text-align: center;
}
#sec_10{
	margin: 22px 0 0 0;
}
#sec_10 .zag{
	font-size: 24px;
    color: #3f3f3f;
    text-align: center;
    text-transform: uppercase;
}
#sec_10 .nav,
#sec_10 .sppb-nav{
	border: 0;
    margin: 14px 0 0 23px;
}
#sec_10 .nav li,
#sec_10 .sppb-nav li{
    position: relative;
}
#sec_10 .nav li a,
#sec_10 .sppb-nav li a{
    background: #f1f5f7;
    border: 2px dashed #c5c5c5;
    padding: 1px 5px;
    margin: 0 3px 5px 0;
    width: 159px;
    height: 40px;
    border-radius: 5px;
    color: #474747;
    text-decoration: none;
    text-align: center;
    line-height: normal;
    transition: .2s ease-in-out;
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: normal;
}
#sec_10 .nav li a:before,
#sec_10 .sppb-nav li a:before{
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}
#sec_10 .nav li a:hover:before,
#sec_10 .sppb-nav li a:hover:before{
    left: 235px;
    transition: .5s ease-in-out;
}
#sec_10 .nav li.active a,
#sec_10 .nav li:hover a,
#sec_10 .sppb-nav li:hover a,
#sec_10 .sppb-nav li.active a{
    color: #fff;
    background: none;
	background: #0d84b5;
	border: 2px dashed #0d84b5;
	transition: .2s ease-in-out;
}
#sec_10 .nav li:after,
#sec_10 .sppb-nav li:after{
	content: '';
    background: #0d84b5;
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
	opacity: 0;
}
#sec_10 .nav li:hover:after,
#sec_10 .nav li.active:after,
#sec_10 .sppb-nav li:hover:after,
#sec_10 .sppb-nav li.active:after{
	opacity: 1;
	transition: .2s ease-in-out;
}
#sec_10 .tab-content,
#sec_10 .sppb-tab-content{
	margin: 20px auto 0 auto;
    width: 100%;
    padding: 0;
    border: 0;
}
#sec_10 .tab-content p{
	font-size: 14px;
}
#sec_10 form{
	width: 100%;
	margin-top: 30px;
}
#sec_10 form .zag{
    display: block;
    font-size: 18px;
}
#sec_10 form .left,
#sec_10 #column-id-1510508890291 form .fox-column6{
    float: left;
    width: 50%;
    margin: 24px 0 0 0;
}
#sec_10 form .left .grup{
	width: 100%;
    overflow: hidden;
	margin-bottom: 35px;
}
#sec_10 #column-id-1510508890291 form .control-group .control-label .required{
	display: none;
}
#sec_10 #column-id-1510508890291 form .control-group .control-label{
	width: 180px;
	display: inline-block;
}
#sec_10 #column-id-1510508890291 form .control-group.fox-item-radio .control-label{
	margin: 0 0 0 50px;
    width: 133px;
}
#sec_10 #column-id-1510508890291 form .fox-item-radio-label-stacked{
	float: left;
	margin-right: 10px;
}
#sec_10 #column-id-1510508890291 form .control-group .fox-item-radio-label-stacked input{
    width: auto;
    height: auto;
	margin-right: 10px;
}
#sec_10 #column-id-1510508890291 form .control-group .fox-item-radio-label-stacked label{
	font-weight: normal;
    min-height: auto;
    display: block;
}
#sec_10 form .left .grup label,
#sec_10 #column-id-1510508890291 form .control-group .control-label label{
	font-size: 12px;
    color: #505050;
    font-weight: normal;
    width: 133px;
    margin: 0 0 0 50px;
    vertical-align: top;
}
#sec_10 #column-id-1510508890291 form .control-group .controls{
	display: inline-block;
	margin-bottom: 10px;
}
#sec_10 form .left .grup input,
#sec_10 #column-id-1510508890291 form .control-group input{
    border: 1px solid #a4a4a4;
    width: 240px;
    border-radius: 5px;
    height: 23px;
    padding: 0 0 0 9px;
}
#sec_10 form .left .vlad .lip textarea{
	border: 1px solid #a4a4a4;
    width: 299px;
    border-radius: 5px;
    padding: 0 0 0 9px;
    margin: 7px 0 0 186px;
}
#sec_10 form .left .vlad textarea{
	border: 1px solid #a4a4a4;
    width: 299px;
    border-radius: 5px;
    padding: 0 0 0 9px;
}
#sec_10 form .left .vlad .title{
	font-size: 12px;
    color: #505050;
    width: 100%;
    margin: 0 0 25px 50px;
    font-weight: bold;
    text-transform: uppercase;
}
#sec_10 form .left .vlad .title span{
	text-transform: initial;
    color: #0c84b5;
    font-weight: normal;
    margin: 0 0 0 15px;
}
#sec_10 form .left .vlad .grup .lip{
	display: inline-block;
    width: 299px;
}
#sec_10 form .left .vlad .grup .lip input{
	width: 97px;
}
#sec_10 form .rigth{
    float: right;
    width: 50%;
    margin: 24px -90px 0 0;
}
#sec_10 form .rigth .chek{
    width: 100%;
    display: table;
    margin: 0 0 34px 0;
}
#sec_10 form .rigth .chek label{
	font-size: 12px;
    color: #505050;
    font-weight: normal;
    width: 115px;
}
#sec_10 form .rigth .chek input{
	border: 1px solid #a4a4a4;
    width: 299px;
    border-radius: 5px;
    height: 23px;
    padding: 0 0 0 9px;
}
#sec_10 form .rigth .vlad .lip textarea{
	border: 1px solid #a4a4a4;
    width: 299px;
    border-radius: 5px;
    padding: 0 0 0 9px;
    margin: 7px 0 0 115px;
}
#sec_10 form .rigth .vlad textarea{
	border: 1px solid #a4a4a4;
    width: 299px;
    border-radius: 5px;
    padding: 0 0 0 9px;
}
#sec_10 form .rigth .vlad .title{
	font-size: 12px;
    color: #505050;
    width: 100%;
    margin: 0 0 25px 0;
    font-weight: bold;
    text-transform: uppercase;
}
#sec_10 form .rigth .vlad .title span{
	text-transform: initial;
    color: #0c84b5;
    font-weight: normal;
    margin: 0 0 0 15px;
}
#sec_10 form .rigth .vlad .chek .lip{
	display: inline-block;
    width: 299px;
}
#sec_10 form .rigth .vlad .chek .lip input{
	width: 97px;
}
#sec_10 form .rigth .vlad .chek .lip.pp input{
	width: 147px;
}
#sec_10 form .rigth .vlad .chek select{
	border: 1px solid #a4a4a4;
    width: 299px;
    border-radius: 5px;
    height: 23px;
    padding: 0 0 0 9px;
    background: #fff;
}
#sec_10 form .rigth .chek .zg{
	font-size: 12px;
    color: #505050;
    letter-spacing: 0.4px;
    line-height: 20px;
    float: left;
}
#sec_10 form .rigth .chek .rad{
	float: left;
    margin: 4px 0 0 19px;
}
#sec_10 form .rigth .chek .rad .radio {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}
#sec_10 form .rigth .chek .rad .radio + label {
	cursor: pointer;
}
#sec_10 form .rigth .chek .rad .radio:not(checked) {
	position: absolute;
	opacity: 0;
}
#sec_10 form .rigth .chek .rad .radio:not(checked) + label {
	position: relative;
    padding: 0 23px 0 21px;
    font-weight: normal;
	width: auto;
}
#sec_10 form .rigth .chek .rad .radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #a4a4a4;
    border-radius: 50%;
    background: #fff;
}
#sec_10 form .rigth .chek .rad .radio:not(checked) + label:after {
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1e87b1;
    opacity: 0;
    transition: all .2s;
}
#sec_10 form .rigth .chek .rad .radio:checked + label:after {
	opacity: 1;
}
#sec_10 form .rigth .chek .zaim{
	float: left;
    margin: 0 0 0 25px;
}
#sec_10 form .rigth .chek .zaim .radio {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}
#sec_10 form .rigth .chek .zaim .radio + label {
	cursor: pointer;
}
#sec_10 form .rigth .chek .zaim .radio:not(checked) {
	position: absolute;
	opacity: 0;
}
#sec_10 form .rigth .chek .zaim .radio:not(checked) + label {
	position: relative;
    padding: 6px 6px;
    font-weight: normal;
    background: #e9eef1;
    border-radius: 5px;
    margin: -3px 0 0 0;
}
#sec_10 form .rigth .chek .zaim .radio:checked + label{
	background: #ffdd2e;
}
#sec_10 form .rigth .chek:nth-child(3) .rad{
	margin: 2px 0 0 19px;
}
#sec_10 form .rigth .chek .rad input.text{
	border: 1px solid #a4a4a4;
    width: 175px;
    border-radius: 5px;
    height: 23px;
    padding: 0 0 0 9px;
    margin: 0 0 0 7px;
}
#sec_10 form .rigth .chek .zg span{
	color: #0d84b5;
}
#sec_10 form>.grups{
	width: 955px;
    overflow: hidden;
}
#sec_10 form>.grups>div,
#sec_10 #column-id-1510508890291 form .control-group .inf{
    color: #0d84b5;
    text-align: center;
    display: block;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}
#sec_10 #column-id-1510508890291 form .fox-row{
	overflow: hidden;
    width: 100%;
}
#sec_10 #column-id-1510508890291 form #fox-m115-submit-box .controls,
#sec_10 #column-id-1510508890291 form #fox-m116-submit-box .controls,
#sec_10 #column-id-1510508890291 form #fox-m117-submit-box .controls,
#sec_10 #column-id-1510508890291 form #fox-m118-submit-box .controls,
#sec_10 #column-id-1510508890291 form #fox-m119-submit-box .controls,
#sec_10 #column-id-1510508890291 form #fox-m120-submit-box .controls,
#sec_10 #column-id-1510508890291 form #fox-m121-submit-box .controls,
#sec_10 #column-id-1510508890291 form #fox-m122-submit-box .controls,
#sec_10 #column-id-1510508890291 form #fox-m126-submit-box .controls,
#sec_10 #column-id-1510508890291 form #fox-m127-submit-box .controls,
#sec_10 #column-id-1510508890291 form #fox-m128-submit-box .controls,
#sec_10 #column-id-1510508890291 form #fox-m129-submit-box .controls{
    width: 100%;
    float: none;
    text-align: center;
}
#sec_10 #column-id-1510508890291 form .control-group .asterisk{
	display: none;
}
#sec_10 #column-id-1510508890291 form .control-group .control-label.collapsed{
	display: none;
    padding: 0;
}
#sec_10 form .btn,
#sec_10 #column-id-1510508890291 form .control-group .btn{
    font-size: 16px;
    color: #201f19;
    text-decoration: none;
    text-transform: uppercase;
    background: #fcd71a;
    display: block;
    margin: 0 auto;
    width: 290px;
    border-radius: 25px;
    border-top: 1px solid #ffeb86;
    border-left: 1px solid #ffeb86;
    border-bottom: 1px solid rgba(105, 88, 2, 0.45);
    border-right: 1px solid rgba(105, 88, 2, 0.45);
    outline: 0;
	transition: .2s ease-in-out;
    overflow: hidden;
	position: relative;
	float: none;
    text-shadow: none;
    box-shadow: none;
}
#sec_10 form .btn:before,
#sec_10 #column-id-1510508890291 form .control-group .btn:before{
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}
#sec_10 form .btn:hover:before,
#sec_10 #column-id-1510508890291 form .control-group .btn:hover:before{
    left: 250px;
    transition: .5s ease-in-out;
}
#sec_10 form .btn.btn-warning{
	float: left;
	margin: 15px 15px 0 0;
}
#sec_10 form .btn.btn-primary{
	color: #fff;
    background: #127da6;
    border-top: 1px solid #35bef3;
    border-left: 1px solid #35bef3;
	float: right;
	margin: 15px 0 0 0;
}
#sec_7 .sppb-tab-content > .active,
#sec_10 .sppb-tab-content > .active{
	opacity: 1;
}
#sp-page-builder #sec_3 .sppb-row-container{
	width: 100%;
}
#sp-page-builder #sec_3 .sppb-row{
	margin: 0;
}
#sec_11{
	background: url(/templates/qravto/images/pro.png) 50% 50% no-repeat;
    background-size: cover;
    height: auto;
    margin: 21px 0 0 0;
}
#sec_11 .zag{
	font-size: 24px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
	margin: 20px 0 20px 0;
}
#sec_11 .panel-default>.panel-heading,
#sec_11 .sppb-panel-heading{
    background: rgba(0, 0, 0, 0.29);
    border: 1px solid #fff;
    border-radius: 5px;
    position: relative;
}
#sec_11 .panel-title>a,
#sec_11 .sppb-panel-title{
    color: #fff;
    background: none;
    border-radius: 0;
    padding: 1px 0;
    border: 0;
    text-decoration: none;
    text-align: center;
    margin: 0;
    line-height: normal;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}
#sec_11 .panel-default,
#sec_11 .sppb-panel-default{
    border: 0;
    background: none;
}
#sec_11 .panel-default>.panel-heading+.panel-collapse>.panel-body,
#sec_11 .sppb-panel-default .sppb-panel-body{
	border: 0;
	font-size: 14px;
    color: #fff;
    line-height: 20px;
}
#sec_11 .panel-title>a:hover,
#sec_11 .panel-title>a[aria-expanded="true"],
#sec_11 .sppb-panel-title:hover,
#sec_11 .active .sppb-panel-title{
    color: #ffe977;
    background: none;
}
#sec_11 p{
	font-size: 14px;
    color: #fff;
    line-height: 20px;
}
#sec_12{
    background: url(/templates/qravto/images/pro.png) 50% 50% no-repeat;
    background-size: cover;
    height: 210px;
    margin: -20px 0 0 0;
    position: relative;
}
#sec_12 .zag{
	font-size: 24px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}
#sec_12 .title{
	font-size: 18px;
    color: #fff;
    text-align: center;
}
#sec_12 form{
	margin: 45px 0 0 0;
}
#sec_12 form .control-group .control-label{
	display: none;
}
#sec_12 #fox-container-m114 form .control-group {
    float: left;
    width: auto;
}
#sec_12 #fox-container-m114 form #fox-m114-board-box{
	width: 100%;
    margin: -35px 0 10px 0;
}
#sec_12 div#fox-container-m114 .asterisk,
#sec_12 div#fox-container-m114 .alert .close{
	display: none;
}
#sec_12 div#fox-container-m114 .alert-success{
	background: none;
    border: none;
    text-shadow: none;
}
#sec_12 div#fox-container-m114 .alert-success p{
	font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
#sec_12 form input,
#sec_12 form .control-group input{
	border: 1px solid #a4a4a4;
	background: #fff;
    width: 360px;
    border-radius: 5px;
    height: 35px;
    padding: 0 0 0 9px;
    margin: 0 0 0 7px;
}
#sec_12 form .btn,
#sec_12 form .control-group .btn{
	font-size: 16px;
    color: #201f19;
    text-decoration: none;
    background: #fcd71a;
    display: inline-block;
    margin: 0 0 0 10px;
    height: 35px;
    width: 245px;
    border-radius: 25px;
    border-top: 1px solid #ffeb86;
    border-left: 1px solid #ffeb86;
    border-bottom: 1px solid rgba(105, 88, 2, 0.45);
    border-right: 1px solid rgba(105, 88, 2, 0.45);
    outline: 0;
	transition: .2s ease-in-out;
    overflow: hidden;
	position: relative;
	text-shadow: none;
    box-shadow: none;
}
#sec_12 form .btn:before,
#sec_12 form .control-group .btn:before{
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}
#sec_12 form .btn:hover:before,
#sec_12 form .control-group .btn:hover:before{
    left: 235px;
    transition: .5s ease-in-out;
}
.footer{
    height: 300px;
}
.footer .container{
	background: url(/templates/qravto/images/foot.png) 109% -34px no-repeat;
    width: 1040px;
}
.footer .logo{
	float: left;
    width: 230px;
}
.footer .logo .img{
	width: 70%;
    margin: 46px 0 0 45px;
}
.footer .logo .img img{
	width: 100%;
}
.footer .logo .doc{
	width: 100%;
    margin: 25px 0 0 0;
}
.footer .logo .doc .zag{
	color: #424242;
    text-align: center;
    letter-spacing: 1px;
}
.footer .logo .doc a.pdf{
	background: url(/templates/qravto/images/pdf.png) 0 0 no-repeat;
    display: inline-block;
    width: 41px;
    height: 87px;
    color: #424242;
    text-decoration: none;
    text-align: center;
    margin: 12px 0 0 30px;
    padding: 57px 0 0 0;
}
.footer .menu{
    float: left;
    width: 155px;
    margin: 42px 0 0 14px;
}
.footer .menu ul{
	list-style: none;
    padding: 0;
}
.footer .menu ul li{
    margin-bottom: 20px;
    padding: 0;
    float: none;
}
.footer .menu ul li a{
    text-decoration: none;
    color: #424242;
    font-weight: bold;
    text-transform: initial;
    display: inline-block;
    background: none;
    border: none;
}
.footer .menu ul li.default{
	display: none;
}
.footer .menu ul li a:hover{
	text-decoration: underline;
}
.footer .foot{
	float: left;
    width: 570px;
    margin: 38px 0 0 25px;
}
.footer .foot .soc{
	height: 81px;
}
.footer .foot .form{
	width: 400px;
}
.footer .foot .form .zag{
	color: #fff;
    text-transform: uppercase;
    margin: 0 0 0 28px;
}
#foot .foot .form .control-label{
	display: none;
}
.footer .foot .form .grup input,
#foot .foot .form .control-group input{
	font-size: 12px;
    color: #505050;
    width: 176px;
    border-radius: 5px;
    height: 23px;
    border: none;
    padding: 0 6px;
    float: left;
    margin: 10px 22px 2px 2px;
}
#foot .foot .form .control-group{
	float: left;
    width: 50%;
    margin: 0;
}
#foot .foot .form .control-group:nth-child(1),
#foot .foot .form .control-group:nth-last-child(1),
#foot .foot .form #fox-m106-board-box{
	width: 100%;
}
#foot div#fox-container-m106 .alert-error{
    padding: 3px 25px 5px 15px;
    margin-bottom: -5px;
}
#foot .foot .form .control-group.error input{
	border: 1px solid #b94a48;
}
#foot .foot .form div#fox-container-m106 .asterisk{
	display: none;
}
#foot .foot .form div#fox-container-m106 .alert-success{
	margin: 30px 0 0 0;
}
.footer .foot .form .grup input.btn,
#foot .foot .form .control-group input.btn{
    background: url(/templates/qravto/images/btn.png) 83% 50% no-repeat;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 14px 0 0 241px;
    letter-spacing: 0.5px;
    width: 200px;
	text-shadow: none;
    box-shadow: none;
}
.modal-backdrop{
	background: rgba(28, 47, 59, 0.63);
}
.modal-backdrop.in{
	opacity: 1;
}
#myModal .modal-dialog{
    background: url(/templates/qravto/images/pop.png) 0 0 no-repeat;
    height: 676px;
    width: 1145px;
	box-shadow: 0 0 0 #000;
	overflow: visible;
}
#myModal .modal-dialog .modal-content{
    background: none;
    box-shadow: 0 0 0 #000;
    border: 0;
    position: absolute;
    top: 28%;
    width: 46%;
    left: 14%;
    right: 0;
    margin: auto;
}
.modal .modal-dialog .modal-content .modal-header{
	padding: 0;
    border: none;
}
#myModal .modal-dialog .modal-content .modal-header .close{
	color: #fff;
    opacity: 1;
}
#myModal .modal-dialog .modal-content .modal-header h4{
	color: #fff;
    text-align: center;
    margin: 60px 0 0 0;
	font-size: 24px;
}
#myModal .modal-dialog .modal-content .modal-body{
	width: 70%;
    margin: 0 auto;
    padding: 0;
}
#myModal .modal-dialog:after{
	display: none;
}
.modal .modal-dialog .modal-content .modal-body .control-label,
#myModal #fox-m107-board-box,
#myModal div#fox-container-m107 .asterisk{
	display: none !important;
}
#myModal .modal-dialog .modal-content .modal-body .control-group {
	margin: 0;
}
#myModal .modal-dialog .modal-content .modal-body .control-group.error input{
	border: 1px solid red;
}
#myModal .modal-dialog .modal-content .modal-body .control-group .controls{
	width: 100%;
}
.modal .modal-dialog .modal-content .modal-body form input,
#myModal .modal-dialog .modal-content .modal-body .control-group input{
	font-size: 12px;
    color: #505050;
    width: 70%;
    border-radius: 5px;
    height: 30px;
    border: none;
    padding: 0 6px;
    margin: 7px auto;
    display: block;
}
.modal .modal-dialog .modal-content .modal-body form input.btn,
#myModal .modal-dialog .modal-content .modal-body .control-group input.btn{
	font-size: 16px;
    color: #201f19;
    text-decoration: none;
    text-transform: uppercase;
    background: #fcd71a;
    display: block;
    margin: 5px auto 0 auto;
    width: 70%;
    border-radius: 5px;
    border-top: 1px solid #ffeb86;
    border-left: 1px solid #ffeb86;
    border-bottom: 1px solid rgba(105, 88, 2, 0.45);
    border-right: 1px solid rgba(105, 88, 2, 0.45);
    outline: 0;
}
.modal .modal-dialog{
	background: #fdfeff;
	background: -moz-linear-gradient(top, #fdfeff 0%, #e2e1e2 100%);
	background: -webkit-linear-gradient(top, #fdfeff 0%,#e2e1e2 100%);
	background: linear-gradient(to bottom, #fdfeff 0%,#e2e1e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfeff', endColorstr='#e2e1e2',GradientType=0 );
	width: 600px;
    height: 500px;
    border-radius: 20px;
	position: relative;
	box-shadow: 0 0 100px #000;
	overflow: hidden;
	z-index: 10000;
}
.modal .modal-dialog:after{
    content: '';
    background: url(/templates/qravto/images/avto.png) 75% 50% no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 337px;
    display: block;
    opacity: 0.1;
}
.modal .modal-dialog .modal-content {
    background: none;
    box-shadow: 0 0 0 #000;
    border: 0;
    position: absolute;
    top: 15px;
    width: 95%;
    height: 470px;
    overflow-y: scroll;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.modal .modal-dialog .modal-content .modal-header .close{
	color: #000;
    opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header h4 {
    color: #555;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 24px;
}
.modal .modal-dialog .modal-content .modal-body {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow-y: scroll;
}
.header-car {
	background: url(/templates/qravto/images/avto1.png) 0 -15px no-repeat;
    width: 762px;
    height: 338px;
    position: relative;
    margin: 25px 0 0 -60px;
    float: left;
}
.header-car-item {
    position: absolute;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin-top: 10px;
}
.header-car-item.header-car-item1 {
    left: 0px;
    top: 15px;
}
.header-car-item.header-car-item2 {
    left: 214px;
    top: -20px;
}
.header-car-item.header-car-item3 {
	right: -10px;
    top: -35px;
}
.header-car-item.header-car-item4 {
    left: -135px;
    top: 75px;
}
.header-car-item.header-car-item5 {
    right: 30px;
    top: 200px;
}
.header-car-item.header-car-item6 {
    left: 80px;
    bottom: 18px;
}
.header-car-item.header-car-item7 {
    right: 80px;
    bottom: 18px;
}
.header-car-item-title {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
}
.header-car-item-title span {
    position: relative;
    z-index: 2;
    background: url(/templates/qravto/images/downarrow.png) center right no-repeat #ffe664;
    border-radius: 11px;
    padding: 0 30px 2px 15px;
    line-height: 20px;
	transition: .2s ease-in-out;
    overflow: hidden;
	display: block;
}
.header-car-item-title span:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}
.header-car-item-title span:hover:before {
    left: 235px;
    transition: .5s ease-in-out;
}
.header-car-item .line {
    position: absolute;
    height: 100px;
    width: 3px;
    background: #000;
}
.header-car-item.header-car-item1 .line {
	-webkit-transform: rotate(-80deg);
    -ms-transform: rotate(-80deg);
    transform: rotate(-80deg);
    height: 170px;
    right: -80px;
    top: -57px;
}
.header-car-item.header-car-item2 .line {
    -webkit-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    transform: rotate(-23deg);
    height: 30px;
    right: 52px;
    top: 18px;
}
.header-car-item.header-car-item3 .line {
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    height: 70px;
    left: 73px;
    top: 5px;
}
.header-car-item.header-car-item4 .line {
	-webkit-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    transform: rotate(-70deg);
    height: 50px;
    right: -15px;
    top: -5px;	
}
.header-car-item.header-car-item5 .line {
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    height: 40px;
    left: -3px;
    top: 13px;
}
.header-car-item.header-car-item6 .line {
    -webkit-transform: rotate(-151deg);
    -ms-transform: rotate(-151deg);
    transform: rotate(-151deg);
    height: 125px;
    left: 215px;
    top: -105px;
}
.header-car-item.header-car-item7 .line {
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
    height: 160px;
    left: -30px;
    top: -123px;
}
.header-car-item .line:after, .header-car-item-content:before, .nav-logo:before, nav ul li a:before {
    content: "";
}
.header-car-item .line:after {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    bottom: 0;
    right: -2px;
}
.header-car-item-content {
    font-size: 14px;
    line-height: 15px;
    padding: 0px;
    background: #fff;
  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    border-radius: 10px;
    width: 250px;
    position: absolute;
    left: 50%;
    margin-left: -125px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    visibility: hidden;
    opacity: 0;
}
.header-car-item-content span{
	position: relative;
    z-index: 2;
    background: #fff;
    padding: 10px;
    display: block;
    border-radius: 10px;
}
.header-car-item .line:after, .header-car-item-content:after, .nav-logo:before, nav ul li a:before {
    content: "";
}
.header-car-item-content:after {
	position: absolute;
    background: #fff;
    width: 20px;
    height: 20px;
    bottom: -6px;
    left: 50%;
    margin-left: -10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}
.header-car-item-title:hover+.header-car-item-content {
    visibility: visible;
    -webkit-animation: rotate 1s;
    animation: rotate 1s;
    opacity: 1;
}
@-webkit-keyframes rotate{
	0%{
		-webkit-transform:rotateY(40deg);
		transform:rotateY(40deg)
	}
	33%{
		-webkit-transform:rotateY(-20deg);
		transform:rotateY(-20deg)
	}
	66%{
		-webkit-transform:rotateY(10deg);
		transform:rotateY(10deg)
	}
	100%{
		-webkit-transform:rotateY(0);
		transform:rotateY(0)
	}
}
@keyframes rotate{
	0%{
		-webkit-transform:rotateY(40deg);
		transform:rotateY(40deg)
	}
	33%{
		-webkit-transform:rotateY(-20deg);
		transform:rotateY(-20deg)
	}
	66%{
		-webkit-transform:rotateY(10deg);
		transform:rotateY(10deg)
	}
	100%{
		-webkit-transform:rotateY(0);
		transform:rotateY(0)
	}
}
.details-list {
    position: relative;
    background: url(/templates/qravto/images/car3.png) 54px 50% no-repeat;
    height: 510px;
    margin: 25px auto 0;
    width: 1200px;
}
.sppb-addon-content .row {
    margin-left: -10px;
    margin-right: -10px;
	padding-top: 35px;
}
.sppb-addon-content .row.mod-top{
	padding-top: 15px;
}
.sppb-addon-content .row.mod-middle {
    margin-top: 122px;
}
.sppb-addon-content .row.mod-bottom {
    margin-top: 135px;
}
.details-list-item {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 40px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.details-list-item.mod-item1 {
	margin-right: 65px;
    margin-left: 20px;
}
.details-list-item.mod-item2 {
    margin-right: 45px;
}
.details-list-item.mod-item3 {
    margin-right: 55px;
}
.details-list-item.mod-item4 {
    margin-right: 115px;
}
.details-list-item.mod-item5 {
    margin-right: 50px;
}
.details-list-item.mod-item6 {
    margin-right: 95px;
    float: right;
}
.details-list-item.mod-item7 {
    margin-right: 105px;
    margin-left: 20px;
}
.details-list-item.mod-item8 {
    margin-right: 35px;
}
.details-list-item.mod-item9 {
    margin-right: 80px;
}
.details-list-item.mod-item10 {
    margin-right: 85px;
}
.details-list-item.mod-item11 {
    margin-right: 0;
}
.details-list-item.mod-item12 {
    margin-right: 55px;
    float: right;
}
.details-list-item.mod-item13 {
    margin-right: 0;
    float: left;
}
.details-list-item.mod-item14 {
    margin-right: 15px;
    float: right;
}
.details-list-item-icon {
    display: inline-block;
    vertical-align: middle;
    width: 53px;
    height: 53px;
    background-color: #157ca6;
    margin-right: 10px;
    position: relative;
	border-radius: 50%;
}
.details-list-item-icon:before, .details-list-item-tooltip:before, .features2-list-item-icon:before, .s-reviews .slide .slide-inner:before, .s-reviews .slide:after, .steps-items-item:before, .steps-title:before, .details-list-item-tooltip:after {
    content: "";
}
.details-list-item-icon:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.details-list-item.mod-item1 .details-list-item-icon:before {
    background: url(/templates/qravto/images/details-icon1.png) center no-repeat;
}
.details-list-item.mod-item2 .details-list-item-icon:before {
    background: url(/templates/qravto/images/details-icon2.png) center no-repeat;
}
.details-list-item.mod-item3 .details-list-item-icon:before {
    background: url(/templates/qravto/images/details-icon3.png) center no-repeat;
}
.details-list-item.mod-item4 .details-list-item-icon:before {
    background: url(/templates/qravto/images/details-icon4.png) center no-repeat;
}
.details-list-item.mod-item5 .details-list-item-icon:before {
    background: url(/templates/qravto/images/details-icon5.png) center no-repeat;
}
.details-list-item.mod-item6 .details-list-item-icon:before {
    background: url(/templates/qravto/images/details-icon6.png) center no-repeat;
}
.details-list-item.mod-item7 .details-list-item-icon:before {
    background: url(/templates/qravto/images/details-icon7.png) center no-repeat;
}
.details-list-item.mod-item8 .details-list-item-icon:before {
    background: url(/templates/qravto/images/details-icon8.png) center no-repeat;
}
.details-list-item.mod-item9 .details-list-item-icon:before {
    background: url(/templates/qravto/images/details-icon9.png) center no-repeat;
}
.details-list-item.mod-item10 .details-list-item-icon:before {
    background: url(/templates/qravto/images/details-icon10.png) center no-repeat;
}
.details-list-item.mod-item11 .details-list-item-icon:before {
    background: url(/templates/qravto/images/details-icon11.png) center no-repeat;
}
.details-list-item.mod-item12 .details-list-item-icon:before {
    background: url(/templates/qravto/images/details-icon12.png) center no-repeat;
}
.details-list-item.mod-item13 .details-list-item-icon:before {
    background: url(/templates/qravto/images/details-icon13.png) center no-repeat;
}
.details-list-item.mod-item14 .details-list-item-icon:before {
    background: url(/templates/qravto/images/details-icon14.png) center no-repeat;
}
.details-list-item-text {
	display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    color: #424242;
}
.details-list-item-tooltip {
    font-size: 14px;
    line-height: 15px;
  	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    border-radius: 10px;
    width: 250px;
    position: absolute;
    left: -95px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    visibility: hidden;
    opacity: 0;
}
.details-list-item-tooltip span{
	position: relative;
    z-index: 2;
    background: #fff;
    padding: 10px;
    display: block;
    border-radius: 10px;
}
.details-list-item-tooltip:after {
   	position: absolute;
    background: #fff;
    width: 20px;
    height: 20px;
    bottom: -6px;
    left: 50%;
    margin-left: -10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}
.details-list-item:hover .details-list-item-tooltip {
    visibility: visible;
    -webkit-animation: rotate 1s;
    animation: rotate 1s;
    opacity: 1;
}
.item-page{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: rgb(28, 47, 59);
}
.item-page .pop{
	background: url(/templates/qravto/images/pop.png) 0 0 no-repeat;
    height: 676px;
    width: 1145px;
    box-shadow: 0 0 0 #000;
    overflow: visible;
    margin: 0 auto;
    padding: 225px 0 0 125px;
}
.item-page .zag{
	color: #fff;
    text-align: center;
    margin: 60px 0 0 0;
    font-size: 24px;
    text-transform: uppercase;
}
.item-page .title{
	color: #fff;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 19px;
    text-transform: uppercase;
}
.item-page .fon{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: -1;
    opacity: 0.5;;
}
.itemid-123{
	overflow: hidden;
}
.itemid-123 header,
.itemid-123 footer{
	display: none;
}
@media screen and (max-width: 1400px){
	.header-car-item.header-car-item4 {
		left: -60px;
	}
	.details-list{
		width: 1100px;
	}
	.details-list-item.mod-item1{
		margin-right: 60px;
	}
	.details-list-item.mod-item5 {
		margin-right: 0px;
	}
	.details-list-item.mod-item6{
		margin-right: 0px;
	}
	.details-list-item.mod-item14{
		margin-right: 0;
	}
	.details-list-item.mod-item7{
		margin-right: 110px;
	}
	.details-list-item.mod-item10 {
		margin-right: 70px;
	}
	.details-list-item.mod-item12 {
		margin-right: -20px;
	}
}
@media screen and (max-width: 1300px){
	.details-list {
		width: 1000px;
	}
	.details-list-item.mod-item1 {
		margin-right: 115px;
		margin-left: 0px;
	}
	.details-list-item.mod-item2 {
		margin-right: 60px;
	}
	.details-list-item.mod-item3 {
		margin-right: 100px;
	}
	.details-list-item.mod-item4 {
		margin-right: 100px;
	}
	.details-list-item.mod-item6 {
		margin-right: -50px;
	}
	.details-list-item.mod-item14 {
		margin-right: -50px;
	}
	.details-list-item.mod-item7 {
		margin-right: 115px;
		margin-left: 0px;
	}
	.details-list-item.mod-item8 {
		margin-right: 55px;
	}
	.details-list-item.mod-item9 {
		margin-right: 100px;
	}
	.details-list-item.mod-item10 {
		margin-right: 110px;
	}
	.details-list-item.mod-item12 {
		margin-right: -50px;
	}
	.sppb-addon-content .row.mod-middle {
		margin-top: 100px;
	}
	.sppb-addon-content .row.mod-bottom {
		margin-top: 115px;
	}
	.details-list-item-text {
		display: block;
		vertical-align: middle;
		font-size: 14px;
		text-transform: uppercase;
		color: #424242;
		text-align: center;
	}
	.details-list-item-icon {
		display: block;
		vertical-align: middle;
		width: 53px;
		height: 53px;
		background-color: #157ca6;
		margin: 0 auto;
		position: relative;
		border-radius: 50%;
	}
	.details-list-item.mod-item1,
	.details-list-item.mod-item2,
	.details-list-item.mod-item3,
	.details-list-item.mod-item4,
	.details-list-item.mod-item5,
	.details-list-item.mod-item6,
	.details-list-item.mod-item7,
	.details-list-item.mod-item8,
	.details-list-item.mod-item9,
	.details-list-item.mod-item10,
	.details-list-item.mod-item11,
	.details-list-item.mod-item12,
	.details-list-item.mod-item13,
	.details-list-item.mod-item14{
		width: 100px;
	}
	.details-list-item.mod-item1 .details-list-item-tooltip{
		top: -90% !important;
    	left: -73px;
	}
	.details-list-item.mod-item2 .details-list-item-tooltip{
		top: -110% !important;
    	left: -73px;
	}
	.details-list-item.mod-item3 .details-list-item-tooltip{
		top: -90% !important;
    	left: -73px;
	}
	.details-list-item.mod-item4 .details-list-item-tooltip{
		top: -110% !important;
    	left: -73px;
	}
	.details-list-item.mod-item5 .details-list-item-tooltip{
		top: -90% !important;
    	left: -73px;
	}
	.details-list-item.mod-item6 .details-list-item-tooltip{
		top: -90% !important;
    	left: -73px;
	}
	.details-list-item.mod-item7 .details-list-item-tooltip{
		top: -90% !important;
    	left: -73px;
	}
	.details-list-item.mod-item8 .details-list-item-tooltip{
		top: -130% !important;
    	left: -73px;
	}
	.details-list-item.mod-item9 .details-list-item-tooltip{
		top: -110% !important;
    	left: -73px;
	}
	.details-list-item.mod-item10 .details-list-item-tooltip{
		top: -70% !important;
    	left: -73px;
	}
	.details-list-item.mod-item11 .details-list-item-tooltip{
		top: -73% !important;
    	left: -73px;
	}
	.details-list-item.mod-item12 .details-list-item-tooltip{
		top: -112% !important;
    	left: -73px;
	}
	.details-list-item.mod-item13 .details-list-item-tooltip{
		top: -90% !important;
    	left: -73px;
	}
	.details-list-item.mod-item14 .details-list-item-tooltip{
		top: -90% !important;
    	left: -73px;
	}
}
@media screen and (max-width: 1260px){
	.header-car-item.header-car-item4 {
		left: 0px;
	}
	.details-list {
		margin-left: 85px;
	}
}
@media screen and (max-width: 1200px){
	body{
		width: 1200px;
		max-width: 1200px;
		min-width: 1200px;
	}
	.site .mcs-dialog{
		width: 1200px;
		max-width: 1200px;
		min-width: 1200px;
	}
	.sppb-col-xs-1, .sppb-col-sm-1, .sppb-col-md-1, .sppb-col-lg-1, .sppb-col-xs-2, .sppb-col-sm-2, .sppb-col-md-2, .sppb-col-lg-2, .sppb-col-xs-3, .sppb-col-sm-3, .sppb-col-md-3, .sppb-col-lg-3, .sppb-col-xs-4, .sppb-col-sm-4, .sppb-col-md-4, .sppb-col-lg-4, .sppb-col-xs-5, .sppb-col-sm-5, .sppb-col-md-5, .sppb-col-lg-5, .sppb-col-xs-6, .sppb-col-sm-6, .sppb-col-md-6, .sppb-col-lg-6, .sppb-col-xs-7, .sppb-col-sm-7, .sppb-col-md-7, .sppb-col-lg-7, .sppb-col-xs-8, .sppb-col-sm-8, .sppb-col-md-8, .sppb-col-lg-8, .sppb-col-xs-9, .sppb-col-sm-9, .sppb-col-md-9, .sppb-col-lg-9, .sppb-col-xs-10, .sppb-col-sm-10, .sppb-col-md-10, .sppb-col-lg-10, .sppb-col-xs-11, .sppb-col-sm-11, .sppb-col-md-11, .sppb-col-lg-11, .sppb-col-xs-12, .sppb-col-sm-12, .sppb-col-md-12, .sppb-col-lg-12, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{
		float: left;
	}
  .sppb-col-md-12 {
    width: 100%;
  }
  .sppb-col-md-11 {
    width: 91.66666667%;
  }
  .sppb-col-md-10 {
    width: 83.33333333%;
  }
  .sppb-col-md-9 {
    width: 75%;
  }
  .sppb-col-md-8 {
    width: 66.66666667%;
  }
  .sppb-col-md-7 {
    width: 58.33333333%;
  }
  .sppb-col-md-6 {
    width: 50%;
  }
  .sppb-col-md-5 {
    width: 41.66666667%;
  }
  .sppb-col-md-4 {
    width: 33.33333333%;
  }
  .sppb-col-md-3 {
    width: 25%;
  }
  .sppb-col-md-2 {
    width: 16.66666667%;
  }
  .sppb-col-md-1 {
    width: 8.33333333%;
  }
	.col-md-12{width:100%}
	.col-md-11{width:91.66666667%}
	.col-md-10{width:83.33333333%}
	.col-md-9{width:75%}
	.col-md-8{width:66.66666667%}
	.col-md-7{width:58.33333333%}
	.col-md-6{width:50%}
	.col-md-5{width:41.66666667%}
	.col-md-4{width:33.33333333%}
	.col-md-3{width:25%}
	.col-md-2{width:16.66666667%}
	.col-md-1{width:8.33333333%}
}