/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{
  line-height:1.15;
  -webkit-text-size-adjust:100%;
}
main{
  display:block;
}
h1{
  font-size:2em;
  margin:.67em 0;
}
hr{
  box-sizing:content-box;
  height:0;
  overflow:visible;
}
pre{
  font-family:monospace,monospace;
  font-size:1em;
}
a{
  background-color:transparent;
}
abbr[title]{
  border-bottom:none;
  text-decoration:underline;
  text-decoration:underline dotted;
}
b,strong{
  font-weight:bolder;
}
code,kbd,samp{
  font-family:monospace,monospace;
  font-size:1em;
}
small{
  font-size:80%;
}
sub,sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sub{
  bottom:-.25em;
}

sup{
  top:-.5em;
}
img{
  border-style:none;
}
button,input,optgroup,select,textarea{
  font-family:inherit;
  font-size:100%;
  line-height:1.15;
  margin:0;
}
button,input{
  overflow:visible;
}
button,select{
  text-transform:none;
}
[type=button],[type=reset],[type=submit],button{
  -webkit-appearance:button;
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
  border-style:none;
  padding:0;
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
  outline:1px dotted ButtonText;
}
fieldset{
  padding:.35em .75em .625em;
}
legend{
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal;
}
progress{
  vertical-align:baseline;
}
textarea{
  overflow:auto;
}
[type=checkbox],[type=radio]{
  box-sizing:border-box;
  padding:0;
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
  height:auto;
}
[type=search]{
  -webkit-appearance:textfield;
  outline-offset:-2px;
}
[type=search]::-webkit-search-decoration{
  -webkit-appearance:none;
}
::-webkit-file-upload-button{
  -webkit-appearance:button;
  font:inherit;
}
details{
  display:block;
}
summary{
  display:list-item;
}
[hidden],template{
  display:none;
}

@font-face{
  font-family:Elektra Pro;
  src:url(../fonts/ElektraLightPro.woff2) format("woff2"), url(../fonts/ElektraLightPro.woff) format("woff");
  font-weight:300;
  font-display:swap;
}

@font-face{
  font-family:Elektra Pro;
  src:url(../fonts/ElektraMediumPro.woff2) format("woff2"), url(../fonts/ElektraMediumPro.woff) format("woff");
  font-weight:600;
  font-display:swap;
}

:root{
  --site-main-text:18px;
  --site-main-text-lh:36px;
  --site-font-family:"Elektra Pro";
  --site-font-family-2:"Roboto";
  --system-font:-apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto",
    "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif;
  --heading-h1:40px;
  --heading-h1-lh:48px;
  --heading-h2:32px;
  --heading-h2-lh:38px;
  --heading-h3:24px;
  --heading-h3-lh:28px;
  --heading-h4:18px;
  --heading-h4-lh:21px;
  --heading-h5:16px;
  --heading-h5-lh:19px;
  --heading-h6:14px;
  --heading-h6-lh:16px;
  --text-xs:10px;
  --text-xs-lh:14px;
  --text-sm:12px;
  --text-sm-lh:18px;
  --text-md:14px;
  --text-md-lh:24px;
  --text-lg:16px;
  --text-lg-lh:28px;
  --text-xl:18px;
  --text-xl-lh:36px;
  --text-2xl:24px;
  --text-2xl-lh:40px;
  --text-3xl:40px;
  --text-3xl-lh:60px;
  --text-color-dark:#41494c;
  --text-color-light:#f0f0f0;
  --text-color-medium:#bcbcbc;
  --text-color-white:#fff;
  --text-color-disabled:#dadce0;
  --primary-color:#0b91db;
  --primary-color-rgb:11, 145, 219;
  --primary-color-hover:#1da1e7;
  --primary-gradient:linear-gradient(90deg, #0b91db, #006eb7);
  --secondary-color:#ce0eae;
  --secondary-color-rgb:206, 14, 174;
  --secondary-color-hover:#910d7b;
  --success-color:#60ba97;
  --success-color-rgb:96, 186, 151;
  --success-color-hover:#52ca9c;
  --danger-color:#f4644d;
  --danger-color-rgb:244, 100, 77;
  --danger-color-hover:#ee7765;
  --warning-color:#f3be5d;
  --warning-color-rgb:243, 190, 93;
  --warning-color-hover:rgb(255, 189, 67);
  --bg-body:#fff;
  --bg-medium:#bcbcbc;
  --bg-dark:#41494c;
  --bg-light:#f0f0f0;
  --bg-white:#ffffff;
  --bg-white-rgb:255, 255, 255;
  --border-color:#f0f0f0;
  --border-medium:#bcbcbc;
  --border-white-rgb:rgba(255, 255, 255, 0.2);
  --btn-color:#0b91db;
  --btn-bg:#fff;
  --btn-bg-hover:rgba(255, 255, 255, 0.7);
  --btn-bg-active:#fff;
  --btn-line-height:24px;
  --btn-default-size:14px 14px 12px;
  --default-icon-size:24px;
  --shadow-z-1:0px 2px 4px rgba(0, 0, 0, 0.25);
  --container-width:1320px;
  --container-thin-width:610px;
  --container-space:16px;
  --header-height:80px;
  --col-grid:50%;
  --space-col:38px;
  --prod-slider-aside-width:28.125%;
}

@media only screen and (min-width:740px){
  :root{
    --container-space:40px;
  }
}

.scroll-wrapper{
  display:flex;
  margin-left:calc(var(--container-space)*-1);
  margin-right:calc(var(--container-space)*-1);
  padding-left:var(--container-space);
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:none;
  overflow:-moz-scrollbars-none;
  scrollbar-width:none;
}

.scroll-wrapper::-webkit-scrollbar{
  display:none;
  height:0;
  width:0;
}

.scroll-wrapper:after{
  content:"";
  flex-shrink:0;
  width:1px;
}

.tula-inline{
  display:flex;
  align-items:flex-end;
}

.tula-inline__tt{
  margin-left:16px;
  font-weight:600;
  font-size:14px;
  line-height:1em;
  text-transform:uppercase;
  color:var(--text-color-white);
}

.tula-inline .icon{
  width:25px;
  height:20px;
  stroke:none;
}

.date-st{
  text-transform:uppercase;
  color:var(--primary-color);
}

.date-line,.date-st{
  font-weight:600;
  font-size:var(--text-md);
  line-height:1em;
}

.date-line{
  padding-bottom:10px;
  position:relative;
  color:var(--text-color-medium);
}

.date-line:before{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:60px;
  height:2px;
  z-index:2;
  background-color:var(--primary-color);
}

.docs-list{
  border-top:1px solid var(--border-medium);
}

.docs-list li{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:20px 0 20px 8px;
  border-bottom:1px solid var(--border-medium);
}

.docs-list__main{
  display:block;
  font-weight:600;
  font-size:var(--text-md);
  line-height:var(--text-sm-lh);
  text-transform:uppercase;
  color:var(--text-color-dark);
}

.docs-list__main:hover{
  text-decoration:none;
  color:var(--primary-color);
}

.docs-list__main:hover .icon{
  stroke:var(--primary-color);
}

.docs-list__main .icon{
  margin-right:16px;
  stroke:var(--text-color-dark);
}

.docs-list__aside{
  font-size:14px;
  line-height:16px;
  color:var(--text-color-medium);
}

.prod-size{
  display:flex;
  font-weight:600;
  font-size:16px;
  line-height:19px;
}

.prod-size .icon{
  margin-right:8px;
  stroke:none;
}

.prod-size .icon-param-1{
  width:15px;
  height:16px;
}

.prod-size .icon-param-2{
  width:20px;
  height:16px;
}

.prod-size .icon-param-3{
  width:16px;
  height:16px;
}

.btn,button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  vertical-align:middle;
  margin:0;
  padding:0;
  background:none;
  border:none;
  outline:none;
  box-shadow:none;
  text-align:center;
  cursor:pointer;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;
}

.btn,.btn:hover,button,button:hover{
  text-decoration:none;
}

.btn .icon,button .icon{
  transition:fill .2s ease,stroke .2s ease;
}

.btn{
  padding:var(--btn-default-size);
  font-family:var(--site-font-family),sans-serif;
  font-weight:600;
  font-size:14px;
  min-width:180px;
  line-height:var(--btn-line-height);
  text-transform:uppercase;
  background-color:var(--btn-bg);
  border-radius:0;
}

.btn,.btn:hover{
  color:var(--btn-color);
}

.btn:hover{
  background-color:var(--btn-bg-hover);
}

.btn:active{
  background-color:var(--btn-bg-active);
}

.btn.disabled,.btn.disabled:active,.btn.disabled:hover,.btn[disabled],.btn[disabled]:active,.btn[disabled]:hover{
  cursor:default;
  opacity:.5;
}

.btn_primary{
  --btn-color:var(--text-color-white);
  --btn-bg:var(--primary-color);
  --btn-bg-hover:var(--primary-color-hover);
  --btn-bg-active:var(--primary-color);
  background:var(--primary-gradient);
}

.btn_primary:hover{
  opacity:.7;
}

.btn_primary:active{
  opacity:1;
}

.btn_border{
  position:relative;
  background:var(--primary-gradient);
}

.btn_border:before{
  content:"";
  position:absolute;
  left:2px;
  top:2px;
  right:2px;
  bottom:2px;
  z-index:1;
  background-color:#fff;
}

.btn_border:hover{
  opacity:.7;
}

.btn_border:active{
  opacity:1;
}

.btn_border span{
  position:relative;
  z-index:2;
}

.btn_danger{
  --btn-color:var(--text-color-white);
  --btn-bg:var(--danger-color);
  --btn-bg-hover:var(--danger-color-hover);
  --btn-bg-active:var(--danger-color);
}

.btn_success{
  --btn-color:var(--text-color-white);
  --btn-bg:var(--success-color);
  --btn-bg-hover:var(--success-color-hover);
  --btn-bg-active:var(--success-color);
}

.btn_warning{
  --btn-color:var(--text-color-white);
  --btn-bg:var(--warning-color);
  --btn-bg-hover:var(--warning-color-hover);
  --btn-bg-active:var(--warning-color);
}

.btn_max{
  width:100%;
}

@media (max-width:739px){
  .btn_max-mobile{
    width:100%;
  }
}

.btn_min-width-200{
  min-width:200px;
}

::-webkit-contacts-auto-fill-button{
  opacity:0;
}

input[type=password]::-webkit-contacts-auto-fill-button{
  opacity:1;
}

input,input[type=search],textarea{
  -webkit-appearance:none;
}

input,textarea{
  position:relative;
  height:50px;
  width:100%;
  padding:0 20px;
  border:1px solid var(--border-medium);
  font-family:var(--site-font-family),sans-serif;
  font-size:18px;
  color:var(--text-color-dark);
  background-color:#fff;
  outline:none;
  border-radius:0;
  box-shadow:none;
}

textarea{
  vertical-align:top;
  height:150px;
  padding:14px 20px;
  resize:none;
}

.st-select-opt{
  display:inline-block;
  vertical-align:top;
  position:relative;
}

@media (max-width:739px){
  .st-select-opt{
    display:block;
  }
}

.st-select-opt._opened .st-select-opt__active .icon{
  transform:rotate(-90deg);
}

.st-select-opt._opened .st-opt-list{
  display:block;
}

.st-select-opt__active{
  padding:17px 60px 17px 20px;
  font-weight:600;
  font-size:14px;
  line-height:18px;
  text-transform:uppercase;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  border:1px solid var(--border-color);
  color:var(--primary-color);
  cursor:pointer;
  user-select:none;
}

@media (max-width:739px){
  .st-select-opt__active{
    padding-left:10px;
    padding-right:44px;
  }
}

@media (min-width:1080px){
  .st-select-opt__active{
    display:none;
  }
}

.st-select-opt__active .icon{
  position:absolute;
  right:10px;
  top:50%;
  margin-top:-12px;
  stroke:#BCBCBC;
  transform:rotate(90deg);
  transition:transform .2s ease;
}

@media (max-width:1079px){
  .st-select-opt .st-opt-list{
    display:none;
    background-color:#fff;
    position:absolute;
    z-index:4;
    top:100%;
    margin-top:-1px;
    left:0;
    width:100%;
    border:1px solid var(--border-color);
  }
  .st-select-opt .st-opt-list li.current a{
    background-color:#F0F0F0;
  }
  .st-select-opt .st-opt-list li a{
    display:block;
    padding:17px 20px;
  }
}

@media (max-width:739px){
  .st-select-opt .st-opt-list li a{
    padding-left:10px;
    padding-right:10px;
  }
}
.ui-st-checkbox,.ui-st-radio{
  position:relative;
  padding-left:44px;
  font-size:14px;
  line-height:28px;
}

.ui-st-checkbox input,.ui-st-radio input{
  width:0;
  height:0;
  visibility:hidden;
  position:absolute;
  left:0;
  top:0;
}

.ui-st-checkbox input:checked~.fake-control:before,.ui-st-radio input:checked~.fake-control:before{
  transform:scale(1);
}

.fake-control{
  position:absolute;
  left:0;
  top:2px;
  width:24px;
  height:24px;
  border:1px solid var(--border-medium);
  transition:background-color .2s ease,border-color .2s ease;
  cursor:pointer;
}

.fake-control:before{
  content:"";
  position:absolute;
  left:3px;
  top:3px;
  right:3px;
  bottom:3px;
  background-color:var(--primary-color);
  background-image:var(--primary-gradient);
  transform:scale(0);
  transition:transform .2s ease,background-color .2s ease;
}

.ui-st-radio .fake-control,.ui-st-radio .fake-control:before{
  border-radius:50%;
}

.st-form._dark .file-js-wrapper._changed .file-js__inner{
  background:rgba(255, 255, 255, .2);
}

.file-js-wrapper._error .field-item__message{
  display:block;
  color:var(--danger-color);
}

.file-js-wrapper._changed:hover .file-js__aside .icon{
  stroke:var(--bg-medium);
}

.file-js-wrapper._changed .icon-upload{
  display:none;
}

.file-js-wrapper._changed .file-js__remove{
  display:block;
}

.file-js-wrapper._changed .file-js__remove:hover .icon{
  stroke:var(--bg-dark);
}

.file-js-wrapper._changed .file-js__inner{
  background:var(--bg-light);
}

.file-js-wrapper._changed .file-js__input{
  display:none;
}

.file-js-wrapper .field-item__message{
  margin-left:0;
}

.file-js{
  position:relative;
}

.file-js:hover .file-js__aside .icon{
  stroke:var(--primary-color);
}

.file-js__input{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:3;
  cursor:pointer;
  background:none;
  border:none;
  text-indent:-9999px;
  opacity:0;
  overflow:hidden;
}

.file-js__inner{
  display:flex;
  align-items:center;
  height:80px;
  padding:0 20px;
  font-size:18px;
  line-height:36px;
  background-image:url(../img/file-bg-mob.png);
  background-repeat:no-repeat;
  background-position:0 0;
  background-size:100% 100%;
}

@media (min-width:740px){
  .file-js__inner{
    background-image:url(../img/file-bg.png);
  }
}

.file-js__text{
  display:block;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}

.file-js__format{
  margin-left:10px;
  margin-right:20px;
  flex-shrink:0;
  opacity:.5;
}

.file-js__aside{
  flex-shrink:0;
  margin-left:auto;
}

.file-js__aside .icon{
  stroke:var(--bg-medium);
}

.file-js__remove{
  display:none;
  outline:none;
  cursor:pointer;
}
body{
  font-family:var(--site-font-family),var(--system-font);
  font-size:var(--site-main-text);
  line-height:var(--site-main-text-lh);
  color:var(--text-color-dark);
}

.title-site,h1,h2,h3,h4,h5,h6{
  display:block;
  margin:0 0 20px;
  padding:0;
  font-family:var(--site-font-family-1),var(--system-font);
  font-weight:600;
  line-height:1.4em;
  color:var(--text-color-dark);
}

.title-site_h1,h1{
  font-size:var(--heading-h1);
  line-height:var(--heading-h1-lh);
}

.title-site_h2,h2{
  font-size:var(--heading-h2);
  line-height:var(--heading-h2-lh);
}

.title-site_h3,h3{
  font-size:var(--heading-h3);
  line-height:var(--heading-h3-lh);
}

.title-site_h4,h4{
  font-size:var(--heading-h4);
  line-height:var(--heading-h4-lh);
}

.title-site_h5,h5{
  font-size:var(--heading-h5);
  line-height:var(--heading-h5-lh);
}

.title-site_h6,h6{
  margin-bottom:18px;
  font-size:var(--heading-h6);
  line-height:var(--heading-h6-lh);
}

ol,ul{
  list-style-type:none;
}

li,ol,ul{
  margin:0;
  padding:0;
}

p{
  margin:0 0 20px;
}

.text-bl:last-child{
  margin-bottom:0;
}

@media (max-width:1079px){
  .text-bl .title-site_h1,.text-bl h1{
    font-size:var(--heading-h2);
    line-height:var(--heading-h2-lh);
  }
}

@media (max-width:739px){
  .text-bl .title-site_h1,.text-bl h1{
    font-size:var(--heading-h3);
    line-height:var(--heading-h3-lh);
  }
}

@media (max-width:1079px){
  .text-bl .title-site_h2,.text-bl h2{
    font-size:var(--heading-h3);
    line-height:var(--heading-h3-lh);
  }
}

@media (max-width:739px){
  .text-bl .title-site_h2,.text-bl h2{
    font-size:var(--heading-h4);
    line-height:var(--heading-h4-lh);
  }
}

.text-bl table{
  margin-bottom:60px;
}

.text-bl img,.text-bl ol,.text-bl p,.text-bl ul{
  margin-bottom:40px;
}

.text-bl ol li,.text-bl ul li{
  position:relative;
  margin-bottom:20px;
  padding-left:40px;
}

.text-bl ol li:before,.text-bl ul li:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
}

.text-bl ul li:before{
  width:10px;
  height:2px;
  top:17px;
  background-color:var(--primary-color);
}

.text-bl ol{
  counter-reset:numbList;
}

.text-bl ol li:before{
  counter-increment:numbList;
  content:counter(numbList) "";
  font-weight:600;
  color:var(--primary-color);
}

.text_center{
  text-align:center;
}

.text_left{
  text-align:left;
}

.text_right{
  text-align:right;
}

.text_uppercase{
  text-transform:uppercase;
}

.text_primary{
  color:var(--primary-color);
}

.text_success{
  color:var(--success-color);
}

.text_danger{
  color:var(--danger-color);
}

.text_light{
  color:var(--text-color-white);
}

.text_dark{
  color:var(--text-color-dark);
}

.text_medium,b,strong{
  font-weight:600;
}

img{
  vertical-align:middle;
  max-width:100%;
}

a{
  color:var(--primary-color);
  text-decoration:none;
  transition:color .2s ease,opacity .2s ease;
}

a:hover{
  text-decoration:underline;
  color:var(--primary-color-hover);
}

.link{
  position:relative;
  text-decoration:none;
}

.link:before{
  content:"";
  position:absolute;
  left:0;
  margin-top:3px;
  top:100%;
  width:100%;
  height:1px;
  background-color:var(--primary-color);
  transition:opacity .2s ease;
}

.link:hover{
  text-decoration:none;
}

.link:hover:before{
  opacity:.3;
}

.sep-line{
  height:1px;
  margin:40px 0;
  background-color:var(--bg-medium);
}

.icon{
  display:inline-block;
  vertical-align:middle;
  width:var(--default-icon-size);
  height:var(--default-icon-size);
  transition:fill .2s ease,stroke .2s ease;
  fill:var(--primary-color);
  stroke:var(--primary-color);
}

.spec-text-bl{
  font-weight:600;
  font-size:32px;
  line-height:70px;
  color:var(--primary-color);
}

.spec-text-bl__head{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
}

.spec-text-bl__head strong{
  margin-right:8px;
  font-size:80px;
  line-height:96px;
}

.spec-text-bl__head small{
  font-weight:400;
}

.spec-text-bl__body{
  max-width:295px;
  font-size:16px;
  line-height:19px;
}

.max-w-text{
  max-width:400px;
}

.spec-title{
  text-align:center;
  padding:96px 0 66px;
  font-size:24px;
  line-height:29px;
  max-width:620px;
  margin:0 auto;
}

@media (min-width:740px){
  .spec-title{
    font-size:40px;
    line-height:48px;
    padding:76px 0 56px;
  }
}

@media (min-width:1200px){
  .spec-title{
    font-size:60px;
    line-height:72px;
    max-width:1200px;
  }
}

.arr-links-list a{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:20px 10px 10px 20px;
  min-height:118px;
  margin-bottom:20px;
  color:var(--text-color-dark);
  background-color:var(--bg-light);
}

.arr-links-list a:hover{
  color:var(--primary-color);
  text-decoration:none;
}

.arr-links-list strong{
  margin-right:20px;
  font-size:16px;
  line-height:19px;
  margin-bottom:7px;
}

.arr-links-list .icon{
  margin-left:auto;
}

@media (min-width:740px){
  .arr-links-list a{
    flex-direction:row;
    align-items:center;
    padding:40px 20px 40px 40px;
  }
  .arr-links-list strong{
    margin-bottom:0;
    margin-right:40px;
    max-width:465px;
  }
}

.st-links-list li{
  margin-bottom:30px;
  display:flex;
  font-size:10px;
  line-height:14px;
}

.st-links-list li:last-child{
  margin-bottom:0;
}

.st-links-list a{
  flex-grow:0;
  margin-right:8px;
  text-transform:uppercase;
  font-weight:600;
}

.st-links-list span{
  flex-shrink:0;
}

.st-opt-list li,.text-bl .st-opt-list li{
  padding:0;
  font-weight:600;
  font-size:14px;
  line-height:18px;
  text-transform:uppercase;
}

.st-opt-list li:before,.text-bl .st-opt-list li:before{
  display:none;
}

@media (min-width:1080px){
  .st-opt-list li,.text-bl .st-opt-list li{
    margin-bottom:38px;
  }
  .st-opt-list li:last-child,.text-bl .st-opt-list li:last-child{
    margin-bottom:0;
  }
}

.st-opt-list li.current a,.text-bl .st-opt-list li.current a{
  color:var(--primary-color);
}

.st-opt-list li a,.text-bl .st-opt-list li a{
  color:var(--text-color-medium);
}

.st-opt-list li a:hover,.text-bl .st-opt-list li a:hover{
  text-decoration:none;
  color:var(--primary-color);
}

.text-bl-col .st-opt-list li{
  margin-bottom:38px;
}

.text-bl-col .st-opt-list li:last-child{
  margin-bottom:0;
}
*{
  box-sizing:border-box;
}

html{
  height:100%;
}

body{
  display:flex;
  flex-direction:column;
  min-width:320px;
  min-height:100%;
  width:100%;
  margin:0;
  padding:0;
  background-color:var(--bg-body);
}

.site-wrapper{
  overflow:hidden;
  flex:1 0 auto;
  padding-top:var(--header-height);
}

.footer{
  flex-shrink:0;
}

.section-st{
  padding-top:60px;
  padding-bottom:90px;
}

@media (min-width:740px){
  .section-st{
    padding:80px 0 100px;
  }
}

.section-st._light-g{
  background-color:var(--bg-light);
}

.section-st._lines{
  position:relative;
}

.section-st._lines:after,.section-st._lines:before{
  content:"";
  position:absolute;
  left:var(--container-space);
  top:0;
  width:1px;
  height:100%;
  z-index:2;
  background-color:rgba(188, 188, 188, .2);
}

.section-st._lines:after{
  left:auto;
  right:var(--container-space);
}

@media (min-width:1320px){
  .section-st._lines:before{
    left:calc(50% - var(--container-width)/2 + var(--container-space));
  }
  .section-st._lines:after{
    right:calc(50% - var(--container-width)/2 + var(--container-space));
    margin-right:1px;
  }
}

.section-st._lines .container{
  position:relative;
  z-index:3;
}

.lines-section-m{
  display:block;
  position:absolute;
  left:50%;
  top:0;
  margin-left:-1px;
  width:1px;
  height:100%;
  z-index:2;
  background-color:rgba(188, 188, 188, .2);
}

@media (min-width:1080px){
  .lines-section-m:after,.lines-section-m:before{
    content:"";
    position:absolute;
    left:-314px;
    top:0;
    width:1px;
    height:100%;
    z-index:2;
    background-color:rgba(188, 188, 188, .2);
  }
  .lines-section-m:after{
    left:314px;
  }
}

.container{
  max-width:var(--container-width);
  padding:0 var(--container-space);
  margin:0 auto;
}

.container-thin-width{
  max-width:var(--container-thin-width);
  margin:0 auto;
}

.hidden-mobile{
  display:none;
}

@media (min-width:740px){
  .hidden-mobile{
    display:block;
  }
}

@media (min-width:740px){
  .hidden-tablet{
    display:none;
  }
}

@media (min-width:1080px){
  .hidden-tablet{
    display:block;
  }
}

.hidden-devices{
  display:none;
}

@media (min-width:1080px){
  .hidden-devices{
    display:block;
  }
}

@media (min-width:1080px){
  .hidden-desktop{
    display:none;
  }
}

.flex{
  display:flex;
}

.mb-10{
  margin-bottom:10px;
}

.mb-20{
  margin-bottom:20px;
}

.mb-30{
  margin-bottom:30px;
}

.mb-40{
  margin-bottom:40px;
}

.mb-50{
  margin-bottom:50px;
}

.mb-60{
  margin-bottom:60px;
}

.mb-70{
  margin-bottom:70px;
}

.mb-80{
  margin-bottom:80px;
}

.mb-90{
  margin-bottom:90px;
}

.mb-100{
  margin-bottom:100px;
}

.st-cover-img{
  position:relative;
}

.st-cover-img:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:2;
  background-color:rgba(65, 73, 76, .8);
  mix-blend-mode:hard-light;
}

.st-cover-img._dark:before{
  background-color:rgba(0, 0, 0, .6);
}

.st-cover-img__image{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}

.st-cover-img__image.align-bottom img{
  object-position:50% 100%;
}

.st-cover-img__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 0;
}

.st-cover-img__inner{
  display:flex;
  flex-direction:column;
  position:relative;
  z-index:3;
  color:var(--text-color-white);
}

.st-cover-img__inner .container{
  width:100%;
  margin-top:auto;
  display:flex;
  flex-direction:column;
}

.st-cover-img__inner .container h1{
  color:var(--text-color-white);
}

@media (min-width:1080px){
  .st-cover-img__inner .flex-jc-bottom{
    flex-direction:row;
    justify-content:space-between;
    align-items:flex-end;
  }
}

.st-cover-img__inner .flex-jc-between{
  flex-grow:1;
  margin-top:0;
  justify-content:space-between;
}

.st-cover-height .st-cover-img__inner{
  min-height:400px;
  padding:40px 0;
}

@media (min-width:1080px){
  .st-cover-height .st-cover-img__inner{
    min-height:600px;
  }
}

@media (min-width:1800px){
  .st-cover-height .st-cover-img__inner{
    min-height:700px;
  }
}

.st-cover-height._fix-600 .st-cover-img__inner{
  min-height:600px;
}

.st-cover-height._fix-400 .st-cover-img__inner{
  min-height:400px;
}

.st-cover-height._career:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:2;
  background-image:linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 50%);
}

.st-cover-height._career .st-cover-img__inner{
  padding-top:80px;
}

@media (min-width:740px){
  .st-cover-height._career .st-cover-img__inner{
    min-height:660px;
    justify-content:space-between;
  }
  .st-cover-height._career .st-cover-img__inner .container{
    margin-top:0;
  }
}

@media (min-width:1080px){
  .st-cover-height._career .st-cover-img__inner{
    min-height:600px;
  }
}

.st-cover-img-content h1{
  max-width:505px;
}

.st-cover-img-content p{
  max-width:400px;
}

@media (min-width:1080px){
  .tiles-row{
    display:flex;
    margin-left:-20px;
  }
}

.tiles-item{
  margin-bottom:20px;
}

.tiles-item:last-child{
  margin-bottom:0;
}

@media (min-width:1080px){
  .tiles-item{
    margin-bottom:0;
    width:calc(33.33% - 20px);
    margin-left:20px;
  }
}

.tiles-item a{
  display:block;
}

.tiles-item a:hover{
  text-decoration:none;
}

.tiles-item a:hover .title-site{
  color:var(--primary-color);
}

.tiles-item .st-cover-img__inner{
  height:140px;
  padding:30px;
  display:flex;
  justify-content:center;
  flex-direction:column;
  text-align:center;
}

.tiles-item .st-cover-img._career-tile .st-cover-img__inner{
  height:320px;
  text-align:left;
  justify-content:flex-end;
}

.tiles-item .st-cover-img._career-tile .title-site{
  margin-bottom:10px;
}

.tiles-item .st-cover-img._career-tile p{
  font-size:14px;
  line-height:24px;
}

.tiles-item .st-cover-img._career-tile p:last-child{
  margin-bottom:0;
}

.tiles-item .title-site{
  color:var(--text-color-white);
  margin:0;
  transition:color .2s ease;
}

.inner-back-link-wrap{
  margin-bottom:40px;
}

@media (min-width:740px){
  .inner-back-link-wrap{
    display:flex;
    align-items:center;
    margin-bottom:60px;
  }
  .inner-back-link-wrap h1{
    margin-left:60px;
    flex-grow:1;
  }
}

.inner-back-link{
  display:inline-flex;
  align-items:center;
  margin-bottom:40px;
  text-transform:uppercase;
  font-weight:600;
  font-size:14px;
  line-height:20px;
}

.inner-back-link:hover{
  text-decoration:none;
}

.inner-back-link:hover .icon{
  stroke:var(--primary-color-hover);
}

@media (min-width:740px){
  .inner-back-link{
    flex-shrink:0;
    width:150px;
  }
}

.inner-back-link .icon{
  transform:rotate(180deg);
  margin-right:10px;
}

.inner-back-link span{
  margin-top:2px;
}

.st-head{
  margin-bottom:40px;
  max-width:620px;
  font-size:14px;
  line-height:24px;
}

.st-head p{
  margin-bottom:20px;
}

@media (min-width:740px){
  .st-row{
    display:flex;
  }
}

.st-col{
  margin-bottom:40px;
}

.st-col:last-child{
  margin-bottom:0;
}

@media (min-width:740px){
  .st-col_min{
    max-width:240px;
    width:100%;
    padding-right:60px;
    flex-shrink:0;
  }
}

@media (min-width:1080px){
  .st-col_min{
    max-width:315px;
    padding-right:80px;
  }
}

.st-aside-nav .st-opt-list li{
  margin-bottom:20px;
}

@media (min-width:740px){
  .st-aside-nav .st-opt-list li{
    margin-bottom:40px;
  }
}

.st-aside-nav .title-site{
  margin-bottom:20px;
}

@media (min-width:740px){
  .st-aside-nav .title-site{
    margin-bottom:40px;
  }
}

.header{
  position:fixed;
  left:0;
  top:0;
  right:0;
  z-index:100;
  background-color:var(--bg-dark);
}

.header-panel{
  max-width:1440px;
  margin:0 auto;
  height:var(--header-height);
}

.header-mob-layer-wrapp,.header-panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.header-mob-layer-wrapp{
  flex-shrink:0;
}

@media (max-width:1079px){
  .header-mob-layer-wrapp{
    position:relative;
    width:100%;
  }
}

.burger-menu-wrapp{
  height:var(--header-height);
  width:88px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-left:1px solid var(--border-white-rgb);
  cursor:pointer;
  outline:none;
}

@media (min-width:1080px){
  .burger-menu-wrapp{
    display:none;
  }
}

.logo{
  display:flex;
  align-items:center;
  outline:none;
  text-decoration:none;
  transition:opacity .2s;
  margin-left:30px;
}

@media (min-width:1080px){
  .logo{
    margin-right:40px;
  }
}

@media (min-width:1200px){
  .logo{
    margin-right:60px;
  }
}

@media (min-width:1340px){
  .logo{
    margin-right:76px;
  }
}

.logo:hover{
  opacity:.95;
  text-decoration:none;
}

.logo img{
  width:162px;
}

.logo__text{
  margin-left:5px;
  font-size:18px;
  line-height:24px;
  color:var(--text-color-white);
}

.header-lang,.logo__text{
  font-weight:600;
  text-transform:uppercase;
}

.header-lang{
  position:relative;
  flex-shrink:0;
  font-size:14px;
  line-height:22px;
  padding:14px 0;
}

@media (max-width:1079px){
  .header-lang{
    order:1;
  }
}

@media (min-width:1080px){
  .header-lang:before{
    content:"";
    position:absolute;
    left:-11px;
    top:calc(50% - var(--header-height)/2);
    width:1px;
    height:var(--header-height);
    z-index:2;
    background-color:var(--border-white-rgb);
  }
}

.header-lang._opened .lang-list{
  display:block;
}

.lang-btn{
  padding:15px 20px;
  color:var(--text-color-white);
  cursor:pointer;
  text-transform:uppercase;
  font-weight:600;
}

.lang-btn:hover{
  color:var(--primary-color);
}

@media (min-width:740px){
  .lang-btn{
    padding:15px 0;
    margin-left:13px;
    text-align:center;
    width:80px;
  }
}

@media (min-width:1080px){
  .lang-btn{
    padding:0;
    margin:0 11px 0 0;
  }
}

.lang-list{
  display:none;
  position:absolute;
  left:16px;
  top:14px;
  background-color:var(--bg-white);
  box-shadow:inset 0 0 1px var(--bg-light), var(--shadow-z-1);
}

@media (min-width:1080px){
  .lang-list{
    left:0;
    top:0;
  }
}

.lang-list li{
  border-bottom:1px solid var(--bg-light);
}

.lang-list li:last-child{
  border:none;
}

.lang-list a{
  display:block;
  padding:15px 10px;
  width:80px;
  text-align:center;
  color:var(--text-color-medium);
}

.lang-list a:hover{
  text-decoration:none;
  color:var(--primary-color);
}

@media (max-width:1079px){
  .header-nav{
    margin-bottom:auto;
    order:2;
    padding:40px var(--container-space) 30px;
  }
}

@media (max-width:739px){
  .header-nav{
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
  }
}

.contacts-nav{
  border-top:1px solid var(--border-white-rgb);
  padding:40px 20px;
}

@media (max-width:1079px){
  .contacts-nav{
    order:3;
  }
}

@media (min-width:740px){
  .contacts-nav{
    padding-left:var(--container-space);
    padding-right:var(--container-space);
  }
}

.contacts-nav__phone{
  margin-bottom:20px;
  font-weight:600;
  font-size:32px;
  line-height:48px;
}

.contacts-nav__phone a{
  color:var(--text-color-white);
}

.contacts-nav__phone a:hover{
  text-decoration:none;
}

.contacts-nav__adress{
  margin-bottom:40px;
  font-size:14px;
  line-height:24px;
  color:var(--text-color-white);
  opacity:.5;
}

@media (min-width:1080px){
  .header-menu{
    flex-grow:1;
  }
}

@media (min-width:1080px){
  .menu-open-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
}

.head-feedback-btn:hover{
  color:var(--primary-color);
}

@media (min-width:1080px){
  .head-feedback-btn{
    margin:0 20px;
    font-weight:600;
    text-transform:uppercase;
    color:var(--text-color-white);
    font-size:12px;
    line-height:20px;
  }
}

@media (min-width:1440px){
  .head-feedback-btn{
    position:relative;
    margin-left:auto;
    width:200px;
    margin-right:63px;
  }
  .head-feedback-btn:before{
    content:"";
    position:absolute;
    left:-56px;
    top:calc(50% - var(--header-height)/2);
    width:1px;
    height:var(--header-height);
    z-index:2;
    background-color:var(--border-white-rgb);
  }
}

.footer{
  background-color:var(--bg-dark);
  color:var(--text-color-white);
}

.footer-bottom{
  padding:30px 0;
}

@media (min-width:740px){
  .footer-bottom .container{
    display:flex;
    align-items:center;
    justify-content:space-around;
  }
}

@media (min-width:1080px){
  .footer-bottom .container{
    justify-content:space-between;
  }
}

.footer-bottom span{
  display:block;
  font-size:12px;
  line-height:14px;
  text-align:center;
  margin-bottom:30px;
}

.footer-bottom span:last-child{
  margin-bottom:0;
}

@media (min-width:740px){
  .footer-bottom span{
    margin-bottom:0;
  }
}

.footer-bottom span a{
  color:var(--text-color-white);
}

.footer-main{
  border-bottom:1px solid var(--border-white-rgb);
}

.footer-main .container{
  display:flex;
  justify-content:space-between;
}

.footer-main .contacts-nav{
  padding:60px 0 40px 28px;
  border-left:1px solid var(--border-white-rgb);
  border-top:none;
}

@media (min-width:1340px){
  .footer-main .contacts-nav{
    width:25%;
    padding-left:10px;
  }
}

.footer-main .contacts-nav__adress{
  max-width:270px;
  margin-left:auto;
}

.footer-nav{
  max-width:493px;
  padding:55px 0 25px;
}

.footer-nav ul{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}

.footer-nav li{
  width:50%;
  margin-bottom:20px;
  font-weight:600;
  font-size:14px;
  line-height:24px;
}

.footer-nav a{
  text-transform:uppercase;
  color:var(--text-color-white);
  opacity:.7;
  transition:opacity .2s ease;
}

.footer-nav a:hover{
  text-decoration:none;
  opacity:1;
}

.st-form._dark{
  color:var(--text-color-white);
}

.st-form._dark input,.st-form._dark textarea{
  color:var(--text-color-white);
  background-color:rgba(255, 255, 255, .2);
  border-color:#5a6062;
}

.form-group{
  margin-bottom:20px;
}

@media (max-width:739px){
  .form-group .flex{
    display:block;
  }
}

.field-item{
  display:block;
}

.field-item__message{
  display:none;
}

@media (min-width:740px){
  .field-item__message{
    margin-left:16px;
  }
}

.field-item__message span{
  display:block;
}

.field-item._error input{
  border-color:var(--danger-color);
}

.field-item._error .field-item__message{
  color:var(--danger-color);
  display:block;
}

@media (min-width:740px){
  .accept-checkbox a{
    margin-left:10px;
  }
}

.menu{
  margin:0;
  padding:0;
  list-style:none;
}

@media (min-width:1080px){
  .menu{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
  }
}

.menu-item{
  margin-bottom:20px;
}

.menu-item:last-child{
  margin-bottom:0;
}

@media (max-width:1079px){
  .menu-item{
    position:relative;
  }
}

@media (min-width:1080px){
  .menu-item{
    margin-bottom:0;
    margin-right:20px;
  }
  .menu-item:last-child{
    margin-right:0;
  }
  .menu-item_dd:hover .menu-dd-wrapp{
    display:block;
  }
  .menu-item_dd:hover .menu-item__link:before{
    transform:translateY(-10px);
    opacity:1;
    transition:transform .2s ease,opacity .2s ease;
  }
  .menu-item_dd .menu-item__link:before{
    content:"";
    position:absolute;
    left:50%;
    top:100%;
    z-index:2;
    margin-left:-10px;
    width:0;
    height:0;
    opacity:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #363c3f;
  }
}

@media (min-width:1200px){
  .menu-item{
    margin-right:40px;
  }
}

@media (min-width:1340px){
  .menu-item{
    margin-right:60px;
  }
}

.menu-item._opened .menu-item__link{
  color:var(--text-color-white);
}

.menu-item__link{
  position:relative;
  display:block;
  padding:10px 0;
  margin-right:40px;
  font-weight:600;
  font-size:18px;
  line-height:24px;
  text-transform:uppercase;
  color:rgba(255, 255, 255, .5);
  transition:color .2s ease;
}

.menu-item__link:hover{
  text-decoration:none;
  color:var(--text-color-white);
}

@media (min-width:1080px){
  .menu-item__link{
    display:flex;
    align-items:center;
    height:var(--header-height);
    position:relative;
    font-size:12px;
    padding:0;
    margin-right:0;
  }
}
.menu-item__link_dd{
  position:absolute;
  right:0;
  top:8px;
  cursor:pointer;
  user-select:none;
  width:24px;
  height:24px;
  flex-shrink:0;
  margin-left:10px;
}

@media (max-width:1079px){
  .menu-item__link_dd{
    background-image:url(../img/angle-down.svg);
    background-repeat:no-repeat;
    background-position:100% 50%;
    background-size:24px 24px;
  }
}

.menu-dd-wrapp{
  display:none;
  background-color:#363C3F;
}

@media (max-width:1079px){
  .menu-dd-wrapp{
    margin:16px -20px;
    padding:35px 20px;
    list-style:none;
  }
}

@media (min-width:740px){
  .menu-dd-wrapp{
    margin-left:calc(var(--container-space)*-1);
    margin-right:calc(var(--container-space)*-1);
    padding-left:var(--container-space);
    padding-right:var(--container-space);
  }
}

@media (min-width:1080px){
  .menu-dd-wrapp{
    position:absolute;
    left:0;
    right:0;
    top:100%;
    z-index:20;
  }
}

@media (min-width:1080px){
  .menu-dd{
    max-width:1440px;
    margin:0 auto;
    padding:42px 0 42px 230px;
  }
}

@media (min-width:1200px){
  .menu-dd{
    padding-left:250px;
  }
}

@media (min-width:1340px){
  .menu-dd{
    padding-left:265px;
  }
}

.menu-dd-item{
  line-height:24px;
  margin-bottom:38px;
}

.menu-dd-item:last-child{
  margin-bottom:0;
}

@media (min-width:1080px){
  .menu-dd-item{
    margin-bottom:26px;
  }
}

.menu-dd-item__link{
  text-transform:uppercase;
  font-weight:600;
  font-size:14px;
  color:var(--text-color-white);
  opacity:.5;
  transition:opacity .2s ease,color .2s ease;
  cursor:pointer;
}

.menu-dd-item__link:hover{
  opacity:1;
  color:var(--text-color-white);
  text-decoration:none;
}

@media (min-width:1080px){
  .menu-dd-item__link{
    opacity:1;
    font-size:12px;
  }
  .menu-dd-item__link:hover{
    color:var(--primary-color);
  }
}

table{
  width:100%;
  text-align:left;
  border:none;
  border-collapse:collapse;
}

table tbody tr:nth-child(2n) td{
  background-color:var(--bg-light);
}

table th{
  padding:0 20px 20px;
  text-transform:uppercase;
  border:none;
  border-bottom:1px solid var(--border-color);
}

table td{
  padding:22px 20px;
  border:none;
}

.burger-menu-box:after,.burger-menu-box:before,.burger-menu:after,.burger-menu:before{
  content:"";
  position:absolute;
  width:100%;
  height:2px;
  border-radius:2px;
  background-color:#fff;
  transition-property:width, transform;
  transition-duration:.35s;
  transition-timing-function:cubic-bezier(.16, 1, .3, 1);
}

.burger-menu{
  display:flex;
  align-items:center;
  position:relative;
  z-index:40;
  width:24px;
  height:18px;
  user-select:none;
  cursor:pointer;
}

@media (min-width:1080px){
  .burger-menu{
    display:none;
  }
}

.burger-menu:before{
  top:0;
  right:0;
}

.burger-menu:after{
  bottom:0;
  left:0;
}

.burger-menu-box{
  width:100%;
  height:2px;
  position:relative;
}

.burger-menu-box:after,.burger-menu-box:before{
  left:0;
}

.menu_opened .burger-menu:after,.menu_opened .burger-menu:before{
  width:0;
}

.menu_opened .burger-menu-box:before{
  transform:rotate(135deg);
}

.menu_opened .burger-menu-box:after{
  transform:rotate(45deg);
}

@media only screen and (max-width:1079px){
  .menu-wrapper-fixed{
    position:fixed;
    left:0;
    top:0;
    bottom:0;
    height:100vh;
    z-index:30;
    transform:translate(-100%);
    transition:transform .6s cubic-bezier(.25, 1, .5, 1);
    background-color:var(--bg-dark);
  }
  .menu-open-wrapper{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }
  .menu-close-overlay{
    position:absolute;
    cursor:pointer;
    left:0;
    top:0;
    height:100%;
    z-index:-1;
    display:none;
  }
  ._menu-mob-fade .menu-wrapper-fixed{
    right:0;
    opacity:0;
  }
  .menu_opened ._menu-mob-fade .menu-wrapper-fixed{
    opacity:1;
    transition:opacity .5s ease-in;
  }
  ._menu-mob-left .menu-wrapper-fixed{
    right:0;
  }
  .menu_opened{
    overflow:hidden;
  }
  .menu_opened .menu-wrapper-fixed{
    transform:translate(0);
    transition:transform .8s cubic-bezier(.25, 1, .5, 1);
  }
  .menu_opened .menu-close-overlay{
    width:2000px;
    background-color:rgba(0, 0, 0, .15);
    transition:background-color .2s ease-in .35s;
  }
}

@media (min-width:640px){
  .catalog{
    display:flex;
    flex-wrap:wrap;
  }
}

.catalog li:last-child .catalog-item{
  border:none;
}

@media (min-width:640px){
  .catalog li{
    display:flex;
    flex-direction:column;
    width:50%;
  }
  .catalog li:last-child .catalog-item{
    box-shadow:inset 1px 1px 0 rgba(188, 188, 188, .5);
  }
  .catalog li:last-child .catalog-item:hover{
    box-shadow:inset 0 0 0 1px var(--primary-color);
  }
}

.catalog a{
  min-height:307px;
  text-decoration:none;
}

@media (min-width:640px){
  .catalog a{
    height:100%;
  }
}

.catalog-item-main{
  display:block;
  position:relative;
  padding:40px 60px 40px 20px;
  font-size:16px;
  line-height:28px;
  background-image:var(--primary-gradient);
  overflow:hidden;
}

.catalog-item-main,.catalog-item-main:hover{
  color:var(--text-color-white);
}

@media (min-width:1080px){
  .catalog-item-main{
    padding:40px;
  }
  .catalog-item-main:hover .icon{
    transform:translate(6px);
  }
}

.catalog-item-main:before{
  content:"";
  position:absolute;
  left:100%;
  top:50%;
  margin-top:-68px;
  margin-left:-98px;
  width:232px;
  height:136px;
  z-index:2;
  background-image:url(../img/dots.svg);
  background-repeat:no-repeat;
  background-position:calc(100% - 88px) 50%;
}

@media (min-width:1200px){
  .catalog-item-main:before{
    left:auto;
    right:20px;
    margin-left:0;
    background-position:100% 50%;
  }
}

.catalog-item-main .icon{
  position:absolute;
  right:20px;
  bottom:40px;
  stroke:var(--text-color-white);
  transition:transform .2s ease;
}

@media (min-width:1080px){
  .catalog-item-main .icon{
    right:30px;
  }
}

@media (min-width:1080px){
  .catalog-item-main .title-site_h2{
    margin-bottom:40px;
  }
}

.catalog-item-main span{
  display:block;
  max-width:320px;
}

.catalog-item{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:40px 20px 20px;
  border-bottom:1px solid rgba(188, 188, 188, .5);
}

@media (min-width:640px){
  .catalog-item{
    border:none;
    transition:box-shadow .2s ease;
  }
  .catalog-item:hover{
    box-shadow:inset 0 0 0 1px var(--primary-color);
  }
}

@media (min-width:1080px){
  .catalog-item{
    padding:40px 40px 20px;
  }
}

.catalog-item h3{
  transition:color .2s ease;
  line-height:29px;
}

.catalog-item:hover h3{
  color:var(--primary-color);
}

.catalog-item__numb{
  font-weight:600;
  font-size:18px;
  line-height:22px;
  opacity:.3;
  color:var(--text-color-dark);
}

.catalog-item picture{
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
  z-index:-1;
}

.catalog-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:100% 0;
}

.scope-prod{
  margin-bottom:40px;
  display:flex;
  flex-wrap:wrap;
  padding-left:2px;
}

@media (min-width:740px){
  .scope-prod{
    margin-bottom:100px;
  }
}

.scope-prod li{
  display:flex;
  margin-top:-1px;
  width:50%;
  margin-left:-1px;
  min-height:180px;
}

.scope-prod li:first-child{
  position:relative;
  align-items:flex-start;
  width:100%;
  min-height:67px;
  padding-bottom:67px;
}

.scope-prod li:first-child:before{
  content:"";
  position:absolute;
  left:-92px;
  bottom:13px;
  width:232px;
  height:136px;
  z-index:-1;
  background-image:url(../img/dots-gray.svg);
  background-repeat:no-repeat;
  background-position:0 0;
  background-size:cover;
}

.scope-prod li:first-child .title-site{
  background-color:var(--bg-body);
}

@media (min-width:740px){
  .scope-prod li{
    min-height:240px;
  }
  .scope-prod li:first-child{
    width:50%;
    padding-right:10px;
  }
  .scope-prod li:first-child:before{
    top:52px;
    bottom:auto;
  }
}

@media (min-width:1080px){
  .scope-prod li,.scope-prod li:first-child{
    width:33.33%;
  }
}

@media (min-width:1200px){
  .scope-prod li,.scope-prod li:first-child{
    width:25%;
  }
}

.scope-prod__item{
  display:flex;
  justify-content:space-between;
  flex-direction:column;
  padding:20px 16px;
  height:100%;
  width:100%;
  border:1px solid var(--border-color);
  transition:border-color .2s ease;
}

.scope-prod__item:hover{
  position:relative;
  z-index:3;
  text-decoration:none;
  border-color:var(--primary-color);
}

.scope-prod__item:hover .title-site{
  color:var(--primary-color);
}

@media (min-width:740px){
  .scope-prod__item{
    padding:30px;
  }
}

.scope-prod__item .title-site{
  transition:color .2s ease;
}

@media (max-width:739px){
  .scope-prod__item .title-site{
    font-size:12px;
    line-height:14px;
  }
}

.scope-prod__item .icon{
  width:52px;
  stroke:none;
}

.scope-prod__item .icon-service-1{
  height:52px;
}

.scope-prod__item .icon-service-2{
  height:40px;
}

.scope-prod__item .icon-service-3{
  width:62px;
  height:34px;
}

.scope-prod__item .icon-service-4{
  height:38px;
}

.scope-prod__item .icon-service-5{
  height:43px;
}

.scope-prod__item .icon-service-6{
  width:20px;
  height:52px;
}

.scope-prod__item .icon-service-7{
  height:31px;
}

@media (min-width:1080px){
  .news-list-wrapp .news-item{
    margin-bottom:80px;
  }
  .news-list-wrapp .btn{
    margin-top:-20px;
  }
}

.news-row{
  padding-right:20px;
}

@media (min-width:740px){
  .news-row{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-left:calc(var(--space-col)*-1);
  }
}

@media (min-width:1080px){
  .news-row._grid-line{
    --space-col:20px;
  }
  .news-row._grid-line .news-item{
    --col-grid:25%;
    margin-bottom:40px;
  }
}

.news-item{
  display:flex;
  flex-direction:column;
  padding-left:38px;
  margin-bottom:40px;
  border-left:1px solid var(--border-color);
}

@media (min-width:740px){
  .news-item{
    width:calc(var(--col-grid) - var(--space-col));
    margin-left:var(--space-col);
  }
}

@media (min-width:1080px){
  .news-item{
    --col-grid:33.33%;
    margin-bottom:60px;
  }
}

.news-item__img img{
  width:100%;
}

@media (min-width:740px){
  .news-item__img{
    margin-top:auto;
  }
}

.news-item .title-site_h4{
  margin-bottom:40px;
}

@media (min-width:1080px){
  .news-item .title-site_h4{
    margin-bottom:30px;
  }
}

.news-item a{
  display:block;
  color:var(--text-color-dark);
}

.news-item a:hover{
  color:var(--primary-color);
  text-decoration:none;
}

.news-header{
  margin-bottom:20px;
}

@media (min-width:740px){
  .news-header{
    margin-bottom:40px;
  }
}

.news-header h1{
  margin-bottom:45px;
}

@media (min-width:740px){
  .news-header h1{
    margin-bottom:60px;
  }
}

.news-main-section .st-cover-img__inner{
  min-height:470px;
  padding-top:80px;
}

@media (max-width:739px){
  .news-main-section .st-cover-img__inner{
    padding-bottom:88px;
  }
}

@media (min-width:1080px){
  .news-main-section .st-cover-img__inner{
    min-height:calc(100vh - var(--header-height));
  }
}

.news-main-section .st-cover-img-content h1{
  max-width:440px;
}

@media (max-width:1079px){
  .news-main-section .st-cover-img-content h1{
    font-size:var(--heading-h3);
    line-height:var(--heading-h3-lh);
  }
}

@media (min-width:1080px){
  .news-main-section .st-cover-img-content h1{
    max-width:610px;
  }
}

.news-main-section .st-cover-img-content .date-st{
  color:rgba(255, 255, 255, .5);
}

.main-slider .st-cover-img:before{
  mix-blend-mode:normal;
  background:linear-gradient(0deg, rgba(29, 21, 11, .5), rgba(29, 21, 11, .5));
}

.main-slider .st-cover-img__inner{
  position:relative;
  padding-top:100px;
  min-height:620px;
}

@media (min-width:740px){
  .main-slider .st-cover-img__inner{
    min-height:720px;
  }
}

@media (min-width:1080px){
  .main-slider .st-cover-img__inner{
    min-height:600px;
  }
}

@media (min-width:1340px){
  .main-slider .st-cover-img__inner:after,.main-slider .st-cover-img__inner:before{
    content:"";
    position:absolute;
    left:40px;
    top:0;
    width:1px;
    height:100%;
    z-index:2;
    background-color:rgba(255, 255, 255, .2);
    left:calc(50% - var(--container-width)/2 + var(--container-space));
  }
  .main-slider .st-cover-img__inner:after{
    left:calc(50% + var(--container-width)/2 - var(--container-space));
    margin-left:-2px;
  }
}

@media (min-width:1340px){
  .main-slider .st-cover-img__inner .container{
    padding-left:80px;
  }
}

.main-slider .st-cover-img-content{
  max-width:420px;
}

@media (max-width:739px){
  .main-slider .st-cover-img-content h1{
    margin-bottom:0;
  }
}

.main-slider .swiper-btn-container{
  bottom:auto;
  top:80px;
  height:50px;
  align-items:flex-end;
  justify-content:flex-start;
  padding-left:40px;
  padding-right:40px;
}

@media (min-width:740px){
  .main-slider .swiper-btn-container{
    top:100px;
  }
}

@media (min-width:1340px){
  .main-slider .swiper-btn-container{
    padding-left:80px;
  }
}

.main-slider-tiles{
  display:none;
}

@media (min-width:1080px){
  .main-slider-tiles{
    display:flex;
    position:absolute;
    right:0;
    top:0;
    height:100%;
    z-index:5;
  }
}

@media (min-width:1340px){
  .main-slider-tiles{
    right:calc(50% - var(--container-width)/2 + var(--container-space));
    margin-right:2px;
  }
}

.ms-tile{
  display:block;
  flex-shrink:0;
  width:308px;
  height:100%;
  position:relative;
  color:rgba(255, 255, 255, .7);
  border-left:1px solid var(--border-white-rgb);
}

.ms-tile:hover{
  color:#fff;
  text-decoration:none;
}

.ms-tile:hover .icon,.ms-tile:hover .ms-tile__picture{
  opacity:1;
}

.ms-tile__picture{
  display:block;
  z-index:1;
  opacity:0;
  transition:opacity .4s;
}

.ms-tile__picture,.ms-tile__picture:before{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.ms-tile__picture:before{
  content:"";
  z-index:2;
  background-image:linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.ms-tile__picture img{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 0;
}

.ms-tile__body{
  position:relative;
  z-index:3;
  display:flex;
  justify-content:space-between;
  flex-direction:column;
  height:100%;
  padding:60px 20px 40px;
  font-size:16px;
  line-height:28px;
}

.ms-tile__body .icon{
  stroke:#fff;
  opacity:0;
  transition:opacity .3s;
}

.about-stat{
  padding:100px 20px;
}

@media (min-width:740px){
  .about-stat{
    padding:130px 20px 40px;
  }
}

@media (min-width:1080px){
  .about-stat{
    padding:146px 40px 40px;
  }
}

@media (min-width:740px){
  .about-stat-list{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
  }
}

.about-stat-list li{
  margin-bottom:50px;
  padding-bottom:20px;
  border-bottom:1px solid #fff;
}

@media (min-width:740px){
  .about-stat-list li{
    width:calc(50% - 10px);
  }
}

@media (min-width:1080px){
  .about-stat-list li{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    margin-bottom:70px;
    padding-bottom:10px;
    width:calc(50% - 40px);
  }
}

.about-stat-list__val{
  margin-bottom:10px;
  font-weight:600;
  font-size:40px;
  line-height:40px;
}

@media (min-width:1080px){
  .about-stat-list__val{
    flex-shrink:0;
    margin-right:40px;
    margin-bottom:0;
  }
  .about-stat-list__val strong{
    font-size:80px;
    line-height:1em;
  }
}

.about-stat-list__info{
  font-size:16px;
  line-height:19px;
  min-height:38px;
  opacity:.7;
}

.about-stat-list__info br{
  display:none;
}

@media (min-width:1080px){
  .about-stat-list__info{
    margin-bottom:12px;
    min-height:10px;
  }
  .about-stat-list__info br{
    display:inline-block;
    margin-right:10px;
  }
}

.about-link-more{
  font-weight:600;
  font-size:14px;
  line-height:1em;
  text-transform:uppercase;
}

@media (min-width:740px){
  .about-link-more{
    margin-top:36px;
  }
}

@media (min-width:1080px){
  .about-link-more{
    margin-top:16px;
  }
}

.about-link-more a{
  color:var(--text-color-white);
}

.about-link-more a:hover{
  color:var(--primary-color);
  text-decoration:none;
}

.feedback-bl{
  background-color:var(--primary-color);
  background-image:var(--primary-gradient);
}

@media (min-width:1080px){
  .feedback-bl{
    max-width:610px;
    margin-left:80px;
    flex-grow:1;
  }
}

.feedback-bl__inner{
  padding:40px 20px;
  background-repeat:no-repeat;
  background-position:calc(100% + 100px) 100%;
}

@media (min-width:375px){
  .feedback-bl__inner{
    background-position:calc(100% + 80px) 100%;
  }
}

@media (min-width:740px){
  .feedback-bl__inner{
    padding:40px;
    background-position:calc(100% + 6px) 100%;
  }
}

.feedback-about{
  max-width:216px;
  font-size:14px;
  line-height:24px;
  color:var(--text-color-white);
}

.feedback-about .title-site{
  margin-bottom:10px;
}

.feedback-about .btn{
  margin-top:36px;
  font-size:12px;
}

.dots-ptrn{
  position:relative;
  padding-top:124px;
}

.dots-ptrn:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:488px;
  z-index:-1;
  background-image:url(../img/dot-repeat.png);
  background-repeat:repeat;
  background-size:32px 32px;
  background-position:-3px 1px;
}

@media (min-width:740px){
  .dots-ptrn:before{
    background-position:12px 0;
  }
}

@media (min-width:1080px){
  .dots-ptrn:before{
    height:100%;
  }
}

@media (min-width:1080px){
  .dots-ptrn{
    padding:83px 0 81px;
  }
  .dots-ptrn .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
}

.dots-ptrn-tt{
  margin-bottom:20px;
  padding-bottom:20px;
  font-size:var(--heading-h3);
  line-height:var(--heading-h3-lh);
}

@media (min-width:375px){
  .dots-ptrn-tt{
    max-width:340px;
    overflow:hidden;
    font-size:var(--heading-h2);
    line-height:var(--heading-h2-lh);
  }
}

@media (min-width:740px){
  .dots-ptrn-tt{
    max-width:474px;
    font-size:var(--heading-h1);
    line-height:var(--heading-h1-lh);
  }
}

@media (min-width:1080px){
  .dots-ptrn-tt{
    margin-bottom:0;
    padding-bottom:0;
  }
}

.dot-tt-wrapp{
  display:block;
  white-space:nowrap;
}

.dot-tt-wrapp span{
  display:inline-block;
  padding-right:30px;
  vertical-align:top;
  background-color:#fff;
}

@media (min-width:375px){
  .dot-tt-wrapp span{
    padding-right:100px;
  }
}

@media (min-width:740px){
  .dot-tt-wrapp span{
    padding-right:20px;
  }
}

@media (max-width:739px){
  .text-bl-spec-cols._img-reverse .text-bl{
    display:flex;
    flex-direction:column-reverse;
  }
  .text-bl-spec-cols._img-reverse .text-bl img{
    margin:0;
  }
  .text-bl-spec-cols._img-reverse .text-bl-col-dots,.text-bl-spec-cols._img-reverse .text-bl-col-img-max,.text-bl-spec-cols._img-reverse .text-bl-col__img{
    margin-top:40px;
  }
}

.text-bl-spec-cols .section-st{
  padding:50px 0;
  border-bottom:1px solid var(--border-color);
}

.text-bl-spec-cols .section-st:first-child{
  padding-top:60px;
}

.text-bl-spec-cols .section-st:last-child{
  padding-bottom:90px;
}

@media (min-width:740px){
  .text-bl-spec-cols .section-st,.text-bl-spec-cols .section-st:first-child,.text-bl-spec-cols .section-st:last-child{
    padding:80px 0;
  }
}

@media (min-width:1080px){
  .text-bl-spec-cols .section-st,.text-bl-spec-cols .section-st:first-child,.text-bl-spec-cols .section-st:last-child{
    padding:100px 0;
  }
}

@media (min-width:740px){
  .text-bl-spec-cols .text-bl{
    display:flex;
    justify-content:space-between;
  }
}

@media (min-width:1080px){
  .text-bl-spec-cols .text-bl{
    justify-content:flex-start;
  }
  .text-bl-spec-cols .text-bl img{
    margin-bottom:0;
  }
}

.text-bl-spec-cols .text-bl p:last-child{
  margin-bottom:0;
}

@media (max-width:1079px){
  .text-bl-spec-cols .text-bl .title-site_h2,.text-bl-spec-cols .text-bl h2{
    font-size:var(--heading-h2);
    line-height:var(--heading-h2-lh);
  }
}

@media (max-width:1079px){
  .text-bl-spec-cols .spec-text-bl._mob-fix{
    line-height:10px;
  }
  .text-bl-spec-cols .spec-text-bl._mob-fix .spec-text-bl__head{
    margin-bottom:16px;
  }
  .text-bl-spec-cols .spec-text-bl._mob-fix .spec-text-bl__head strong{
    display:block;
  }
}

@media (min-width:1080px){
  .text-bl-spec-cols .spec-text-bl .spec-text-bl__head{
    flex-wrap:nowrap;
    white-space:nowrap;
  }
}

@media (min-width:740px){
  .text-bl-col-sm{
    max-width:400px;
    margin-left:72px;
  }
}

@media (min-width:1200px){
  .text-bl-col-sm{
    margin-left:125px;
  }
}

.text-bl-col{
  flex-grow:1;
}

@media (min-width:1080px){
  .text-bl-col{
    width:410px;
    flex-grow:0;
  }
}

@media (min-width:1200px){
  .text-bl-col{
    width:510px;
  }
}

.text-bl-col__img.text_center,.text-bl-col__img.text_right{
  text-align:left;
}

.text-bl-col__img img{
  width:216px;
}

@media (min-width:740px){
  .text-bl-col__img.text_right{
    text-align:right;
  }
}

@media (min-width:1080px){
  .text-bl-col__img.text_center{
    text-align:center;
  }
  .text-bl-col__img.text_center .spec-text-bl__head{
    justify-content:center;
  }
  .text-bl-col__img img{
    width:295px;
  }
}

.text-bl-col-img-max{
  display:block;
}

@media (min-width:740px){
  .text-bl-col-img-max{
    margin-right:-12px;
  }
}

@media (min-width:1080px){
  .text-bl-col-img-max{
    margin-right:0;
  }
}

.text-bl-col-dots{
  position:relative;
  padding-bottom:70px;
}

.text-bl-col-dots:before{
  content:"";
  position:absolute;
  left:-85px;
  top:28px;
  width:232px;
  height:136px;
  z-index:-1;
  background-image:url(../img/dots-peace.svg);
  background-repeat:no-repeat;
  background-position:0 0;
}

@media (min-width:1080px){
  .text-bl-col-dots{
    max-width:295px;
    margin:0 auto;
    padding-left:105px;
  }
  .text-bl-col-dots:before{
    left:0;
  }
}

.dots-steps{
  text-align:center;
  max-width:120px;
}

@media (min-width:1080px){
  .dots-steps{
    max-width:100%;
    margin-top:134px;
  }
}

.dots-steps__item{
  display:flex;
  align-items:center;
  flex-direction:column;
  font-weight:600;
  font-size:32px;
  line-height:38px;
  white-space:nowrap;
}

.dots-steps__item:last-child:after{
  display:none;
}

.dots-steps__item:after{
  margin:10px 0;
  height:140px;
  width:2px;
  content:"";
  background-image:url(../img/dashed-vertical.svg);
  background-repeat:repeat-y;
  background-position:50% 50%;
}

.dots-steps__item .icon{
  margin-bottom:10px;
  stroke:var(--primary-color);
}

@media (min-width:740px){
  .about-row{
    display:flex;
  }
}

.about-col-tt{
  margin-bottom:60px;
}

.about-col-tt strong{
  display:block;
  font-size:var(--text-sm);
  line-height:var(--text-sm-lh);
}

@media (min-width:740px){
  .about-col-tt{
    width:216px;
    flex-shrink:0;
    margin-right:72px;
    margin-bottom:0;
  }
}

@media (min-width:1080px){
  .about-col-tt{
    width:100%;
    display:flex;
  }
  .about-col-tt strong{
    font-weight:400;
    font-size:var(--site-main-text);
    line-height:var(--site-main-text-lh);
  }
  .about-col-tt .title-site,.about-col-tt .title-site_h2,.about-col-tt h2{
    flex-shrink:0;
    width:410px;
    padding-left:115px;
    margin-right:80px;
  }
}

@media (min-width:1080px) and (min-width:1200px){
  .about-col-tt .title-site,.about-col-tt .title-site_h2,.about-col-tt h2{
    width:510px;
    padding-left:215px;
    margin-right:125px;
  }
}

@media (min-width:1080px){
  .about-col-tt div{
    max-width:400px;
    flex-shrink:0;
  }
}

@media (min-width:740px){
  .leadership-row{
    display:flex;
  }
}

.leadership-row._st-row .text-bl-col-dots{
  padding-bottom:0;
}

.leadership-row._st-row .text-bl-col-dots:before{
  display:none;
}

@media (min-width:740px){
  .leadership-col-tt{
    width:216px;
    flex-shrink:0;
    margin-right:20px;
  }
}

@media (min-width:1080px){
  .leadership-col-tt{
    width:410px;
    margin-right:80px;
  }
  .leadership-col-tt .text-bl-col-dots{
    margin:0 0 0 10px;
  }
}

@media (min-width:1200px){
  .leadership-col-tt{
    width:510px;
    margin-right:125px;
  }
  .leadership-col-tt .text-bl-col-dots{
    margin:0 0 0 110px;
  }
}

.leadership-col-info{
  flex-grow:1;
}

@media (min-width:740px){
  .leadership-list{
    margin-bottom:20px;
  }
}

.leadership-list__name{
  margin-bottom:8px;
  font-weight:600;
  font-size:var(--heading-h6);
  line-height:var(--heading-h6-lh);
  text-transform:uppercase;
}

.leadership-list__position{
  font-size:14px;
  line-height:18px;
}

.leadership-list li{
  position:relative;
  min-height:305px;
  background-color:var(--bg-light);
  padding:30px 30px 236px;
}

.leadership-list li:nth-child(2n){
  background-color:rgba(240, 240, 240, .5);
}

.leadership-list img{
  position:absolute;
  right:0;
  bottom:0;
  max-height:230px;
}

@media (min-width:1080px){
  .leadership-list{
    display:flex;
    flex-wrap:wrap;
  }
  .leadership-list li{
    width:50%;
  }
  .leadership-list li:nth-child(2n){
    background-color:var(--bg-light);
  }
  .leadership-list li:nth-child(4n),.leadership-list li:nth-child(4n+1){
    background-color:rgba(240, 240, 240, .5);
  }
}

.documents-list-mobile{
  margin-top:100px;
}

@media (min-width:740px){
  .documents-list-mobile{
    display:none;
  }
}

.head-contacts-h{
  margin-top:100px;
  padding-top:40px;
  border-top:1px solid rgba(255, 255, 255, .2);
}

@media (min-width:740px){
  .head-contacts-h{
    margin-top:20px;
  }
}

@media (min-width:1200px){
  .head-contacts-h{
    padding-bottom:14px;
  }
}

.head-contacts-h__main{
  width:100%;
  margin-bottom:40px;
}

@media (min-width:740px){
  .head-contacts-h__main{
    margin-bottom:60px;
  }
}

@media (min-width:1200px){
  .head-contacts-h__main{
    margin-bottom:0;
    width:auto;
  }
}

.head-contacts-h__col{
  margin-bottom:40px;
}

.head-contacts-h__col:last-child{
  margin:0;
}

@media (min-width:740px){
  .head-contacts-h__col{
    margin:0 100px 0 0;
  }
}

@media (min-width:1200px){
  .head-contacts-h__col{
    margin:0 0 16px;
  }
  .head-contacts-h__col:last-child{
    margin-bottom:16px;
    margin-right:75px;
  }
}

.head-contacts-h .container{
  flex-wrap:wrap;
  flex-direction:row;
  justify-content:space-between;
}

@media (min-width:1200px){
  .head-contacts-h .container{
    flex-wrap:nowrap;
    align-items:flex-end;
  }
}

.hch-tt{
  display:block;
  font-size:var(--site-main-text);
  line-height:var(--site-main-text-lh);
  opacity:.7;
  white-space:nowrap;
}

.hch-phone,.hch-tt{
  margin-bottom:10px;
}

.hch-phone{
  display:inline-block;
  vertical-align:top;
  font-weight:600;
  font-size:24px;
  line-height:29px;
  color:var(--text-color-white);
}

.hch-phone:hover{
  text-decoration:none;
}

@media (min-width:740px){
  .hch-phone{
    font-size:40px;
    line-height:48px;
  }
}

.hch-email{
  display:block;
  font-weight:600;
  font-size:14px;
  line-height:1em;
  text-transform:uppercase;
  white-space:nowrap;
  color:var(--text-color-white);
}

.hch-email:hover{
  text-decoration:none;
}

.hch-more-phones{
  display:block;
  font-weight:600;
  font-size:24px;
  line-height:29px;
  opacity:.7;
}

.carrer-info-row{
  padding:40px 0;
  border-top:1px solid var(--border-medium);
}

.carrer-info-row:last-child{
  padding-bottom:0;
}

@media (min-width:1080px){
  .carrer-info-row{
    overflow:hidden;
    margin-left:210px;
    max-width:925px;
  }
}

@media (min-width:1200px){
  .carrer-info-tt{
    width:294px;
    float:left;
  }
}

@media (max-width:739px){
  .carrer-info-tt .title-site,.carrer-info-tt h2{
    font-size:var(--heading-h3);
    line-height:var(--heading-h3-lh);
  }
}

.carrer-info-main{
  margin-top:40px;
}

.carrer-info-main:first-child{
  margin-top:0;
}

@media (min-width:1200px){
  .carrer-info-main{
    margin-top:0;
    margin-left:316px;
  }
}

.carrer-info-main p{
  margin-bottom:30px;
}

.carrer-info-main p:last-child{
  margin-bottom:0;
}

.carrer-info-main .st-form{
  max-width:505px;
}

@media only screen and (min-width:1080px){
  .career-row{
    display:flex;
    justify-content:space-between;
  }
  .career-col-aside{
    margin-left:110px;
    max-width:715px;
  }
  .career-col-sm{
    flex-shrink:0;
  }
  .career-col-sm .title-site{
    margin-bottom:40px;
  }
}

._contacts-page .st-cover-img ._align-bottom img{
  object-position:50% 100%;
}

._contacts-page .st-cover-img__inner{
  padding-bottom:70px;
}

@media (min-width:740px){
  ._contacts-page .st-cover-img__inner:after,._contacts-page .st-cover-img__inner:before{
    content:"";
    position:absolute;
    left:var(--container-space);
    top:0;
    width:1px;
    height:100%;
    z-index:2;
    background-color:var(--border-white-rgb);
  }
  ._contacts-page .st-cover-img__inner:after{
    left:50%;
  }
}

@media (min-width:1200px){
  ._contacts-page .st-cover-img__inner:after{
    left:calc(25% + 20px);
  }
}

@media (min-width:1320px){
  ._contacts-page .st-cover-img__inner:before{
    left:calc(50% - var(--container-width)/2 + var(--container-space));
  }
  ._contacts-page .st-cover-img__inner:after{
    left:calc(50% - var(--container-width)/4 + var(--container-space)*2/4);
  }
}

._contacts-page .st-cover-img-content{
  max-width:305px;
}

@media (min-width:740px){
  ._contacts-page .st-cover-img-content{
    padding-left:20px;
  }
}

.cover-contacts{
  font-weight:600;
}

.cover-contacts a{
  display:block;
  color:var(--text-color-white);
}

.cover-contacts a:hover{
  text-decoration:none;
  color:var(--primary-color);
}

.cover-contacts__phone{
  margin-bottom:10px;
  font-size:24px;
  line-height:28px;
}

.cover-contacts__email{
  font-size:14px;
  line-height:1em;
  text-transform:uppercase;
}

.cover-adress{
  font-size:14px;
  line-height:16px;
}

.contacts-row{
  padding-top:20px;
}

@media (min-width:740px){
  .contacts-row{
    display:flex;
    flex-wrap:wrap;
    padding-top:0;
  }
}

@media (min-width:1200px){
  .contacts-row{
    flex-wrap:nowrap;
  }
}

.contacts-col{
  border-top:1px solid var(--border-color);
  margin:0 calc(var(--container-space)*-1);
  padding:40px;
}

.contacts-col:first-child{
  border-top:none;
}

.contacts-col:last-child{
  margin-top:20px;
  padding-top:60px;
  padding-bottom:120px;
  background-color:var(--primary-color);
  background-image:linear-gradient(var(--primary-gradient));
  color:var(--text-color-white);
  font-size:14px;
  line-height:28px;
}

@media (min-width:375px){
  .contacts-col:last-child{
    padding-left:56px;
    padding-right:56px;
  }
}

@media (min-width:740px){
  .contacts-col{
    border-left:1px solid var(--border-color);
    padding:60px 20px 40px;
    width:50%;
    margin:-1px 0 0;
  }
  .contacts-col,.contacts-col:first-child{
    border-top:1px solid var(--border-color);
  }
  .contacts-col:nth-child(2n){
    border-right:1px solid var(--border-color);
  }
  .contacts-col:last-child{
    margin-top:0;
    padding-left:40px;
    padding-right:40px;
    border-right:none;
  }
}

@media (min-width:1200px){
  .contacts-col{
    width:25%;
    margin-top:0;
    border-top:none;
  }
  .contacts-col:last-child{
    position:relative;
  }
  .contacts-col:last-child:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:calc(100% + var(--container-space));
    height:100%;
    z-index:1;
    background-color:var(--primary-color);
    background-image:linear-gradient(var(--primary-gradient));
  }
}

@media (min-width:1200px) and (min-width:1340px){
  .contacts-col:last-child:before{
    width:2000px;
  }
}

.contacts-col a{
  word-break:break-all;
}

.contacts-text{
  font-size:14px;
  line-height:16px;
}

.contacts-tel{
  font-size:24px;
  line-height:28px;
}

.contacts-tel a{
  display:block;
  color:var(--text-color-dark);
}

.contacts-tel a:hover{
  color:var(--primary-color);
}

.contacts-spec-max-w{
  position:relative;
  z-index:2;
  max-width:234px;
}

.production-img{
  position:relative;
}

.show-lg-prod-image{
  position:absolute;
  right:0;
  top:0;
  z-index:2;
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:var(--primary-color);
}

@media (min-width:740px){
  .show-lg-prod-image{
    display:none;
  }
}

.scheme-wrapper{
  display:block;
  position:relative;
}

@media (min-width:1320px){
  .scheme-wrapper{
    height:840px;
  }
  .scheme-wrapper img{
    position:absolute;
    left:30px;
    width:calc(100% - 30px);
    top:116px;
    z-index:-1;
  }
}

.scheme-text{
  display:none;
}

@media (min-width:1320px){
  .scheme-text{
    display:block;
  }
  .scheme-text svg{
    width:100%;
    height:auto;
  }
}

.scheme-text._hover .scheme-st-text{
  opacity:.3;
}

.scheme-text._hover .scheme-st-text._current{
  opacity:1;
}

.scheme-text._animated .scheme-st-text:before{
  height:100%;
}

.scheme-text._animated .scheme-st-text:after{
  animation:opacityDef .2s ease forwards;
}

.scheme-text._animated .scheme-st-text div{
  animation:opacityDef 1s ease forwards;
}

.scheme-text._animated .scheme-st-text:nth-child(2):after,.scheme-text._animated .scheme-st-text:nth-child(2):before,.scheme-text._animated .scheme-st-text:nth-child(2) div{
  transition-delay:.2s;
  animation-delay:.2s;
}

.scheme-text._animated .scheme-st-text:nth-child(3):after,.scheme-text._animated .scheme-st-text:nth-child(3):before,.scheme-text._animated .scheme-st-text:nth-child(3) div{
  transition-delay:.4s;
  animation-delay:.4s;
}

.scheme-text._animated .scheme-st-text:nth-child(4):after,.scheme-text._animated .scheme-st-text:nth-child(4):before,.scheme-text._animated .scheme-st-text:nth-child(4) div{
  transition-delay:.6s;
  animation-delay:.6s;
}

.scheme-text._animated .scheme-st-text:nth-child(5):after,.scheme-text._animated .scheme-st-text:nth-child(5):before,.scheme-text._animated .scheme-st-text:nth-child(5) div{
  transition-delay:.8s;
  animation-delay:.8s;
}

.scheme-text._animated .scheme-st-text:nth-child(6):after,.scheme-text._animated .scheme-st-text:nth-child(6):before,.scheme-text._animated .scheme-st-text:nth-child(6) div{
  transition-delay:1s;
  animation-delay:1s;
}

.scheme-text._animated .scheme-st-text:nth-child(7):after,.scheme-text._animated .scheme-st-text:nth-child(7):before,.scheme-text._animated .scheme-st-text:nth-child(7) div{
  transition-delay:1.2s;
  animation-delay:1.2s;
}

.scheme-st-text{
  line-height:12px;
  position:absolute;
  padding:0 12px;
  transition:opacity .2s ease;
}

.scheme-st-text._right{
  justify-content:flex-end;
  text-align:right;
}

.scheme-st-text._right:before{
  left:auto;
  right:0;
}

.scheme-st-text._right:after{
  left:auto;
  right:-4px;
}

.scheme-st-text._bottom{
  display:flex;
  align-items:flex-end;
}

.scheme-st-text._bottom:after{
  top:auto;
  bottom:100%;
  margin-top:0;
  margin-bottom:-2px;
}

.scheme-st-text:before{
  left:0;
  top:0;
  width:1px;
  height:0;
  background-color:var(--primary-color);
  opacity:.5;
  transition:height .2s ease;
}

.scheme-st-text:after,.scheme-st-text:before{
  content:"";
  position:absolute;
  z-index:2;
}

.scheme-st-text:after{
  left:-4px;
  margin-top:-2px;
  top:100%;
  width:5px;
  height:5px;
  border:2px solid var(--primary-color);
  border-radius:50%;
  opacity:0;
}

.scheme-st-text:first-child{
  height:354px;
  width:192px;
  top:198px;
  left:54px;
}

.scheme-st-text:nth-child(2){
  height:104px;
  width:220px;
  top:320px;
  left:50px;
}

.scheme-st-text:nth-child(3){
  height:188px;
  width:210px;
  top:198px;
  left:250px;
}

.scheme-st-text:nth-child(4){
  height:220px;
  width:176px;
  top:164px;
  left:706px;
}

.scheme-st-text:nth-child(5){
  height:280px;
  width:308px;
  top:60px;
  left:690px;
}

.scheme-st-text:nth-child(6){
  height:186px;
  width:184px;
  top:auto;
  bottom:70px;
  left:670px;
}

.scheme-st-text:nth-child(7){
  height:110px;
  width:238px;
  top:auto;
  bottom:70px;
  left:340px;
}

.scheme-st-text div{
  opacity:0;
}

.scheme-st-text strong{
  display:block;
  margin-bottom:10px;
  font-weight:600;
  text-transform:uppercase;
  font-size:12px;
  line-height:14px;
  color:#000;
}

.scheme-st-text p{
  margin:0;
  font-size:10px;
  line-height:14px;
  color:var(--text-color-dark);
  opacity:.9;
}

@keyframes opacityDef{
  0%{
    transform:scale(.95);
  }
  50%{
    transform:scale(1.05);
  }
  to{
    transform:scale(1);
    opacity:1;
  }
}

.scheme-object-wrapp{
  display:none;
}

@media (min-width:1320px){
  .scheme-object-wrapp{
    display:block;
  }
}

.scheme-object{
  position:absolute;
}

.scheme-object:first-child{
  left:20px;
  top:480px;
  height:180px;
  width:160px;
}

.scheme-object:nth-child(2){
  left:140px;
  top:400px;
  height:130px;
  width:160px;
}

.scheme-object:nth-child(3){
  left:410px;
  top:390px;
  height:150px;
  width:140px;
}

.scheme-object:nth-child(4){
  left:680px;
  top:340px;
  height:100px;
  width:180px;
}

.scheme-object:nth-child(5){
  left:960px;
  top:310px;
  height:100px;
  width:140px;
}

.scheme-object:nth-child(6){
  left:750px;
  top:450px;
  height:120px;
  width:170px;
}

.scheme-object:nth-child(7){
  left:280px;
  top:500px;
  height:160px;
  width:180px;
}

.scheme-other-titles{
  display:none;
}

@media (min-width:1320px){
  .scheme-other-titles{
    display:block;
  }
}

.scheme-other-tt{
  position:absolute;
}

.scheme-other-tt strong{
  display:block;
  font-weight:600;
  text-transform:uppercase;
  font-size:12px;
  line-height:14px;
  color:var(--primary-color);
  margin-bottom:10px;
}

.scheme-other-tt p{
  font-size:10px;
  line-height:14px;
  color:var(--text-color-dark);
  opacity:.9;
}

.scheme-other-tt:first-child{
  width:260px;
  left:50px;
  top:702px;
}

.scheme-other-tt:nth-child(2){
  width:260px;
  right:100px;
  top:717px;
}

.scheme-finish-tt{
  display:none;
}

@media (min-width:1320px){
  .scheme-finish-tt{
    display:flex;
    align-items:center;
    position:absolute;
    right:40px;
    top:60px;
    max-width:124px;
    text-transform:uppercase;
    font-weight:600;
    font-size:12px;
    line-height:18px;
    color:#000;
  }
  .scheme-finish-tt .ic{
    position:relative;
    flex-shrink:0;
    margin-left:10px;
    width:20px;
    height:20px;
  }
  .scheme-finish-tt .ic:after,.scheme-finish-tt .ic:before{
    content:"";
    position:absolute;
    left:10px;
    top:0;
    width:0;
    height:0;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:14px solid var(--primary-color);
  }
  .scheme-finish-tt .ic:after{
    border-top-width:8px;
    border-bottom-width:8px;
    border-left-width:10px;
    left:4px;
    z-index:1;
    top:2px;
    opacity:.6;
  }
}

.scheme-aside-info{
  display:none;
}

@media (min-width:1320px){
  .scheme-aside-info{
    display:block;
    position:absolute;
    right:30px;
    top:500px;
    width:240px;
    text-align:right;
    font-size:12px;
    line-height:16px;
    color:var(--primary-color);
  }
  .scheme-aside-info li{
    margin-bottom:30px;
  }
}

.scheme-aside-tt{
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  margin-bottom:4px;
  line-height:30px;
  font-weight:600;
}

.scheme-aside-tt strong{
  font-size:40px;
  margin-right:10px;
}

.scheme-aside-tt span{
  margin-bottom:4px;
  font-size:16px;
  line-height:16px;
  text-align:left;
}

.scheme-aside-icons{
  flex-shrink:0;
  margin-bottom:2px;
  margin-left:5px;
}

.scheme-aside-icons .icon{
  stroke:none;
  width:24px;
  height:24px;
  margin-left:-12px;
}

.scheme-aside-icons .icon:nth-child(2){
  opacity:.5;
}

.scheme-aside-icons .icon:nth-child(3){
  opacity:.2;
}

.scheme-object-shadow{
  display:none;
}

@media (min-width:1320px){
  .scheme-object-shadow{
    display:block;
  }
  .scheme-object-shadow div{
    position:absolute;
    z-index:-1;
    left:30px;
    top:116px;
    height:573px;
    width:calc(100% - 30px);
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:100% 100%;
    opacity:0;
    transition:opacity .2s ease;
  }
  .scheme-object-shadow div._current{
    opacity:1;
  }
  .scheme-object-shadow div:first-child{
    background-image:url(../img/shadow1.png);
  }
  .scheme-object-shadow div:nth-child(2){
    background-image:url(../img/shadow2.png);
  }
  .scheme-object-shadow div:nth-child(3){
    background-image:url(../img/shadow4.png);
  }
  .scheme-object-shadow div:nth-child(4),.scheme-object-shadow div:nth-child(6){
    background-image:url(../img/shadow5-6.png);
  }
  .scheme-object-shadow div:nth-child(5){
    background-image:url(../img/shadow7.png);
  }
  .scheme-object-shadow div:nth-child(7){
    background-image:url(../img/shadow3.png);
  }
}

._slider-ended .screen._last-screen:before{
  display:none;
}

._slider-ended .screen:before{
  opacity:1;
  z-index:5;
}

.prod-h-slider{
  position:fixed;
  width:100%;
  height:calc(100% - var(--header-height));
  top:var(--header-height);
  left:0;
}

.prod-h-slider__wrapper{
  display:flex;
  flex-direction:column;
  width:100%;
  height:100%;
}

.prod-h-slider .tula-inline{
  margin-right:100px;
}

@media (min-width:740px){
  .prod-h-slider .tula-inline{
    margin-right:0;
  }
}

.screen{
  display:flex;
  flex-direction:column;
  min-height:100%;
  flex-shrink:0;
  position:relative;
  overflow:hidden;
}

.screen:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:1;
  background-color:rgba(0, 0, 0, .4);
  opacity:0;
  transition:opacity .8s;
}

.screen._last-screen{
  min-height:80px;
  background-color:var(--primary-color);
  background-image:linear-gradient(var(--primary-gradient));
}

@media (min-width:1080px){
  .screen._last-screen{
    min-height:140px;
  }
}

.screen._last-screen .container{
  width:100%;
}

.screen__content{
  display:flex;
  flex-direction:column;
  flex-grow:1;
  position:relative;
  padding-top:40px;
  z-index:2;
  font-size:14px;
  line-height:24px;
  color:#818181;
}

@media (min-width:740px){
  .screen__content{
    padding-top:96px;
  }
}

.screen__content .container{
  flex-grow:1;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  position:relative;
  width:100%;
}

@media (min-width:375px){
  .screen__content .st-head{
    margin-right:80px;
    padding-left:4px;
  }
}

@media (min-width:740px){
  .screen__content .st-head{
    padding-left:0;
    margin-right:140px;
  }
}

.screen__content .tula-inline{
  margin-bottom:24px;
}

@media (max-width:739px){
  .screen__content .title-site_h1{
    font-size:var(--heading-h3);
    line-height:var(--heading-h3-lh);
  }
}

@media (min-width:1080px){
  .screen__content .title-site_h1{
    margin-bottom:0;
  }
}

.screen__body{
  overflow:hidden;
}

.screen__body,.screen__image,.screen__image:after,.screen__image:before,.screen__image img{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  overflow:hidden;
}

.screen__image:before{
  content:"";
  z-index:1;
  background-color:rgba(65, 73, 76, .8);
  mix-blend-mode:hard-light;
}

.screen__image:after{
  content:"";
  z-index:1;
  background-image:linear-gradient(90deg, #000000 -.9%, rgba(0, 0, 0, 0) 53.23%);
}

.screen__image img{
  object-fit:cover;
  object-position:50% 50%;
}

.next-prod-slider{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:80px;
}

@media (min-width:1080px){
  .next-prod-slider{
    min-height:140px;
  }
}

.next-prod-slider:hover{
  text-decoration:none;
}

.next-prod-slider:hover .title-site{
  color:rgba(255, 255, 255, .8);
}

.next-prod-slider .title-site{
  margin:0;
  color:var(--text-color-white);
  transition:color .2s ease;
}

@media (max-width:1079px){
  .next-prod-slider .title-site_h1{
    font-size:var(--heading-h3);
    line-height:var(--heading-h3-lh);
  }
}

.next-prod-slider .title-site_h6{
  text-transform:uppercase;
}

@media (min-width:375px){
  .prod-h-main{
    padding-left:4px;
    padding-right:4px;
  }
}

@media (min-width:740px){
  .prod-h-main{
    padding-left:0;
    padding-right:0;
  }
}

.prod-h-text{
  border-bottom:1px solid rgba(255, 255, 255, .5);
}

@media (min-width:740px){
  .prod-h-text{
    padding-bottom:20px;
  }
}

@media (min-width:740px){
  .prod-h-text p{
    max-width:452px;
  }
}

@media (min-width:1080px){
  .prod-h-text p{
    max-width:380px;
  }
}

.prod-h-info{
  padding-top:20px;
  padding-bottom:20px;
}

@media (min-width:375px){
  .prod-h-info{
    margin-left:-20px;
    margin-right:-20px;
    padding-left:20px;
  }
}

@media (min-width:740px){
  .prod-h-info{
    margin-left:calc(var(--container-space)*-1);
    margin-right:calc(var(--container-space)*-1);
    padding-left:var(--container-space);
    padding-top:40px;
    padding-bottom:40px;
  }
}

@media (min-width:1080px){
  .prod-h-info{
    margin-right:240px;
  }
}

.prod-h-info li{
  flex-shrink:0;
  margin-right:20px;
  color:var(--text-color-white);
}

@media (min-width:1200px){
  .prod-h-info li{
    margin:0 0 0 125px;
  }
  .prod-h-info li:first-child{
    margin-left:0;
  }
}

.prod-h-info strong{
  display:block;
  font-size:32px;
  line-height:38px;
  margin-bottom:10px;
}

.prod-h-info span{
  display:block;
  min-width:120px;
  max-width:120px;
  font-size:14px;
  line-height:24px;
}

@media (min-width:740px){
  .prod-h-info span{
    min-width:216px;
    max-width:216px;
  }
}

@media (min-width:1200px){
  .prod-h-info span{
    min-width:190px;
    max-width:190px;
  }
}

.prod-h-slider-nav-btns{
  display:flex;
  align-items:center;
  position:absolute;
  right:16px;
  top:-10px;
}

@media (min-width:740px){
  .prod-h-slider-nav-btns{
    top:44px;
    right:40px;
  }
}

@media (min-width:1080px){
  .prod-h-slider-nav-btns{
    top:auto;
    bottom:60px;
    flex-direction:row;
    align-items:center;
  }
}

.prod-h-slider-next:hover .prod-h-btn-ic,.prod-h-slider-prev:hover .prod-h-btn-ic{
  border-color:rgba(255, 255, 255, .5);
}

.prod-h-slider-next .icon,.prod-h-slider-prev .icon{
  width:20px;
  height:20px;
}

.prod-h-slider-next .title-site,.prod-h-slider-prev .title-site{
  display:none;
}

@media (min-width:740px){
  .prod-h-slider-next .title-site,.prod-h-slider-prev .title-site{
    display:block;
    text-align:right;
    line-height:18px;
    margin-bottom:20px;
  }
}

@media (min-width:1080px){
  .prod-h-slider-next .title-site,.prod-h-slider-prev .title-site{
    margin-bottom:0;
    margin-right:16px;
  }
}

.prod-h-slider-next .icon{
  margin-top:1px;
  transform:rotate(90deg);
}

.prod-h-slider-prev{
  margin-right:-1px;
}

.prod-h-slider-prev .icon{
  transform:rotate(270deg);
}

.prod-h-btn-ic{
  display:flex;
  align-items:center;
  justify-content:center;
  width:41px;
  height:34px;
  border:1px solid var(--border-white-rgb);
  transition:border-color .2s ease;
}

.prod-h-btn-ic .icon{
  stroke:#fff;
}

@media (min-width:740px){
  .prod-h-btn-ic{
    width:71px;
    height:50px;
  }
}

@media (min-width:1080px) and (max-height:800px){
  .screen__content{
    padding-top:60px;
  }
  .prod-h-text p{
    max-width:452px;
  }
}

@media (min-width:1340px) and (min-height:900px){
  .prod-h-text p{
    max-width:295px;
  }
}

@media (min-width:740px){
  .product-swiper{
    min-height:calc(100vh - var(--header-height));
    position:relative;
  }
  .product-swiper:before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    width:1px;
    height:100%;
    z-index:2;
    background-color:var(--border-color);
    z-index:-1;
  }
}

@media (min-width:1080px){
  .product-swiper:before{
    display:none;
  }
}

@media (min-width:1440px){
  .product-swiper:before{
    display:block;
    left:calc(50% + 618px);
  }
}

@media (min-width:1200px){
  .product-swiper .swiper-slide{
    display:flex;
  }
}

@media (min-width:1200px){
  .product-swiper .st-cover-img{
    flex:0 0 405px;
  }
}

@media (min-width:1340px){
  .product-swiper .st-cover-img{
    flex:0 0 var(--prod-slider-aside-width);
  }
}

.product-swiper .st-cover-img__inner{
  padding:40px var(--container-space) 110px;
}

@media (min-width:740px){
  .product-swiper .st-cover-img__inner{
    padding-bottom:40px;
    max-width:500px;
  }
}

@media (min-width:1200px){
  .product-swiper .st-cover-img__inner{
    padding-right:6px;
    padding-top:80px;
    padding-bottom:130px;
    min-height:calc(100vh - var(--header-height));
  }
}

@media (min-width:1800px){
  .product-swiper .st-cover-img__inner{
    padding-left:25%;
  }
}

.product-swiper .st-cover-img .tula-inline{
  margin-bottom:24px;
}

.product-swiper .st-cover-img .title-site{
  margin-bottom:0;
}

@media (max-width:1079px){
  .product-swiper .st-cover-img .title-site{
    font-size:var(--heading-h2);
    line-height:var(--heading-h2-lh);
  }
}

.product-swiper .swiper-btn-container{
  bottom:40px;
}

@media (min-width:1200px){
  .product-swiper .swiper-btn-container{
    bottom:60px;
    justify-content:flex-start;
  }
}

@media (min-width:1800px){
  .product-swiper .swiper-btn-container{
    padding-left:25%;
  }
}

.product-swiper-main{
  width:100%;
  display:grid;
  grid-template-columns:1fr;
  grid-gap:40px;
  padding:40px var(--container-space);
}

@media (min-width:740px){
  .product-swiper-main{
    grid-template-columns:1fr 1fr;
    grid-row-gap:24px;
    grid-column-gap:0;
    padding-top:60px;
  }
  .product-swiper-main .ps-grid-1{
    grid-row:2/3;
  }
  .product-swiper-main .ps-grid-2{
    grid-column:1/3;
    grid-row:3;
  }
  .product-swiper-main .ps-grid-4{
    grid-column:1;
    grid-row:1;
  }
  .product-swiper-main .ps-grid-3,.product-swiper-main .ps-grid-5{
    max-width:264px;
    margin-left:90px;
  }
}

@media (min-width:1080px){
  .product-swiper-main{
    grid-template-columns:1fr 2fr;
    grid-gap:30px;
    padding-top:80px;
    padding-bottom:60px;
  }
  .product-swiper-main .ps-grid-1{
    grid-row:3;
  }
  .product-swiper-main .ps-grid-2{
    grid-row:2;
  }
  .product-swiper-main .ps-grid-3,.product-swiper-main .ps-grid-5{
    max-width:567px;
    margin-left:0;
  }
}

@media (min-width:1200px){
  .product-swiper-main{
    grid-template-columns:288px auto;
    grid-gap:0;
  }
  .product-swiper-main .ps-grid-1,.product-swiper-main .ps-grid-5{
    align-self:end;
  }
}

@media (min-width:1340px){
  .product-swiper-main{
    padding-left:60px;
  }
}

.ps-grid-1 .prod-size{
  margin-bottom:40px;
}

.ps-grid-1 .prod-size:last-child{
  margin-bottom:0;
}

@media (min-width:1080px){
  .ps-grid-1{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    margin-left:-40px;
  }
  .ps-grid-1 .prod-size,.ps-grid-1 .prod-size:last-child{
    margin:10px 0 10px 40px;
  }
}

@media (min-width:1200px){
  .ps-grid-1 .prod-size,.ps-grid-1 .prod-size:last-child{
    margin-top:15px;
    margin-bottom:15px;
  }
}

.ps-grid-2{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin-right:calc(var(--container-space)*-1);
}

.ps-grid-3{
  display:grid;
  grid-template-columns:1fr;
  grid-gap:20px;
  font-size:12px;
  line-height:24px;
}

@media (min-width:740px){
  .ps-grid-3{
    grid-gap:40px;
  }
}

@media (min-width:1080px){
  .ps-grid-3{
    grid-template-columns:1fr 1fr;
  }
}

.ps-grid-4 .title-site{
  margin-bottom:30px;
}

@media (min-width:1200px){
  .ps-grid-4{
    margin-right:40px;
  }
  .ps-grid-4 .st-links-list a{
    max-width:170px;
  }
}

.ps-grid-5 .btn{
  margin-bottom:20px;
  font-size:12px;
  min-width:200px;
}

.ps-grid-5 .btn:last-child{
  margin-bottom:0;
}

@media (min-width:1080px){
  .ps-grid-5{
    display:flex;
    align-items:center;
    justify-content:flex-end;
  }
  .ps-grid-5 .btn{
    margin-left:20px;
    margin-bottom:0;
  }
}

.page-404{
  display:flex;
}

.page-404 .main{
  margin:auto;
  width:400px;
  padding:50px 0 72px;
}

@media (min-width:740px){
  .page-404 .main{
    width:100%;
    padding:80px 0;
  }
}

@media (min-width:1080px){
  .page-404 .main{
    padding:100px 0;
  }
}

.page-404-inner__val{
  margin-bottom:16px;
  text-align:center;
  font-weight:700;
  font-size:135px;
  line-height:1em;
}

.page-404-inner__info .title-site{
  margin-bottom:20px;
  font-weight:300;
}

.page-404-inner__info p{
  max-width:440px;
  margin-bottom:30px;
  font-size:16px;
  line-height:30px;
}

@media (min-width:740px){
  .page-404-inner{
    display:flex;
    align-items:center;
  }
  .page-404-inner__val{
    margin:20px 40px 0 0;
    flex-shrink:0;
    font-size:190px;
    line-height:.8em;
  }
}

@media (min-width:1080px){
  .page-404-inner__val{
    font-size:238px;
    margin-right:10%;
  }
}
@font-face{
  font-family:swiper-icons;
  src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight:400;
  font-style:normal;
}

:root{
  --swiper-theme-color:#007aff;
}

.swiper-container{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1;
}

.swiper-container-vertical>.swiper-wrapper{
  flex-direction:column;
}

.swiper-wrapper{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:flex;
  transition-property:transform;
  box-sizing:content-box;
}

.swiper-container-android .swiper-slide,.swiper-wrapper{
  transform:translateZ(0);
}

.swiper-container-multirow>.swiper-wrapper{
  flex-wrap:wrap;
}

.swiper-container-multirow-column>.swiper-wrapper{
  flex-wrap:wrap;
  flex-direction:column;
}

.swiper-container-free-mode>.swiper-wrapper{
  transition-timing-function:ease-out;
  margin:0 auto;
}

.swiper-container-pointer-events{
  touch-action:pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical{
  touch-action:pan-x;
}

.swiper-slide{
  flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  transition-property:transform;
}

.swiper-slide-invisible-blank{
  visibility:hidden;
}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{
  height:auto;
}

.swiper-container-autoheight .swiper-wrapper{
  align-items:flex-start;
  transition-property:transform, height;
}
.swiper-container-3d{
  perspective:1200px;
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{
  transform-style:preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10;
}

.swiper-container-3d .swiper-slide-shadow-left{
  background-image:linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right{
  background-image:linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top{
  background-image:linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom{
  background-image:linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode>.swiper-wrapper{
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{
  display:none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{
  scroll-snap-type:x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{
  scroll-snap-type:y mandatory;
}

:root{
  --swiper-navigation-size:44px;
}

.swiper-button-next,.swiper-button-prev{
  position:absolute;
  top:50%;
  width:calc(var(--swiper-navigation-size)/44*27);
  height:var(--swiper-navigation-size);
  margin-top:calc(0px - var(--swiper-navigation-size)/2);
  z-index:10;
  cursor:pointer;
  color:var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
  opacity:.35;
  cursor:auto;
  pointer-events:none;
}

.swiper-button-next:after,.swiper-button-prev:after{
  font-family:swiper-icons;
  font-size:var(--swiper-navigation-size);
  text-transform:none !important;
  letter-spacing:0;
  text-transform:none;
  font-variant:normal;
  line-height:1;
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
  left:10px;
  right:auto;
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{
  content:"prev";
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
  right:10px;
  left:auto;
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{
  content:"next";
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{
  --swiper-navigation-color:#000000;
}

.swiper-button-lock{
  display:none;
}

.swiper-pagination{
  position:absolute;
  text-align:center;
  transition:opacity .3s;
  transform:translateZ(0);
  z-index:10;
}

.swiper-pagination.swiper-pagination-hidden{
  opacity:0;
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
  bottom:10px;
  left:0;
  width:100%;
}
.swiper-pagination-bullets-dynamic{
  overflow:hidden;
  font-size:0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transform:scale(.33);
  position:relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{
  transform:scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{
  transform:scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{
  transform:scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{
  transform:scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
  transform:scale(.33);
}

.swiper-pagination-bullet{
  width:8px;
  height:8px;
  display:inline-block;
  border-radius:50%;
  background:#000;
  opacity:.2;
}

button.swiper-pagination-bullet{
  border:none;
  margin:0;
  padding:0;
  box-shadow:none;
  -webkit-appearance:none;
  appearance:none;
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  cursor:pointer;
}

.swiper-pagination-bullet-active{
  opacity:1;
  background:var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets{
  right:10px;
  top:50%;
  transform:translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:6px 0;
  display:block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  top:50%;
  transform:translateY(-50%);
  width:8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  display:inline-block;
  transition:transform .2s,top .2s;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:transform .2s,left .2s;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:transform .2s,right .2s;
}
.swiper-pagination-progressbar{
  background:rgba(0, 0, 0, .25);
  position:absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background:var(--swiper-pagination-color, var(--swiper-theme-color));
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  transform:scale(0);
  transform-origin:left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  transform-origin:right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  width:100%;
  height:4px;
  left:0;
  top:0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{
  width:4px;
  height:100%;
  left:0;
  top:0;
}

.swiper-pagination-white{
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black{
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock{
  display:none;
}
.swiper-scrollbar{
  border-radius:10px;
  position:relative;
  -ms-touch-action:none;
  background:rgba(0, 0, 0, .1);
}

.swiper-container-horizontal>.swiper-scrollbar{
  position:absolute;
  left:1%;
  bottom:3px;
  z-index:50;
  height:5px;
  width:98%;
}

.swiper-container-vertical>.swiper-scrollbar{
  position:absolute;
  right:3px;
  top:1%;
  z-index:50;
  width:5px;
  height:98%;
}

.swiper-scrollbar-drag{
  height:100%;
  width:100%;
  position:relative;
  background:rgba(0, 0, 0, .5);
  border-radius:10px;
  left:0;
  top:0;
}

.swiper-scrollbar-cursor-drag{
  cursor:move;
}

.swiper-scrollbar-lock{
  display:none;
}

.swiper-zoom-container{
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}

.swiper-slide-zoomed{
  cursor:move;
}

.swiper-lazy-preloader{
  width:42px;
  height:42px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-21px;
  margin-top:-21px;
  z-index:10;
  transform-origin:50%;
  animation:swiper-preloader-spin 1s linear infinite;
  box-sizing:border-box;
  border-radius:50%;
  border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top:4px solid transparent;
}

.swiper-lazy-preloader-white{
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black{
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin{
  to{
    transform:rotate(1turn);
  }
}
.swiper-container .swiper-notification{
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  z-index:-1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide{
  transition-timing-function:ease-out;
}

.swiper-container-fade .swiper-slide{
  pointer-events:none;
  transition-property:opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide{
  pointer-events:none;
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{
  pointer-events:auto;
}

.swiper-container-cube{
  overflow:visible;
}

.swiper-container-cube .swiper-slide{
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1;
  visibility:hidden;
  transform-origin:0 0;
  width:100%;
  height:100%;
}

.swiper-container-cube .swiper-slide .swiper-slide{
  pointer-events:none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide{
  transform-origin:100% 0;
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{
  pointer-events:auto;
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{
  pointer-events:auto;
  visibility:visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.swiper-container-cube .swiper-cube-shadow{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:100%;
  opacity:.6;
  z-index:0;
}

.swiper-container-cube .swiper-cube-shadow:before{
  content:"";
  background:#000;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  filter:blur(50px);
}

.swiper-container-flip{
  overflow:visible;
}

.swiper-container-flip .swiper-slide{
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1;
}

.swiper-container-flip .swiper-slide .swiper-slide{
  pointer-events:none;
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{
  pointer-events:auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.swiper-btn-container{
  position:absolute;
  bottom:16px;
  left:50%;
  width:100%;
  max-width:var(--container-width);
  transform:translate(-50%);
  z-index:3;
  display:flex;
  align-items:center;
  padding:0 var(--container-space);
}

@media (min-width:740px){
  .swiper-btn-container{
    justify-content:flex-end;
    bottom:40px;
  }
}

.swiper-button-next,.swiper-button-prev{
  position:relative;
  top:0;
  right:0;
  left:0;
  bottom:0;
  display:flex;
  align-items:center;
  justify-content:center;
  outline:none;
  width:70px;
  height:50px;
  border:1px solid rgba(255, 255, 255, .2);
}

.swiper-button-next:hover .icon,.swiper-button-prev:hover .icon{
  stroke:var(--primary-color);
}

.swiper-button-next .icon,.swiper-button-prev .icon{
  stroke:#fff;
}

.swiper-button-next:after,.swiper-button-prev:after{
  display:none;
}

.swiper-button-prev{
  border-right:none;
}

.swiper-button-prev:before{
  content:"";
  position:absolute;
  left:100%;
  top:0;
  width:1px;
  height:100%;
  z-index:2;
  background-color:rgba(255, 255, 255, .2);
}

.swiper-button-prev .icon{
  margin-right:3px;
}

.swiper-button-next{
  border-left:none;
}

.swiper-button-next .icon{
  margin-left:3px;
}
.mfp-bg{
  z-index:1042;
  overflow:hidden;
  background:#0b0b0b;
  opacity:.8;
}

.mfp-bg,.mfp-wrap{
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:fixed;
}

.mfp-wrap{
  z-index:1043;
  outline:none !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-error .mfp-content,.mfp-s-ready .mfp-preloader{
  display:none;
}

button.mfp-arrow,button.mfp-close{
  overflow:visible;
  cursor:pointer;
  background:transparent;
  border:0;
  -webkit-appearance:none;
  display:block;
  outline:none;
  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;
  top:50%;
  margin:-55px 0 0;
  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: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;
  box-sizing:border-box;
  padding:40px 0;
  margin:0 auto;
}
.mfp-figure,img.mfp-img{
  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-height:300px),screen and (max-width:800px) and (orientation:landscape){
  .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 (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;
  }
}

.mfp-wrap{
  transition:background-color .2s ease;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  height:100vh;
  min-height:100vh;
}

.mfp-bg{
  background-color:rgba(0, 0, 0, .5);
}

.mfp-bg.mfp-removing{
  opacity:0;
}

.mfp-container,.mfp-content{
  padding:0;
}

@media (min-width:740px){
  .mfp-content{
    padding:30px var(--container-space);
  }
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{
  padding:0;
  right:0;
  width:35px;
}

.mfp-image-holder .mfp-close,.mfp-image-holder button.mfp-close{
  top:-40px;
  right:0;
  width:40px;
  height:40px;
  background-color:var(--primary-color);
  background-image:var(--primary-gradiend);
}

.mfp-image-holder .mfp-close:active,.mfp-image-holder button.mfp-close:active{
  top:-40px;
}

.mfp-close,button.mfp-arrow,button.mfp-close{
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  cursor:pointer;
  transition:background-color .2s ease,color .2s ease;
}

.mfp-close:before,button.mfp-arrow:before,button.mfp-close:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:2;
}

.mfp-close .icon,button.mfp-arrow .icon,button.mfp-close .icon{
  stroke:#fff;
}

.mfp-close,button.mfp-close{
  top:10px;
  right:0;
  width:44px;
  height:44px;
  opacity:1;
  transition:opacity .2s ease;
}

.mfp-close:hover,button.mfp-close:hover{
  opacity:.8;
}

.mfp-close:active,button.mfp-close:active{
  top:10px;
}

@media (min-width:740px){
  .mfp-close,button.mfp-close{
    right:10px;
  }
}

button.mfp-arrow{
  background-color:#000;
  padding-right:5px;
}

button.mfp-arrow:after{
  display:none;
}

button.mfp-arrow.mfp-arrow-right{
  padding:0 0 0 5px;
}

button.mfp-arrow.mfp-arrow-right .icon{
  transform:rotate(-180deg);
}

button.mfp-arrow .icon{
  width:30px;
  height:30px;
  fill:#fff;
}

.mfp-zoom-out-cur{
  cursor:default;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
  cursor:pointer;
}

.magnific-gallery button{
  margin-right:5px;
  height:100px;
}

.magnific-gallery button img{
  max-height:100%;
}

.mfp-figure{
  position:relative;
}

.mfp-figure:after{
  top:0;
  bottom:0;
  background-color:rgba(0, 0, 0, .3);
  box-shadow:0 0 6px rgba(0, 0, 0, .3);
}

.mfp-figure img.mfp-img{
  padding:0;
}

.mfp-bottom-bar{
  display:flex;
  justify-content:space-between;
  margin-top:0;
  padding:5px;
}

.mfp-title{
  margin-right:10px;
}

.mfp-counter,.mfp-title{
  font-size:14px;
  line-height:24px;
}

.mfp-counter{
  position:relative;
}

@media only screen and (min-width:740px){
  button.mfp-arrow{
    padding-right:10px;
  }
  button.mfp-arrow.mfp-arrow-right{
    padding:0 0 0 10px;
  }
  button.mfp-arrow:hover .icon{
    fill:red;
  }
  button.mfp-arrow .icon{
    width:30px;
    height:30px;
    fill:#fff;
  }
}

.mfp-zoom{
  cursor:default;
}

.mfp-bg,.mfp-content,button.mfp-arrow{
  opacity:0;
  transition:opacity .2s ease,transform .3s ease;
}

.mfp-ready.mfp-bg,.mfp-ready .mfp-content,.mfp-ready button.mfp-arrow{
  opacity:1;
}

.mfp-removing.mfp-bg,.mfp-removing .mfp-content,.mfp-removing button.mfp-arrow{
  opacity:0;
}

.mfp-zoom.mfp-ready .mfp-content{
  transform:scale(1);
}

.mfp-zoom .mfp-content,.mfp-zoom.mfp-removing .mfp-content{
  transform:scale(.5);
}

.st-modal{
  position:relative;
  max-width:625px;
  margin:0 auto;
  padding:36px 20px 40px;
  background-color:var(--bg-dark);
  color:var(--text-color-white);
}

@media (min-width:740px){
  .st-modal{
    padding:36px 60px 60px;
  }
}

.st-modal__body{
  margin-top:40px;
}

@media (min-width:740px){
  .st-modal__body{
    margin-bottom:20px;
  }
}

.st-modal .tula-inline{
  margin-bottom:24px;
}

