@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('../fonts/MuseoSansCyrl-100.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MuseoSansCyrl-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/MuseoSansCyrl-100.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/MuseoSansCyrl-100.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MuseoSansCyrl-100.svg#MuseoSansCyrl-100') format('svg'); /* Legacy iOS */
       font-weight: 100;
       font-style: normal;
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('../fonts/MuseoSansCyrl-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MuseoSansCyrl-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/MuseoSansCyrl-300.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/MuseoSansCyrl-300.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg'); /* Legacy iOS */
       font-weight: 300;
       font-style: normal;
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('../fonts/MuseoSansCyrl-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MuseoSansCyrl-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/MuseoSansCyrl-700.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/MuseoSansCyrl-700.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg'); /* Legacy iOS */
       font-weight: 700;
       font-style: normal;
}

body {
	background: #fff;
	font-family: 'Museo Sans Cyrl', sans-serif;
	color: #404048;
	letter-spacing: 0em;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Museo Sans Cyrl', sans-serif;	
	font-weight: 700;	
	color: #081d42;
	line-height: 1.6em;
	margin: 0;
}

a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
	-webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
}

.btn:focus {
	box-shadow: none;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
	outline: none;
}

a, button {	
	transition: all 0.3s ease;
}

p {
	margin: 0;    
    line-height: 1.2em;   
}

/* ------ Header ------ */

.header {	
	padding-bottom: 135px;	
	background: url(../img/header-bg.jpg) no-repeat fixed center top;
	border-bottom: 16px solid rgba(255, 255, 255, 0.21);
}

.navigation {	
	background-color: rgba(191, 194, 200, 0.41);
	padding-bottom: 9px;
	border-bottom: 4px solid rgba(88, 100, 122, 0.21);	
}

.navigation:before {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background-color: #58647a;
	margin-bottom: 17px;	
}

.menu {
	margin-top: 22px;		
}

.menu__item a {
	color: #3f4b60;	
	font-size: 17px;
	font-weight: 700;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 5px;
}

.menu__item a:hover {
	background: #149d6f;
	color: #fff;
}

.menu-opened {
	justify-content: space-between;
	padding-left: 100px;
	padding-right: 100px;
}

.btn {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 700;
	background: #1cb883;
	border-radius: 0;
    padding: 8px 18px 9px 18px;   
    width: 156px;
	height: 35px;
	box-shadow: 0 4px 0 #149d6f;
}

.navigation__btn {
	margin-bottom: 13px;
	outline: none;
}

.btn:hover {
	color: #1cb883;
	background: #fff;
	border-bottom: none;
}

.btn:acive {
	box-shadow: none;
	outline: none;
}

.navigation__btn:active {
	margin-bottom: 9px;
}

.fa-phone {
	color: #46e6b0;
	margin-right: 1px;
}

.fa-bars {
	font-size: 26px;
	color: #3f4b60;	
	margin-bottom: 6px;
}

.offer__heading {
	font-size: 58px;
	margin-top: 78px;
	margin-bottom: 5px;
}

.offer__desc {
	font-size: 29px;
	font-weight: 100;
	color: #081d42;
	width: 460px;
}

.offer__icons {
	background: rgba(255, 255, 255, 0.82);	
	box-shadow: 0 0 0 3px rgba(255,255,255,0.66);
	border-radius: 3px;
	width: 172px;
	margin-top: 31px;
	padding: 8px 17px;	
	justify-content: space-between;
}

.offer__icon {
	font-size: 17px;
	width: 30px;
	height: 30px;	
	display: flex;
	justify-content: center;
	align-items: center;
}

.offer__icon:hover {
	border-radius: 50%;
	transition: border-radius 0.5s ease;
}

.offer__icon_facebook {	
	border: 2px solid #3d6ca8;
}

.offer__icon_twitter {	
	border: 2px solid #43c9fd;
}

.offer__icon_telegram {	
	border: 2px solid #25a3d4;
}

.fa-facebook {
	color: #3d6ca8;		
}

.fa-twitter {
	color: #43c9fd;
}

.fa-telegram-plane {
	color: #25a3d4;
}

/* ------ Trust ------ */

.trust {
	background: #f1f1f3;
	padding: 44px 0 100px 0;	
}

.trust__heading {
	font-size: 29px;
	margin-bottom: 38px;
	text-align: center;
}

.about-us {
	text-align: center;
}

.about-us__pic {
	width: 119px;
	height: 119px;
	margin: 0 auto;
	background-color: #c8cbdb;
	border-radius: 50%;
	text-align: center;
	line-height: 116px;
}

.about-us__text {
	letter-spacing: 0.02em;
}

.about-us__title {
	font-size: 21px;
	margin-top: 16px;
	margin-bottom: 10px;
}

/* ------ Merits------ */

.merits {
	padding-bottom: 82px;
	position: relative;
}

.merits__btn {
	border: 1px solid #1cb883;
	
	font-size: 16px;
	position: absolute;
	top: -23px;
	left: 50%;
	margin-left: -85px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	width: 170px;
	height: 44px;
}

.merits__btn:hover {
	border: 1px solid #1cb883;
}

.merits__btn:active {
	border: 1px solid #1cb883;
	margin-top: 4px;
}

.merit {
	text-align: center;
	margin-top: 104px;
}

.merit__letter {
	color: white;
	font-size: 50px;
	font-weight: 100;
	width: 86px;
	height: 86px;
	background-color: #102e62;
	line-height: 86px;
	border-radius: 50%;
	margin: 0 auto;
}

.merit__title {
	font-size: 24px;
	font-weight: 100;
	color: #081d42;
	margin-top: 2px;
	margin-bottom: 8px;
}

.merit__title span {
	color: #b81c31;
}

.merit__text {
	letter-spacing: 0.02em;
}

/* ------ About-company------ */

.about-company {	
	background:  url(../img/missionnews-bg.png) center bottom rgb(88, 100, 122);
	padding: 35px 0 22px 0;
	color: #fff;
}

.mission__title,
.news__title {
	color: #fff;
	font-size: 23px;	
	opacity: 0.4;
	border-bottom: 3px solid rgba(255, 255, 255, 0.1);	
	border-radius: 1px;
	padding-bottom: 5px;
	margin-bottom: 21px;
}

.mission__wrapper {
	display: flex;
	justify-content: space-between;
}

.mission__content_left {
	max-width: 460px;
	margin-bottom: 20px;
}

.mission__content_right {
	max-width: 341px;
}

.mission__text {	
	font-size: 15px;
	opacity: 0.67;
	margin-bottom: 20px;
}

.mission__btn {
	width: 173px;
	height: 44px;
	border: 2px solid rgba(255, 255, 255, 0.69);
	font-size: 16px;
	opacity: 0.72;
	background-color: rgba(88, 100, 122, 0.94);
	border-radius: 0;
	padding-top: 9px;
	box-shadow: none;
	margin-top: 40px;
}

.mission__btn:hover {
	color: rgba(88, 100, 122, 0.94);
}

.news__item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);	
	border-radius: 1px;
	padding-bottom: 11px;
	margin-bottom: 17px;
	position: relative;
}

.news__item img {
	position: absolute;
	top: 3px;
}

.news__text {
	color: #fff;
	opacity: 0.75;	
	font-size: 13px;
	font-weight: 700;
	padding-left: 70px;
	margin-bottom: 14px;
}

.news__text:hover {
	opacity: 1;
}

.news__time {
	font-size: 10px;
	font-weight: 100;	
	opacity: 0.43;
	padding-left: 70px;
}

/* ------ Links------ */

.links {
	background-color: #3a4456;
	padding-top: 11px;
	padding-bottom: 28px;
	color: #fff;
}

.links__item {
	margin-bottom: 15px;
}

.links__title {
	color: #fff;
	font-size: 19px;
	opacity: 0.66;
	margin-bottom: 11px;
	margin-top: 25px;
}

.links__content a {
	display: block;
	color: #fff;
	line-height: 21px;
	opacity: 0.46;	
}

.links__content a:hover {
	opacity: 1;
}

/* ------ Footer------ */

.footer {
	background-color: #1f2531;
	color: #fff;	
}

.location {
	font-size: 12px;
	font-weight: 100;
	opacity: 0.52;
	margin-top: 36px;
}

.location__questions {
	max-width: 195px;
	margin-bottom: 16px;
}

.location__address {
	max-width: 110px;
}

.copyrights {
	margin-top: 40px;
	max-width: 180px;
}

.design {
	opacity: 0.63;
	font-size: 10px;
	position: relative;
}

.design__letter {
	font-size: 15px;
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.63);
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;	
}

.design__desc {
	font-size: 10px;
	font-weight: 100;
	padding-left: 36px;
	line-height: 1.2em;
}

.design__desc span {
	font-size: 12px;
	text-transform: uppercase;
}

.copyright {
	font-size: 12px;
	font-weight: 100;
	opacity: 0.45;
	margin-top: 24px;
	width: 130px;
}

.copyright__text span {
	font-weight: 700;
}

.copyright a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);	
}

.footer__btn {
	margin-top: 69px;	
}

.footer__btn .fa-phone {
	transform: rotate(90deg);
}

.footer__btn:active {
	margin-top: 73px;
}

.footer:after {
    content: '';
    display: block;
    width: 100%;
    height: 18px;
    background-color: #58647a;
    margin-top: 42px;
}

/* ------ Page 2 About------ */

/* ------ Header_inner------ */

.header_inner {
	background-image: none;
	padding-bottom: 0;
	border-bottom: none;
}

.navigation_inner {
	border-bottom: 4px solid #f1f1f3;
	transition: height 10s ease;
}

/* ------ Intro------ */

.intro {
	background-color: rgba(241, 241, 243, 0.34);
	padding: 52px 0 67px 0;
}

.info__heading {
	font-size: 38px;
}

.info__link {
	font-size: 16px;
	color: #7e838d;
	
}

.info__link  {
	color: #7e838d;
}

.info__main {
	color: #49556b;
	border-bottom: 1px solid #49556b;
	cursor: pointer;
}

.info__main:hover {
	color: #b81c31;
	border-bottom: 1px solid #b81c31;
}

.info__arrow {	
	font-family: 'Arial';
	font-size: 12px;	
}

.intro-menu {
	margin-top: 15px;
}

.intro-menu__item {	
	font-size: 16px;
	font-weight: 700;
}

.intro-menu__item a {
	color: #a1a6af;
	padding: 12px 14px;
	display: block;
	border: 2px solid transparent;
}

.intro-menu__item a:hover {
	color: #b81c31;
	border: 2px solid #b81c31;	
}

/* ------ Benefits------ */

.benefits {
	padding: 47px 0 71px 0;
}

.benefits__heading {
	font-size: 29px;
	letter-spacing: 0.02em;
}

.benefits__content {
	font-size: 15px;
	letter-spacing: 0.02em;
	margin-top: 21px;
	margin-bottom: 52px;
}

.benefits__list:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #e5e6e8;	
}

.benefits__item {
	position: relative;
}

.benefits__item:after {
	content: '';
	display: block;
	max-width: 960px;
	height: 2px;
	background-color: #e5e6e8;
	margin-top: 31px;
}

.benefits__pic {
	width: 60px;
	height: 60px;
	color: #102e62;
	border-radius: 50%;
	border: 2px solid #102e62;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 7px;
	left: 4px;
}

.benefits__title {
	font-size: 18px;
	margin-bottom: 15px;
	padding-left: 98px;
	margin-top: 31px;
}

.benefits__text {
	padding-left: 98px;
	letter-spacing: 0.02em;
}

.capacity__heading {
	font-size: 29px;
	letter-spacing: 0.02em;
	margin-top: 47px;
	margin-bottom: 32px;
}

.capacity__item {
	position: relative;
	max-width: 262.5px;
}

.capacity__item img {
	width: 100%;
}

.capacity__overlay {
	position: absolute;
	color: #fff;
	font-size: 29px;
	opacity: 0;
	top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	background-color: rgba(58, 68, 86, 0.69);
	border: 7px solid #9a97a7;
	transition: all 0.6s ease;
	display: flex;   
    justify-content: center;
    align-items: center;
}

.capacity__item:hover .capacity__overlay {
	opacity: 1;
    cursor: pointer;
}

.lb-nav a.lb-prev {
	background: url(../img/prev.png) left 48% no-repeat;
}

.lb-nav a.lb-next {
	background: url(../img/next.png) right 48% no-repeat;
}

.lb-cancel {
	background: url(../img/loading.gif) no-repeat;
}

.lb-data .lb-close {
	background: url(../img/close.png) top right no-repeat;
}

/* ------ Page 3 Services------ */

/* ------ Intro------ */

.intro-menu__item_services {
	font-size: 13px;
	font-weight: 300;
}

.intro-menu__item_services span {
	font-size: 16px;
	font-weight: 700;
	display: block;
}

/* ------ Interactive------ */

.interactive {
	background: url(../img/interactive-bg.jpg) center/cover;	
	padding: 40px 0 39px 0;
	color: #fff;
}

.interactive__pic img {
	border: 7px solid rgba(255, 255, 255, 0.39);
	border-radius: 50%;
}

.interactive__content {
	margin-bottom: 18px;
}

.interactive__title {
	color: #fff;
	letter-spacing: 0.02em;
	font-size: 25px;
	margin-bottom: 19px;
	max-width: 210px;
	line-height: 1em;
}

.interactive__text {
	font-size: 15px;
	letter-spacing: 0.02em;
	max-width: 330px;
}

.interactive__list {
	width: 369px;
	min-height: 229px;
	border: 2px solid rgba(255, 255, 255, 0.48);
	border-radius: 5px;
	line-height: 2.3em;
	padding: 11px 28px;
}

.interactive__item {
	font-size: 13px;
	font-weight: 400;
}

.interactive__item span {
	margin-right: 3px;
}

.interactive__item a {
	color: #fff;
	letter-spacing: 0.02em;
	font-size: 15.42px;
	word-spacing: 0.04em;
}

.interactive__item a:hover {
	border-bottom: 1px solid #fff;
}

/* ------ Service------ */

.main-content__heading {
	font-size: 29px;
	letter-spacing: 0.02em;
	margin-bottom: 19px;
	margin-top: 49px;
}

.main-content__desc {
	margin-bottom: 38px;
	letter-spacing: 0.02em;
}

.main-content__text {
	font-size: 15px;
	margin-bottom: 17px;
}

.form {
	background: url(../img/form-bg.png) no-repeat right bottom;
	width: 470px;
	min-height: 190px;
	border: 2px solid #e3e4e6;
	border-radius: 3px;
	padding: 20px 0 31px 30px;	
}

.form__title {
	color: #414449;
	font-size: 16px;
	letter-spacing: 0.02em;
	margin-bottom: 13px;
}

.form__btn {
	width: 157px;
	height: 42px;
	border: 2px solid #b81c31;
	border-radius: 2px;
	background: #fff;
	box-shadow: none;
	color: #b81c31;
	font-size: 14px;
	display: inline;	
}

.form__btn:hover {
	background: #b81c31;
	color:  #fff;
	border: 2px solid #b81c31;;
}

.form__phone {
	color: #585f6b;
	margin-left: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.form__text {
	margin-top: 14px;
	font-size: 12px;
	color: #888d95;
	letter-spacing: 0.02em;
	width: 230px;
}

.sidebar {
	background-color: #fafafb;
	padding-top: 45px;
	padding-bottom: 146px;
}

.sidebar__title {
	font-size: 18px;
	color: #58647a;
	opacity: 0.68;
	margin-left: 27px;
}

.sidebar__list:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e5e6e8;
	margin-top: 39px;
	color: #fff;
	opacity: 0.72;
	margin-bottom: 14px;
}

.sidebar__item {
	position: relative;
	max-width: 290px;
}

.sidebar__item span {
	position: absolute;
	display: inline-block;
	width: 11px;
	height: 11px;
	opacity: 0.57;
	background-color: #747487;
	border-radius: 2px;
	left: 26px;
	top: 4px;	
}

.sidebar__item a {
	display: block;
	color: #747487;
	font-size: 15.42px;
	font-weight: 700;
	padding-left: 54px;
	line-height: 1.2em;
}

.sidebar__item a:hover {
	opacity: 0.5;
}

.sidebar__item:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e5e6e8;	
	color: #fff;
	opacity: 0.72;
	margin-top: 13px;
	margin-bottom: 10px;
}

.sidebar__feedbacks {
	margin-top: 51px;
}

.sidebar__slide {
	margin-top: 32px;
	padding-left: 32px;
	padding-right: 32px;
	/*flex-direction: column;
	justify-content: center;*/
}

.slick-prev,
.slick-next {
	color: #404048;
	font-size: 25px;
	cursor: pointer;
}

.slick-prev {
	left: 25px;
	top: 101px;
	z-index: 1;
}

.slick-next {
	right: 25px;
	top: 101px;
}

.slick-prev:before {
	display: none;
}

.slick-next:before {
	display: none;
}

.slick-prev:hover,
.slick-prev:focus {
	color: #404048;  
   	left: 20px;
}

.slick-next:hover,
.slick-next:focus {
	color: #404048;  
   	right: 20px;
}

.sidebar__pic img {
	border: 5px solid #656e8d;
	border-radius: 50%;
	width: 140px;
	height: 140px;
	margin: 0 auto;
}

.sidebar__name {
	font-size: 15.42px;
	font-weight: 700;
	color: #747487;
	margin-top: 18px;
	margin-bottom: 12px;
	text-align: center;
}

.sidebar__text {
	font-size: 13px;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	max-width: 280px;
	text-align: center;
	margin: 0 auto;
}

.slick-dots li button:before {
	font-family: 'slick';   
    position: absolute;
    top: 0;
    left: 0;
  	width: 11px;
	height: 11px;
    content: '';
    text-align: center;
    opacity: 0.55;
    background-color: #8b9ab7;   
}

.slick-dots li.slick-active button:before {
	 opacity: 1;
}

.slick-loading .slick-list
{
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

.sidebar__icon {
	display: flex;
	justify-content: center;
}

.fa-facebook-f {
	color: #2c60a0;
	margin-top: 16px;
	margin-bottom: 21px;
}

/* ------ Page 4 Contacts------ */

/* ------ Intro------ */

.intro-menu__item_contacts {
	font-size: 16px;
	font-weight: 700;
}

/* ------ Map------ */

.map {
	/*height: 443px;*/
	/*background: #e9e5dc;*/
	/*padding-top: 47px;
	padding-bottom: 47px;*/
	color: #fff;
	/*position: relative;*/
}

/*.container-fluid_plain {
	padding: 0;
}*/

.window {
	background: rgba(124, 133, 148, 075);
	border-radius: 8px;
	padding: 22px 35px 55px 28px;
	width: 471px;
	position: relative;
	margin-top: -392px;
	margin-bottom: 47px;
}

.window:before {
	content: '';
	width: 0;
	height: 0;
	border: 16px solid transparent;
    border-left: 16px solid rgba(124, 133, 148, 075);
    border-bottom: 16px solid rgba(124, 133, 148, 075);
	position: absolute;
	left: -15px;
	top: 23px;
	border-radius: 0 0 0 3px;
	transform: rotate(45deg);
}

.window__top {
	align-items: center;
}

.window__title {
	color: #fff;
	font-size: 21px;
	letter-spacing: 0.02em;
}

.window__icons {
	width: 131px;
	justify-content: space-between;
}

.window__icon {
	color: #fff;
	font-size: 17px;
	width: 30px;
	height: 30px;	
	display: flex;
	justify-content: center;
	align-items: center;
}

.window__icon:hover {
	border-radius: 50%;
	transition: border-radius 0.5s ease;
}

.window__icon {	
	border: 2px solid #fff;
}

.window__icon .fa-facebook,
.window__icon .fa-twitter,
.window__icon .fa-telegram-plane {
	color: #fff;
}

.window__content {
	display: flex;
	justify-content: space-between;
	margin-top: 63px;
}

.window__content:before {
	content: '';
	display: block;
	width: 410px;
	height: 2px;
	opacity: 0.22;
    background-color: white;
    border-radius: 1px;
    top: 71px;
    position: absolute;
}

.window__left {
	margin-left: 8px;
}

.window__phones {
	font-size: 16px;    
    width: 190px;
    margin-bottom: 24px;
}

.window__phone {
	color: white;
	display: block;
	margin-bottom: 5px;
}

.window__phone:hover {
	color: #fff;
	opacity: 0.5;
}

.window__phone .fa-phone {
	color: #fff;
	font-size: 13px;
	transform: rotate(90deg);
}

.window__location {
	font-size: 16px;
	position: relative;
	margin-bottom: 23px;	
}

.window__location .fa-location-arrow {
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 4px;
}

.window__address {
	color: #fff;
	padding-left: 25px;
	width: 170px;
}

.window__email {
	color: #fff;
	font-size: 16px;
	margin-left: 4px;
}

.window__email:hover {
	color: #fff;
	opacity: 0.5;
}

.window__email .fa-envelope {
	font-size: 16px;
}

.window__right {
	margin-right: 2px;
}

.window__text {
	color: #fff;
	font-size: 12px;
	opacity: 0.75;
	margin-bottom: 12px;
	line-height: 1.3em;
	width: 180px;	
}

.hidden {
	display: none;
}

/* ------ Всплывающее окно------ */

.box-modal {
	position: relative;
	max-width: 412px;
    min-height: 421px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 4px 46px rgba(0, 0, 0, 0.41);	
	background: #fff;		
}

.box-modal_close {
	color: #081d42;
	text-align: right;
	font-size: 20px;	
	padding-top: 15px;
	padding-right: 20px;
	cursor: pointer;
}

.form-modal {
	padding: 30px 53px 20px 53px;
}

.form-modal__title {
	font-size: 21px;
	font-weight: 700;
    color: #081d42;
    text-align: center;
}

.form-modal__text {
	letter-spacing: 0.02em;
	line-height: 1.25em;
	margin-top: 14px;
	margin-bottom: 28px;
	text-align: center;
}

.form-modal__input {
	border: none;
	border-bottom: 1px solid rgba(33, 37, 63, 0.62);
	font-family: 'Museo Sans Cyrl', sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.02em;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 23px;
}

.form-modal__btn {
	width: 308px;
	height: 43px;
	font-size: 15px;
	padding-top: 8px;
	margin-top: 8px;
}

.form-modal__btn:hover {
	background: #1cb883;
	border-bottom: #1cb883;
	opacity: 0.8;
	padding-top: 7px;
	color: #fff;
}

.form-modal__btn:active {
	margin-top: 11px;
	box-shadow: none;
	transition: all 0.5s ease;
}

.arcticmodal-overlay {
	background-color: #131731!important;
	opacity: 0.93!important;
}

