@charset "utf-8";


/* open-sans-regular - latin_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../_fonts/open-sans-v18-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../_fonts/open-sans-v18-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../_fonts/open-sans-v18-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../_fonts/open-sans-v18-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
    url('../_fonts/open-sans-v18-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../_fonts/open-sans-v18-latin_cyrillic-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../_fonts/open-sans-v18-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../_fonts/open-sans-v18-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../_fonts/open-sans-v18-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../_fonts/open-sans-v18-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
    url('../_fonts/open-sans-v18-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../_fonts/open-sans-v18-latin_cyrillic-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}



@font-face {
    font-family: 'ALSRubl';
    src: url('../_fonts/ALSRubl.woff2') format('woff2'),
    url('../_fonts/ALSRubl.woff') format('woff');
    font-weight: normal;
    font-style: normal
}
.sc-rubl::after {
    content: 'p'; font-family: 'ALSRubl';
    display: inline-block; position: relative; margin-left: 0; margin-right: -0.24em;
    font-weight: 500;
}
.sc-rubl > span {display: none;}
b .sc-rubl::after {font-weight: 600;}




article, aside, details, figcaption, figure, footer, header, menu, nav, section {display:block;}

html,
body {min-height:100%;}
html {height:100%; font-size: 16px;}
body {
	min-width:320px;
	margin:0; padding:0; position:relative; font:400 0.9375rem/1.2 'Open Sans', 'Arial', Helvetica, sans-serif; color:#000;
	background:#fbfbfb;
}
@media all and (max-width: 772px){
    html {font-size: 15px;}
}


.load--preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}


a img {border:0;}

*, *::before, *::after {
	box-sizing: border-box;
}

* {min-width:0; min-height:0; outline:none;}

a:link,
a:active,
a:visited {color:#46a1f0; text-decoration:none; text-decoration-skip-ink: none;}
a:hover {text-decoration:underline;}

h1,h2,h3,h4,h5,h6,
.h1,h2,.h3,.h4,.h5,.h6 {display:block; margin:10px 0; padding:0; font:normal 34px/1.2 'Open Sans', Arial, Helvetica, sans-serif; color:#333;}

h1,.h1 {font-size:26px;}
h2,.h2 {font-size:24px;}
h3,.h3 {font-size:22px;}
h4,.h4 {font-size:20px;}
h5,.h5 {font-size:18px;}
h6,.h6 {font-size:16px;}


ul,
ol,
li,
dl,
dt,
dd {display:block; padding:0; margin:0; list-style:none; background:0;}

form {display:block; padding:0; margin:0;}
input[type="image"]:hover {opacity:0.8;}
input, textarea, select, button {font:normal 14px/1.2 'Open Sans', Arial, Helvetica, sans-serif; color:#111; vertical-align:baseline;}
label {vertical-align:baseline;}

label, input[type=button], input[type=submit], button { cursor:pointer; }
textarea {overflow:auto; resize:vertical;}


/* Inputs */
.input__text {width:100%; height: 2.5rem; padding:0 0.5rem; display:inline-block; vertical-align:middle; margin:0;
    border: 1px solid #46a1f0;
    background: transparent;
	font-weight:500; font-size:16px; color:#111; outline:none;
	transition:border-color .1s linear, background-color .1s linear;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
    border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.input__text {min-height:5rem; padding:0.5rem;}

::-webkit-input-placeholder { color:#292929; -webkit-transition:color .1s linear;}
:focus::-webkit-input-placeholder { color:transparent;}
:-moz-placeholder { color:#292929; -moz-transition:color .1s linear;}
:focus:-moz-placeholder { color:transparent;}
::-moz-placeholder { color:#292929; -moz-transition:color .1s linear;}
:focus::-moz-placeholder { color:transparent;}
:-ms-input-placeholder { color:#292929; }
:focus:-ms-input-placeholder { color:transparent;}

.input__text:hover,
.input__text:focus {
    border: 1px solid #83bcfc;
}


.button {
    min-height: 3.25rem; height: 3.25rem; padding:0 1.125rem; vertical-align: middle; display: inline-flex; align-items: center; justify-content: center;
    position: relative; margin: 0; border:1px solid #eee; background: 0; z-index: 2;
    font-size: 1rem; color: #000; text-align: center; text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 34px;
    transform: translate3d(0,0,0);
}
.button:link {color: #000; text-decoration: none;}
.button.bgs--blue {font-weight:bold; color: #0055a5; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); text-transform: uppercase;}
.button.bgs--blue::after,
.button.bgs--blue::before {
    width: auto; height: auto; content: ' '; display: block;
    position: absolute; left: 5px; right: 5px; top: 0; bottom: 0; z-index: -2;
    background: rgb(206,107,0);
    background: -moz-linear-gradient(45deg, rgba(206,107,0,1) 0%, rgba(255,133,0,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(206,107,0,1) 0%,rgba(255,133,0,1) 100%);
    background: linear-gradient(45deg, rgba(70, 161, 240, 0.44) 0%,#46a1f0 100%);
    border-radius: 34px;
}
.button.bgs--blue::before {
    background: rgba(255, 255, 255, 0.12); opacity: 0; z-index: -1;
    transition: opacity 0.3s ease;
}
.button.bgs--blue:hover::before {opacity: 1;}
.button.bgs--blue:active::before {box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.2);}

.button.txt--white {color: #fff;}

.button.brdr--gray {border-color: #c8c8c8;}

.button.bgs--gray {background: #daf0fd;}
.button.bgs--gray::after,
.button.bgs--gray::before {
    width: auto; height: auto; content: ' '; display: block;
    position: absolute; left: 5px; right: 5px; top: 0; bottom: 0; z-index: -2;
    background: #fff;
    border-radius: 34px;
}
.button.bgs--gray::before {
    background: rgba(255, 255, 255, 0.12); opacity: 0; z-index: -1;
    transition: opacity 0.3s ease;
}
.button.bgs--gray:hover::before {opacity: 1;}
.button.bgs--gray:active::before {box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.2);}

.button.bgs--white {background: rgba(70, 161, 240, 0.16);}
.button.bgs--white::after,
.button.bgs--white::before {
    width: auto; height: auto; content: ' '; display: block;
    position: absolute; left: 5px; right: 5px; top: 0; bottom: 0; z-index: -2;
    background: #fff;
    border-radius: 34px;
}
.button.bgs--white::before {
    background: rgba(255, 255, 255, 0.12); opacity: 0; z-index: -1;
    transition: opacity 0.3s ease;
}
.button.bgs--white:hover::before {opacity: 1;}
.button.bgs--white:active::before {box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.2);}

.button.outer--white {background-color: #fff;}


.button .btn--icon {width:3.25rem; height:3.25rem; flex:none; margin:0 0.8rem 0 -1.125rem; transform: translateX(5px);}
.button .btn--icon svg {width: 100%; height: 100%; vertical-align: top;}
.button .btn--icon.icon--bgs-white {position: relative;}
.button .btn--icon.icon--bgs-white::after {
    width: auto; height: auto; content: ' '; display: block;
    position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 7;
    background: rgba(255,255,255,0.2); opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
}
.button:hover .btn--icon.icon--bgs-white::after {opacity: 1;}
.button .btn--icon.icon--bgs-white::before {
    width: auto; height: auto; content: ' '; display: block;
    position: absolute; left: 5px; right: 5px; top: 5px; bottom: 5px;
    background: #fff; z-index: -1;
    border-radius: 50%;
}
.button .btn--label {
    flex:none; padding: 0.1em 0 0 0; text-align: left;
    transform: translate3d(0,0,0);
}
.button .btn--label .label--messagenger {font-size: 0.92rem; letter-spacing: 0.02em;}
.button .btn--label .label--telegram {font-size: 0.92rem; letter-spacing: 0.05em;}
.button .btn--label .label--order {font-size: 0.96rem; letter-spacing: 0.1em;}

.button.btn--file .btn--label {max-width:180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.button.bgs--blue .btn--dotts {display: inline-block; border-bottom: 2px dashed #0055a5; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);}


.input-mask {display: block; position: relative;}
.input-mask input:focus + .input-mask__layer {display: none;}
.input-mask__layer {width: auto; height: auto; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 7;}




/* PLUGIN :: Magnific Popup CSS */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

/* PLUGIN :: Loader */
[data-loader-frame] { position: relative }
[data-loader-frame]:before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden;
    background-color: rgba(255, 255, 255, 0.39); z-index: 100 }
.spinner-circle {width:120px; height:120px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 999;}

.lds-ripple {
    display: inline-block; vertical-align: top;
    position: relative;
    width: 120px;
    height: 120px;
}
.lds-ripple::before,
.lds-ripple::after {
    width: 100%; height: 100%; content: ' '; display: block;
    position: absolute; left: 0; right: 0;
    border: 4px solid #61a0ee;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple::after {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        transform: scale(0,0);
        opacity: 1;
    }
    100% {
        transform: scale(2,2);
        opacity: 0;
    }
}




.form-loader {
    width: auto; height: auto; display: flex; align-items: center; flex-direction: column; align-content: center; justify-content: center; flex-wrap: wrap;
    position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 77;
    background: rgba(255,255,255,0.82);
    visibility: hidden; opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}
.form-submit .form-loader,
.form-submited .form-loader {visibility: visible; opacity: 1;}

.form-loader__response-hide {display: none;}
.form-submit .form-loader__response-hide {display: block;}

.form-submited .form-loader__response {display: block;}
.form-submited .form-loader__response-hide {display: none;}


.form-loader__icon {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
}
.form-loader__response {
    width: 100%; padding: 2rem 1rem; display: none; border: 2px solid #61a1ef; text-align: center;
    border-radius: 50%;
    box-shadow: inset 0 10px 10px 0 rgba(97, 161, 239, 0.2);
}
.form-loader__response-message {
    margin: 0 0 1rem 0;
    font-size: 1.1rem; text-align: center;
}
.form-progress__text {margin:0 0 0.3rem 0; font-weight:bold; font-size: 0.9rem; text-align: center;}
.form-progress {
    width: 12rem; max-width: 100%; height: 1rem; overflow: hidden; position: relative;
    background: #eee;
    border-radius: 24px;
}
.form-progress__bar {
    width: 1%; height: 100%; position: absolute; left: 0; top: 0;
    background: #61a1ef;
    border-radius: 24px;
    transition: width 0.3s ease;
}
.form-progress__bar::after {
    width: 1rem; height: 0.5rem; content: ' '; display: block;
    position: absolute; right: 0.25rem; top: 0.25rem; background: #fff;
    border-radius: 50%;
}

@media all and (max-width: 772px){
    .form-loader {
        justify-content: flex-end;
    }
    .form-loader__response {
        border-radius: 7%/7%;
    }
}


/* Checkbox */
.input__check {
    width:1.25rem; height:1.25rem; display:inline-block; vertical-align:middle; overflow:hidden; position:relative; padding:0; margin:0; border:0; -webkit-appearance: none; cursor:pointer;
}
.input__check input {width:100%; height:100%; padding:0; display:block; position:absolute; left:0; bottom:0; border:0; margin:0; background:0; opacity:0; z-index:10;}
.input__check-icon {
    width:1.25rem; height:1.25rem; line-height:1.25rem; content:' '; display:block;
    position:absolute; left:0; top:0; color:#000; text-align:center; z-index:3;
    background: transparent;
    box-shadow: inset 0 0 0 1px #d9dadf;
    border-radius:4px;
}
.input__check-icon:before {
    width:auto; height:auto; content:' '; position:absolute; left:0; right: 0; top:0; bottom: 0; z-index:1; opacity:0;
    background:no-repeat center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACfSURBVEhLY/z//z8DLQATlKY6GDUYDkaIwV8OKAsCMQeUixWQbDDQQBUgdRmIDwDZzGBBLACvwSCNQOwC5cIMPQDE0kDMCMVYASEXdwPxbqCBHWiGngJiNx6Hu3+ANFZAyOB9QPwbiMuB+AIQIxv6EUjjBATLCqBL/YDUGiBmBWKiDAUBogohqOGJQJxAjKEgMFq6wcGowXAw1AxmYAAAQgU3DhC7vloAAAAASUVORK5CYII='); filter: hue-rotate(45deg);
    background-size: 160%;
}
.input__check input[disabled] + .input__check-icon {
    opacity:0.34;
    -webkit-box-shadow:inset 0 0 0 2px #000; -moz-box-shadow:inset 0 0 0 2px #000; box-shadow:inset 0 0 0 2px #000;
}
.input__check:hover .input__check-icon {box-shadow: inset 0 0 0 1px #46a1f0;}
.input__check input[type="radio"] + .input__check-icon { -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}
.input__check::after {width:auto; height:auto; display:block; position:absolute; left:0; right:0; top:0; bottom:0; text-align:center; z-index:2;}
.input__check input:checked + .input__check-icon {box-shadow: inset 0 0 0 1px #46a1f0;}
.input__check input:checked + .input__check-icon:before {opacity:1;}
.input__input-box {display:inline-block; vertical-align:top; margin:0 16px 0 0;}
.input__input-box .input__check-icon { vertical-align:middle;}
.input__input-box .txt-check {margin:0 0 0 0.4rem; vertical-align:middle;}

@media all and (max-width: 376px){
    .input__input-box {margin-right: 0;}
}


/* Fields form */
.form-field__group {display: flex; margin: -0.5rem;}
.form-field__group .form-field {flex: 1; padding: 0.5rem;}
.form-field {display: flex; flex-direction: column; margin-bottom: 1rem;}
.form-field__label {margin: 0 0 0.5rem 0;}
.form-field__label::after {content: ':';}
.form-field__content {flex:none;}
.form-field__input {width: 100%;}
.form-field__button {margin:1rem 0 0 0; text-align: center;}
.form-field__button .button {color: #fff;}

.form-field__buttons {display: flex; align-items: center; justify-content: center; margin: -0.5rem;}
.form-field__button-item {padding: 0.5rem;}


.js .fn_file_select {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.no-js .fn_file_select + label {
    display: none;
}


.form-field__file {display: flex;}
.form-field__file-text {flex:1; padding: 0.3rem; border: 1px dashed #ccc; border-radius: 14px;}
.form-field__file-button {margin: 0 0 0 1rem;}


.none,
.display-none {display:none;}

p {display:block; margin:1rem 0;}

.price {white-space: nowrap;}

blockquote,
.blockquote {padding:11px 10px 15px; margin:12px 0; border-left:7px solid #ccc; font:300 14px/1.3 Arial, Helvetica, sans-serif; color:#222; background:#eee;}

.txt-center {text-align: center;}
.txt-left {text-align: left;}
.txt-right {text-align: right;}
.txt-bold {font-weight: bold;}
.clr-blue {color: #3e6afe;}
.clr-bluew {color: #4585bd;}
.clr-telegram {color: #289fdb;}
.clr-whatsapp {color: #43e460;}
.clr-gray {color: #ccc;}
.clr-green {color: green;}
.clr-red {color: darkred;}
.uppercase {text-transform: uppercase;}
a.link-dashed {display:inline-block; text-decoration: none; border-bottom: 1px dashed #46a1f0; transition: border-color 0.3s ease;}
a.link-dashed:hover {border-bottom-color: transparent;}
.lead {
    padding: 0.5rem 1rem; overflow: hidden; margin:1rem 0; border-left:0.5rem solid #ccc;
    font-size: 1.05rem; font-weight: 400; color:#222;
    background:#eee;
    border-radius: 18px/22px;
}
.lead b {color: #46a1f0;}

hr,
.hr-line {
    height: 1px;
    margin: 20px 0;
    padding: 0;
    border: none;
    background: rgba(255,216,0,0);
    background: -moz-linear-gradient(left, rgba(255,216,0,0) 0%, #46a1f0 20%, #46a1f0 80%, rgba(255,216,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,216,0,0) 0%,#46a1f0 20%,#46a1f0 80%,rgba(255,216,0,0) 100%);
    background: linear-gradient(to right, rgba(255,216,0,0) 0%,#46a1f0 20%,#46a1f0 80%,rgba(255,216,0,0) 100%);
}


.idesc {line-height:1.34; color:#000;}
.idesc img {max-width:100%; height:auto;}

.idesc p {margin:0.75rem 0;}
.idesc h1, .idesc .h1,
.idesc h2, .idesc .h2,
.idesc h3, .idesc .h3,
.idesc h4, .idesc .h4,
.idesc h5, .idesc .h5,
.idesc h6, .idesc .h6 {margin:2rem 0 1rem 0;}

.idesc ul {padding:0; display:block; margin:1rem 1rem 1rem 0; overflow:hidden;}
.idesc ul > li {display:block; padding:0 0 0 2rem; margin:5px 0; list-style:disc;}
.idesc ul > li:before {
    content:'\2022'; float: left; margin:0 0 0 -1rem; font-size: inherit; font-family: Verdana; color: #fff;
    text-shadow: 0 0 1px #fff;
    filter:drop-shadow(0 0 0 #000) drop-shadow(0 0 0 #000);
    transform: scale(1.6);
}
.idesc ol {counter-reset: olCounter; padding:0; list-style: none; display:block; margin:1rem 0; overflow:hidden;}
.idesc ol > li {display:block; padding:0 0 0 2rem; margin:5px 0; list-style:none;}
.idesc ol > li:before {
    counter-increment: olCounter;
    content:counter(olCounter) ".";
    width:16px; float: left; margin: 0 0 0 -1rem; text-align: right;
}

.idesc [data-type="check"] {}
.idesc [data-type="check"] > li {}
.idesc [data-type="check"] > li:before {
    content:'\2713';
    font-weight: bold;
    color: #46a1f0;
    text-shadow: none;
    filter:none;
    transform: scale(1.3) translate(-0.1em, -0.1em);
}



.idesc ul ul,
.idesc ul ol,
.idesc ol ol,
.idesc ol ul {margin-left: 2rem;}

.idesc p + ul,
.idesc p + ol {margin-top:-0.5rem;}

.idesc ul:first-child,
.idesc p:first-child,
.idesc h1:first-child, .idesc h2:first-child, .idesc h3:first-child, .idesc h4:first-child, .idesc h5:first-child, .idesc h6:first-child {margin-top:0 !important;}
.idesc p:first-child,
.idesc h1:first-child, .idesc h2:first-child, .idesc h3:first-child, .idesc h4:first-child, .idesc h5:first-child, .idesc h6:first-child,
.idesc .h1:first-child, .idesc .h2:first-child, .idesc .h3:first-child, .idesc .h4:first-child, .idesc .h5:first-child, .idesc .h6:first-child {margin-top:0 !important;}

.idesc p:last-child,
.idesc h1:last-child, .idesc h2:last-child, .idesc h3:last-child, .idesc h4:last-child, .idesc h5:last-child, .idesc h6:last-child,
.idesc .h1:last-child, .idesc .h2:last-child, .idesc .h3:last-child, .idesc .h4:last-child, .idesc .h5:last-child, .idesc .h6:last-child {margin-bottom:0 !important;}


.idesc-image {width: 240px; max-width: 100%; height: auto; vertical-align: top; margin: 0 1rem 1rem 0; float: left;}
.idesc-image.pos--right {float: right; margin: 0 0 1rem 1rem;}


.idesc dl {overflow: hidden;}
.idesc dt {padding:0 0 0 2rem; font-weight: bold;}
.idesc dt::before {
    content:'\2022'; float: left; margin:0 0 0 -1rem; font-size: inherit; font-family: Verdana; color: #919191;
    transform: scale(1.6);
}
.idesc dd {margin-left: 2rem;}
.idesc dd + dt {margin-top: 5px;}



@media all and (max-width: 772px){
    .idesc-image {width: 200px;}
}

@media all and (max-width: 560px){
    .idesc-image {display: none;}
}


/* Wrap */
.svg-hidden {
    width: 1px; height: 1px; position: absolute; left: 0; bottom: 0; overflow: hidden;
}
.wrap {min-width:320px; position: relative; overflow:hidden;}
.wrapper {width:1100px; max-width: 100%; padding: 0 0.9375rem; position:relative; margin:0 auto;}


.footer {position: relative;}
.footer .wrapper {width: 700px;}

.footer__scrollup {
    width: 2rem; height: 2rem; position: absolute; left: 50%; top: 0; z-index: 7;
    transform: translateX(-50%);
    background: #46a1f0;
    border-radius: 50%;
    box-shadow: 0 0 10px transparent, inset 0 0 0 3px transparent;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
}
.footer__scrollup::after {
    width: 0; height: 0; content: ' '; display: block;
    position: absolute; left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.8rem solid #fff;
}
.footer__scrollup:hover {
    box-shadow: 0 0 10px #46a1f0, inset 0 0 0 3px #fff;
}

.footer::before {
    width: 0; height: 0; content: ' '; display: block;
    position: absolute; left: 50%; top: 0; z-index: 2;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #fbfbfb;
    transform: translateX(-50%);
}
.footer__foot {padding:3rem 0; overflow: hidden; position: relative; z-index: 1;}
.footer__foot::after {
    width: 4000px; height: auto; content: ' '; display: block;
    position: absolute; left: 50%; top: 0; bottom: -400px; z-index: -1;
    box-shadow: inset 0 0 100px rgba(51, 51, 51, 0.16);
    border-radius: 50%;
    transform: translateX(-50%);
}
.footer__foot::before {
    width: auto; height: 50px; content: ' '; display: block;
    position: absolute; left: 0; right: 0; top: 100%;
    box-shadow: 0 0 10px 5px #badcf9;
    border-radius: 50%;
}
.footer .wrapper {display: flex; align-items: center; justify-content: space-between;}


.footer__foot .logo__link-name {font-size: 1.6em;}
.footer__foot .logo__link-city {font-size: 2.3em;}


.footer__right {margin-right: 1rem;}

.footer__address {margin:0.6rem 0 0 0; font-size: 0.74rem;}

a.edinstvo {display:inline-block; overflow:hidden; margin: 1rem 0 0 0; font-weight:bold; font-size:13px; color:#777; text-decoration:none;}
.edinstvo img,
.edinstvo span {display:inline-block; vertical-align:middle;}
.edinstvo img {width:122px; height:26px;}



@media all and (max-width: 772px){
    .footer .wrapper {flex-direction: column;}
    .footer__right {margin: 1rem 0 0 0;}
    .footer .contact-phone {text-align: center;}
}

@media all and (max-width: 560px){
    .footer__foot {padding-top: 4rem;}
}



.header {padding:7.375rem 0 0 0; background: #fbfbfb;}
.header__head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 777;
    transition: padding 0.3s ease, height 0.3s ease;
}
.header__head::before,
.header__head-bgs {
    width: auto; height: auto; content: ' '; display: block;
    position: absolute; left: -500px; right: -500px; top: -300px; bottom:-0.5rem; z-index: -1;
    background: #fbfbfb;
    border-radius: 0 0 50% 50%;
    box-shadow: 0 0 0 3px #e0e8ef;
}
.header__head-bgs {background: #daf0fd; opacity: 0;}
.header__head .wrapper {height:6.875rem; display: flex; align-items: center; transition: height 0.3s ease;}
.header__logo {margin:0 2rem 0 0;}
.header__content {flex:1; display: flex; align-items: center; justify-content: flex-end;}
.header__content-button {margin-left: 1rem;}
.header__content-button .button {font-weight:bold; font-size: 0.8rem; color: #4585bd; text-transform: uppercase; transition: all 0.3s ease;}
.header__content-button .button:hover {color: #46a1f0;}

.logo {display: inline-block; vertical-align: top; transition: margin-bottom 0.3s ease;}
a.logo__link {text-decoration: none;}
.logo__link {display: block; font-weight: 700; text-transform: uppercase;}
.logo__link-name {display: block; font-size: 1.8em; color: #46a1f0;}
.logo__link-city {position:relative; display: block; font-size: 2.6em; color: #000; letter-spacing:0.01em;}
.header__head .logo__link-city::before {
    width: auto; height: auto; content: ' '; display: block;
    position: absolute; left: -1rem; right: -1rem; top: -0.1rem; bottom: -0.1rem; z-index: -1;
    background: #daf0fd;
    opacity: 0; transition: opacity 0.3s ease;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 2px 0 1px #fbfbfb;
}
@media all and (min-width: 900px){
    .sizer--small .header__head .logo {margin-bottom: -1.5rem;}
    .sizer--small .header__head .wrapper {height: 3.875rem;}
    .sizer--small .header__head .logo__link-city::before {opacity: 1;}
}

.contact-phone { overflow:hidden;}
a.contact-phone__number {color:#000; text-decoration: none;}
a.contact-phone__number:hover {color:#46a1f0;}
.contact-phone__number {overflow: hidden;}
.contact-phone__prefix {font-size:1rem;}
.contact-phone__sufix {font-size:1.815rem;}
.contact-phone__free {display:block; margin:0.1875rem 0 0 0; font-size:0.92rem; opacity: 0.6;}


.header__middle {
    padding: 4.75rem 0 0 0;
    margin: -3.75rem 0 0 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: rgba(70, 161, 240, 0.07);
}
.header__middle::after {
    width: 3000px; height: auto; content: ' ';
    position: absolute; left: 50%; top: 0; bottom: -5px; z-index: 9;
    transform: translateX(-50%);
    box-shadow: 0 -200px 0 0 #fbfbfb, 0 200px 0 0 #46a1f0;
    border-radius: 0 0 50% 50%;
}

@media all and (min-width: 2300px){
    .header__middle::after {width: 7000px;}
}



.header__middle-text {
    width: 550px; position: absolute; left: 0.9375rem; top: 60px; z-index: 12;
    font-size: 1.4rem; text-align: left;
}
.header__middle-text .txt-buyers {
    margin-top:0; font-weight:bold; font-size: 2.8rem; text-transform: uppercase;
    text-shadow: 1px 1px 1px #ccc;
}
.header__middle-text .txt-buy-list {
    width: 440px; max-width: 100%;
}
.txt-list,
.txt-list > li {display: block; list-style: none; padding: 0; margin: 0;}
.txt-list > li {
    display: flex; align-items: center; justify-content: flex-start;
}
.txt-list > li + li {margin: 0.5rem 0 0 0;}
.txt-list > li::before {
    width: 2.125rem; height: 2.125rem; content: ' '; display: block; margin: 0 0.5rem 0 0;
    background: no-repeat 0 0 url(../_img/check-mark.svg);
    background-size: 100% 100%;
}

.header__middle-bgs {display: flex; margin:0 0 -30px 0; position: relative; text-align: right; z-index: 3;}
.header__middle-bgs img {width: 600px; height: auto; vertical-align: top; position: relative; top: 12px;}
.header__middle-bgs::after {
    width: 700px; height: 700px; content: ' '; display: block;
    position: absolute; right: 20px; bottom: -220px; z-index: -1;
    border-radius: 50%;
    background: #deeaf5; box-shadow: 0 0 20px 10px #fff;
    opacity: 0.3;
}

.header__middle .header__middle-bgs {height: 626px;}
.header__middle-bgs__images {height:100%; display:flex; position: absolute; right: 0; bottom: 0; pointer-events: none;}
.header__middle-bgs__image img {width: 100%; height: auto; vertical-align: bottom;}
.header__middle-bgs__image.image--washer {width: 300px; margin: 0 -40px 0 0;}
.header__middle-bgs__image.image--refrigerator {width: 345px;}
.header__middle-bgs__src {
    height:100%; display: block; position: relative; background: no-repeat center bottom;
    transform: translateY(0px);
}
.bgs__header-washer {background-image: url(../_img/bgs/washer.png);}
.bgs__header-refrigerator {background-image: url(../_img/bgs/refrigerator.png);}
.header__middle-bgs__src {
    background-size: 100% auto;
}


@media all and (max-width: 1070px){
    .header {padding-top: 5.365rem;}
    .header__middle .header__middle-bgs {height: 546px;}
    .header__middle-bgs::after {width: 550px; height: 550px;}
    .header__middle-bgs__image.image--washer {width: 240px; margin: 0 -34px 0 0;}
    .header__middle-bgs__image.image--refrigerator {width: 285px;}
}

@media all and (max-width: 860px){
    .header__middle-text {font-size: 1.15rem;}
    .header__middle-text .txt-buyers {font-size: 2.3rem;}
    .header__middle-text .txt-buy-list {width: 360px;}
}

@media all and (max-width: 772px){
    .header {background: 0;}
    .header__middle {
        border-bottom: 2px solid #46a1f0;
        border-radius: 0 0 54px 54px/0 0 5px 5px;
    }
    .header__middle-text {width:100%; position: relative; left: auto; top: auto; font-size: 1rem; text-align: center;}
    .header__middle-text .txt-buyers {font-size: 2rem;}
    .header__middle-text .txt-buy-list {width: 100%;}
    .header__middle-text .txt-list {display: inline-block; vertical-align: top;}

    .header__middle .header__middle-bgs {height: 400px; margin: 1rem 0 -130px;}
    .header__middle-bgs__images {width: 300px; position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -150px;}
    .header__middle-bgs__image {height:100%; position: absolute; bottom: 0;}
    .header__middle-bgs__image.image--washer {left: 0; z-index: 7;}
    .header__middle-bgs__image.image--refrigerator {right: 0; z-index: 5;}
    /*.header__middle-bgs__src {transform: none !important;}*/
    .bgs__header-refrigerator {background-position: center top;}
}

@media all and (max-width: 560px){
    .header {padding-top: 4.365rem;}
}

@media all and (max-width: 376px){
    .header__middle-text .txt-buyers {font-size: 1.6rem;}
}

.header__foot {
    position: relative;
    background: #46a1f0;
    z-index: 7;
}
.nav__list {display: flex; align-items: center;}
.nav__list li {flex-grow: 1;}
.nav__list a {
    padding: 1rem 0.5rem; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;
    font-size: 1rem; color:#fff; text-decoration: none;
}
.nav__list a::before {
    width: auto; height: 1rem; content: ' '; display: block;
    position: absolute; left: 1rem; right: 1rem; top: 100%;
    box-shadow: 0 0 20px #005298;
    opacity: 0;
    border-radius: 50% 50% 0 0;
    transition: opacity 0.3s ease;
}
.nav__list a:hover::before {opacity: 1;}
.nav__list li + li a::after {
    width: 1px; height: 50%; content: ' '; display: block;
    position: absolute; left: 0; bottom: 0;
    background: linear-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,0.5) 100%);
}



@media all and (max-width: 1050px){
    .header__logo {font-size: 0.75rem;}

    .header__content-button .button {min-width: auto; padding: 0 0.625rem;}
    .header__content-button .btn--icon {margin: 0; transform: translateX(0);}
    .header__content-button .btn--label {display: none;}
}

@media all and (max-width: 772px){
    .header__head .wrapper {height: 4.875rem;}
    .header__logo {margin:0; font-size: 0.65rem;}
    .contact-phone__prefix {font-size: 1rem;}
    .contact-phone__sufix {font-size: 1.46rem;}
    .contact-phone__free {font-size: 0.8rem;}

    .header__content-button .button {height:auto; min-height: auto; padding: 0 0.225rem;}
    .header__content-button .btn--icon {width: 2rem; height: 2rem;}

    .header__foot {display: none;}

    .adap-header__menu-btn {display: flex; margin: 0 1rem 0 0;}

    .adap-header__menu-layer {
        width:auto; display: block; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 76;
        background: rgba(0,0,0,0.2);
        opacity: 0; visibility: hidden;
        transition: all 0.3s ease;
    }
    .adap-header__menu {
        width:auto; display: block; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 77;
        overflow:hidden; overflow-y: auto;
        transform: translateY(-140%);
        transition: transform 0.5s ease;
    }
    .adap-header__menu-box {
        padding: 6.875rem 0 1rem 0; color: #fff; text-align: center;
        background:#46a1f0;
        border-radius: 0 0 80px 80px/0 0 5px 5px;
    }
    .adap-header__menu .contact-phone {margin-bottom: 1rem;}
    .adap-header__menu a.contact-phone__number {color: inherit;}
    .adap-header__menu-buttons {margin: 1rem 0 0 0;}
    .adap-header__menu-button + .adap-header__menu-button {margin-top: 1rem;}
    .adap-header__menu-list {}
    .adap-header__menu-list a {padding:0.7rem; display: block; color: #fff; text-decoration: none; text-align: center;}
    /*.header__foot .nav__list {flex-direction: column;}*/
    /*.header__foot .nav__list li + li a::after {width: 100%; height: 2px; bottom: auto; top: 0;}*/

    body[data-dropshow="menu"] .adap-header__menu {
        transform: translateY(0);
    }
    body[data-dropshow="menu"] .adap-header__menu-layer {opacity: 1; visibility: visible;}
}

@media all and (max-width: 560px){
    .header__head .wrapper {height: 2.875rem;}
    .header__logo {font-size: 0.55rem;}
    .header__head .logo__link-city {margin-top: -5px;}
    .header__content .contact-phone {display: none;}

    .adap-header__menu-box {padding: 4.875rem 0 1rem 0;}
}



.section {padding: 4.4rem 0; position: relative;}
.section__title {
    margin: 0 0 2.8rem 0;
    font-weight: bold; font-size: 2.2rem; color:#46a1f0; text-shadow: 0 1px 1px #2a7cc4; text-align: center; text-transform: uppercase;
    letter-spacing: 1px;
}
.section__title > span {padding:0 0 0.5rem 0; display: inline-block; vertical-align: top; position: relative;}
.section__title > span::after {
    width: auto; height: 1px; content: ' '; display: block;
    position: absolute; left: 2rem; right: 1rem; bottom: 0;
    background: #46a1f0;
    box-shadow:
            1px 0 0 0 rgba(70, 161, 240, 0.2),
            2px 0 0 0 rgba(70, 161, 240, 0.2),
            3px 0 0 0 rgba(70, 161, 240, 0.2),
            4px 0 0 0 rgba(70, 161, 240, 0.2),
            5px 0 0 0 rgba(70, 161, 240, 0.2),
            6px 0 0 0 rgba(70, 161, 240, 0.2),
            7px 0 0 0 rgba(70, 161, 240, 0.2),
            8px 0 0 0 rgba(70, 161, 240, 0.2),
            9px 0 0 0 rgba(70, 161, 240, 0.2),
            10px 0 0 0 rgba(70, 161, 240, 0.2);
}
.section__title > span::before {
    width: 10px; height: 10px; content: ' '; display: block;
    position: absolute; left: 2rem; bottom: -4px; margin: 0 0 0 -10px;
    box-shadow: inset 0 0 0 1px #46a1f0;
    border-radius: 50%;
}


.section.bgs--circle .bgs-section {
    height: 10rem; position: absolute; left: 0; right: 0; top: 0; z-index: -1;
    overflow: hidden;
}
.section.bgs--circle .bgs-section::after {
    width: 100%; height: 10rem; content: ' '; display: block;
    position: absolute; left: 0; right: 0; bottom: 100%;
    box-shadow:0 0 50px 0 rgba(0,0,0,0.3);
    border-radius: 50%;
}


.section.bgs--lines {overflow: hidden; position: relative;}
.section.bgs--lines::before {
    width: auto; height: auto; content: ' '; display: block;
    position: absolute; left: -1rem; right: -1rem; top: 0; bottom: 0;
    background-image: repeating-linear-gradient(-45deg,
    transparent,
    transparent 20px,
    rgba(255,255,255,0.5) 20px,
    rgba(255,255,255,0.5) 40px);
    box-shadow:inset 0 0 0 2px rgba(0,0,0,0.08);
    border-radius: 50%/5%;
}



.section.bgs--buyes {overflow: hidden;}
.section.bgs--buyes::before {
    width: auto; height: auto; content: ' '; display: block;
    position: absolute; left: -10rem; right: -10rem; top: 0; bottom: 0; z-index:1;
    background: linear-gradient(to bottom, transparent 0%,transparent 50%,transparent 50%,transparent 83%,rgba(70, 161, 240, 0.08) 100%);
    box-shadow: 0 -2px 0 0 rgba(51, 51, 51, 0.5);
    border-radius: 0 0 50% 50%;
}
.section.bgs--buyes .wrapper {z-index: 2;}

.section.bgs--gradient {position:relative; overflow: hidden;}
.section.bgs--gradient::before {
    width: auto; height: 3rem; content: ' '; display: block;
    position: absolute; left: -200px; right: -200px; top: 0; z-index: -1;
    background-image: linear-gradient(#fff, transparent);
    border-top: 3px solid #eee;
    border-radius: 50% 50% 0 0;
}



@media all and (max-width: 1070px){
    .section.bgs--buyes::before {left: -30rem; right: -30rem;}
}


@media all and (max-width: 772px){
    .section.bgs--lines::before {
        background: 0;
    }
    .section.bgs--gradient::before {
        background: 0;
    }
    .section__title {margin-bottom:2rem; font-size: 1.6rem;}
}

@media all and (max-width: 560px){
    .section {padding: 2.2rem 0;}
}


.block__advantages {}
.block__advantages ul,
.block__advantages li {display: block; overflow: visible; list-style: none; padding: 0; margin: 0; background: 0;}
.block__advantages li:before {display: none;}
.block__advantages ul {display: flex; flex-wrap: wrap; margin: -15px;}
.block__advantages li {width: 25%; padding: 15px; position: relative;}
.block__advantages .advg--icon {
    width: 11.25rem; height: 11.25rem; line-height: 11.25rem; margin: 0 auto 14px; text-align: center;
    background: #fff;
    box-shadow: inset 0 0 10px 10px rgba(70, 161, 240, 0.12);
    border-radius: 50%;
}

.block__advantages .advg--icon img {width: auto; height: auto; max-width: 60%; max-height: 60%; display: inline-block; vertical-align: middle;}
.block__advantages p {margin:0; font-size: 1rem; text-align: center; line-height: 1.1;}


@media all and (max-width: 772px){
    .block__advantages li {width: 50%;}
}

@media all and (max-width: 560px){
    .block__advantages .advg--icon {width: 9rem; height: 9rem; line-height: 9rem;}
    .block__advantages p {font-size: 0.9rem;}
}


.we-buyes {display: flex; flex-wrap: wrap; position: relative; margin: -1rem;}
.we-buyes__item {width: 25%; padding: 1rem; position: relative;}
.we-buyes__item-image {
    height: 0; padding: 90% 0 0 0; position: relative; margin: 0 0 1.4rem 0;
    display: flex; align-items: center; justify-content: center;
}
.we-buyes__item-image img {
    width: auto; height: auto; max-width: 100%; max-height: 100%; vertical-align: middle;
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
}
.we-buyes__item-title {
    font-weight: bold; font-size: 1.1rem; color: #367bba; text-align: center; text-transform: uppercase;
}
.we-buyes__item-desc {margin: 0.5rem 0 4.6rem 0; text-align: center;}
.we-buyes__item-desc p {margin: 0;}

.we-buyes__item-button {
    width: auto; position: absolute; left: 1rem; right: 1rem; bottom: 1rem; text-align: center;
}
.we-buyes__item-button .button {padding: 0 2rem; vertical-align: top;}

.we-buyes__item.item--others .we-buyes__item-image {padding-top: 142%;}



@media all and (max-width: 822px){
    .we-buyes__item {width: 50%;}
}

@media all and (max-width: 560px){
    .we-buyes__item {width: 100%;}
    .we-buyes__item-image {padding-top: 60%;}
    .we-buyes__item.item--others .we-buyes__item-image {padding-top: 60%;}
}


.b-order {padding: 4.4rem 0; overflow: hidden; position: relative; z-index: 2;}
.section .b-order {padding:0;}
.b-order__inner {
    width: 62rem; max-width: 100%; padding: 1rem;
    margin: 0 auto; position: relative;
    background: #fff; border-radius:8px;
    box-shadow: inset 0 0 5px rgba(97, 161, 239, 0.4);
}
.b-order__inner.b-order__form {width: 48rem;}
.b-order__content {padding:0 1rem; position: relative; z-index: 6;}

.b-order__line {
    height: auto; position: absolute; left: 0; top: 50%;
}
.b-order__line::before {
    width: 10px; height: 10px; content: ' '; display: block;
    position: absolute; left: -5px; top: 50%; margin: -5px 0 0 0;
    background: #fff; box-shadow: inset 0 0 0 2px #61a1ef; z-index: 7;
    border-radius: 50%;
}
.b-order__line::after {
    width: 1000px; height: 4px; content: ' '; display: block;
    position: absolute; right: 0; top: -2px; background: #61a1ef;
}
.b-order__line.pos--right {left: auto; right: 0;}
.b-order__line.pos--right::before {left: auto; right: -5px;}
.b-order__line.pos--right::after {left:0; right: auto;}


.b-order__border {
    width: auto; height: 50%; position: absolute; left: 0; right: 0; top: 0; z-index: 1;
}
.b-order__border::after,
.b-order__border::before {
    width: 20px; height: 20px; content: ' '; display: block;
    position: absolute; top: 0;
    border-top: 4px solid #61a1ef;
}
.b-order__border::after {
    left: 0;
    border-left: 4px solid #61a1ef;
}
.b-order__border::before {
    right: 0;
    border-right: 4px solid #61a1ef;
}

.b-order__border.pos--top::after {border-radius: 8px 0 0 0;}
.b-order__border.pos--top::before {border-radius: 0 8px 0 0;}

.b-order__border.pos--bottom {top: auto; bottom: 0;}
.b-order__border.pos--bottom::after,
.b-order__border.pos--bottom::before {border-top: 0; border-bottom: 4px solid #61a1ef; top: auto; bottom: 0;}
.b-order__border.pos--bottom::after {border-radius: 0 0 0 8px;}
.b-order__border.pos--bottom::before {border-radius: 0 0 8px 0;}


.b-order__tel {position:relative; margin:0 0 1.4rem 0; font-size: 1.12rem; text-align: center; z-index: 6;}
.b-order__tel a {display:inline-block; vertical-align:top; border-bottom: 2px dashed #0055a5; color:#0055a5; text-decoration: none;}
.b-order__tel a:hover {}
.b-order__buttons {
    display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
    position:relative; margin: -0.5rem; z-index: 6;
}
.b-order__button {padding: 0.5rem;}



@media all and (max-width: 772px){
    .form-field__file {flex-direction: column;}
    .form-field__file-button {margin:1rem 0 0 0;}
}

@media all and (max-width: 560px){
    .form-field__group {margin:0; flex-direction: column;}
    .form-field__group .form-field {flex: none; padding: 0;}

    .b-order {margin: 0 0.5rem;}
    .section .b-order {margin: 0 0.5rem;}
    .b-order__line {display: none;}
}


/* Page :: Error */
.page-error {
    width: auto; height: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
    overflow: hidden; overflow-y: auto;
    position: fixed; left: 0; right: 0; top: 0; bottom: 0;
}
.page-error::before {
    width: auto; height: auto; content: ' '; display: block;
    position: absolute; left: -1rem; right: -1rem; top: 0; bottom: 0;
    background-image: repeating-linear-gradient(-45deg,
    transparent,
    transparent 20px,
    rgba(255,255,255,0.5) 20px,
    rgba(255,255,255,0.5) 40px);
    box-shadow:inset 0 0 0 2px rgba(0,0,0,0.08);
    border-radius: 50%/5%;
}
.page-error__inner {
    width: 100%; overflow: hidden; position: relative; z-index: 10; text-align: center;
}
.page-error__inner::after {
    width: 3000px; height: auto; content: ' ';
    position: absolute; left: 50%; top: 0; bottom: 55px; z-index: -1;
    transform: translateX(-50%);
    box-shadow: 0 -200px 0 0 #fbfbfb, 0 200px 0 0 #46a1f0;
    border-radius: 0 0 50% 50%;
}

@media all and (min-width: 2300px){
    .page-error__inner::after {width: 7000px;}
}


.page-error__title {
    margin: 0 0 10px 0;
    font-weight: bold; font-size: 28px;
}
.page-error__desc {
    font-weight: 400; font-size: 16px;
}
.page-error__code {
    margin: 10px 0 0 0;
    font-weight: bold; font-size: 70px;
}

.page-error .section__title {margin: 20px 0; font-size: 10px;}
.page-error__hr {width: 180px;}
.page-error__hr.hr--inversion {transform: scale(-1,1);}

@media all and (max-width: 960px){
    .page-error__inner::after {display: none;}

    .page-error .header__foot {display: block;}
    .page-error .nav__list {flex-direction: column;}
    .page-error .nav__list li {width: 100%;}
    .page-error .nav__list a {color: #000;}
}

/* END */