@charset "utf-8";

@font-face {
	font-family: 'AvenirNextCyr';
	src: url('../fonts/avenirnextcyr-regular.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/avenirnextcyr-regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/avenirnextcyr-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/avenirnextcyr-regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/avenirnextcyr-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/avenirnextcyr-regular.svg#avenirnextcyr-regular') format('svg'); /* Chrome < 4, Legacy iOS */
    font-style: normal;
    font-weight:normal;
}
@font-face {
	font-family: 'AvenirNextCyr';
	src: url('../fonts/avenirnextcyr-bold.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/avenirnextcyr-bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/avenirnextcyr-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/avenirnextcyr-bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/avenirnextcyr-bold.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/avenirnextcyr-bold.svg#avenirnextcyr-bold') format('svg'); /* Chrome < 4, Legacy iOS */
    font-style: normal;
    font-weight:700;
}
@font-face {
	font-family: 'AvenirNextCyr';
	src: url('../fonts/avenirnextcyr-medium.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/avenirnextcyr-medium.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/avenirnextcyr-medium.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/avenirnextcyr-medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/avenirnextcyr-medium.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/avenirnextcyr-medium.svg#avenirnextcyr-medium') format('svg'); /* Chrome < 4, Legacy iOS */
    font-style: normal;
    font-weight:500;
}

body {
	background:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height: 2;
    color:#191919;
}
a {
	color:#191919;
    text-decoration:none;
    transition: all 0.3s;
}
a:hover {
	color:#191919;
    text-decoration: none;
}
input,
textarea,
a:focus {
	outline:none;
}
::-webkit-input-placeholder {opacity: 0.6;color:#9E9E9E;}
::-moz-placeholder          {opacity: 0.6;color:#9E9E9E;}
:-moz-placeholder           {opacity: 0.6;color:#9E9E9E;}
:-ms-input-placeholder      {opacity: 0.6;color:#9E9E9E;}
.form-control::placeholder   {opacity: 0.6;color:#9E9E9E;}
:focus::-webkit-input-placeholder {
  color: transparent
}
:focus::-moz-placeholder {
  color: transparent
}
:focus:-moz-placeholder {
  color: transparent
}
:focus:-ms-input-placeholder {
  color: transparent
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}
.clearfix::after, .clearfix {
    clear: both;
}
.hidden {
	display:none!important;
}
.btn {
	display:inline-flex;
	height:57px;
	border-radius:60px;
	padding:0;
	max-width:100%;
	text-decoration: none !important;
	box-sizing: border-box;
	background: #FF2480;
    transition:all 0.3s;
    box-shadow: 0px 10px 30px rgba(255, 36, 128, 0.5);
    color:#fff;
    width:253px;
    font-size:18px;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border:none;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
}
.btn:hover {
    color:#fff;
    transform: scale(1.1);
}
input[type='text'],
input[type='email'],
textarea.form-control,
textarea:hover  {
	background:none;
	height:48px;
	padding:0 20px 0 20px;
    display:inline-block;
    width:100%;
	max-width:100%;
	font:16px/48px 'Roboto', sans-serif;
	color:rgba(0, 0, 0, 0.87);
	margin:0;
    background: #FFFFFF;
    border: 1px solid rgba(25, 25, 25, 0.32);
    border-radius: 6px;
    box-shadow: none!important;
    position: relative;
    color:#000;
}
textarea.form-control {
    height:133px;
    padding:12px 60px 12px 20px;
    resize: none;
    line-height:20px;
    color:#000;
}
input[type='text']:focus,
input[type='email']:focus,
textarea:focus {
    border: 1px solid #000000 !important;
    color:#000;
    outline: none !important;
}
main {
    width:100%;
    position: relative;
    overflow: hidden;
}
.form__title {
    font-weight:700;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #666666;   
    margin:0 0 25px;
}
.form-group {
    margin:0 0 40px;
    position: relative;
}
.form-group label {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #7A7A7A;
    position:absolute;
    top:52px;
    text-align: left;
    font-family:'Roboto', sans-serif;
    left:20px;
    right:0;
}
.form-group label.error {
    color: #FF0C3E;
    opacity: 0.6;
    top:7px;
    right:10px;
    left:auto;
    padding:5px;
    background:#fff;
    margin:0;
}
.form-group input.error,
.form-group textarea.error {
    border-color:#FF0C3E;
}
/*.valid {
    background:url(../images/valid.png) right 30px center no-repeat #fff !important;
}*/
.form__box {
    color:#000;
    line-height: 1;
}
.form__box form {
    margin:20px 0 0 0;
}
.form__box .btn {
    margin:25px auto 0;
}
.form__box p {
    font-weight:400;
    font-size:12px;
    line-height: 1.1;
    margin:-5px 0 0 0;
}
.form__box p a {
    text-decoration: underline;
}
header {
    background:url(../images/project/header_bg.svg) top center no-repeat;
    padding:28px 0 24px;
    border-bottom:1px solid #F0F0F0;
    margin:0 0 30px;
}
.logo__list {
    display:flex;
    justify-content: center;
    align-items: center;
}
.logo__item {
    display:inline-block;
    line-height: 1;
    margin:0 30px;
}
.logo__item img {
    display:inline-block;
    max-width:100%;
    height:auto;
}
h1 {
    font-weight: 800;
    font-size: 32px;
    line-height: 1.5;   
    color:#000;
    text-transform: uppercase;
    margin:0 0 40px;
    padding:0 0 40px;
    border-bottom:1px solid#F0F0F0;
    text-align:center;
}
h1 span {
    color: #0086FF;  
}
.link__main-page {
    background:url(../images/project/link_arrow.png) 18px center no-repeat #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
    border-radius: 8px;  
    height: 35px;
    font-size: 12px;
    line-height: 1;
    color: #A4A4A4;
    display:inline-flex;
    align-items: center;
    padding:0 34px 0 44px;
    margin:0 0 30px;
    border: 1px solid #fff;
    cursor: pointer;
}
.link__main-page:hover {
    background:url(../images/project/link_hover_arrow.png) 18px center no-repeat #FFFFFF;
    border: 1px solid #A4A4A4;
    color: #000000;
}
.order__form {
    padding:0 0 55px;
    margin:0 auto;
    max-width:100%;
    width:790px;
}
.order__form__box {
    text-align:center;
}
.order__form__box p {
    font-size: 14px;
    line-height: 15px;
}
.order__form__box p span,
.order__form__box label span {
    color: #FF0C3E;
    margin:-4px 0 0 0;
    opacity: 1;
    font-size:14px;
    font-weight: 500;
}
.order__form__box a {
    text-decoration:underline;
}
.btn-submit {
    margin:40px auto 35px;
    box-shadow: none;
}
.form-list {
    display:flex;
    margin:0 -25px;
    position: relative;
    padding:0 0 55px;
}
.form-list:after {
    background:#F0F0F0;
    height:1px;
    position: absolute;
    left:25px;
    right:25px;
    bottom:0;
    margin:10px 0 40px;
    content:'';
    display:block;
}
.form-column {
    width:50%;
    padding:0 25px;
}
.partners {
    background: #F7F7F7;
    padding:40px 0;
}
.partner__list {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin:0 auto;
    width:820px;
    max-width: 100%;
}
.partner__item {
    display:flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding:0 15px;
} 
.partner__item img {
    display:inline-block;
    max-width:100%;
    height:auto;
}

footer {
    color:#000;
    padding:35px 0 60px;
    text-align:center;
    font-size:14px;
    line-height: 1;
    font-weight: 700;
}
footer a:hover {
    text-decoration:underline;
}
.footer__info {
    display:flex;
    flex-direction: column;
}
.footer__email {
    margin:12px 0 27px;
}
.footer__copy {
    margin:0 0 35px 0;
    font-size:10px;
    font-weight: 300;
}
.footer__mainpage {
    color: #0086FF;
    text-decoration:underline;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    z-index:99999;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    background:#fff;
    padding:55px 60px;
    display: block;
    left: 50%;
    opacity: 0;
    position: fixed;
    top: 40%;
    visibility: hidden;
    z-index:999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    width:480px;
    max-width:98%;
    text-align: center;
    box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    background: url(../images/close.svg) top center no-repeat;
    background-size:cover;
    height:28px;
    position: absolute;
    right:-45px;
    text-decoration: none;
    top: -45px;
    opacity: 1!important;
    width: 28px;
    cursor: pointer;
}
.popup .popup_title {
    font-weight: 900;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1;
	margin:0 0 35px;
    color:#000;
}
.popup p {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
    margin: -5px 0 20px 0;
}
.popup .form-group label {
    top:42px;
}
@media (max-width: 767px) {
    .logo__item {
        margin:0 15px;
    }
    .form-list {
        flex-wrap: wrap;
    }
    .form-column {
        width:100%;
    }
    .partner__list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .partner__item {
        width:50%;
        margin:15px 0;
    }
}
@media (max-width: 414px) {
    h1 {
        font-size: 24px;
    }
    .partner__item {
        width:100%;
    }
}