@font-face {
     font-family: 'Lato';
     src: url('fonts/LatoRegular.eot'),
          url('fonts/LatoRegular.eot?#iefix')       format('embedded-opentype'),
          url('fonts/LatoRegular.woff2')            format('woff2'),
          url('fonts/LatoRegular.svg#Lato-Regular') format('svg'),
          url('fonts/LatoRegular.ttf')              format('truetype'),
          url('fonts/LatoRegular.woff')             format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/LatoLight.eot'),
         url('fonts/LatoLight.eot?#iefix')    format('embedded-opentype'),
         url('fonts/LatoLight.woff2')         format('woff2'),
         url('fonts/LatoLight.woff')          format('woff'),
         url('fonts/LatoLight.ttf')           format('truetype'),
         url('fonts/LatoLight.svg#LatoLight') format('svg');
    font-weight: 300;
    font-style: normal;
}


*, *:before, *:after, *:focus, ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}

/*html, body {
    font-family: 'Montserrat', sans-serif;
    color: #0c0c0c;

}*/
html {}
body {
    height: 100%;
    min-height: 100vh;
    width: 100%;
    min-width: 320px;
    text-align: left;
    overflow-x: hidden;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "kern";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px;
    line-height: 1.4;
    font-style: normal;
    text-transform: none;
    font-variant: normal;
    font-weight: normal;
    font-family: 'Lato';
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    background-image: url(img/bg-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sitebody {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
}

p {
    margin-bottom: 0;
}

a,
a:hover,
a:focus,
a:active,
a:visited,
.link,
.link:hover,
.link:focus,
.link:active,
.link:visited {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
    text-transform: none;
}

a[href^="tel:"]
/*a[href^="mailto:"]*/ {
    /*color: #fff;
    text-decoration: none;*/
}

.btn-bl {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}


.btn {
    display: inline-block;
    border-radius: 0;
    border: solid 1px transparent;
    font-size: 1.1rem;
    text-align: center;
    padding: 10px 24px; 
    font-weight: 400;
    color: inherit;
    margin-bottom: 20px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    position: relative;
    /*top: -1px;*/
}
.btn-viol {
    color: #fff;
    background-color: #452169;
    border-color: #fff; 
}
.btn-viol:hover {
    background-color: #8557B4;
}
.btn-transp {
    color: #fff;
    background-color: transparent;
    border-color: #fff; 
}
.btn-transp:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.btn-white {
    color: #452169;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover {
    background-color: #DFD1ED;
    border-color: #DFD1ED;
}
.text-shadow {
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.content-bl {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .content-bl {
        width: 600px;
    }
}


.btn-content-bl {
    justify-content: space-around;
}


.sj-flex {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sj-nowrap {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.sj-center {
    text-align: center;
    justify-content: center;
}
.sj-aic {
    -ms-align-items: center !important;
    align-items: center !important;
}
.sj-right {
    text-align: right;
    justify-content: flex-end;
}
.sj-left {
    text-align: left;
    justify-content: flex-start;
}
.sj-top {
    vertical-align: top;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.sj-noresize {
    flex-grow: 0;
    flex-shrink: 0;
}
.sj-stretch {
    align-items: stretch;
}
.sj-h100p {
    min-height: 100%;
    height: 100%;
    max-height: 100%;
}
.sj-icon-line {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    justify-content: flex-start;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.sj-icon-line-top {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.sj-order-0 {
    order: 0;
}
.sj-order-1 {
    order: 1;
}
.sj-order-2 {
    order: 2;
}
.sj-order-3 {
    order: 3;
}
.sj-order-4 {
    order: 4;
}






.popup {
   display: none;
   position: fixed; 
   top: 0; 
   left: 0; 
   width: 100vw; 
   height: 100vh;  
   justify-content: center; 
   align-items: center; 
   background-color: rgba(0, 0, 0, 0.40);
   z-index: 10000;
}
.popup-layer {
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 15px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.popup-content {
    position: relative;
    overflow-y: auto;
    /*height: 100%;*/
    /*width: 100%;*/
    /*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; 
    align-items: flex-start;*/ 
    max-width: 420px; 
    max-height: 90vh;
    overflow-y: auto;
    background-color: #fff;
    padding: 45px;
    border-radius: 4px;
    color: #452169;
}
.popup-content-consultation {
    max-width: 470px;
}
.popup-cross-bl {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    z-index: 10;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.popup-cross {
    width: 16px;
    height: 16px;
    background-image: url(img/popup-cross-violet.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}
.form-title {
    /* color: #553578; */
    line-height: 24px;
    margin-bottom: 32px;
    font-size: 28px;
}
.label {
    width: 100%;
    margin-bottom: 20px;
}
.auth-bl {
    opacity: 0;
    display: none;
    height: 1px;
}
/*.btn-form {
    padding: 14px 36px;
    line-height: 36px;
}*/
.input,
.input:focus {
    border: 1px solid #452169;
    line-height: 22px;
    padding: 12px 20px;
    width: 100%;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9270B4;
   } 
   input::-moz-placeholder,
   textarea::-moz-placeholder {
    color: #9270B4;
   }
form textarea {
    height: 94px;
}

/*.btn {
    display: inline-block;
    border-radius: 0;
    border: solid 1px transparent;
    font-size: 1.2rem;
    text-align: center;
    padding: 10px 36px; 
    padding: 1em 2em;
     font-weight: bold; 
    cursor: pointer;
    transition: all 1s ease 0s;
    background-color: #452169;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
     font-weight: 400; 
}
.btn:hover {
    background-color: #8557B4;
}*/
.privacy-alert {
    color: #0c0c0c;
    font-size: 15px;
}
.privacy-alert a,
.privacy-alert a:hover,
.privacy-alert a:focus,
.privacy-alert a:active,
.privacy-alert a:visited {
    border-bottom: 1px solid #452169;
    color: #452169;
    text-decoration: none;
}




.header {
    padding: 30px 0;
}
.btn-content-bl {
    margin: 20px auto;
}
@media (min-width: 768px) {
    .btn-content-bl {
        margin: 90px auto;
    }
}
.btn-content-bl .btn {
    min-width: 264px;
}
.contacts {
    padding: 30px 0 40px
}
.contacts-bl {
    margin: 0 auto;
}


img {
    max-width: 100%;
}



.icon-bl {
    position: absolute;
    background-image: url(img/vd-sprite.png);
    top: 0;
    left: -45px;
}
.logo-bl {
    padding: 0 30px;
    margin: 0 auto;
}

.contacts-item-bl {
    height: 38px;
    text-align: center;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
@media (min-width: 768px) {
    .contacts-item-bl {
        width: 50%;
    }
    .logo-bl {
        padding: 0 30px;
    }
}
.contacts-item-bl-1,
.contacts-item-bl-3 {
    /*text-align: right;*/
}
.contacts-item-bl-2,
.contacts-item-bl-4,
.contacts-item-bl-5 {
    /*text-align: left;*/
}
.contacts-item,
.contacts-item:hover,
.contacts-item:focus,
.contacts-item:active,
.contacts-item:visited {
    width: 50%;
    position: relative;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.contacts-text {
    display: inline-block;
    width: 200px;
    text-align: left;
}
.contacts-item-1,
.contacts-item-3
/*.phone,
.email */{
    display: inline-block;
    text-align: right;
}
.contacts-item-2,
.contacts-item-4
/*.skype,
.vk */{
    display: inline-block;
    text-align: left;
}
.contacts-item-5,
.telegram {
    display: inline-block;
    text-align: left;
}
.icon-phone {
    top: 2px;
    left: -37px;
    width: 28px;
    height: 32px;
    background-position: 0 0;
}
.icon-email {
    top: 1px;
    width: 32px;
    height: 32px;
    background-position: -29px 0;
}
.icon-skype {
    top: -2px;
    width: 32px;
    height: 32px;
    background-position: -68px 0;
}
.icon-vk {
    top: 4px;
    width: 32px;
    height: 32px;
    background-position: -105px 0;
}
.icon-telegram {
    width: 32px;
    height: 32px;
    background-position: -145px 0;
}




.footer {
    color: #fff;
    padding: 10px 0;
}
.footer-line {
    max-width: 900px;
    margin: 0 auto;
}
.copyright {
    font-style: italic;
    opacity: 0.5;
    font-size: 14px;
}
.copyright-img-bl {
    text-align: right;
}
.copyright-img {
    width: 116px;
}




