 /* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
body {
	background: #red;
	color: #313131;
	min-height: 100vh;
	font-family: 'Roboto', Helvetica;
	font-size: 18px;
}
a {
    color: #242e31;
    text-decoration: none;
    font-weight: 400;
   }
  header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	height:80px;
	background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    display: flex;
    padding: 5px 0;
    align-items: center;
    justify-content: space-between;

}
 .container{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
	.header__menu li.active, .header__menu li.current-menu-item, .header__menu li:hover {
   border-bottom-color:  blue;
	border-bottom
}
}

.header__container{
	display:block;
}
*/

/*Меню*/
.header__menu:after, .header__menu:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 2px solid transparent;
	border-bottom-color:#000;
}
.header__menu li a:hover, .header__menu li.active, .header__menu a.current-menu-item {
  
	border-bottom-color:#000;
	padding-bottom:10px;
}
.header__menu li:before {
    top: 50%;
    margin-top: -2px;
}
.header__menu li:after {
    bottom: 0;
}

.header__nav {
	
    position: absolute;
    right: 36px;
    display: block;
}
.header__menu {
    display: flex;
	position: relative;
	z-index: 2;
}
.header__menu li {
	list-style: none;
	margin: 0px 0px 20px 36px;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 10px;
	border-bottom: 1px solid transparent;
	
}
.header__menu li a {
	border-bottom: 1px solid transparent;
	
}

.header__menu .current-menu-item a  {
  color:red;
  border-bottom: 1px solid red;
padding-bottom:10px;
}

.container {
  min-width: 320px;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fcfcfc;
 
}
.modal-content__h {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 30px;
}
/*
.wrap {
	min-width: 320px;
  max-width: 1200px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.info-left{
	flex-basis:50%;

}
.info-right{
	flex-basis:50%;

}
.slider-information{
	padding:40px 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:50px 0;
}*/
.logo-menu{
	display:flex;
	
}
.menu{
	margin:20px 0;
	padding:100px 0;
}
.contacts-form__btn {
    margin-left: auto;
}
.has-vivid-red-background-color {
	padding:18px 40px!important;
}
.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    background-color: #c50c0c;
    color: #fff;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 25px 60px;
    text-transform: uppercase;
    line-height: 1;
	margin-bottom:40px;
}
.contacts-form .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    background-color: #c50c0c;
    color: #fff;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 25px 60px;
    text-transform: uppercase;
    line-height: 1;
	margin-bottom:40px;
}
.btn:active, .btn:focus, .btn:hover {
    background-color: #ae0b0b;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s;
}
.btn-header{
	padding:10px;
}
/*Скрыть placeholder*/
:focus::-webkit-input-placeholder {
  color: transparent
}

:focus::-moz-placeholder {
  color: transparent
}

:focus:-moz-placeholder {
  color: transparent
}

:focus:-ms-input-placeholder {
  color: transparent
}
/*Маленькая форма связи*/

.mymodal-form__form{
	text-align:center;
}

.mymodal-form__form input {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #000;
    display: block;
    font: inherit;
    background-color: #fff;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
	opacity:1;
}
.mymodal-form__text input {
    width: 80%;
    border: 1px solid #000;
    display: block;
    font: inherit;
    background-color: #fff;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
	opacity:1;
}
.contacts-form__terms {
display: inline-block!important;
width: 16px!important;}
/*Форма связи большая*/
.contacts-form .contacts-form__label {
    width: -webkit-calc(33.33333% - 20px);
    width: -moz-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
}
.contacts-form .contacts-form__label_textarea {
    width: 100%}

 .contacts-form .contacts-form__input, .contacts-form .contacts-form__textarea {
    border: none;
    display: block;
    font: inherit;
    width: 100%;
    background-color: black;
    color: #ccc;
    margin-bottom: 0;
    word-break: break-all;
    padding: 20px 30px;
}
.contacts-form .contacts-form__textarea {
    resize: none;
}
.contacts-form .contacts-form__btn {
    margin-left: auto;
}
.contacts-form .contacts-form br {
    display: none;
}
.contacts-form .contacts__h {
    margin-bottom: 45px;
}
.contacts-form .contacts__h_form {
    margin-bottom: 30px;
}
.contacts-form .contacts__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
}
.contacts-form .contacts__info>*+* {
    margin-left: 45px;
}
.contacts__form, .contacts__form p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*Form 2*/
::-webkit-input-placeholder {font-size: 16px;}
::-moz-placeholder {font-size: 16px;}         
:-moz-placeholder {font-size: 16px;}
:-ms-input-placeholder {font-size: 16px;}
:focus::-webkit-input-placeholder {opacity: 0;}    
:focus::-moz-placeholder {opacity: 0;}    
:focus:-moz-placeholder {opacity: 0;}    
:focus:-ms-input-placeholder {opacity: 0;}    
.form-at {
    width: 100%;
    padding: 20px;
    box-sizing: border-box; 
    overflow: hidden;
    font-size: 0;  
    letter-spacing: 0;    
    background: #f9f9f9;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 10px 18px rgba(0,0,0,0.2);
}
.form-at * {
    box-sizing: border-box;
    font-family: Verdana, sans-serif;    
}
.validate-input-at,
.no-validate-input-at {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 2px solid #BFE2FF;
    border-radius: 2px;
    margin-bottom: 20px;
}
.validate-input-at.w-50,
.no-validate-input-at.w-50 {
    width: calc(50% - 10px);
    display: inline-block;
}
.validate-input-at.w-50:first-child,
.no-validate-input-at.w-50:first-child {
    margin-right: 20px;
}
.input-at {
    display: block;
    width: 100%;
    background: transparent;
    color: #000;
}
input.input-at {
    height: 50px;
    padding: 0 20px 0 20px;
    font-size: 16px;
    outline: none;
    border: none;  
}
textarea.input-at {
    min-height: 170px;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    border: none;
    resize: none;
}
textarea.input-at:focus, 
input.input-at:focus {
    border-color: transparent;
}
.focus-input-at {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 2px solid #337AB7;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    transform: scaleX(1.1) scaleY(1.3);
}
.input-at:focus + .focus-input-at {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.form-at .form-at-btn {
    position: relative;
    display: block;
    padding: 0 40px;
    height: 50px;
    background-color: #337AB7;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    transition: all 0.4s;
    margin: 0 auto;
    outline: none;
    border: none;
    cursor: pointer;        
}
.form-at-btn:hover {
    background-color: #333333;
}
.form-at-btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}
.alert-validate::after {
    content: "\f129";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 18px;
    font-weight: bold;    
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
}
.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}
.error-at {
    color: red;
    padding: 10px 0;
}
.success-at {
    color: green;
    font-size: 28px;
    padding: 20px 0;
    text-align: center;
}
.form-art .acceptance-106{
	font-size:14px;
	margin-bottom:20px;
	display:inline-block;
}
.form-at input[type=checkbox] {
    /*display:none;*/
}
.form-at input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 0 0 20px 34px;
    font-size: 13px;
    line-height: 24px;
    color: #333333;
}
.form-at input[type=checkbox] + label:before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    line-height: 22px;
    left: -34px;
    border: 2px solid #BFE2FF;
    border-radius: 2px;
}
.form-at input[type=checkbox]:checked + label:before{
    content: '\2714';
    color:#337AB7;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #337AB7;
}

@media (max-width: 768px) {
    .validate-input-at.w-50 {
        /*width: 100%;*/
		  width: calc(50% - 10px);
    }
    .validate-input-at.w-50:first-child {
        /*margin-right: 0;*/
		margin-right:20px;
    }
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 480px) {
    .validate-input-at.w-50 {
        width: 100%;
		
    }
    .validate-input-at.w-50:first-child {
        margin-right: 0;
		
    }
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}