

/* Start:/bitrix/components/dw/sale.geo.positiion/templates/.default/style.css?158832259113440*/
.user-geo-position-label{
    margin-right: 6px;
}

.user-geo-position-label,
.user-geo-position-value{
    vertical-align: middle;
    display: inline-block;
    font-size: 13px;
}

#geo-location-window{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    color: #000000;
    overflow: auto;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

#geo-location-window.hidden{
    display: none;
}

#geo-location-window a{
    transition: none;
}

#geo-location-window .geo-location-window-container{
	-moz-transform: translateY(-50%)  translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-name: zoomInLocation;
    animation-name: zoomInLocation;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    min-height: 276px;
    max-height: 500px;
    padding: 0 24px;
    width: 800px;
    left: 50%;
    top: 50%;
}

#geo-location-window .geo-location-window-container-bg{
    box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    background-color: #ffffff;
}

.geo-location-window-wp{
    vertical-align: middle;
    display: inline-block;
    line-height: 21px;
    width: 100%;
}

#geo-location-window .geo-location-window-heading{
    border-bottom: 1px solid #e7e8ea;
	background-color: #ffffff;
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #000000;
}

#geo-location-window .geo-location-window-list{
    max-height: 180px;
    margin-top: 24px;
    padding: 0 24px;
    overflow: auto;
}

#geo-location-window .geo-location-window-list-item{
    /*text-transform: uppercase;*/
    overflow: hidden;
    float: left;
    width: 25%;
}

#geo-location-window .geo-location-window-list-item a{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    text-decoration: none;
    line-height: 37px;
    overflow: hidden;
    color: #000000;
    height: 37px;
}

#geo-location-window .geo-location-window-list-item a:active{
    position: relative;
    top: 1px;
}

#geo-location-window .geo-location-window-list-item span{
    vertical-align: middle;
    display: inline-block;
    line-height: 21px;
}

.geo-location-window-search{
    margin-top: 24px;
    padding: 0 24px;
}

.geo-location-window-search-input{
    background: url(/bitrix/components/dw/sale.geo.positiion/templates/.default/images/geo-search.png) 12px 50% no-repeat #f6f6f6;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0 42px;
    font-size: 14px;
    height: 48px;
    width: 100%;
}

.geo-location-window-search-input:focus{
    border: 1px solid #aaaaaa;
}

.geo-location-window-city-container{
    text-align: center;
    margin-top: 24px;
}

.geo-location-window-city-label,
.geo-location-window-city-value{
    display: inline-block;
}

.geo-location-window-button-container{
    margin-bottom: 24px;
    text-align: center;
    margin-top: 18px;
}

.geo-location-window-button{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*text-transform: uppercase;*/
    color: #ffffff !important;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    text-align: center;
    position: relative;
    line-height: 50px;
    padding: 0 36px;
    font-size: 14px;
    opacity: 0.9;
    height: 50px;
}

.geo-location-window-button:active{
    position: relative;
    top: 1px;
}

.geo-location-window-button.modifed{
    opacity: 1;
}

.geo-location-window-button.disabled{
    pointer-events: none;
    opacity: 0.5;
}

.geo-location-window-button.loading{
    opacity: 0.5;
}

.geo-location-window-button.loading #geo-location-window-fast-loader{
    display: block;
    opacity: 1;
}

.geo-location-window-search-values-cn{
    position: relative;
}

.geo-location-window-search-values{
    position: absolute;
    max-height: 141px;
    overflow: auto;
    z-index: 99;
    width: 100%;
    left: 0px;
    top: 0px;
}

.geo-location-window-search-values .geo-location-list-item{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top: 1px solid #e6e6e6;
    background-color: #eeeeee;
}

.geo-location-window-search-values .geo-location-list-item:hover{
    background-color: #e1e1e1;
}

.geo-location-window-search-values .geo-location-list-item:first-child{
    border: none;
}

.geo-location-window-search-values .geo-location-list-item a{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000000 !important;
    text-decoration: none;
    line-height: 35px;
    padding: 0 24px;
    display: block;
    height: 35px;
}

.geo-location-window-search-values .geo-location-list-item a:hover{
    opacity: 0.8;
}

.geo-location-window-search-values .geo-location-list-item a:active{
    position: relative;
    top: 1px;
}

#geo-location-window .geo-location-window-exit{
	position: absolute;
	display: block;
	height: 24px;
	width: 24px;
    right: 24px;
    top: 6px;
}

#geo-location-window .geo-location-window-exit:active span{
    transform: scale(0.9);
}

#geo-location-ref-window{
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    box-sizing: border-box;
    position: absolute;
    border-radius: 4px;
    text-align: center;
    line-height: 14px;
    padding: 24px;
    display: none;
    width: 280px;
    z-index: 99;
    right: 0px;
    top: 0px;
}

#geo-location-ref-window.visible{
    display: block;
}

#geo-location-ref-window.centred{
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 0px;
    box-shadow: none;
    position: fixed;
    padding: 0px;
    height: 100%;
    width: 100%;
}

#geo-location-ref-window.centred .geo-location-ref-window-city-container{
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    padding: 24px;
    width: 280px;
    left: 50%;
    top: 50%;
}

.geo-location-ref-window-city-label{
    margin-bottom: 12px;
    line-height: normal;
    font-size: 14px;
}

.geo-location-ref-window-city-value{
    margin-bottom: 12px;
    line-height: 21px;
    font-size: 18px;
}

.get-location-ref-window-confirm-button{
    width: 100%;
}

.get-location-ref-window-confirm-button.loading{
    background-image: url(/bitrix/components/dw/sale.geo.positiion/templates/.default/images/loader-38px.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    transition: none;
    opacity: 0.9;
}

.get-location-ref-window-confirm{
    margin-bottom: 12px;
}

@media all and (max-width: 850px){

    #geo-location-window .geo-location-window-container{
        transform: translateX(0) translateY(-50%);
        width: 100%;
        left: 0px;
    }

}

@media all and (max-width: 700px) {

    #geo-location-window .geo-location-window-list-item{
        width: 33.333%;
    }

    #geo-location-window .geo-location-window-container{
        padding: 0 12px;
    }

}

@media all and (max-width: 500px) {

    #geo-location-window .geo-location-window-list-item{
        width: 50%;
    }

}

@media all and (max-width: 400px) {

    #geo-location-window .geo-location-window-list-item{
        width: 100%;
    }

}

/*loader*/
#geo-location-window-fast-loader{
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    margin-left: -24px;
    display: none;
    height: 48px;
    width: 48px;
    opacity: 0;
    left: 50%;
    top: 0px;
}

.f_circleG{
    position:absolute;
    background-color:rgb(255,255,255);
    height:9px;
    width:9px;
    display: block;
    border-radius:4px;
        -o-border-radius:4px;
        -ms-border-radius:4px;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
    animation-name:f_fadeG;
        -o-animation-name:f_fadeG;
        -ms-animation-name:f_fadeG;
        -webkit-animation-name:f_fadeG;
        -moz-animation-name:f_fadeG;
    animation-duration:0.522s;
        -o-animation-duration:0.522s;
        -ms-animation-duration:0.522s;
        -webkit-animation-duration:0.522s;
        -moz-animation-duration:0.522s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
}

#frotateG_01{
    left:0;
    top:19px;
    animation-delay:0.1995s;
        -o-animation-delay:0.1995s;
        -ms-animation-delay:0.1995s;
        -webkit-animation-delay:0.1995s;
        -moz-animation-delay:0.1995s;
}

#frotateG_02{
    left:6px;
    top:6px;
    animation-delay:0.256s;
        -o-animation-delay:0.256s;
        -ms-animation-delay:0.256s;
        -webkit-animation-delay:0.256s;
        -moz-animation-delay:0.256s;
}

#frotateG_03{
    left:19px;
    top:0;
    animation-delay:0.3225s;
        -o-animation-delay:0.3225s;
        -ms-animation-delay:0.3225s;
        -webkit-animation-delay:0.3225s;
        -moz-animation-delay:0.3225s;
}

#frotateG_04{
    right:6px;
    top:6px;
    animation-delay:0.389s;
        -o-animation-delay:0.389s;
        -ms-animation-delay:0.389s;
        -webkit-animation-delay:0.389s;
        -moz-animation-delay:0.389s;
}

#frotateG_05{
    right:0;
    top:19px;
    animation-delay:0.4555s;
        -o-animation-delay:0.4555s;
        -ms-animation-delay:0.4555s;
        -webkit-animation-delay:0.4555s;
        -moz-animation-delay:0.4555s;
}

#frotateG_06{
    right:6px;
    bottom:6px;
    animation-delay:0.522s;
        -o-animation-delay:0.522s;
        -ms-animation-delay:0.522s;
        -webkit-animation-delay:0.522s;
        -moz-animation-delay:0.522s;
}

#frotateG_07{
    left:19px;
    bottom:0;
    animation-delay:0.5885s;
        -o-animation-delay:0.5885s;
        -ms-animation-delay:0.5885s;
        -webkit-animation-delay:0.5885s;
        -moz-animation-delay:0.5885s;
}

#frotateG_08{
    left:6px;
    bottom:6px;
    animation-delay:0.645s;
        -o-animation-delay:0.645s;
        -ms-animation-delay:0.645s;
        -webkit-animation-delay:0.645s;
        -moz-animation-delay:0.645s;
}



@keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes zoomInLocation {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%) scale3d(.3, .3, .3);
    transform: translateY(-50%) translateX(-50%) scale3d(.3, .3, .3);
	-moz-transform: translateY(-50%) translateX(-50%) scale3d(.3, .3, .3);
	-o-transform: translateY(-50%) translateX(-50%) scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomInLocation {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%) scale3d(.3, .3, .3);
    transform: translateY(-50%) translateX(-50%) scale3d(.3, .3, .3);
	-moz-transform: translateY(-50%) translateX(-50%) scale3d(.3, .3, .3);
	-o-transform: translateY(-50%) translateX(-50%) scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

/* End */


/* Start:/bitrix/templates/dw/components/dweb/uni.form/form-type-7/style.css?169300368912116*/
.header-callback .gUniFormModalWindow{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 5, 10, 0.75);
    line-height: 100vh;
    text-align: center;
    overflow: hidden;
    position: fixed;
    z-index: 1000;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.header-callback .gUniFormModalWindowContainer{
    box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
	background-color: #ffffff;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
    border-radius: 14px;
    position: relative;
    line-height: 21px;
    text-align: left;
	padding: 24px;
    width: 500px;
}

.header-callback .gUniFormHideScrollBar{
    position: relative;
    overflow: auto;
    height: 100%;
    width: 120%;
}

.header-callback .gUniFormCn100{
	position: relative;
    height: 100%;
    width: 100vw;
}

.header-callback .gUniFormModalWindowExit{
	-webkit-transition: none;
	-o-transition: none;
	position: absolute;
	transition: none;
	background: none;
	display: block;
	height: 24px;
	right: 24px;
	width: 24px;
	top: 24px;
}

.header-callback .gUniFormModalWindowExit:active{
	transform: scale(0.8);
}

.header-callback .gUniFormModalWindow .uFormHeading{
	box-sizing: border-box;
	padding-right: 36px;
	padding-left: 36px;
	text-align: center;
	line-height: 28px;
	font-weight: 600;
	font-size: 24px;
}

.header-callback .gUniFormModalWindow .uFormDescription{
	margin: 6px 0px 12px 0px;
	text-align: center;
	line-height: 21px;
	font-size: 16px;
	color: #222222;
}

.header-callback .uLabel{
	margin: 12px 0px;
	overflow: hidden;
}

.header-callback .uLabel .uName,
.header-callback .uLabel .uIcon{
	vertical-align: middle;
	display: inline-block;
}

.header-callback .uLabel .uName{
	margin-top: 3px;
}

.header-callback .uLabel .uIcon{
	margin-right: 6px;
}

.header-callback .uLabel .uIcon img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.header-callback .uLabel .uHint{
	margin-top: 3px;
	color: #888888;
	float: right;
}

.header-callback .uError,
.header-callback .uFormGlobalErrors{
	color: #ff0000;
}

.header-callback .uError,
.header-callback .uFormGlobalErrors{
	line-height: 28px;
}

.header-callback .uCaptchaContainer{
	margin-bottom: 12px;
	margin-top: 12px;
	height: 40px;
}

.header-callback .uCaptchaImage{
	max-width: 100%;
	height: 40px;
}

.header-callback .gUniForm input,
.header-callback .gUniForm textarea,
.header-callback .gUniForm select{
	transition: all 0.2s ease-in-out;
	background-color: #fdfdfd;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	border-radius: 2px;
	font-size: 14px;
	color: #000000;
	outline: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.header-callback .gUniForm input:focus,
.header-callback .gUniForm textarea:focus,
.header-callback .gUniForm select:focus{
	border: 1px solid #cccccc;
	background-color: #fcfcfc;
}

.header-callback .gUniForm input[type="text"]{
	padding: 0 6px;
	height: 50px;
}

.header-callback .gUniForm input[type="file"]{
	background-color: transparent;
	margin: 4px;
	border: 0;
}

.header-callback .gUniForm input[type="checkbox"]{
	vertical-align: middle;
	display: inline-block;
	margin: 0 12px;
	width: auto;
}

.header-callback .gUniForm input[type="checkbox"] + label,
.header-callback .gUniForm input[type="radio"] + label {
	margin-right: 12px;
	cursor: pointer;
}

.header-callback .gUniForm input[type="checkbox"]:not(checked),
.header-callback .gUniForm input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

.header-callback .gUniForm input[type="checkbox"]:not(checked) + label,
.header-callback .gUniForm input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

.header-callback .gUniForm input[type="checkbox"] + label:before {
	background: url(/bitrix/templates/dw/components/dweb/uni.form/form-type-7/images/checkBox.png) 0 0 no-repeat transparent;
}

.header-callback .gUniForm input[type="radio"] + label:before {
	background: url(/bitrix/templates/dw/components/dweb/uni.form/form-type-7/images/radio.png) 0 0 no-repeat transparent;
}

.header-callback .gUniForm input[type="checkbox"].error + label:before,
.header-callback .gUniForm input[type="radio"].error + label:before{
	border: 1px solid #ff0000;
	border-radius: 5px;
}

.header-callback .gUniForm input[type="checkbox"]:not(checked) + label:before,
.header-callback .gUniForm input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0px;
	top: 0px;
}

.header-callback .gUniForm input[type="checkbox"]:not(checked) + label:hover:before,
.header-callback .gUniForm input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

.header-callback .gUniForm input[type="checkbox"]:checked + label:before,
.header-callback .gUniForm input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

.header-callback .gUniForm input[type="checkbox"]:checked + label:hover:before,
.header-callback .gUniForm input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

.header-callback .gUniForm input[type="checkbox"]:disabled + label,
.header-callback .gUniForm input[type="radio"]:disabled + label {
	cursor: default;
}

.header-callback .gUniForm input[type="checkbox"]:disabled + label:before,
.header-callback .gUniForm input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

.header-callback .gUniForm textarea{
	padding: 12px 6px;
	height: 120px;
}

.header-callback .gUniForm select{
	padding: 12px 6px;
}

.header-callback .gUniForm .error{
	border: 1px solid #ff0000 !important;
	position: relative;
}

.header-callback .gUniForm .error:focus{
	border: 1px solid #ff0000;
}

.header-callback .gUniForm .uformTools{
	overflow: hidden;
	margin-top: 12px;
	padding-bottom: 1px;
}

.header-callback .gUniForm .uFormButton{
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.header-callback .gUniForm .uFormButton:first-child{
	padding-right: 6px;
}

.header-callback .gUniForm .uFormButton:last-child{
	padding-left: 6px;
}

.header-callback .gUniForm .uRequired{
	vertical-align: middle;
	display: inline-block;
	color: #ff0000;
}

.header-callback .gUniForm .uFormSubmit,
.header-callback .gUniForm .uFormReset{
	transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	line-height: 55px;
	height: 55px;
	width: 100%;
}

.header-callback .gUniForm .uFormSubmit.loading{
	transition: none;
}

.header-callback .gUniForm .uFormSubmit{
	background-color: #0d7cca;
	color: #ffffff;
}

.header-callback .gUniForm .uFormSubmit:hover{
    background-color: #068ae6;
}

.header-callback .gUniForm .uFormSubmit:active{
	position: relative;
	top: 1px;
}

.header-callback .gUniForm .uFormSubmit.loading{
	background-image: url(/bitrix/templates/dw/components/dweb/uni.form/form-type-7/images/loading.gif);
	background-color: #000000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	pointer-events: none;
	color: #dddddd;
	opacity: 0.1;
}

.header-callback .gUniForm .uFormReset{
	border: 1px solid #e5e5e5;
	color: #888888;
}

.header-callback .gUniForm .uFormReset:hover{
	border: 1px solid #cfcfcf;
}

.header-callback .gUniForm .uFormReset:active{
	position: relative;
	top: 1px;
}

.header-callback .gUniForm .uToolsIcon{
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-top: -1px;
}

.header-callback .gUniForm .eFormHidden{
	display: none;
}

.header-callback .gUniFormSuccess{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 5, 10, 0.75);
    position: fixed;
    color: #000000;
    overflow: auto;
    z-index: 1000;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.header-callback .gUniFormSuccessContainer{
    /*box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);*/
    border: 14px solid rgba(255, 255, 255, 0.12);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 14px;
    margin-left: -250px;
    margin-top: -150px;
    position: absolute;
    line-height: 270px;
    max-width: 100%;
    height: 300px;
    width: 500px;
    left: 50%;
    top: 50%;
}

.header-callback .gUniFormSuccessBg{
    background-color: #ffffff;
   	border-radius: 4px;
}

.header-callback .gUniFormSuccessMiddler{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.header-callback .gUniFormSuccessHeading{
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
	padding: 0 24px;
	font-size: 24px;
}

.header-callback .gUniFormSuccessText{
	text-align: center;
	line-height: 21px;
	margin-top: 12px;
	padding: 0 24px;
}

.header-callback .gUniFormButtonContainter{
	text-align: center;
}

.header-callback .gUniFormSuccessButton{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	vertical-align: middle;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	margin-top: 18px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.header-callback .gUniFormSuccessButton:hover{
	color: #ffffff;
	opacity: 0.85;
}

.header-callback .gUniFormSuccessButton:active{
	position: relative;
	top: 1px;
}

.header-callback .gUniFormSuccessExit{
	-webkit-transition: none;
	-o-transition: none;
	position: absolute;
	transition: none;
	background: none;
	display: block;
	height: 24px;
	right: 24px;
	width: 24px;
	top: 24px;
}

.header-callback .gUniFormModalWindowExit:active{
	transform: scale(0.8);
}

.header-callback .eFormRequired{
	margin-top: 12px;
}

.header-callback .eFormBlur{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@media all and (max-width: 650px){

	.header-callback .gUniFormModalWindowContainer{
		width: 400px;
	}

	.header-callback .gUniFormSuccessContainer{
		margin-left: -150px;
		width: 300px;
	}

}

@media all and (max-width: 450px){

	.header-callback .gUniFormModalWindowContainer{
		width: 340px;
	}

	.header-callback .gUniForm .uFormButton:first-child{
		padding: 0px;
		width: 100%;
	}

	.header-callback .gUniForm .uFormButton:last-child{
		display: none;
	}

}

@media all and (max-width: 350px){

	.header-callback .gUniFormModalWindow .uFormDescription{
		display: none;
	}

	.header-callback .gUniFormModalWindowContainer{
		padding: 12px;
		width: 300px;
	}

	.header-callback .gUniFormModalWindow .uFormHeading{
		box-sizing: border-box;
		line-height: normal;
		padding-right: 36px;
		margin-top: 6px;
		text-align: left;
	}

	.header-callback .gUniFormModalWindowExit{
		right: 12px;
		top: 22px;
	}

}
/* End */


/* Start:/bitrix/components/dw/catalog.item/templates/detail/style.css?176390469614438*/
.block-type-25 {
	border-bottom: 1px solid #ecf2f5;
}

.block-type-25 .block-info-column {
	box-sizing: border-box;
	vertical-align: middle;
	display: table-cell;
}

.block-type-25 .block-info-column:first-child {
	border-right: 1px solid #ecf2f5;
}

.block-type-25 .block-info-column:last-child {
	padding-left: 48px;
}

.block-type-25 .sub-block-item {
	display: inline-block;
	vertical-align: top;
}

.block-type-25 .sub-block-item:last-child {
	text-align: right;
}

.block-type-25 .info-content-block {
	box-sizing: border-box;
}

.block-type-25 .block-info-element {
	border: 2px solid #ecf2f5;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 24px;
	padding: 36px 48px;
	position: relative;
	text-align: left;
	overflow: hidden;
	margin: auto;
	width: 280px;
}

.block-type-25 .block-info-picture {
	vertical-align: middle;
	position: relative;
	max-height: 100%;
	max-width: 100%;
}

.block-type-25 .block-info-picture a {
	display: block;
}

.block-type-25 .block-info-picture img {
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}

.block-type-25 .slider-container {
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.block-type-25 .dw-slider {
	position: relative;
}

.block-type-25 .dw-slider .dw-slide-box {
	display: table;
	height: 100%;
}

.block-type-25 .dw-slider .dw-slide-item {
	float: none !important;
	vertical-align: middle;
	display: table-cell;
}

.block-type-25 .dw-slider-buttons-container {
	margin-top: 24px;
}

.block-type-25 .dw-slider-second-dots {
	text-align: center;
	margin: 18px 0;
}

.block-type-25 .dw-slider-second-dots .second-dots-item {
	display: inline-block;
	padding-bottom: 2px;
	opacity: 0.6;
	height: 60px;
	width: 69px;
}

.block-type-25 .dw-slider-second-dots .second-dots-item img {
	max-height: 100%;
	max-width: 100%;
}

.block-type-25 .dw-slider-second-dots .second-dots-item:hover {
	cursor: pointer;
}

.block-type-25 .dw-slider-second-dots .second-dots-item.selected {
	cursor: zoom-in;
	opacity: 1;
}

.block-type-25 .block-breadcrumbs span,
.block-type-25 .block-breadcrumbs a {
	color: #000000;
}

.block-type-25 .block-breadcrumbs span:after,
.block-type-25 .block-breadcrumbs a:after {
	color: #000000;
	margin: 0 5px;
	content: "-";
}

.block-type-25 .block-breadcrumbs span:last-child:after {
	content: "";
}

.block-type-25 .block-delivery-info-container {
	border-bottom: 1px dashed #e5e5e5;
	border-top: 1px dashed #e5e5e5;
}

.block-type-25 .item-marker {
	pointer-events: none;
	position: absolute;
	text-align: center;
	color: #ffffff;
	z-index: 1;
	right: 0px;
	top: 0px;
}

.block-type-25 .item-marker img {
	vertical-align: top;
	max-height: 100%;
	max-width: 100%;
}

.block-type-25 .snippet-type-1 .snippet-line {
	margin-top: 18px;
}

.block-type-25 .block-marker .marker-label {
	margin-left: -130px;
	margin-top: 50px;
	display: block;
}

.block-type-25 .block-price {
	position: relative;
}

.block-type-25 .demo-version-button {
	width: 120px;
	border: 1px solid #e5e5e5;
}

.block-type-25 .addcart-container {
	border-top: 1px dashed #e5e5e5;
}

.block-type-25 .block-price-info {
	transform: translate(0%, -50%);
	position: absolute;
	left: -48px;
	top: 50%;
}

.block-type-25 .qty-box-container {
	border: 1px solid #e7e7e7;
	display: inline-block;
	border-radius: 24px;
	position: relative;
	line-height: 34px;
	height: 34px;
	font-size: 0;
	width: 180px;
}

.block-type-25 .qty-box {
	box-sizing: border-box;
	margin: 0px 12px;
	font-size: 14px;
	height: 30px;
	width: 104px;
	border: 0;
}

.block-type-25 .qty-box,
.block-type-25 .qty-minus,
.block-type-25 .qty-plus {
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
}

.block-type-25 .qty-plus {
	margin-right: 6px;
	margin-left: 6px;
}

.block-type-25 .sku-select {
	width: 400px;
}

.block-type-25 .block-description-title {
	display: none;
}

.block-type-25 .qty-box-container .type-4,
.block-type-25 .qty-box-container .type-5 {
	display: none;
}


.block-type-25 .item-picture:before {
	background: url(/bitrix/components/dw/catalog.item/templates/detail/images/loopzoom.png) 50% 50% no-repeat transparent;
	transition: all 0.2s ease-in-out;
	transform: translate(-50%, -50%);
	pointer-events: none;
	position: absolute;
	visibility: hidden;
	height: 154px;
	width: 154px;
	content: "";
	opacity: 0;
	left: 50%;
	top: 50%;
}

.block-type-25 .item-picture:hover:before {
	transition: all 0.4s ease-in-out;
	visibility: visible;
	opacity: 1;
}

.appZoomContainerExit {
	position: absolute;
	right: -36px;
	top: -36px;
}

@media screen and (min-width: 1251px) {

	.block-type-25 .block-description-container {
		display: block !important;
	}

}

@media screen and (max-width: 1425px) {

	.items-row>div {
		font-size: 13px;
	}

	.block-type-25 .block-heading {
		line-height: 24px;
		font-size: 24px;
	}

	.block-type-25 .block-info-element {
		width: 265px
	}

	.block-type-25 .block-price-current {
		line-height: 24px;
		font-size: 24px;
	}

}

@media screen and (max-width: 1250px) {

	.block-type-25 .block-heading {
		margin-bottom: 12px;
		line-height: 32px;
		font-size: 32px;
	}

	.block-type-25 .block-info-columns {
		table-layout: fixed;
		display: table;
		width: 100%;
	}

	.block-type-25 .block-info-column {
		vertical-align: top;
		padding-top: 36px;
	}

	.block-type-25 .block-info-column:first-child {
		border: 0px;
	}

	.block-type-25 .block-info-column:last-child {
		padding-left: 0px;
	}

	.block-type-25 .block-info-column .dw-slider {
		padding-right: 36px;
	}

	.block-type-25 .sub-block-item:last-child {
		text-align: center;
	}

	.block-type-25 .item-picture:before {
		background-size: cover;
		height: 120px;
		width: 120px;
	}

	.block-type-25 .breadcrumb-container {
		margin-bottom: 12px;
		overflow: hidden;
		height: 21px;
	}

	.block-type-25 .block-info-picture a {
		line-height: 350px;
		height: 350px;
	}

	.block-type-25 .block-info-picture img {
		vertical-align: top;
		max-height: 100%;
		max-width: 100%;
	}

	.block-type-25 .block-info-element {
		box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
		padding: 24px 48px;
		width: 100%;
	}

	.block-type-25 .block-info-element div {
		vertical-align: middle;
		display: inline-block;
	}

	.block-type-25 .block-info-element .block-price-discount {
		margin-bottom: 12px;
	}

	.block-type-25 .block-info-element .block-price-economy {
		margin-top: 12px;
	}

	.block-type-25 .block-breadcrumbs {
		margin-bottom: 12px;
		white-space: nowrap;
		padding-left: 0;
		overflow: auto;
		height: 50px;
	}

	.block-type-25 .block-delivery {
		padding-bottom: 0;
		padding-top: 12px;
		border-top: 1px dashed #e5e5e5;
	}

	.block-type-25 .info-content-block {
		padding-bottom: 12px;
		padding-right: 0;
		padding-left: 0;
	}

	.block-type-25 .block-payment-container,
	.block-type-25 .block-delivery-info-container,
	.block-type-25 .block-price,
	.block-type-25 .block-addcart {
		padding-bottom: 0;
		padding-top: 0;
		margin-top: 0;
	}

	.block-type-25 .block-delivery-info-container {
		padding-bottom: 0;
		border-bottom: none;
		padding-top: 0;
		border-top: none;
	}

	.block-type-25 .block-payment-container {
		text-align: right;
	}

	.block-type-25 .block-price>div {
		width: 100%;
	}

	.block-type-25 .block-price>div.block-price-info {
		width: 22px;
	}

	.block-type-25 .block-delivery-info {
		padding-bottom: 0;
		padding-top: 0;
	}

	.block-type-25 .block-addcart {
		text-align: right;
	}

	.block-type-25 .block-addcart .addcart-container {
		padding-top: 0;
		border-top: none;
		margin-top: 0;
	}

	.block-type-25 .addcart-container .addcart.button {
		padding: 0 32px;
	}

	.block-type-25 .block-info-element .demo-version-container {
		display: none;
	}

	.block-type-25 .sku-select {
		width: 100%;
	}

	.block-type-25 .block-description-title {
		background-color: #ffffff;
		border-radius: 25px;
		font-weight: bold;
		box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
		margin-top: 12px;
		font-size: 14px;
		position: relative;
		display: block;
		cursor: pointer;
		width: 100%;
		color: #0265dc;
	}

	.block-type-25 .block-description-title-link {
		padding: 12px 24px;
		display: block;
	}

	.block-type-25 .title-toogle .sprite {
		position: absolute;
		display: block;
		right: 12px;
		top: 30%;
	}

	.block-type-25 .title-toogle.opened .sprite {
		background-position: -340px -200px;
	}

	.block-type-25 .block-description-container {
		margin-bottom: 12px;
		display: none;
	}

	.block-type-25 .title-toogle~.block-description-container {
		padding: 0 12px;
	}

}

@media screen and (max-width: 1000px) {

	.block-type-25 {
		padding-bottom: 200px;
		padding-top: 36px;
	}

	.block-type-25 .detail-element-container {
		position: relative;
	}

	.block-type-25 .block-heading {
		margin-bottom: 12px;
		line-height: 24px;
		font-size: 24px;
	}

	.block-type-25 .block-info-column,
	.block-type-25 .block-info-column:last-child {
		padding: 24px 0px 0px 0px;
		display: inline-block;
		vertical-align: top;
		border: 0px;
	}

	.block-type-25 .block-info-column:first-child {
		border: 0px;
	}

	.block-type-25 .block-info-column .dw-slider {
		padding-right: 0px;
	}

	.block-type-25 .block-info-element {
		padding-right: 12px;
		width: 100%;
	}

	.block-type-25 .block-info-list-item-container {
		width: 100%;
	}

	.block-type-25 .info-content-block {
		padding-bottom: 0;
		padding-right: 0;
	}

	.block-type-25 .block-breadcrumbs {
		margin-bottom: 0;
		padding-left: 0;
	}

	.block-type-25 .item-picture:before {
		background-size: cover;
		margin-left: -35px;
		margin-top: 35px;
		height: 70px;
		width: 70px;
	}

	.block-type-25 .block-info-element .block-price-discount {
		margin-bottom: 6px;
	}

	.block-type-25 .block-info-element .block-price-economy {
		margin-top: 6px;
	}

	.block-type-25 .dw-slider-second-dots,
	.block-type-25 .dw-slider-button-left,
	.block-type-25 .dw-slider-button-right {
		display: none;
	}

	.block-type-25 .block-delivery {
		padding-bottom: 0;
		padding-top: 0;
		margin-top: 0;
		text-align: left;
		border-top: 0;
	}

	.block-type-25 .block-payment-container {
		margin-top: 18px;
	}

	.block-type-25 .block-addcart {
		text-align: left;
	}

	.block-type-25 .block-payment-container {
		text-align: left;
	}

	.block-type-25 .block-heading {
		margin-top: 12px;
	}

	.block-type-25 .sub-block-item:last-child {
		position: absolute;
		bottom: -180px;
		width: 100%;
		z-index: 1;
		left: 0px;
	}

	.block-type-25 .block-info-picture a {
		line-height: 200px;
		height: 200px;
	}

	.block-type-25 .block-info-picture img {
		max-height: 90%;
		max-width: 90%;
	}

	.block-type-25 .item-picture:before {
		display: none;
	}

}

@media screen and (max-width: 760px) {

	.block-type-25 .block-info-columns {
		padding-bottom: 262px;
	}

	.block-type-25 .block-info-column:first-child {
		padding-bottom: 0;
		display: block;
		margin: 0 auto;
	}

	.block-type-25 .block-info-column:last-child {
		margin-top: 0;
	}

	.block-type-25 .item-picture:before {
		background-size: cover;
		margin-left: -45px;
		margin-top: 45px;
		height: 90px;
		width: 90px;
	}

	.block-type-25 .block-info-list {
		padding-left: 0;
	}

	.block-type-25 .block-info-list .block-info-list-item {
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.block-type-25 .info-content-block {
		padding-left: 0;
	}

	.block-type-25 .block-info-element {
		text-align: center;
		padding: 36px 18px 24px;
		width: 100%;
	}

	.block-type-25 .block-heading {
		margin-bottom: 12px;
	}

	.block-type-25 .block-description {
		margin-top: 12px;
	}

	.block-type-25 .block-price {
		text-align: left;
	}

	.block-type-25 .block-price>.block-price-info {
		left: -32px;
	}

	.block-type-25 .block-delivery {
		padding-top: 12px;
		margin-top: 24px;
		border-top: 1px dashed #e5e5e5;
	}

	.block-type-25 .block-payment-container {
		padding-left: 12px;
		text-align: right;
	}

	.block-type-25 .qty-box {
		width: 92px;
	}

	.block-type-25 .qty-box-container .type-2,
	.block-type-25 .qty-box-container .type-3 {
		display: none;
	}

	.block-type-25 .qty-box-container .type-4,
	.block-type-25 .qty-box-container .type-5 {
		display: inline-block;
	}

	.block-type-25 .qty-plus {
		margin-right: 4px;
		margin-left: 4px;
	}

	.block-type-25 .block-info-columns {
		padding-bottom: 112px;
	}


	.block-type-25 .block-info-picture img {
		max-height: 100%;
		max-width: 100%;
	}

	.block-type-25 .dw-slider-buttons-container {
		margin-top: 12px;
	}

}

@media screen and (max-width: 760px) and (min-width: 461px) {

	.block-type-25 .block-marker {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		border-radius: 0 0 10px 10px;
		margin-left: -41px;
		line-height: 24px;
		height: 24px;
		width: 82px;
		left: 50%;
		top: 0;
	}

	.block-type-25 .block-marker .marker-label {
		margin-left: auto;
		font-style: normal;
		margin-top: auto;
		font-size: 13px;
	}

}

@media screen and (max-width: 460px) {

	.block-type-25 .block-info-columns {
		padding-bottom: 200px;
	}

	.block-type-25 .block-info-element {
		text-align: center;
		padding: 12px 30px;
	}

	.block-type-25 .block-heading {
		line-height: 16px;
		font-size: 16px;
	}

	.block-type-25 .item-picture:before {
		background-size: cover;
		margin-left: -35px;
		margin-top: 35px;
		height: 70px;
		width: 70px;
	}

	.block-type-25 .block-payment-container,
	.block-type-25 .block-delivery,
	.block-type-25 .block-addcart,
	.block-type-25 .block-price {
		text-align: center;
	}

	.block-type-25 .block-delivery,
	.block-type-25 .block-addcart {
		margin-top: 18px;
	}

	.block-type-25 .block-delivery {
		padding-top: 0;
		border-top: none;
	}

	.block-type-25 .block-payment-container {
		padding-top: 12px;
		border-top: 1px dashed #e5e5e5;
	}

}
/* End */


/* Start:/bitrix/templates/dw/components/dweb/uni.form/form-type-4/style.css?169300364112795*/
.block-type-55 .block-info-column{
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
}

@media screen and (max-width: 1650px){

	.block-type-55 .block-heading{
		line-height: 46px;
		font-size: 46px;
	}

	.block-type-55 .input{
		min-width: 140px;
	}

}

@media screen and (max-width: 1425px){

	.block-type-55 .empty-block{
		display: none;
	}

	.block-type-55 .block-heading{
		line-height: 36px;
		font-size: 36px;
	}

	.block-type-55 .block-description{
		line-height: 20px;
		font-size: 20px;
	}

}

@media screen and (max-width: 1250px){

	.block-type-55{
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.block-type-55 .block-heading{
		line-height: 30px;
		font-size: 30px;
	}

	.block-type-55 .block-info-column .block-form{
		margin-top: 0;
	}

}

@media screen and (max-width: 760px){

	.block-type-55 .block-heading{
		line-height: 24px;
		font-size: 24px;
	}

	.block-type-55 .block-info-column{
		text-align: center;
	}

	.block-type-55 .block-description{
		line-height: 18px;
		font-size: 16px;
	}

	.block-type-55 .block-info-column .block-form{
		margin-top: 12px;
		text-align: center;
	}

	.block-type-55 .block-info-column .block-form .button{
		border-radius: 40px 40px 40px 40px / 40px 40px 40px 40px;
		line-height: 40px;
		padding: 0 40px;
		height: 40px;
	}

}

@media screen and (max-width: 460px){

	.block-type-55 .block-heading{
		line-height: 24px;
		font-size: 24px;
	}

}

.block-type-55 .gUniFormModalWindow{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 5, 10, 0.75);
    line-height: 100vh;
    text-align: center;
    overflow: hidden;
    position: fixed;
    z-index: 1000;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.block-type-55 .gUniFormModalWindowContainer{
    box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
	background-color: #ffffff;
	vertical-align: middle;
	display: inline-block;
    border-radius: 14px;
    position: relative;
    line-height: 21px;
    text-align: left;
    margin: 24px 0px;
    padding: 24px;
    width: 500px;
}

.block-type-55 .gUniFormHideScrollBar{
    position: relative;
    overflow: auto;
    height: 100%;
    width: 120%;
}

.block-type-55 .gUniFormCn100{
	position: relative;
    height: 100%;
    width: 100vw;
}

.block-type-55 .gUniFormModalWindowExit{
	background: url(/bitrix/templates/dw/components/dweb/uni.form/form-type-4/images/exit.png) 0 0 no-repeat transparent;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	position: absolute;
	display: block;
	right: -24px;
	height: 54px;
	width: 54px;
	top: -24px;
}

.block-type-55 .gUniFormModalWindowExit:hover{
	background-position: -54px 0px;
}

.block-type-55 .gUniFormModalWindowExit:active{
	background-position: -108px 0px;
}


.block-type-55 .gUniFormModalWindow .uFormHeading{
	text-align: center;
	line-height: 36px;
	font-weight: 600;
	font-size: 24px;
}

.block-type-55 .gUniFormModalWindow .uFormDescription{
	text-align: center;
	line-height: 28px;
	margin: 12px 0px;
	font-size: 16px;
	color: #222222;
}

.block-type-55 .uLabel{
	margin: 12px 0px;
	overflow: hidden;
}

.block-type-55 .uLabel .uName,
.block-type-55 .uLabel .uIcon{
	vertical-align: middle;
	display: inline-block;
}

.block-type-55 .uLabel .uName{
	margin-top: 3px;
}

.block-type-55 .uLabel .uIcon{
	margin-right: 6px;
}

.block-type-55 .uLabel .uIcon img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.block-type-55 .uLabel .uHint{
	margin-top: 3px;
	color: #888888;
	float: right;
}

.block-type-55 .uError,
.block-type-55 .uFormGlobalErrors{
	color: #ff0000;
}

.block-type-55 .uError,
.block-type-55 .uFormGlobalErrors{
	line-height: 28px;
}

.block-type-55 .uCaptchaContainer{
	margin-bottom: 12px;
	margin-top: 12px;
	height: 40px;
}

.block-type-55 .uCaptchaImage{
	max-width: 100%;
	height: 40px;
}

.block-type-55 .gUniForm input,
.block-type-55 .gUniForm textarea,
.block-type-55 .gUniForm select{
	transition: all 0.2s ease-in-out;
	background-color: #fdfdfd;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	border-radius: 2px;
	font-size: 14px;
	color: #000000;
	outline: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.block-type-55 .gUniForm input:focus,
.block-type-55 .gUniForm textarea:focus,
.block-type-55 .gUniForm select:focus{
	border: 1px solid #cccccc;
	background-color: #fcfcfc;
}

.block-type-55 .gUniForm input[type="text"]{
	padding: 0 6px;
	height: 50px;
}

.block-type-55 .gUniForm input[type="file"]{
	background-color: transparent;
	margin: 4px;
	border: 0;
}

.block-type-55 .gUniForm input[type="checkbox"]{
	vertical-align: middle;
	display: inline-block;
	margin: 0 12px;
	width: auto;
}

.block-type-55 .gUniForm input[type="checkbox"] + label,
.block-type-55 .gUniForm input[type="radio"] + label {
	margin-right: 12px;
	cursor: pointer;
}

.block-type-55 .gUniForm input[type="checkbox"]:not(checked),
.block-type-55 .gUniForm input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

.block-type-55 .gUniForm input[type="checkbox"]:not(checked) + label,
.block-type-55 .gUniForm input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

.block-type-55 .gUniForm input[type="checkbox"] + label:before {
	background: url(/bitrix/templates/dw/components/dweb/uni.form/form-type-4/images/checkBox.png) 0 0 no-repeat transparent;
}

.block-type-55 .gUniForm input[type="radio"] + label:before {
	background: url(/bitrix/templates/dw/components/dweb/uni.form/form-type-4/images/radio.png) 0 0 no-repeat transparent;
}

.block-type-55 .gUniForm input[type="checkbox"].error + label:before,
.block-type-55 .gUniForm input[type="radio"].error + label:before{
	border: 1px solid #ff0000;
	border-radius: 5px;
}

.block-type-55 .gUniForm input[type="checkbox"]:not(checked) + label:before,
.block-type-55 .gUniForm input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0px;
	top: 0px;
}

.block-type-55 .gUniForm input[type="checkbox"]:not(checked) + label:hover:before,
.block-type-55 .gUniForm input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

.block-type-55 .gUniForm input[type="checkbox"]:checked + label:before,
.block-type-55 .gUniForm input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

.block-type-55 .gUniForm input[type="checkbox"]:checked + label:hover:before,
.block-type-55 .gUniForm input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

.block-type-55 .gUniForm input[type="checkbox"]:disabled + label,
.block-type-55 .gUniForm input[type="radio"]:disabled + label {
	cursor: default;
}

.block-type-55 .gUniForm input[type="checkbox"]:disabled + label:before,
.block-type-55 .gUniForm input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

.block-type-55 .gUniForm textarea{
	padding: 12px 6px;
	height: 120px;
}

.block-type-55 .gUniForm select{
	padding: 12px 6px;
}

.block-type-55 .gUniForm .error{
	border: 1px solid #ff0000 !important;
	position: relative;
}

.block-type-55 .gUniForm .error:focus{
	border: 1px solid #ff0000;
}

.block-type-55 .gUniForm .uformTools{
	overflow: hidden;
	margin-top: 12px;
	padding-bottom: 1px;
}

.block-type-55 .gUniForm .uFormButton{
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.block-type-55 .gUniForm .uFormButton:first-child{
	padding-right: 6px;
}

.block-type-55 .gUniForm .uFormButton:last-child{
	padding-left: 6px;
}

.block-type-55 .gUniForm .uRequired{
	vertical-align: middle;
	display: inline-block;
	color: #ff0000;
}

.block-type-55 .gUniForm .uFormSubmit,
.block-type-55 .gUniForm .uFormReset{
	transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	line-height: 55px;
	height: 55px;
	width: 100%;
}

.block-type-55 .gUniForm .uFormSubmit.loading{
	transition: none;
}

.block-type-55 .gUniForm .uFormSubmit{
	background-color: #0d7cca;
	color: #ffffff;
}

.block-type-55 .gUniForm .uFormSubmit:hover{
    background-color: #068ae6;
}

.block-type-55 .gUniForm .uFormSubmit:active{
	position: relative;
	top: 1px;
}

.block-type-55 .gUniForm .uFormSubmit.loading{
	background-image: url(/bitrix/templates/dw/components/dweb/uni.form/form-type-4/images/loading.gif);
	background-color: #000000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	pointer-events: none;
	color: #dddddd;
	opacity: 0.1;
}

.block-type-55 .gUniForm .uFormReset{
	border: 1px solid #e5e5e5;
	color: #888888;
}

.block-type-55 .gUniForm .uFormReset:hover{
	border: 1px solid #cfcfcf;
}

.block-type-55 .gUniForm .uFormReset:active{
	position: relative;
	top: 1px;
}

.block-type-55 .gUniForm .uToolsIcon{
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-top: -1px;
}

.block-type-55 .gUniForm .eFormHidden{
	display: none;
}

.block-type-55 .gUniFormSuccess{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 5, 10, 0.75);
    position: fixed;
    overflow: auto;
    z-index: 1000;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.block-type-55 .gUniFormSuccessContainer{
    /*box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);*/
    border: 14px solid rgba(255, 255, 255, 0.12);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 14px;
    margin-left: -250px;
    margin-top: -125px;
    position: absolute;
    line-height: 270px;
    max-width: 100%;
    height: 270px;
    width: 500px;
    left: 50%;
    top: 50%;
}

.block-type-55 .gUniFormSuccessBg{
    background-color: #ffffff;
   	border-radius: 4px;
}

.block-type-55 .gUniFormSuccessMiddler{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.block-type-55 .gUniFormSuccessHeading{
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
	padding: 0 24px;
	font-size: 24px;
}

.block-type-55 .gUniFormSuccessText{
	text-align: center;
	line-height: 21px;
	margin-top: 12px;
	padding: 0 24px;
}

.block-type-55 .gUniFormButtonContainter{
	text-align: center;
}

.block-type-55 .gUniFormSuccessButton{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	vertical-align: middle;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	margin-top: 18px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.block-type-55 .gUniFormSuccessButton:hover{
	color: #ffffff;
	opacity: 0.85;
}

.block-type-55 .gUniFormSuccessButton:active{
	position: relative;
	top: 1px;
}

.block-type-55 .gUniFormSuccessExit{
	background: url(/bitrix/templates/dw/components/dweb/uni.form/form-type-4/images/exit.png) 0 0 no-repeat transparent;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	position: absolute;
	display: block;
	right: -24px;
	height: 54px;
	width: 54px;
	top: -24px;
}

.block-type-55 .gUniFormSuccessExit:hover{
	background-position: -54px 0px;
}

.block-type-55 .gUniFormSuccessExit:active{
	background-position: -108px 0px;
}

.block-type-55 .eFormRequired{
	margin-top: 12px;
}

.block-type-55 .eFormBlur{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@media all and (max-width: 650px) {
	.block-type-55 .gUniFormSuccessContainer{
		margin-left: -150px;
		width: 300px;
	}
}
/* End */


/* Start:/bitrix/components/dw/catalog.section/templates/carousel/style.css?15851914008415*/
.block-type-37 .rate-item{
	line-height: 300px;
	margin: 0 12px;
	font-size: 0px;
	height: 300px;
	float: left;
}

.block-type-37 .rate-tabs-item{
	position: relative;
	display: none;
	height: auto;
}

.block-type-37 .rate-tabs-item.selected{
	display: block;
}

.block-type-37 .slide-box{
	box-sizing: border-box;
}

.block-type-37 .item-full-container{
	line-height: 300px;
	font-size: 0px;
	height: 300px;
}

.block-type-37 .item-line-container{
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
	font-size: 14px;
}

.block-type-37 .rate-item .item-full-container{
	padding: 0 24px;
}

.block-type-37 .rate-item .item-heading{
	line-height: 37px;
	overflow: hidden;
	display: block;
	height: 37px;
}

.block-type-37 .rate-item .item-heading-link{
	vertical-align: middle;
	display: inline-block;
}


.block-type-37 .item-discount-price{
	line-height: 16px;
}

.block-type-37 .item-last-price{
	line-height: 18px;
}

.block-type-37 .item-picture-link{
	text-align: center;
	display: block;
	height: 100%;
}

.block-type-37 .item-image{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.block-type-37 .rate-item .item-container-picture{
	line-height: 155px;
	height: 155px;
}

.block-type-37 .rate-item .item-button{
	text-align: right;
}

.block-type-37 .rate-item .item-button .sprite{
	display: none;
}

.block-type-37 .item-marker{
	pointer-events: none;
	position: absolute;
	text-align: center;
	color: #ffffff;
	z-index: 1;
    right: 0px;
    top: 0px;
}

.block-type-37 .item-marker img{
	vertical-align: top;
	max-height: 100%;
	max-width: 100%;
}

.block-type-37 .rate-tabs-item-button-left,
.block-type-37 .rate-tabs-item-button-right{
	transform: translate(0%, -50%);
	position: absolute;
	z-index: 2;
	bottom: 0;
	top: auto;
}

.block-type-37 .rate-tabs-item-button-left:active,
.block-type-37 .rate-tabs-item-button-right:active{
	position: absolute;
	top: auto;
}

.block-type-37 .rate-tabs-item-button-left{
	left: 45%;
}

.block-type-37 .rate-tabs-item-button-right{
	right: 45%;
}

@media screen and (max-width: 1650px){

	.block-type-37 .slide-box-item{
		margin: 0 6px;
	}

	.block-type-37 .rate-tabs-item-button-left{
		left: 44%;
	}

	.block-type-37 .rate-tabs-item-button-right{
		right: 44%;
	}

	.block-type-37 .item-last-price{
		font-size: 16px;
	}

	.block-type-37 .item-button .button.small-size{
		padding: 0 10px;
	}

}

@media screen and (max-width: 1425px){

	.block-type-37 .block-heading{
		margin-bottom: 12px;
		line-height: 32px;
		font-size: 32px;
	}

	.block-type-37 .rate-tabs-item-button-left{
		left: 43.5%;
	}

	.block-type-37 .rate-tabs-item-button-right{
		right: 43.5%;
	}

}


@media screen and (max-width: 1250px){

	.block-type-37 .item-spec-picture{
		display: none;
	}

	.block-type-37 .rate-tabs-item-button-left{
		left: 42.5%;
	}

	.block-type-37 .rate-tabs-item-button-right{
		right: 42.5%;
	}

}

@media screen and (max-width: 1000px){

	.block-type-37{
		padding-bottom: 24px;
		padding-top: 48px;
	}

	.block-type-37 .block-heading{
		font-size: 30px;
	}

	.block-type-37 .slide-box-item .item-price,
	.block-type-37 .slide-box-item .item-button{
		display: block;
	}

	.block-type-37 .item-button{
		margin-top: 12px;
		text-align: left;
	}

	.block-type-37 .rate-item-container .button.small-size{
		padding: 0;
		width: 100%;
	}

	.block-type-37 .rate-tabs-item-button-left{
		left: 39.5%;
	}

	.block-type-37 .rate-tabs-item-button-right{
		right: 39.5%;
	}

	.block-type-37 .rate-item .item-container-price .tc{
		display: block;
	}

	.block-type-37 .rate-item .item-picture-link{
		text-align: center;
	}

	.block-type-37 .rate-item .item-heading a{
		line-height: 21px;
		font-size: 14px;
	}

	.block-type-37 .rate-item .item-button{
		text-align: left;
	}

	.block-type-37 .rate-item .item-price,
	.block-type-37 .rate-item .item-button{
		display: block;
	}

	.block-type-37 .item-discount-price{
		min-height: 18px;
	}

	.block-type-37 .item-button{
		margin-top: 12px;
	}

	.block-type-37 .item-button .button.small-size{
		padding: 0px;
		width: 100%;
	}

	.block-type-37 .item-marker{
		display: none;
	}

	.block-type-37 .rate-item .item-container-picture{
		line-height: 126px;
		height: 126px;
	}

}

@media screen and (max-width: 760px){

	.block-type-37 .block-rate-container{
		margin-top: 24px;
	}

	.block-type-37 .rate-item{
		line-height: 270px;
		height: 270px;
	}

	.block-type-37 .item-container-picture{
		text-align: center;
	}

	.block-type-37 .slide-box-item .item-price,
	.block-type-37 .slide-box-item .item-button{
		display: table-cell;
	}

	.block-type-37 .item-button{
		text-align: right;
	}

	.block-type-37 .rate-item-container .item-button .button.small-size{
		padding: 0px 10px;
		width: auto;
	}

	.block-type-37 .rate-item-container .item-button .sprite{
		margin-left: -3px;
		margin-top: 8px;
		display: block;
	}

	.block-type-37 .rate-item-container .item-button .button-title{
		display: none;
	}

	.block-type-37 .rate-tabs-item-button-left{
		left: 33%;
	}

	.block-type-37 .rate-tabs-item-button-right{
		right: 33%;
	}

	.block-type-37 .rate-item{
		margin-top: 12px;
	}

	.block-type-37 .item-full-container{
		line-height: 260px;
		height: 260px;
	}

	.block-type-37 .item-description{
		line-height: 18px;
	}

	.block-type-37 .rate-item .item-heading{
		line-height: 32px;
		height: 32px;
		top: 20px;
	}

	.block-type-37 .rate-item .item-heading a{
		line-height: 16px;
		font-size: 13px;
	}

	.block-type-37 .rate-item .item-container-price .tc{
		display: table-cell;
	}

	.block-type-37 .wide-item .item-price{
		padding-top: 12px;
	}

	.block-type-37 .item-discount-price{
		min-height: auto;
	}

	.block-type-37 .rate-item .item-button .sprite{
		margin-left: -3px;
		margin-top: 8px;
		display: block;
	}

	.block-type-37 .item-button .button.small-size{
		padding: 0px 10px;
		width: auto;
	}

	.block-type-37 .rate-item .item-button .button-title{
		display: none;
	}

}

@media screen and (max-width: 460px){

	div.block-type-37{
		padding-bottom: 0px;
		padding-top: 36px;
	}

	div.block-type-37 .rate-tabs-item{
		padding-bottom: 0px;
	}

	.block-type-37 .block-heading{
		font-size: 24px;
	}

	.block-type-37 .rate-item{
		line-height: 300px;
		margin-top: 0px;
		font-size: 0px;
		height: 300px;
	}

	.block-type-37 .item-picture-link img{
		width: auto;
	}

	.block-type-37 .rate-item-container .item-button .sprite{
		display: none;
	}

	.block-type-37 .rate-item-container .button.small-size{
		padding: 0px 12px;
		width: auto;
	}

	.block-type-37 .rate-item-container .item-button .button-title{
		display: block;
	}

	.block-type-37 .rate-tabs-item-button-left{
		left: 27.5%;
	}

	.block-type-37 .rate-tabs-item-button-right{
		right: 27.5%;
	}

	.block-type-37 .rate-item .item-full-container{
		line-height: 260px;
		height: 260px;
	}

	.block-type-37 .rate-item .item-container-picture{
		line-height: 140px;
		height: 140px;
	}

	.block-type-37 .rate-item .item-container-price .tc{
		display: table-cell;
	}

	.block-type-37 .rate-item .item-button{
		text-align: right;
	}


	.block-type-37 .item-container-info{
		padding-top: 12px;
	}

	.block-type-37 .rate-item .item-container-price .tc{
		display: table-cell;
	}

	.block-type-37 .rate-item .item-price,
	.block-type-37 .rate-item .item-button{
		vertical-align: middle;
		width: 50%;
	}

	.block-type-37 .wide-item .item-price{
		padding-top: 0px;
		margin-top: 0px;
	}

	.block-type-37 .rate-item .item-button .sprite{
		display: none;
	}

	.block-type-37 .item-button .button.small-size{
		padding: 0px 12px;
		width: auto;
	}

	.block-type-37 .rate-item .item-button .button-title{
		display: block;
	}

	.block-type-37 .rate-tabs-item-button-left,
	.block-type-37 .rate-tabs-item-button-right{
		display: none !important;
	}

}

@media screen and (max-width: 350px){

	.block-type-37 .rate-tabs-item-button-left{
		left: 24%;
	}

	.block-type-37 .rate-tabs-item-button-right{
		right: 24%;
	}

}
/* End */


/* Start:/bitrix/templates/dw/components/bitrix/news.list/center-block-type-13/style.css?15848308873555*/
.block-type-43{
	background-color: #f5f5f5;
}

.block-type-43 .rate-item{
	line-height: 300px;
	font-size: 0px;
	height: 300px;
}

.block-type-43 .rate-item-container{
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
	background: #dfe9ee;
	font-size: 14px;
	color: #000000;
}

.block-type-43 #rate-tabs-item-carousel_43{
	margin: 0 -12px;
}

.block-type-43 .slide-box-item:nth-child(even) .rate-item-container{
	background: #0273e0;
	color: #fff;
}

.block-type-43 .rate-tabs-item{
	position: relative;
	height: auto;
}

.block-type-43 .slide-box{
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.block-type-43 .slide-box-item{
	box-sizing: border-box;
	margin: 0 12px;
	float: left;
}

.block-type-43 .rate-item-header{
	height: 300px;
}

.block-type-43 .rate-tabs-item-button-left,
.block-type-43 .rate-tabs-item-button-right{
	transform: translate(0%, -50%);
	position: absolute;
	z-index: 2;
	bottom: 0;
	top: auto;
}

.block-type-43 .rate-tabs-item-button-left:active,
.block-type-43 .rate-tabs-item-button-right:active{
	position: absolute;
	top: auto;
}

.block-type-43 .rate-tabs-item-button-left{
	left: 45%;
}

.block-type-43 .rate-tabs-item-button-right{
	right: 45%;
}

.block-type-43 .block-brief-container{
	text-align: center;
}

@media screen and (max-width: 1880px){

	.block-type-43{
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.block-type-43 .rate-item{
		line-height: 240px;
		font-size: 0px;
		height: 240px;
	}

	.block-type-43 .rate-item-container .item-picture img{
		max-width: 100%;
	}

	.block-type-43 .rate-tabs-item-button-left{
		left: 44%;
	}

	.block-type-43 .rate-tabs-item-button-right{
		right: 44%;
	}

}

@media screen and (max-width: 1650px){

	.block-type-43 .slide-box-item{
		margin: 0 6px;
	}

	.block-type-43 .rate-item-container .rate-item-text,
	.block-type-43 .rate-item-container .rate-item-link{
		margin-top: 12px;
	}

	.block-type-43 .rate-tabs-item-button-left{
		left: 43%;
	}

	.block-type-43 .rate-tabs-item-button-right{
		right: 43%;
	}

}

@media screen and (max-width: 1425px){

	.block-type-43 .rate-tabs-item-button-left{
		left: 42.5%;
	}

	.block-type-43 .rate-tabs-item-button-right{
		right: 42.5%;
	}

}

@media screen and (max-width: 1250px){

	.block-type-43 .slide-box-item .rate-item-container .item-picture{
		display: none;
	}

	.block-type-43 .rate-tabs-item-button-left{
		left: 41%;
	}

	.block-type-43 .rate-tabs-item-button-right{
		right: 41%;
	}

}

@media screen and (max-width: 1000px){

	.block-type-43{
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.block-type-43 .rate-tabs-item-button-left{
		left: 37.5%;
	}

	.block-type-43 .rate-tabs-item-button-right{
		right: 37.5%;
	}

}

@media screen and (max-width: 760px){

	.block-type-43 .block-heading{
		line-height: 24px;
		font-size: 24px;
	}

	.block-type-43 .slide-box-item{
		margin: 0;
	}

	.block-type-43 .rate-tabs-item-button-left{
		left: 30%;
	}

	.block-type-43 .rate-tabs-item-button-right{
		right: 30%;
	}

}

@media screen and (max-width: 460px){

	.block-type-43 .rate-tabs-item-button-left{
		left: 24%;
	}

	.block-type-43 .rate-tabs-item-button-right{
		right: 24%;
	}

}

@media screen and (max-width: 350px){

	.block-type-43 .rate-tabs-item-button-left{
		left: 20%;
	}

	.block-type-43 .rate-tabs-item-button-right{
		right: 20%;
	}

}
/* End */


/* Start:/bitrix/templates/dw/components/dweb/uni.form/form-type-3/style.css?16930036194895*/
.block-type-54 .block-info-column{
	vertical-align: middle;
	display: inline-block;
	font-size: 0.8rem;
}

.block-type-54 .input{
	margin-right: 12px;
	min-width: 180px;
}

@media screen and (max-width: 1650px){

	.block-type-54 .block-heading{
		line-height: 2.3rem;
		font-size: 2.3rem;
	}

	.block-type-54 .block-description{
		line-height: 1.375rem;
		font-size: 1.22rem;
	}

	.block-type-54 .input{
		min-width: 165px;
	}

}

@media screen and (max-width: 1425px){

	.block-type-54 .empty-block{
		display: none;
	}

	.block-type-54 .block-info-column .block-form{
		float: right;
	}

	.block-type-54 .block-heading{
		line-height: 2rem;
		font-size: 2rem;
	}

	.block-type-54 .block-description{
		line-height: 1rem;
		font-size: 1rem;
	}

}

@media screen and (max-width: 1250px){

	.block-type-54{
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.block-type-54 .block-heading{
		line-height: 1.6rem;
		font-size: 1.6rem;
	}

	.block-type-54 .block-info-column .block-form{
		margin-top: 12px;
		float: none;
	}

}

@media screen and (max-width: 760px){

	.block-type-54 .block-heading{
		line-height: 1.375rem;
		font-size: 1.375rem;
	}

	.block-type-54 .block-description{
		line-height: 1rem;
		font-size: 0.8rem;
	}

	.block-type-54 form .input{
		margin-bottom: 12px;
		min-width: auto;
		width: 82%;
	}

	.block-type-54 form .button{
		min-width: auto;
		width: 100%;
	}

}

@media screen and (max-width: 460px){

	.block-type-54 .block-heading{
		line-height: 1.375rem;
		font-size: 1.375rem;
	}

	.block-type-54 form .input{
		width: 75%;
	}

}

@media screen and (max-width: 350px){

	.block-type-54 .block-form .input{
		width: 72%;
	}

}

.gUniForm .eFormHidden{
	display: none;
}

.gUniFormSuccess{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 5, 10, 0.75);
    position: fixed;
    overflow: auto;
    color: #000000;
    z-index: 1000;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.gUniFormSuccessContainer{
    /*box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);*/
    border: 14px solid rgba(255, 255, 255, 0.12);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 14px;
    margin-left: -250px;
    margin-top: -125px;
    position: absolute;
    line-height: 270px;
    max-width: 100%;
    height: 270px;
    width: 500px;
    left: 50%;
    top: 50%;
}

.gUniFormSuccessBg{
    background-color: #ffffff;
   	border-radius: 4px;
}

.gUniFormSuccessMiddler{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.gUniFormSuccessHeading{
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	padding: 0 24px;
	font-size: 1.375rem;
}

.gUniFormSuccessText{
	text-align: center;
	line-height: 1.25rem;
	margin-top: 12px;
	padding: 0 24px;
}

.gUniFormButtonContainter{
	text-align: center;
}

.gUniFormSuccessButton{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	vertical-align: middle;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	margin-top: 18px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.gUniFormSuccessButton:hover{
	color: #ffffff;
	opacity: 0.85;
}

.gUniFormSuccessButton:active{
	position: relative;
	top: 1px;
}

.gUniFormSuccessExit{
	background: url(/bitrix/templates/dw/components/dweb/uni.form/form-type-3/images/exit.png) 0 0 no-repeat transparent;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	position: absolute;
	display: block;
	right: -24px;
	height: 54px;
	width: 54px;
	top: -24px;
}

.gUniFormSuccessExit:hover{
	background-position: -54px 0px;
}

.gUniFormSuccessExit:active{
	background-position: -108px 0px;
}

.eFormBlur{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
}

.eFormRequired{
	margin-top: 12px;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@media all and (max-width: 650px) {
	.gUniFormSuccessContainer{
		margin-left: -150px;
		width: 300px;
	}
}
/* End */
/* /bitrix/components/dw/sale.geo.positiion/templates/.default/style.css?158832259113440 */
/* /bitrix/templates/dw/components/dweb/uni.form/form-type-7/style.css?169300368912116 */
/* /bitrix/components/dw/catalog.item/templates/detail/style.css?176390469614438 */
/* /bitrix/templates/dw/components/dweb/uni.form/form-type-4/style.css?169300364112795 */
/* /bitrix/components/dw/catalog.section/templates/carousel/style.css?15851914008415 */
/* /bitrix/templates/dw/components/bitrix/news.list/center-block-type-13/style.css?15848308873555 */
/* /bitrix/templates/dw/components/dweb/uni.form/form-type-3/style.css?16930036194895 */
