body {
    overflow-x: hidden;
}
.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .contacts a:first-child {
    margin: 2px 0;
}
.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .contacts a {
    margin: 2px 0;
}
.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps {
    margin-left: 5px;
}

.header .navbar .header-contacts .contacts a {
    margin: 2px 0;
    display: flex;
    align-items: center;
}
.footer .header-contacts .contacts a {
    margin: 2px 0;
    display: flex;
    align-items: center;
}
.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .contacts a {
    display: flex;
    align-items: center;
}
.stock-info {
    position: relative;
    width: 100%;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 4px solid #94B636;
    border-bottom: 4px solid #94B636;
}
.stock-info .text-container {
    line-height: 1.4;
}
.stock-info .text-container p {
    margin: 0 0 15px 0;
}

.stock-info .text-container b,
.stock-info .text-container strong {
    font-weight: 800;
}
.stock-info .text-container i {
    font-style: italic;
}

.stock-info .close-btn {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 50px;
    top: 30px;
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
@media screen and (max-width: 1200px){
    .stock-info {
        padding: 25px 0;
    }
    .stock-info .close-btn {
        right: 0;
        top: 0;
    }
    .header .navbar .header-contacts .phone {
        display: none;
    }
}


.prlx-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}



@media (max-width: 1199px) {
    .prlx-wrap {
        display:none !important
    }
}
.prlx {
    position: absolute !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important
}
.main .prlx-wrap>.prlx:nth-child(1) {
    left: -87px !important;
    top: 119px !important;
}
.main .prlx-wrap>.prlx:nth-child(2) {
    right: -35px !important;
    top: 119px !important;
}
.contact {
    background-image: -webkit-gradient(linear, left top, right top, from(#f1f1f1), color-stop(35%, #fff));
    background-image: linear-gradient(to right, #f1f1f1 0%, #fff 35%);
}
.contact .prlx-wrap>.prlx:nth-child(1) {
    right: 4% !important;
    bottom: -4% !important;
}
.quiz.quiz__prlx_1,
.quiz.quiz__prlx_2 {
	position: relative;
    background: none;
}
.quiz.quiz__prlx_2 {
	background: linear-gradient(249.93deg, #FFFFFF 0.37%, #E8ECF2 98.6%);
}
.quiz.quiz__prlx_1 .prlx-wrap>.prlx:nth-child(1),
.quiz.quiz__prlx_2 .prlx-wrap>.prlx:nth-child(1) {
    top: 33% !important;
}
.info {
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f1f1f1));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f1f1f1 100%);
}
.info .prlx-wrap>.prlx:nth-child(1) {
    left: -4% !important;
    top: 35.6% !important;
}
.info .prlx-wrap>.prlx:nth-child(2) {
    right: 4% !important;
    bottom: 3% !important;
}

@media screen and (max-width: 1750px){
	.contact .prlx-wrap>.prlx:nth-child(1) {
	    right: 2% !important;
	    bottom: -12% !important;
	}
	.quiz.quiz__prlx_1 .prlx-wrap>.prlx:nth-child(1),
	.quiz.quiz__prlx_2 .prlx-wrap>.prlx:nth-child(1) {
	    left: -5% !important;
	}
}
@media screen and (max-width: 1550px){
	.main .prlx-wrap>.prlx:nth-child(1) {
	    display: none !important;
	}
	.quiz.quiz__prlx_1 .prlx-wrap>.prlx:nth-child(1),
	.quiz.quiz__prlx_2 .prlx-wrap>.prlx:nth-child(1) {
	    left: -12% !important;
	}
	.info .prlx-wrap>.prlx:nth-child(1) {
	    left: -10% !important;
	}
	.info .prlx-wrap>.prlx:nth-child(2) {
	    right: 2% !important;
	    bottom: 2% !important;
	}
}
@media screen and (max-width: 1330px){
	.main .prlx-wrap>.prlx:nth-child(2),
	.contact .prlx-wrap>.prlx:nth-child(1),
	.quiz.quiz__prlx_1 .prlx-wrap>.prlx:nth-child(1),
	.quiz.quiz__prlx_2 .prlx-wrap>.prlx:nth-child(1),
	.info .prlx-wrap>.prlx:nth-child(1),
	.info .prlx-wrap>.prlx:nth-child(2) {
	    display: none !important;
	}
}


/*================================================*/


.header .navbar .header-contacts .apps span {
    margin-right: 10px;
}
.header .navbar .header-contacts .apps span:last-child {
    margin-right: 0;
}
.header .navbar .header-contacts .apps span i {
    font-size: 20px;
}
.header .navbar .header-contacts .apps span i.fa-whatsapp {
    color: #269F12;
}
.header .navbar .header-contacts .apps span i.fa-viber {
    color: #6B3AD1;
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps span i.fa-whatsapp {
    color: #269F12;
}
.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps span i.fa-viber {
    color: #6B3AD1;
}

.footer .header-contacts .apps span {
    margin-right: 10px;
}
.footer .header-contacts .apps span:last-child {
    margin-right: 0;
}
.footer .header-contacts .apps span i {
    font-size: 20px;
}
.footer .header-contacts .apps span i.fa-whatsapp {
    color: #269F12;
}
.footer .header-contacts .apps span i.fa-viber {
    color: #6B3AD1;
}
i.fa-telegram {
    color:#0088cc;
    
}
#contactWithUs .modal-dialog {
  max-width: 456px;
}

#contactWithUs .modal-content {
  border-radius: 15px;
}

#contactWithUs .modal-content .modal-header {
  border-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 48px;
}

#contactWithUs .modal-content .modal-header h5 {
  font-weight: normal;
  font-size: 35px;
  line-height: 47px;
  text-align: center;
  color: #000000;
}

#contactWithUs .modal-content .modal-body {
  padding-right: 65px;
  padding-left: 65px;
}

@media screen and (max-width: 576px) {
  #contactWithUs .modal-content .modal-body {
    padding-right: 30px;
    padding-left: 30px;
  }
}

#contactWithUs .modal-content .modal-body input[type=text], #contactWithUs .modal-content .modal-body input[type=tel] {
  height: 63px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 24px;
  color: #9C9C9C;
}

#contactWithUs .modal-content .modal-body textarea {
  resize: none;
  padding: 17px 26px;
  width: 100%;
  max-height: 121px;
  font-size: 18px;
  line-height: 24px;
  color: #9C9C9C;
}

#contactWithUs .modal-content .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  padding-bottom: 62px;
}

#contactWithUs .modal-content .modal-footer .btn {
  width: 243px;
  height: 61px;
  color: #fff;
}

#contactWithUs .modal-content .modal-footer .modal-footer-label {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #394662;
  padding: 0 50px;
}

#contactWithUs .modal-content .modal-footer .modal-footer-label span {
  text-decoration: underline;
}


#feedback .modal-content {
  border-radius: 15px;
}

#feedback .modal-body {
  padding: 0;
}

#feedback .modal-body .feedback-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 67px 83px 65px 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
}

@media screen and (max-width: 576px) {
  #feedback .modal-body .feedback-wrapper {
    padding: 20px 10px;
  }
}

#feedback .modal-body .feedback-wrapper span {
  width: 60px;
  height: 60px;
  background: linear-gradient(219.14deg, #44C72E 17.21%, #259014 82.9%);
  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;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
}

#feedback .modal-body .feedback-wrapper p {
  margin-left: 32px;
  font-size: 15px;
  line-height: 27px;
  width: calc(100% - 92px);
}
.contact .contact-form form > div:nth-child(1),
.quiz .contact-form form > div:nth-child(1){
	margin-bottom: 0;
}
.contact .contact-form form .form-group,
.quiz .contact-form form .form-group {
  flex-direction: column;
  justify-content: flex-start;
  width: calc(50% - 8px);
}
.contact .contact-form form .form-group > span.error,
.quiz .contact-form form .form-group > span.error{
	margin-top: 5px
}
.contact .contact-form form .form-group input,
.quiz .contact-form form .form-group input {
  width: 100% !important;
}

form span.error{
	font-size: 12px
}

.header .navbar .navbar-nav .nav-item.active .nav-link {
    color: #6A6A6A;
}

.header .navbar .navbar-nav .nav-item.active>.nav-link {
    color: #94B636;
}

.header .navbar .navbar-nav .nav-item .dropdown-toggle::after{
	display: none;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-8 .gap-to-right {
    margin-right: 100px;
    display: flex;
    flex-direction: column;
}
.inputfile__file{
  font-size: 14px;
}
#quizModal .gap-to-right{
  max-width: 237px;
}
.header .navbar .header-contacts .apps {
    align-items: center;
    margin-left: 5px;
}
.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps span {
    margin-right: 10px;
}
.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps span:last-child {
    margin-right: 0;
}
@media (max-width: 420px) {
    .header .navbar .navbar-brand {
        max-width: 75px;
    }
    .footer .header-contacts .phone {
        width: 30px;
        height: 30px;
    }
}
    

.main .row {
    -webkit-box-align: start;
  align-items: flex-start;
}
.footer .header-contacts .apps {
    align-items: center;
    margin-left: 5px;
}



.info-img .info-img-card-wrapper.second {
    top: 20%;
}
.info .info-text p {
    margin-bottom: 20px;
}

.certificates-img img {
    display: block;
    border-radius: 15px;
}


.lang {
    margin: 0 10px;
    position: relative;
    text-align: center;
    z-index: 2;
    width: 50px;
}
.lang__current {
    width: 100%;
    background: white;
    border-radius: 2px;
    line-height: 50px;
    cursor: pointer;
}
.lang-list {
    position: absolute;
    width: 100%;
    top: 105%;
    left: 0;
    width: 100%;
    display: none;
}
.lang-list-item {
    width: 100%;
}
.lang-list__link {
    display: block;
    width: 100%;
    height: 40px;
    color: #000;
    line-height: 40px;
    background: white;
}

.modal-content {
    position: relative;
}
.modal .close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.article-notice {
    border: 1px solid #94B636;
    padding: 20px;
    font: bold 20px/26px 'Uni Neue Book';
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 500px) {
    .article-notice {
        padding: 10px;
        font: bold 20px/26px 'Uni Neue Book';
    }    
}

.article-new {
    margin-top: 20px;
}

.article-new .article-content {
    margin-right: 0; 
    margin-left: 0;
    width: calc(60% - 20px);
}

.article-new__content .btn{
    width: 190px;
    height: 46px;
}

.article-new__content .btn-label {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.article-new__content .btn-label:hover {
    text-decoration: none;
}

.article-new__content .btn-label i {
    color: #363636;
}

.article-new__content .btn-label span {
    font-weight: normal;
    font-size: 16px;
    line-height: 31px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #363636;
    margin-left: 10px;
}

.article-new__interesting {
     width: calc(40% - 20px);
}

.article-new__interesting h2 {
    font-size: 45px;
    line-height: 61px;
    margin-bottom: 44px;
}

.article-new__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.article-new__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    background-color: #E9EEF4;
    margin-bottom: 20px;
}

.article-new__text {
    font-size: 14px;
    margin-bottom: 10px;
}

.article-new__content {
    width: calc(60% - 10px);
}

.article-new__img-wrapper {
 width: calc(40% - 10px);
 height: 200px;
}

.article-new__img-wrapper img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.article-new__title {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}

.article-content .article-img {
   max-width: 250px;
    margin-right: 20px;
}

.article-content .article-img img {
    max-width: 100%;
}

.container-full {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 100px;
    
}

.article-new__sticky {
    position: sticky;
    top: 0;
}

@media (max-width: 1640px) {
    .article-new__interesting h2 {
        font-size: 40px;
    }
    .container-full {
        padding-left: 50px;
        padding-right: 50px;
    
    }
}

@media (max-width: 1460px) {
    .article-new__interesting h2 {
        font-size: 36px;
    }
}

@media (max-width: 1340px) {
    .article-new__interesting h2 {
        font-size: 32px;
    }
}

@media (max-width: 1280px) {
    .article-new .article-content,
    .article-new__interesting{
        width: 100%;
    }
    
    .article-new__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    
    .article-new__item {
        width: calc(50% - 10px);
    }
    .container-full {
        padding-left: 15px;
        padding-right: 15px;    
    }
}

@media (max-width: 991px) {
    .article-new__interesting h2 {
        text-align: center;
        line-height: 40px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .article-new__item {
        width: 100%;
    }
}

@media (max-width: 580px) {
    .article-content .article-img {
        max-width: 100%;
        margin: 0 0 20px;
    }
    
    .article-new__img-wrapper,
    .article-new__content {
        width: 100%;
    }
    .article-new__item{
        text-align: center;
    }
    .article-new__content .btn-label {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .article-new__interesting h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .article-new .article-content img {
        width: 100%!important;
    }
}
.header .navbar .header-contacts .contacts {
       justify-content: center;
}
.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .contacts {
    justify-content: center;
}
.warning span {
    color:#000;
    font-weight: bold;
}

.contact-form form div {
    flex-wrap:wrap;
}
.contact-form form div input {
    box-sizing: border-box;
    border-radius: 4px;
    height: 68px;
    background-color: transparent;
    border: 1px solid #9C9C9C;
}
.turbolead_wrap {
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index: 998;
	font-family: Arial;
}

.turbolead_icon {
	display: block;
	position: relative;
}

.turbolead_icon svg,
.turbolead_icon img {
	width: 52px;
	height: 52px;
	transition: all 0.2s ease-in-out 0s;
}

.turbolead_icon:hover svg,
.turbolead_icon:hover img {
	transform: scale(1.2);
}

.turbolead_icon:before {
	content: '1';
	background-color: red;
	border-radius: 8px;
	box-sizing: content-box;
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 8px;
	min-width: 8px;
	line-height: 8px;
	padding: 4px;
	position: absolute;
	text-align: center;
	top: -1px;
	z-index: 10;
	left: 39px;
}

.turbolead_icon:after {
	content: 'нажмите для связи';
	font-size: 10px;
	color: #333;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	white-space: pre;
	background-color: #fff;
	display: block;
	padding: 2px 5px;
	line-height: 1em;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #333;
	box-shadow: 2px 2px 8px #3939392e;
	transition: all 0.2s ease-in-out 0s;
	left: 50px;
}

.turbolead_icon:hover:after {
	background: #7360f2;
	color: #fff;
}

.turbolead_wrap {
	animation: show 3s ease-out 1;
}

@keyframes show {
	from {
		bottom: -100px;
	}

	95% {
		bottom: -100px;
	}

	to {
		bottom: 15px;
	}
}

.turbolead_icon:before {
	animation: show2 15s ease-out 100;
}

@keyframes show2 {
	from {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	31% {
		opacity: 1;
	}

	89% {
		opacity: 1;
	}

	90% {
		opacity: 0;
	}

	to {
		opacity: 0;
	}
}