@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600&display=swap');

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.error_page {

}

.error_page p {
  display: block;
}

.error_page .front_section {
  padding-top: 0;
}

.error_page .front_section .title_block {
  transform: translateY(-15px);
}


.error_page .front_section .title_block p{
  margin-bottom: 2rem;
}

html {
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color: #000000;
}
body {
	position: relative;
  min-height: 100vh;
  margin: 0;
}
.intro--inside
{
	background: #131313;
    padding: 12rem 0 4rem;
}
.intro--inside .intro__title
{
	margin-top: 0;
	font-size:3rem;
	font-weight:600;
	color:#fff;
}
.intro__title {
  margin-top: 35px;
}

.intro__title h1 {
  margin-bottom: 35px;
  font-size: 5.5rem;
  line-height: 1.25;
  font-weight: 400;
}

.page__text {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  padding:5rem 0;
}

.alert {
  padding: 1rem 0 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: left;
    color: #ec0606;
}

.alert--green {
  color: #fff;
  background-color: #45b833;
}

section {
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1260px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
h1,
h2,
h3,
h4 {
	margin: 0;
	font-weight: 400;
}
h1 {
	margin-bottom: 0;
	font-size: 6rem;
    font-weight: 600;
}
ul,
ol,
li {
	margin: 0;
  padding: 0;
  list-style: none;
}
p, li, a {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.5;
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  border-radius: 0;
}
.button {
	display: inline-block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 5px 50px;
	background-color: #333183;
	border-radius: 5px;
	border: solid 2px #333183;
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.5;
	color: #FFFFFF;
	cursor: pointer;
}
.button:hover {
	background-color: transparent;
	color: #333183;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.txt
{
	font-size: 1.4rem;
    line-height: 1.5;
}
/*scrollbar - start*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background-color: #F1FBFF;
}
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #F1FBFF;
}
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background-color: #333183;
	border-radius: 10px;
	border: solid 1px #F1FBFF;
}
/*scrollbar - end*/
.modal {
	position: relative;
	display: none;
}
.modal_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 630px;
	height: 100vh;
	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;
	background-color: #17181E;
	z-index: 100;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.modal_menu.active {
	right: 0;
}
.modal_menu ul {
	margin-bottom: 20px;
}
.modal_menu ul:last-child {
	margin-bottom: 0;
}
.modal_menu a {
	font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.45;
    color: #ffffff;
    min-width: 22rem;
}

.modal_menu li a:hover,
li.current_item a {
	opacity: 0.6;
}
li.current_item a {
	pointer-events: none;
}
.close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.close_menu {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18 1.06054L16.9395 0L9 7.93946L1.06054 0L0 1.06054L7.93946 9L0 16.9395L1.06054 18L9 10.0605L16.9395 18L18 16.9395L10.0605 9L18 1.06054Z' fill='white'/%3e%3c/svg%3e ");
}
.close:hover {
	opacity: 0.6;
}
.burger_menu {
  width: 24px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: 300;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.burger_menu:hover {
	opacity: 0.6;
}
.burger_menu span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #5d5d5d;
}
.wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
}
.title_block * {
	display: inline-block;
}
.title_block h1,
.title_block h2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.title_block.text_left * {
	text-align: left;
}
/*header - start*/
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 40px;
	background:#fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	z-index: 10;
}
.header .container
{
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .nav_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header .navigation>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header .navigation>ul>li {
	position: relative;
	margin-right: 40px;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #131313;
	font-weight:500;
}
.header .navigation>ul>li.active {
	color:#e07122;
	font-weight:600;
}
.header .navigation>ul>li:last-child {
	margin-right: 0;
}
.header .navigation li.parrent_item a {
	padding-right: 15px;
}
.header .navigation li.parrent_item:before {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 2px);
	width: 6px;
	height: 4px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='4' viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 4L-1.27146e-07 -4.76995e-08L1 -1.98695e-07L3 2.5L5 -5.6426e-07L6 -4.76837e-07L3 4Z' fill='white'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.header .navigation>ul>li:hover>a,
.header .navigation>ul>li.parrent_item:hover:before {
	opacity: 0.6;
}
/*header - end*/
/*front_section - start*/
.front_section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 70vh;
	padding-top: 4.5vw;
	background-color: transparent;
}
.front_section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
	z-index: -1;
}
.private-equity_page .front_section:before {
	opacity: 0.7;
}
.front_section .title_block {
	text-align: center;
  margin: 0 auto;
}
.front_section .title_block p {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.6rem;
}
.front_section .title_block * {
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
}
.scroll_down {
	position: absolute;
	bottom: 40px;
	left: calc(50% - 20px);
	width: 36px;
	height: 36px;
	text-align: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.scroll_down:hover {
	-webkit-transform: translateY(5px);
	    -ms-transform: translateY(5px);
	        transform: translateY(5px);
}
/*front_section - end*/
/*what_we_do_section - start*/
.what_we_do_section {
	padding: 120px 0;
}
.what_we_do_section .container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.what_we_do_section .title_block {
	padding: 0 75px;
}
.what_we_do_section .title_block * {
	text-align: center;
	color: #000000;
}
.what_we_do_section .title_block h2 {
	margin-bottom: 35px;
    font-size: 3.5rem;
    line-height: 1.25;
    font-weight: 600;
}
.icon_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -15px;
}
.icon_block article {
	width: calc(100% / 3 - 30px);
	margin: 15px;
	padding: 35px;
	background-color: #333183;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.icon_block article:hover {
	-webkit-box-shadow: 4px 4px 20px rgba(0,0,0,0.25);
	        box-shadow: 4px 4px 20px rgba(0,0,0,0.25);
}
.icon_block article img {
	margin: 0 0 40px auto;
}
.icon_block article * {
	margin-bottom: 2px;
	color: #FFFFFF;
}
.icon_block article h2 {
	margin-bottom: 15px;
	font-size: 3rem;
	line-height: 1;
}
/*what_we_do_section - end*/
/*portfolio_section - start*/
.portfolio_section {
	padding: 60px 0 200px 0;
}
.portfolio_section .container,
.things_we_do_section .container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.portfolio_section .title_block,
.things_we_do_section .title_block {
	margin-bottom: 70px;
}
.portfolio_section .title_block h2,
.things_we_do_section .title_block h2,
.info_blocks .title_block h2 {
	font-size: 3.5rem;
    font-weight: 600;
	color: #131313;
}
.portfolio_section .title_block p,
.things_we_do_section .title_block p,
.info_blocks .title_block p {
	font-size: 4rem;
	line-height: 1.3;
}
.portfolio_block,
.things_we_do_block {
	width: 50%;
	padding-right: 15px;
}
.wrapper>img {
	position: absolute;
	top: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}
.image_right .wrapper>img {
	left: calc(50% + 15px);
	min-width: calc(50% - 15px);
}
.portfolio_block div,
.things_we_do_block div {
	padding: 45px 73px 40px 0;
	border-top: solid 1px #EEEEEE;
}
.portfolio_block div:last-child,
.things_we_do_block div:last-child {
	padding-bottom: 0;
}
.portfolio_block div h4,
.things_we_do_block div h4 {
	margin-bottom: 15px;
	font-size: 3rem;
	line-height: 1;
}
/*portfolio_section - end*/
/*our_core_values - start*/
.our_core_values {
	padding: 145px 0 155px 0;
}
.our_core_values:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #17181E;
	opacity: 0.9;
	z-index: -1;
}
.our_core_values .container {
	-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;
	text-align: center;
	color: #FFFFFF;
}
.our_core_values .title_block .title_block_list * {
	position: relative;
	margin: 0 14px;
	font-size: 3rem;
	font-weight: 600;
}
.our_core_values .title_block .title_block_list *:before {
	content: '';
	position: absolute;
	left: -16px;
	top: calc(50% - 3px);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #9A9A9C;
}
.our_core_values .title_block .title_block_list *:first-child:before {
	display: none;
}
.our_core_values .title_block h2 {
	font-size: 5.5rem;
}
.our_core_values .title_block .title_block_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.our_core_values hr {
	width: 150px;
	height: 1px;
	margin: 30px 0 50px 0;
	background-color: rgba(196, 196, 196, 0.5);
	border: none;
}
/*our_core_values - end*/
/*about_us_section - start*/
.about_us_section {
	padding: 200px 0 165px 0;
}

/*.image_left img*/
.image_block {
	position: relative;
	width: calc(((100% - 1260px) / 2) + 1260px);
	margin-bottom: 50px;
}
.image_block img {
	width: 100%;
}
.image_block .text_block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	background-color: rgba(0,0,0,0.5);
	color: #FFFFFF;
}
.image_block .text_block .container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0 0 0 auto;
	padding: 0 30px 50px 30px;
}
.image_block .text_block h2 {
	margin-bottom: 5px;
	font-size: 5.5rem;
}
.about_us_section .container {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.about_us_section .container div {
	width: 310px;
  margin: 0 30px 30px 0;
}
.about_us_section .container div h2,
.about_us_section .container div h3,
.about_us_section .container div h4,
.about_us_section .container div h5,
.about_us_section .container div h6 {
	margin-bottom: 10px;
	font-size: 3rem;
}
/*about_us_section - end*/
/*important_details_section - start*/
.important_details_section {
	padding: 115px 0 110px 0;
	background-color: #F6F6F6;
}
.important_details_section .container {
	-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;
	text-align: center;
}
.important_details_section .title_block {
  margin-bottom: 45px;
}
.important_details_section h2 {
	font-size: 5.5rem;
}
.important_details_section p {
	font-size: 3rem;
}
/*important_details_section - end*/
/*footer - start*/
.footer {
	padding: 60px 0;
	background-color: #131313;
	color: #FFFFFF;
	font-size: 1.5rem;
}
.footer_widget.small_widget .footer-block-title, .footer_widget.large_widget .footer-block-title
{
	font-size:2rem;
	margin-bottom:2rem;
	font-weight: 500;
}
.footer .footer_menu:last-child
{
	margin-bottom:0;
}
.footer h4 {
	color: #fff;
}
.footer_widget.small_widget {
	width: 50%;
	padding-right: 30px;
	border-right: solid 1px rgba(196, 196, 196, 0.3);
}
.footer_widget.large_widget {
	width: 25%;
	padding-left: 6rem;
}
.footer_widget.large_widget.border {
	border-right: solid 1px rgba(196, 196, 196, 0.3);
}
.footer_widget * {
	font-size: 1.5rem;
}
.footer_widget.small_widget strong {
	font-size: 1.5rem;
}
.footer_widget.small_widget>div {
	margin-bottom: 1px;
}
.footer_widget.small_widget h4 {
	margin-bottom: 10px;
}
.footer_widget.small_widget>p {
	margin-top: 40px;
}
.footer_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 1rem;
}
.footer_menu li {
	margin-right: 20px;
}
.footer_menu li:last-child {
	margin-right: 0;
}
.footer_menu li>a {
	font-size: 1.8rem;
	font-weight: 700;
}
.footer a:hover {
	opacity: 0.6;
}
/*footer - end*/
/*things_we_do_section - start*/
.things_we_do_section {
	padding: 190px 0 0 0;
}
.private-equity_page .things_we_do_section,
.insfrastructure_page .things_we_do_section {
	padding-bottom: 200px;
}
/*things_we_do_section - end*/
/*portfolio_building - start*/
.portfolio_building_page .front_section:before {
	opacity: 0.5;
}
/*portfolio_building - end*/
/*info_blocks - start*/
.info_blocks {
	padding: 5rem 0;
}
.gray
{
	background: #f7f7f7;
}
.info_blocks .container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.info_blocks .title_block {
	margin-bottom: 3rem;
}
.info_blocks_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;
	margin: 0 -15px;
}
.info_blocks_wrapper article {
	width: calc(100% / 4 - 30px);
	margin: 15px;
}
.info_blocks_wrapper.three-colls article {
	width: calc(100% / 3 - 30px);
	margin: 15px;
}
.info_blocks_wrapper article * {
	margin-bottom: 12px;
	font-weight: 400;
}
.info_blocks_wrapper article h2 {
	margin-bottom: 2rem;
	font-size: 2rem;
    font-weight: 600;
    color: #131313;
}
.info_blocks_wrapper article img {
	margin-bottom: 2rem;
}
/*info_blocks - end*/
/*modal_request - start*/
.overlay_request {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(23,24,30,0.72);
	z-index: 100;
}
.modal_request {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 390px;
	max-width: calc(100% - 30px);
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-color: #FFFFFF;
	-webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
	        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	padding: 40px 50px;
	z-index: 101;
}
.close_modal {
	width: 14px;
	height: 14px;
	top: 28px;
	right: 26px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0.824864L13.1751 0L7 6.17514L0.824864 0L0 0.824864L6.17514 7L0 13.1751L0.824864 14L7 7.82486L13.1751 14L14 13.1751L7.82486 7L14 0.824864Z' fill='black'/%3e%3c/svg%3e ");
}
.modal_request .title_block {
	margin: 15px 0;
}
.modal_request .title_block * {
	font-size: 2.5rem;
}
.modal_request form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.modal_request form input {
	margin-bottom: 44px;
	padding-bottom: 10px;
	border: none;
	border-bottom: solid 4px #A4A4A4;
	font-size: 1.3rem;
	line-height: 2;
	color: #787878;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.modal_request form input:hover,
.modal_request form input:active,
.modal_request form input:focus {
	border-bottom-color: #333183;
}
.modal_request form input[type="submit"] {
	background-color: #333183;
	border: solid 2px #333183;
	border-radius: 5px;
	margin-bottom: 0;
	padding: 13px;
	font-size: 2rem;
	line-height: 1.3;
	color: #FFFFFF;
	cursor: pointer;
}
.modal_request form input[type="submit"]:hover {
	background-color: transparent;
	color: #333183;
}
/*modal_request - end*/

.request_form i {
  margin-top: 15px;
  font-size: 30px;
  animation: kb 2s linear infinite;
  text-align: center;
}

@keyframes kb {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg);
  }
}

.info_blocks-img-wrapper {
  height: 220px;
}
.activities .info_blocks-img-wrapper {
    height: 170px;
}
.info_blocks-img-wrapper img {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news__wrapper {
  padding-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}


.news__block {
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.news__title {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  color: #131313;
}

.news__img-wrapper {
  height: 300px;
  margin-bottom: 15px;
}

.news__img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news__item {
  display: block;
}
.clear
{
	clear:both;
}
.news__text {
  margin-bottom: 12px;
  font-weight: 400;
}
.news__opened .block__text
{
	padding: 7rem 0 2rem;
}
.news__opened .main-image
{
	float:left;
	width:50rem;
	margin:-20px 3rem 3rem 0;
}
.block__text
{
	font-size:1.4rem;
	line-height:1.5;
}
/*advantages*/
.advantages
{
	padding: 5rem 0;
}
.advantages .title_block
{
	text-align:center;
	margin-bottom: 3rem;
}
.advantages .title_block h2
{
	font-size: 3.5rem;
    font-weight: 600;
    color: #131313;
}
.advantages_wrapper
{
	display:flex;
	justify-content: space-between;
}
.advantage-block
{
	width:21%;
}
.advantage-block img
{
	margin:0 auto 2rem;
	height:6rem;
}
.advantage-block h2
{
	margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
    color: #131313;
	text-align:center;
}
.advantage-block .txt
{
	text-align:center;
}
.contacts-page{
	padding:5rem 0;
	font-size:1.5rem;
}
@media screen and (max-width: 767px)
{
	.header .container {
		padding: 0;
	}
	.intro--inside {
		padding: 8rem 0 1.5rem;
	}
	.info_blocks.advantages
	{
		padding-bottom:3rem;
	}
	.advantages_wrapper
	{
		flex-wrap: wrap;
	}
	.advantage-block {
		width: 50%;
		margin-bottom:4rem;
		padding:0 1rem;
	}
	.info_blocks_wrapper.three-colls article {
		width: 100%;
		margin: 15px;
	}
	.footer_widget.large_widget.border
	{
		border-right:0;
		border-bottom: solid 1px rgba(196, 196, 196, 0.3);
		padding-bottom:3rem;
	}
	.form__group input[type=text], .form__group textarea {
		width:100%;
	}
	.form__group textarea, .contacts__wrapper {
		width:100%!important;
	}
}
/*FORM*/
.form__group
{
	padding-bottom:1rem;
}
.form__group .label
{
	display:block;
	padding-bottom:.5rem;
}
.form__group input[type=text], .form__group textarea
{
	border:1px solid #cecece;
	padding:.5rem 1.5rem;
	font-size:1.5rem;
	min-width:30rem;
}
.form__group textarea
{
	width:40rem;
	height:12rem;
}
.checkbox__input
{
	border:1px solid #cecece;
	width:1.2rem;
	height:1.2rem;
}
.form__group input[type=text].error, .form__group textarea.error
{
	border:1px solid #ec0606
}
button{
	border: 0;
    background: #e17528;
    padding: .8rem 1.2rem;
    color: #fff;
	cursor:pointer;
}