@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
*, ::after, ::before {
    box-sizing: border-box;
}
html, body {
  overflow-x:hidden;
}
a {
  text-decoration: none !important;
}
.header {
  background: url('../img/fon.jpg') no-repeat;
  padding-top: 49px;
  padding-bottom: 56px;
}
.none {
  display: none;
}
.setim .wh {
  display: none;
}
.btn-call a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
  background: #1149c2;
  border-radius: 5px;
  padding: 11px 18px;
  text-decoration: none;
}
.btn-call a:hover {
  background: #355cb1;
}
.phone-header a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
.phone-header a:hover {
  color: #cecece;
}
.phone-header {
  text-align: right;
}
.btn-call {
  margin-top: 10px;
}
.wh {
  float: left;
    margin-left: 20px;
    margin-top: 10px;
}
.teleg img {
  height: 35px;
}
.teleg {
  margin-top: 9px;
}
.seti {
  margin-left: 30px;
}
.name-tel {
  text-align: right;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 28px;
  color: #FFFFFF;
}
.title-head {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 58px;
  color: #FFFFFF;
  margin-top: 112px;
}
.video {
  margin-top: 80px;
}
.video img {
  width: 100%;
  border-radius: 15px;
}
.text-video {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  margin-top: 25px;
}
.text-video span {
  color: #1149c2;
}
.min-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  margin-top: 50px;
}
.btn-head {
  margin-top: 50px;
}
.btn-head a {
  background: #1149c2;
  border-radius: 5px;
  padding: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #F9FAFF;
  position: relative;
  overflow-x: hidden;
}
.btn-head a .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg); // Наклон
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear; // Время и тип анимации можно менять
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
.btn-head a:hover {
  background: #355cb1;
}
.hr {
  margin-top: 80px;
  margin-bottom: 50px;
}
.hr hr {
  border: none;
  color: ##1149c2;
  height: 1px;
  opacity: 0.3;
  background: #1149c2;
}
.title-prem-head {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 58px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.min-title-head {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
}
.section-2 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.title-block {
  margin-bottom: 50px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 41px;
  color: #000000;
}
.block-prem {
  background: #F8F8F8;
  border-radius: 15px;
  padding: 27px;
  height: 345px;
  max-width: 318px;
}
.img-prem {
  position: relative;
  right: -145px;
  bottom: 5px;
}
.img-prem-2 {
  position: relative;
  right: -150px;
  bottom: -15px;
}
.img-prem-3 {
  position: relative;
  right: -145px;
  bottom: -20px;
}
.block-prem:hover {
  box-shadow: 0px 0px 50px 0px rgb(29 29 27 / 10%);
}
.title-s-2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #0047c7;
  margin-bottom: 25px;
}
.text-s-2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.section-3 {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #F9FAFF;
}
.min-title-block {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}
.item-block {
    border-width: 1px;
    border-color: rgb(233, 233, 233);
    border-style: solid;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    padding: 50px 10px;
    margin-top: 50px;
    transition: all .3s;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
.item-block:hover {
    box-shadow: 0px 0px 50px 0px rgb(29 29 27 / 10%);
}
.item-block-image {
    height: 300px;
    margin-top: 25px;
    margin-left: 25px;
    background-size: contain !important;
}
.products {
    margin-left: -50px;
}
.item-block--title {
    color: #000000;
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: bold;
    display: inline-block;
    text-decoration: underline;
    line-height: 34px;
    margin-top: 15px;
    position: relative;
}
.item-block--description {
    margin-top: 30px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.item-block--listing {
    margin-top: 30px;
}
.item-block--listing span:first-child {
    margin-right: 40px;
}
.item-block--listing span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #0b1f35;
    position: relative;
    display: inline-block;
    margin-top: 24px;
}
.item-block--listing span:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #1149c2;
    border-radius: 30px;
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}
.item-block--price-btn {
    margin-top: 45px;
    margin-right: 12px;
}
.item-block--price-btn .price {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    float: left;
    color: #000000;
}
.price span {
  font-weight: normal;
}
.item-block--price-btn .btns {
    float: right;
}
.zayavka-btn {
    background: #1149c2;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 38px;
    transition: all .3s;
    outline: none;
    cursor: pointer;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #F9FAFF;
}
.sale {
  width: 60px;
  height: 20px;
  border: 1px solid #1149c2;
  box-sizing: border-box;
  border-radius: 15px;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #1149c2;
  padding: 0 5px;
  position: absolute;
  top: 27px;
  right: 47px;
}
.zayavka-btn:hover {
  background: #355cb1;
}
.title-block span {
  color: #1149c2;
}
.z-1 {
    margin-bottom: 50px;
}
.zapusk-text {
    position: relative;
    padding-left: 25px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}
.zapusk-text:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #1149c2;
    border-radius: 30px;
    position: absolute;
    margin-top: 10px;
    left: 0;
}
.step {
    margin-top: 70px;
}
.number-step {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #1149c2;
    background: #F8F8F8;
    display: inline-block;
    border-radius: 83px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 68px;
}
.title-step {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin-top: 40px;
}
.desc-step {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #9A9A9A;
    margin-top: 30px;
}
.arrow {
    background: url('../img/right-arrow.png') no-repeat;
    height: 240px;
    background-position: center;
}
.sale-one {
  background: #F4F6FF;
  border-radius: 15px;
  padding: 30px 94px;
  margin-top: 70px;
  margin-bottom: 70px;
}
.commers img {
  height: 230px;
  position: absolute;
  top: -30px;
  right: 100px;
}
.title-sale-one {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #2D3134;
}
.min-title-sale-one {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #2D3134;
  margin-top: 25px;
  margin-bottom: 20px;
}
.btn-sale-one a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  text-decoration: underline !important;
  color: #1149c2;
}
.btn-sale-one a:hover {
    text-decoration: none !important;
}
.page-container_lisense .doc-link {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    letter-spacing: 0.24px;
}
.page-container {
    display: flex;
    flex-direction: column;
}
.doc-link {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.page-container_lisense .doc-link:before {
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.page-container_lisense .doc-link:before {
    content: url('../img/pdf.png');
}
.page-container a:hover {
  color: #1149c2;
}
.picture {
  margin-top: 30px;
}
.title_info-o {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 30px;
}
.text-inform {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 50px;
  color: #464646;
}

/** FAQ **/
details {
  display:block;
  background: #fff;
  width: 100%;
  overflow:hidden;
  margin-bottom: 1.5rem;
}
summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;}
summary {
   display:block;
   padding-bottom: 20px;
   border-bottom: 1px solid #D1D1D1;
   font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #9A9A9A;
   cursor: pointer;
   position: relative;
}
summary:before {
  top: .4em;
  right: .3em;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
  width: 26px;
  font-size: 40px;
  height: 13px;
  content: "";
  position: absolute;
  transition: transform .5s;
}
details[open] > summary:before {
  transform: scale(1,-1);
}
summary ~ * {
   padding: 40px 0 40px 0;
}
details[open] summary ~ *{
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}
summary:focus {
  outline:0;
}
.otvet {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
/** /FAQ **/
.title-forms {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}
.title-forms span {
  color: #1149c2;
}
.after-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 60px;
}
.form-company input {
    border: none;
    background: none;
    border-bottom: 1px solid #999999;
    width: 100%;
    color: #000000;
    padding-bottom: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    outline: none;
    margin-bottom: 30px;
}
.form-company button {
  font-family: Montserrat;
  font-style: normal;
  border: none;
  padding: 20px 27px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  outline: none;
  background: #1149c2;
  border-radius: 5px;
  color: #F9FAFF;
}

.form-companys input {
    border: none;
    background: none;
    border-bottom: 1px solid #999999;
    width: 100%;
    color: #000000;
    padding-bottom: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    outline: none;
    margin-bottom: 30px;
}
.form-companys button {
  font-family: Montserrat;
  font-style: normal;
  border: none;
  padding: 20px 27px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  outline: none;
  background: #1149c2;
  border-radius: 5px;
  color: #F9FAFF;
}
.politika {
  margin-bottom: 30px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: #9A9A9A;
  text-align: left;
}
.politika a {
  color: #1149c2;
  text-decoration: underline !important;
}
.politika a:hover {
  text-decoration: none !important;
}
.kont-block.phone {
    float: left;
    margin-right: 85px;
}
.kont-block {
    margin-bottom: 35px;
}
.kont-block span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  display: block;
  color: #000000;
}
.kont-block a, .kont-block.adress span:last-child {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #1149c2;
}
.rekv-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 30px;
}
.kont-data ul {
    padding-left: 0;
    list-style-type: none;
    position: relative;
}
.kont-data ul>li {
    padding-left: 12px;
    margin-bottom: 8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.kont-data li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #1149c2;
    border-radius: 30px;
    display: block;
    position: absolute;
    left: 0;
    margin-top: 12px;
}
.docs {
    margin-top: 50px;
}
.docs a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    display: block;
    margin-bottom: 20px;
}
.docs a:hover {
    color: #1149c2;
}
.docs a:before {
    content: '';
    background: url('../img/pdf.png') no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 15px;
}
.footer {
  background: #2D3134;
  padding-top: 50px;
  padding-bottom: 50px;
}
.uri-info {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
.rekvezit-footer {
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  color: #FFFFFF;
}
.picture img {
  width: 100%;
}
.rk-footer {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
.btn-footer {
  margin-top: 20px;
  text-align: right;
}
.btn-footer a {
  background: #1149c2;
  border-radius: 5px;
  padding: 11px 15px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
}
.btn-footer a:hover {
  background: #355cb1;
}
.name-company-footer {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
}
.link_footer {
  text-align: right;
}
.link_footer span {
  color: #ffffff;
}

.link_footer a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
  text-decoration-line: underline !important;
}
.link_footer a:hover {
  text-decoration-line: none !important;
}
.devel {
  text-align: left;
}
.devel span {
  color: #7656e9;
}
.devel a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  text-decoration-line: none !important;
  color: #909090;
}
.devel a:hover {
  text-decoration-line: underline !important;
}
.mt-20 {
  margin-top: 20px;
}
/* modal window*/
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
.dm-modal {
    display: inline-block;
    width: 100%;
    height: 100vh;
    padding: 20px 50px 50px 50px;
    color: #cfd8dc;
    text-align: left;
}
.dm-modal .contacts-form-usluga {
  margin-top: 20px;
}
.dm-modal .usluga-form input {
  border: 1px solid rgba(15, 107, 169, 0.9);
  color: rgba(15, 107, 169, 0.9);
}
.dm-modal .usluga-form input::placeholder {
  color: rgba(15, 107, 169, 0.9);
}
.dm-modal .usluga-form button {
  margin-top: 20px;
}
.close {
    z-index: 9999;
    width: 30px;
    height: 30px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
    position: relative;
    right: -20px;
    top: 10px;
    transition: all .3s;
    background: url('../img/close.svg') no-repeat;
    opacity: 100% !important;
}
.white {
    background: #ffffff !important;
}
@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
.title-forms-u {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
.title-forms-u span {
  color: #1149c2;
}
.text-forms-u {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 60px;
}
.form-company {
  text-align: center;
  max-width: 622px;
  margin: 0 auto;
}
/* /modal window*/

.video-blok-2 {
    text-align: center;
}
.video video {
  border-radius: 15px;
}
.mt-70 {
  margin-top: 70px;
}
.prise2 img {
  width: 100%;
}
.prise2 {
  margin-top: 50px;
}

.glass {
  width: 300px;
  height: 300px;
  position: absolute;
  border-radius: 0;
  cursor: crosshair;

  /* Создание эффекта лупы */
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.85),
    0 0 1px 1px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

  /* Изначально скрыто */
  display: none;
}
.img-logo img {
  width: 100%;
}
.img-logo {
  margin: 20px;
}
.slider-logo-predstavitel {
  padding-top: 70px;
}
.blacks {
 background: #0000009e !important;
}
.closes {
    z-index: 9999;
    width: 30px;
    height: 30px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
    position: relative;
    right: -20px;
    top: 10px;
    transition: all .3s;
    background: url(../img/closes.svg) no-repeat;
    opacity: 100% !important;
}
.closes {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -15px 0 0 0;
    z-index: 2;
    width: 30px;
    height: 30px;
}
.slider .slick-arrow.slick-prev {
    left: -10px;
}
.slider .slick-arrow.slick-next {
    right: -10px;
}
.title-sencs{
    font-size: 55px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 40px;
}
.text-min-senks {
    font-size: 22px;
    margin-bottom: 50px;
}
.text-min-senks a  {
    color: #1149c2;
    font-weight: 600;
}
.text-min-senks a:hover  {
    color: #7da6ff;;
}
.nazad a:hover {
  color: #1149c2;
}
.nazad a {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
.senks {
  display: flex;
  align-items: center;
  height: 100vh;
}
.setis {
  margin-bottom: 30px;
}
