* {box-sizing: border-box;letter-spacing: 0.1px;}
*:before,*:after {box-sizing: border-box;}
html,body{margin:0;padding:0;height:100%;}
html {height:100%;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-webkit-tap-highlight-color: transparent;}
body {margin: 0;overflow-x:hidden;min-height:100%;position:relative;}
iframe {border: 0;}
h1,h2,h3,h4,h5,p,ul,ol,blockquote,figure,button {margin: 0;padding: 0;}
li {display: block;}
h1,h2,h3,h4,h5,p {font-size: inherit;font-weight: normal;}
strong {font-weight: bold;}
a {color: inherit;text-decoration: none;transition: .3s;}
a:hover{text-decoration: none;}
button,input,select,textarea {color: inherit;font: inherit;margin: 0;transition: .3s;}
button {overflow: visible;background:none;border:0;}
button,html input[type="button"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
::-moz-focus-inner {padding: 0;border: 0;}
textarea {overflow: auto;resize: vertical;}
select:invalid {color: gray;}
option[value=""][disabled] {display: none;}
option {color: black;}
fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend {border: 0;padding: 0;}
img {max-width: 100%;height: auto;border: 0;}
hr {display:block;height: 1px;border: 0;border-top: 1px solid #cccccc;margin: 16px 0;padding: 0;}
::-moz-selection {background: #b3d4fc;text-shadow: none;}
::selection {background: #b3d4fc;text-shadow: none;}
.clear{display:block;clear:both;}
input:focus,select:focus,textarea:focus,button:focus {outline: none;}

body{font: 17px/1.4 'PT Sans', sans-serif;color:#000;background:var(--body-background);}

.notification, .notification_global{background: #fff9ce;padding: 15px 25px;border: 1px solid #dcd68b;margin: 10px 0 20px 0;border-radius: 4px;font-size: 16px;}
.notification.note_error{background: #ffd4d4;border: 1px solid #ffb8b8;}
.notification.note_success{background: #ddf8c6;border: 1px solid #b5e398;}
.notification.note_info{background: #f3f6f9;border: 1px solid #dbe1e4;}

span.required{color: var(--red-color);}

/* START CUSTOM CSS */

.wp_admin_url{position: fixed;left: 0;bottom: 0;width: 100%;height: 40px;line-height:40px;text-align: center;background: #000;z-index:110;}
.wp_admin_url a{display:block;color:#fff;}
.wp_admin_url a:hover{color:#c5c5c5;}

.full_page .forgot_action_url{padding-top:15px;padding-bottom:20px;padding-left:20px;}
.full_page .row{margin:15px 0;}
.full_page .row.row_captcha{margin:20px 0;}
.full_page .row .col_full{width:100%;}
.full_page .row .col_2{max-width:100px;}
.full_page .row .col_1 .form__label input{margin-right:3px;position: relative;top: 1px;}

.flex_block{display:flex;align-items:center;}
.flex_block_no_align{display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display:flex;}
.form__control,.wec form .form-row input.input-text,.wec form .form-row select.input-text, .wec form .form-row textarea{width:100%;border:1px solid #e1e1e1;font-size:14px;color:#595959;line-height:1.2;padding:10px 12px;border-radius:3px;}
.align_right{text-align:right;}

.full_page{min-height:100vh;position: relative;z-index: 11;}

.full_page_bg{display: none;position: fixed;left:0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;z-index: 10;}
body.bg_img .full_page_bg{display: block;}

.two_columns{align-items:initial;justify-content:space-between;width:100%;}
.one_column{width:100%;max-width:550px;margin:0 auto;}

.privacy_block_align{align-items: flex-start;}

.full_page .languages{text-align: center;padding: 10px 0;border-bottom: 2px solid #f1f1eb;}
.full_page .languages a{display: inline-block;position: relative;background-repeat: no-repeat;width: 25px;height: 25px;border-radius: 25px;margin: 2px;}
.full_page .logo{text-align:center;padding:30px 40px 0 40px;}
.full_page .logo a{display: block;max-width: 250px;margin:10px auto;}
.full_page .logo a img{max-height: 180px;}
.full_page .white_block{background:#fff;border-radius: 10px;width: 100%;}

.full_page .left_block{position: relative;width:100%;max-width: 550px;padding:30px 10px;justify-content: center;}
.full_page .left_block:before{content:'';display: block;position: absolute;left: 0;top: 0;width:100%;height: 100%;background: var(--original-color);z-index: 20;}
body.bg_img .full_page.background_image_full_screen .left_block:before{opacity: .95;}
.full_page .left_block .white_block{position: relative;max-width: 400px;z-index: 21;}
.full_page .left_block .white_block .ins{margin:15px 23px 25px 23px;overflow:hidden;}
.full_page .right_block{width:100%;padding:30px 10px;justify-content: center;}
.full_page .right_block .white_block{max-width: 700px;background: 0;}
body.bg_img .full_page .right_block .white_block{background: #fff;}
.full_page .right_block .white_block .ins{margin:40px 35px;}

.full_page.page_registration .left_block{align-items: flex-start;}

.wec form.checkout_coupon, .wec form.login, .wec form.register{padding:0;margin:0;border:0;}
.wec form .form-row{padding:3px 0;}
.wec form .form-row label{line-height: 1.2;}
.wec form.register > p:not(.form-row,.wec_login){color:#999;padding-bottom: 10px;}
.wec form.login a:hover, .wec_login a:hover{color:var(--url-color);}
h1{font-size:42px;margin-bottom:25px;}
h2{font-size:32px;margin-bottom:10px;}

.wec form a{color:var(--url-color);}
.wec form a:hover{text-decoration: underline;}

.wec .col2-set .col-1, .wec-page .col2-set .col-1, .wec .col2-set .col-2, .wec-page .col2-set .col-2{float:none;width:100%;}
.wec .col2-set .col-2, .wec-page .col2-set .col-2{display:none;}
.page_registration .wec .col2-set .col-1, .page_registration .wec-page .col2-set .col-1{display:none;}
.page_registration .wec .col2-set .col-2, .page_registration .wec-page .col2-set .col-2{display:block;}
.wec form .form-row-first, .wec form .form-row-last, .wec-page form .form-row-first, .wec-page form .form-row-last{float:none;width:auto;}
.wec form.lost_reset_password .form-row-first{padding-top: 20px;}

.login__btn, .wec .wec-form-login .wec-form-login__submit,.wec button.button{background:var(--primary-color);color:#fff;line-height:1.2;padding:14px;border:2px solid var(--primary-color);transition:0.3s;display:block;width:100%;margin:13px 0 5px;font-weight:bold;text-transform: uppercase;font-size:17px;border-radius:3px;}
.login__btn:hover, .wec .wec-form-login .wec-form-login__submit:hover,.wec button.button:hover{background:#fff;color:var(--primary-color);}

.form_single{display:none;}
.form_single.form_active{display:block;}
.form_url{display:none;}
.form_url.form_url_active{display:block;}

.notify{padding: 15px;margin: 25px 0;line-height:1.4;}
.notify.error_msg{background: #ffefe2;border: 1px solid #dcc1c1;}
.notify.success_msg{background: #edf5f4;border: 1px solid #c7dedb;}

.webey{position: fixed;bottom: 5px;right:-5px;z-index: 21;}
.webey a{color:#000;font-size: 12px;text-transform: uppercase;font-weight: bold;background: #fff;padding: 4px 10px;border-radius: 3px;box-shadow: 0 0 4px #e5e5e5;}
.webey a:hover{text-decoration: underline;}

.grecaptcha-badge{bottom: 34px !important;z-index: 11;}


.wrapcon{font: 17px/1.4 'PT Sans', sans-serif;color:#000;}
.wrapcon.white{color:#fff;}
.wrapcon.big_font{font-size:17px;}
.wrapcon a{color:var(--url-color);text-decoration:none;}
.wrapcon a:hover{text-decoration:underline;}
.wrapcon h1,.wrapcon h2,.wrapcon h3,.wrapcon h4,.wrapcon h5,.wrapcon h6{clear:both}
.wrapcon h1,.wrapcon h2,.wrapcon h3{margin-top:20px;margin-bottom:10px}
.wrapcon h4,.wrapcon h5,.wrapcon h6{margin-top:10px;margin-bottom:10px}
.wrapcon h1{font-size:38px;font-weight:bold;color:#000;line-height:1.2;padding:10px 0;margin-bottom:10px;margin-top:5px;}
.wrapcon h2{font-size:36px;font-weight:bold;color:#000;line-height:1.2;padding:10px 0;margin-bottom:10px;margin-top:5px;}
.wrapcon h3{font-size:32px;font-weight:bold;color:#000;line-height:1.2;padding:10px 0;margin-bottom:10px;margin-top:5px;}
.wrapcon h4{font-size:24px;color:#000;}
.wrapcon h5{font-size:24px}
.wrapcon h6{font-size:24px}
.wrapcon p{margin-bottom:24px}
.wrapcon b,.wrapcon strong{font-weight:700}
.wrapcon ol,.wrapcon ul{margin:0 0 24px 20px}
.wrapcon ul{list-style:disc}
.wrapcon ol{list-style:decimal}
.wrapcon li{display:list-item;list-style:disc;padding-left:25px;}
.wrapcon li>ol,.wrapcon li>ul{margin-bottom:0}
.wrapcon dl{margin-bottom:24px}
.wrapcon dt{font-weight:700}
.wrapcon dd{margin-bottom:24px}
.wrapcon table,.wrapcon td,.wrapcon th{/* border:1px solid #eaeaea;border:1px solid rgba(51,51,51,.1)*/}
.wrapcon table{border-collapse:separate;border-spacing:0;/* border-width:1px 0 0 1px; */margin-bottom:24px;table-layout:fixed;width:100%}
.wrapcon td,.wrapcon th{font-weight:400;text-align:left}
.wrapcon th{/* border-width:0 1px 1px 0; */font-weight:700}
.wrapcon td{/* border-width:0 1px 1px 0 */}
.wrapcon td,.wrapcon th{padding:8px}
.wrapcon blockquote{/* border-left:4px solid #707070;border-left:4px solid rgba(51,51,51,.7); */color:#707070;font-size:18px;font-style:italic;font-weight:300;padding:10px 20px;margin:0 0 20px}
.wrapcon blockquote>p:last-child{margin-bottom:0}
.wrapcon hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:16px 0;padding:0}
.wrapcon img{-ms-interpolation-mode:bicubic;border:0;height:auto;max-width:100%;vertical-align:middle}
.wrapcon .alignleft{float:left;margin:7px 28px 28px 0}
.wrapcon .alignright{float:right;margin:7px 0 28px 28px}
.wrapcon .aligncenter{clear:both;display:block;margin:7px auto}
.wrapcon .alignnone{clear:both;display:block;margin:7px auto}
.wrapcon .wp-caption{background:0 0;border:none;color:#707070;margin:0 0 28px 0;max-width:660px;padding:0;text-align:inherit}
.wrapcon .wp-caption.alignleft{margin:7px 28px 21px 0}
.wrapcon .wp-caption.alignright{margin:7px 0 21px 28px}
.wrapcon .wp-caption.aligncenter{margin:7px auto}
.wrapcon .wp-caption .wp-caption-text,.wrapcon .wp-caption-dd{font-size:14px;line-height:1.5;padding:7px 0}
.wrapcon .gallery{display: flex;flex-wrap: wrap;margin-bottom:20px}
.wrapcon .gallery-item{display:inline-block;padding:1.79104%;text-align:center;vertical-align:top;width:100%;flex: 1 200px;}
.wrapcon .gallery-icon img{margin:0 auto}
.wrapcon .gallery-caption{color:#707070;color:rgba(51,51,51,.7);display:block;line-height:1.5;padding:.5em 0}
.wrapcon .gallery-columns-6 .gallery-caption,.wrapcon .gallery-columns-7 .gallery-caption,.wrapcon .gallery-columns-8 .gallery-caption,.wrapcon .gallery-columns-9 .gallery-caption{display:none}

@media (max-width: 800px){
	.full_page .flex_block{flex-flow: column;}
	.full_page .left_block{max-width: none;padding:30px;}
	.full_page .left_block .white_block{margin:0 auto;}
}
