.deskdn{
    display: none;
}
:focus{
    outline: none;
}
html, body{
    height: 100%;
	padding-bottom:0!important;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: sans-serif;
    font-family: 'Graphik LCG Regular';
    font-size: 13px;
    line-height: 22px;
}
.drawer-hamburger{
    display: none!important;
}
.drawer-menu{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px!important;
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.spisok {
    cursor: pointer;
	height:372px;
	position:relative;
}
.spisok:hover{
  background-color:aliceblue
}


@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.loading{
    line-height:70px;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index:1100;
    text-align: center;
    font-size: 2em;
    padding-top: 10%;

    background-color: white;
}
fieldset{
    border:none;
}
a {
    color: #3a3a3a;
    text-decoration: none;
}

ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --ms-align-items: baseline;
    align-items: baseline;
}

h2 {
    font-size: 21px;
    font-weight: 100;
    line-height: 37.5px;
}

.gr {
    font-size: 13px;
    color: #c0c0c0;
}
.grtest{
    padding-left: 54px;
}

.block1_inner div *{

}

.btn {
    display: inline-block;
    color: #fff;
    font-family: 'Graphik LCG Semibold';
    border: 1px solid #4283f6;
    background: #4283f6;
    padding: 14px 35px!important;
    border-radius: 50px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}
.btn:hover{
    background: #fff;
    color: #4283f6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn__header {
    background: transparent;
    color: #4283f6;
}

.btn__header:hover {
    background: #4283f6;
    color: #fff;
}

.btn__block2 {
    max-width: 200px;
    margin-left: 90px;
    margin-top: -50px;
}

.logo img{
    max-width:200px;
}
.btn1{
    padding: 9px 35px!important;
}
small{
    font-size: 11px;
}
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index:400;
    border-bottom: 1px solid #e6e6e4;
    background: #fff!important;
}
.light{
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
            box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;

}

.header__reg {
    background: #fff;
}
.dark{
    display: none;
}
.ndark{
    display: none;
}
header img {
    vertical-align: middle;
}
nav ul li  {
    margin: 0px 15px;
}
nav ul li a {
    font-size: 14px;
    color: #3a3a3a;
}
nav ul li a img {
    margin-right: 11px;
}
nav ul li a span {
    font-size: inherit;
}

nav span *{
    color: inherit;
}
.line:after {
    margin-top: 5px;
    content:'';
    display:block;
    width:100%;
    height:2px;
    background:#a2bfff;
    -webkit-transform:scale(0);
        -ms-transform:scale(0);
            transform:scale(0);
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.active:after{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.line:hover:after {
    -webkit-transform:scale(1);
        -ms-transform:scale(1);
            transform:scale(1);
}

.qst, .qstd{
    position: fixed;
    bottom: 50px;
    left: 60px;
    max-width: 20px;
    cursor: pointer;
}
.qst {
    display: none;
}
.qstd{
    display: none;

}
.block1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;

}

.block1_inner {
    width: 47vw;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 92px;
}
.block1_inner h2{
    padding-right: 66px;
    line-height: 30px;
    font-family: 'Graphik LCG medium';
    color: #3a3a3a;
}
.bg1 {
    background-image: url("../img/new_index1.jpg");
    width: 50vw!important;
    background-size: cover;
    background-position-y: 90px;
}
.block1_inner div{
    max-width: 515px;
}

.block1_inner input{
    border: none;
    border-bottom: 1px solid #c0c0c0;
    padding-right: 30px;
    padding-bottom: 10px;
}
.block1_inner input:focus{
    border-bottom: 1px solid #a2bfff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inline{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.grm{
    background: #f9f9f1;
    padding-left: 60px;

}
.block2_inner{
    background-color: #fff;
}
.block2_inner .button_fix{
	padding-bottom: 100px;
}
.inner_content{
    background: url("../img/desctop.png") no-repeat right center;
    background-size: 24%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.inner_content li{
    max-width: 345px;
    padding:36px;
}

.inner_content h2{
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-bottom: 90px;
}

.inner_content li p {
        padding-top: 8px;
        color: #3a3a3a;
}

.inner_content li img{
    float: left;
    padding-right: 25px;
    height: 21px;
}

.block3_inner{
    background: url("../img/block3.jpg") no-repeat;
    background-size:contain;
    height: 100vh;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
.in_block1{
    width: 50vw;
    background-color: #fff;
    height: 15vh;
}
.in_block2{
    width: 80vw;
    -ms-flex-item-align: end;
        align-self: flex-end;
    background-color: #fff;
    height: 15vh;
}
.block4{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 100px;

}
.block4_inner{
    background-color: #fff;
    width: 80vw;
    padding-left:15vw;

}
#slider{
    padding-left: 250px;
    padding-right: 152px;
    max-width: 1174px;
    font-family: "Graphik LCG Medium";
    margin-bottom: 0 !important;
}

#slider p{
    max-width: 700px;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 23px;
    color: #3a3a3a;
}

#slider .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 0;
}

.slide{
    font-size: 30px;
    color: #8a8a8a;
    line-height: 40px;
}

.slick-prev:before, .slick-next:before {
    color: transparent !important;
}

.slick-dots li button:before {
    font-size: 12px !important;
}

.block5_inner{
    background-color: #ffffff;
    padding: 100px;

}
.block5_inner .partners{
    margin: auto;
    padding: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 950px;

}

.block5_inner .partner{
    color: #8a8a8a;
    width: 33%;
    padding:  11px 0;
    min-width: 250px;
}
.block5_inner .partner a{
    color: #8a8a8a;
}

.block6_inner{
    background: url("../img/new_index3.jpg") center;
    background-size: cover;
    height: 60vh;
}
.block7{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 800px;

}
.block7 img{
    -ms-flex-item-align: center;
        align-self: center;
    max-width: 45%;
    margin-top: 500px;
}
.block7_inner{
    background: #fff;
    width: 47%;
    padding: 0 95px 0 160px;
}
.lfaq a{
    font-size: 12px;
}
.block7_inner form .wrap{
    padding: 100px 50px ;
    padding-bottom: 150px;
}
.block7_inner form * {
    margin-top: 20px;
}
.block7_inner input{
    border: none;
    border-bottom: 1px solid #c0c0c0;
    padding-right: 30px;
    padding-bottom: 10px;
}
.block7_inner input:focus{
    border-bottom: 1px solid #a2bfff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
footer{
    background: #3a3a3a;
    color: #fff;



}
footer a{
    color: #c0c0c0;
    line-height: 30px;
}



.row ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.item a{
    font-size: 12px;
}
.item h4{
    font-size: 12px;
}
.item_inner{
    padding-left: 100px;
}

.tdu{
    text-decoration: underline!important;
}

.light .logo{
    color:#3a3a3a;
}
.contacts{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contacts h2{
    line-height:40px;
}
.map{
    margin-top: 70px;
    width: 50vw;
    height: 100vh;
    z-index: -1;
}
.contacts .content{
    padding-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50vw;
}
.contacts .content ul{
    display: block;
    padding: 30px 0;
    min-width:300px;
}

.faq{
    max-width: 600px;
    padding: 150px 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3a3a3a;
}
.faq_inner{
    max-width: 600px;
    line-height: 50px;
}
.faq_inner h1{
    font-size: 40px;
    color: #3a3a3a;
    padding-bottom: 40px;
    font-family: 'Graphik LCG Regular';
}
.faq_inner h2{
    padding-bottom: 20px;
}
h1{
    font-size: 3em;
    font-weight: 100;
}
.pricing{
    height: 100vh;
        padding-top: 92px;
    padding-left: 50px;
    padding-right: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pricing_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
}

.pricing_inner{
    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;
    max-width: 430px;
    padding: 0 60px;

}
.pricing_inner h2 {
    height: 75px;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: "Graphik LCG Medium";
}
.pricing_inner .gr{
    margin-bottom: 15px;
    color: #3a3a3a;
}
.pricing_inner span{
    font-size: 16px;
    font-family:"Graphik LCG Medium";
}

.pricing_inner_price {
    margin-top: auto;
    margin-bottom: 30px;
}

.mt0{
    margin-top: 0!important;
}
.bntprice{
    display: block;
    max-width: 220px;
    border: 1px solid #53a9f4;
    padding: 11px 10px;
    border-radius: 30px;
    text-align: center;
}   

.bntprice span {

    font-size: 10px;
    font-family: "Graphik LCG Semibold";
    text-transform: uppercase;
}

.bntprice img {
    width: 14px !important;
    height: 15px !important;
    margin-left: 22px;
    transform: translatey(4px);
}
.materials{
    max-width: 630px;
    padding: 150px 0;
    margin:0 auto;
}
.materials h2{
    font-size: 40px;
    color: #3a3a3a;
    font-family: 'Graphik LCG Regular';
}
.intro{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    padding-top: 40px;

}
.intro p{
    padding-top: 50px;
    max-width: 250px;
    color: #c0c0c0;
}
.article{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding:15px 30px;
    margin: 20px 0;
    border: 1px solid #c0c0c0;
    border-radius: 30px;

}
.article p{
    color: #1c1c1c;
    font-size: 12px;
}


.fa-comment-o{
    color:#fff;
    font-size: 20px!important;
}


#msform fieldset {
    background: #fff;
    border: 0 none;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
 .dropbtn {
    padding: 5px;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    box-sizing: content-box!important;
}
.drawer_menu_dropdown {
    font-size: 12px;
    display: block;
    padding: 0.65rem;
    text-decoration: none;
    margin-left: 15px;
    letter-spacing: 2px;
    font-family: 'Graphik LCG Regular';
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 140px;
}

.dropbtn {
  padding-left: 45px;
  width: 50px;
  font-size: 14px;
}

.language {
    padding-left: 0;
    width: 70px;
    color: #3a3a3a;
}

.language img {
    display: inline-block;
    width: 30px;
    margin-right: 13px;
}

.language span {
    font-size: inherit;
}

.language__icon__img {
    width: 29px;
    margin-right: 20px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 2px 0 2px 25px;
    text-decoration: none;
    display: block;
    text-align: start;
}

.ru, .en {
    padding: 11px 25px !important;
}

.drawer-menu .language {
    padding-left: 0;
    width: 80px;
    font-size: 12px;
}

.drawer-menu-item {
    padding: 0.4rem !important;
    margin-top: 0!important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    z-index: 1;
}


/*My*/
.mr {
  margin-right: 54px;
}

.banner {
    background: #fff;
}

.chat-bot {
    display: block;
    background: url(../img/icon/dropdown/chat.svg) no-repeat;
    width: 100%;
    font-size: 12px;
}

.drawer_menu_dropdown .chat-bot {
    margin-top: 20px;    
}

.chat__vk, .chat__tel, .chat__vib, .chat__fac {
    height: 45px;
    padding-left: 22px;
    line-height: 45px;
    width: 175px;
    text-transform: uppercase;
}

.chat__vk-img {
    height: 17px;
    width: 29px;
}

.chat__tel-img {
    width: 30px;
    height: 27px;
}

.chat__vib-img {
        width: 29px;
    height: 32px;
}

.chat__fac-img {
    width: 25px;
    height: 25px;
}

.chat-bot-content {
    width: 175px;
}

.block1__title {
    padding-right: 66px;
        font-size: 26px;
}

.block1__text {
    padding-right: 93px;
    margin-top: 39px;
    margin-bottom: 31px;
    color: #3a3a3a;
    font-size: 16px;
    font-family: 'Graphik LCG medium';
}

.advantages {
    display: block;
    margin-bottom: 56px;
}

.advantages li {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.btn__try {
    font-family: 'Graphik LCG medium'
}

.fix1 {
    margin-top: 35px;
}

.fix1 p {
    color: #c0c0c0;    
}

.inner_content ul {
    align-items: flex-start;
}

.block2__more {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100px;
    margin-left: 54px;
    margin-bottom: 60px;
    margin-top: 35px;
    padding-right: 0 !important;
	position:absolute;
	bottom:0;

}

.block2__more span {
    font-size: 12px !important;
    text-transform: uppercase;
}
.block2__more img {  
    width: 14px !important;
    height: 8px !important;
    padding-right: 0 !important;
    margin-left: 10px;

}

.block3__wrap {
    position: relative;
    max-width: 1756px;
}

.block3__white {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 8%;
    background: #fff;
}

.block3__img img {
    width: 100%;
    margin-bottom: -10px;
}

.block4_inner {
    padding: 100px 267px 81px 160px;
}

.block4_inner h2 {
    padding-bottom: 87px;
}

.slick-prev, .slick-next {
    display: block;
    width: 58px !important;
    height: 58px !important;
}

#slider .slick-prev {
    background: url(../img/icon/prev.png) no-repeat center center;
    left: 0px;
    top: 50%;
    background-size: 99%;
}

#slider .slick-next {
    background: url(../img/icon/next.png) no-repeat center center;
    right: 0;
    top: 50%;
    background-size: 99%;
}

.slide__title {
    margin-bottom: 29px;
    font-size: 21px;
    color: #3a3a3a;
}

.comparison * {
    color: #3a3a3a;
}

.container {
    background-color: #ffffff;
    padding: 0 160px 102px;
}

.comparison__title {
    max-width: 1170px;
    padding: 106px 0 0 0;
    font-size: 21px;
}

.comparison__text {
    margin: 20px 0;
}

.comparison__list {
    padding-right: 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.comparison__item-title{
    padding-top: 39px;
    padding-bottom: 51px;
    font-size: 16px;
}

.comparison__item {
    max-width: 680px;
    padding-right: 0 10px;
}

.comparison__element {
    min-height: 27px;
    padding-left: 77px;
    margin: 17px 0;
}

.comparison__item__left .comparison__element{
    background: url(../img/comparison__element_neg.png) no-repeat 13px center;     
}

.comparison__item__right .comparison__element{
    background: url(../img/comparison__element_pos.png.png) no-repeat 13px center;     
}

.block7__item {

}

.block7__title {
    padding-top: 65px;
    font-size: 21px;
}

.block7__text {
    padding: 30px 134px 54px 0;
}

.block7__element {
    margin-bottom: 18px;
}

.block7__btn {
    margin-top: 60px;
}


.section__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 92px 214px 114px 160px;
    max-width: 1925px;
    margin: 0 auto;
}

.contacts__left-column {
    padding-top: 66px;
    width: 36%;
}

.question__title, .contacts__title {
    padding-top: 50px;
    font-size: 21px;
    font-weight: 100;
    line-height: 40px;
}

.go {
    text-decoration: underline;
}

.contacts__map {
    margin-top: 65px;
    height: 334px;
}

.question__column {
    width: 35%;
    padding-top: 66px;
}

.block7 footer {
    margin-top: -125px;
}
.footer__wrap {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 214px;
    padding-right: 150px;
}

.footer__index {
    margin-top: -123px;
}

.footer__row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__row:nth-child(1) {
    padding-top: 100px;
    padding-bottom: 150px;
}

.footer__row:nth-child(2) {
    padding-bottom: 74px;
}

.footer__contacts {
    width: 25%;
}

.footer__social {
    width: 17%;
}

.footer__social h4 {
    margin-bottom: 25px;
}

.footer__social-wrap img {
    display: block;
    width: 100%;
}

 .social a {
     display: block;
 }
 .social__instagram , .social__facebook{
    width: 24px;
}

.social__youtube {
    width: 32px;
}

.social__vk {
    width: 36px;
}
/*.footer__sales {
    width: 14%;
}

.footer__support {
    width: 17%;
}*/

.footer__support, .footer__sales * {
    font-size: 12px;
}

.copyright {
    width: 36%;
}

.copyright a {
    font-size: 12px;
}

.autor {
    width: 36%;
    text-align: end;
}

footer ul {
    display: block;
}

.autor a {
    margin-left: auto;
    font-size: 12px;
}

.footer__sales h4 {
    font-size: 12px;
}

.autor span {
    color: #fff;
}

.spisok * {
    font-size: 16px;
    line-height: 23px;
}



.reg__form {
    padding-top: 40px;
    width: 55%;
    max-width: 300px;
    margin: 0 auto;

}

.btn__form {
    margin-top: 15px;
    margin-bottom: 25px;
}

.reg__img {
    width: 50%;
    height: 100vh;
}

.reg__img img {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 88px;
}

.reg__wrap {
    padding-left: 212px;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0;
    height: 100%;
    align-items: center;
}

.section__reg {
    height: 100%;
}

.wrap__reg {
    padding-bottom: 50px;
}

.wrap__reg *{
    color: #1c1c1c!important;
}

.field__reg {
    width: 100% !important; 
    padding: 12px !important;
    border-radius: 5px !important;
    background-color: #efefef !important;
    margin-bottom: 30px !important;
    margin-top: 0 !important;
    border: none;
    font-size: 13px !important;
    border: none!important;
}

.license {
    text-align: center;
    margin-top: 27px;
    margin-bottom: 38px;
}

.block1__item {
    padding: 140px 30px 50px;
}

.footer__social-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    max-width: 179px;
    align-items: center;
}

.social:hover {
    opacity: 0.6;
    -webkit-transition: top 1s ease-out 0.5s;
    -moz-transition: top 1s ease-out 0.5s;
    -o-transition: top 1s ease-out 0.5s;
    transition: top 1s ease-out 0.5s;
}

.reg__title {
    padding-bottom: 30px!important;
    font-size: 21px;
    font-weight: 100;
    line-height: 40px;
    color: #000;
    text-align: left;
}

.reg__title span {
    font-size: inherit;
}

.reg__title img {
    height: 16px; 
    display: inline-block;   
}

.ta_center {
    text-align: center;
}

.ml10 {
    margin-left: 10px;
}

.justify__content__center {
    display: flex;
    flex-direction: column;
    justify-content: center!important;

}

.reg__form p{
    color: #1c1c1c;
}



.a__hover:hover {
    text-decoration: underline;
}

.reg__support {
    margin-top: 60px;
    margin-bottom: 16px;
}


                  /*КОНТАКТЫ*/
.form__field__question {
    width: 100%;
    padding: 12px;
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: #efefef;
    border: none;
}

.text {
    height: 270px;
}

.btn__form__question {
    margin-left: auto;
    display: block;
    margin-bottom: 13px;
}

                    /*FAQ*/
.animsition .section__wrap {
    padding-top: 150px;
    align-items: flex-start;
} 

.faq__item {
    margin: 10px 0;
}

.faq .question__column {
    margin-right: -108px;
}

.enter__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    height: 100vh;

}

.inter___img {
    width: 49%;
    overflow: hidden;
    padding-top: 88px;
    background: url(../img/enter_registration.jpg) no-repeat center/cover;
}

.enter__wrap__form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: center;
    -ms-align-items: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 88px;
    width: 100%;

}

.enter_form_img {
    height: 16px;
    float: right;
    margin-top: 12px;
}

.enter__form {
    margin: 0 auto;
    max-width: 300px;
}
.enter__form  p{
    color: #3a3a3a;
}

.w100 {
    width: 100%!important;
}

.w50 {
    width: 50%!important;
}

.reg__form .btn {
    margin: 25px 0;
}
