/*----------------------------------------------------
@File: Default Styles
@Author: All-Inclusive Digital

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */

body {
  line-height: 26px;
  font-size: 15px;
  font-family: Gilroy-Medium;
  font-weight: 400;
  color: #000000;
  background: #ffffff }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Gilroy-Medium;
  color: #000000; }
  
  h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: #8260C0;
}

.header_area {
  position: absolute;
  width: 100%;
  z-index: 9999; }
  /* .header_area .menu_nav {
    width: 100%; } */
  .header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    width: 100%; }
    .header_area .navbar .nav .nav-item {
      margin-right: 45px; }
      .header_area .navbar .nav .nav-item .nav-link {
        margin-top: 38px;
		font-family: Gilroy;
		font-style: normal;
		font-weight: 500;
		font-size: 22px;
		line-height: 25px;
        color: #8260C0;
        display: inline-block; }
        .header_area .navbar .nav .nav-item .nav-link:after {
          display: none; }
      .header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
        color: #8260C0; }
      .header_area .navbar .nav .nav-item.submenu {
        position: relative; }
        .header_area .navbar .nav .nav-item.submenu ul {
          border: none;
          padding: 0px;
          border-radius: 0px;
          box-shadow: none;
          margin: 0px;
          background: #fff; }
          @media (min-width: 992px) {
            .header_area .navbar .nav .nav-item.submenu ul {
              position: absolute;
              top: 120%;
              left: 0px;
              min-width: 200px;
              text-align: left;
              opacity: 0;
              transition: all 300ms ease-in;
              visibility: hidden;
              display: block;
              border: none;
              padding: 0px;
              border-radius: 0px;
              box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); } }
          .header_area .navbar .nav .nav-item.submenu ul:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #eeeeee transparent transparent transparent;
            position: absolute;
            right: 24px;
            top: 45px;
            z-index: 3;
            opacity: 0;
            transition: all 400ms linear; }
          .header_area .navbar .nav .nav-item.submenu ul .nav-item {
            display: block;
            float: none;
            margin-right: 0px;
            border-bottom: 1px solid #ededed;
            margin-left: 0px;
            transition: all 0.4s linear; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
              line-height: 45px;
              color: #000000;
              padding: 0px 30px;
              transition: all 150ms linear;
              display: block;
              text-transform: capitalize;
              margin-right: 0px; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
              border-bottom: none; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
              color: #8260C0; }
        @media (min-width: 992px) {
          .header_area .navbar .nav .nav-item.submenu:hover ul {
            visibility: visible;
            opacity: 1;
            top: 100%; } }
        .header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
          margin-top: 0px; }
      .header_area .navbar .nav .nav-item:last-child {
        margin-right: 0px; }
  .header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    transform: translateY(25px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1); 
	background: #fff
	}
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
      line-height: 70px; }
  @media (min-width: 992px) {
    .header_area.white_menu .navbar .navbar-brand img {
      display: none; }
      .header_area.white_menu .navbar .navbar-brand img + img {
        display: inline-block; } }
  @media (max-width: 991px) {
    .header_area.white_menu .navbar .navbar-brand img {
      display: inline-block; }
      .header_area.white_menu .navbar .navbar-brand img + img {
        display: none; } }
  .header_area.white_menu .navbar .nav .nav-item .nav-link {
    color: #8260C0; }
  .header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
    display: inline-block; }
    .header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img + img {
      display: none; }
  .header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px;
    color: #000000; }

.navbar-light .navbar-nav .nav-link {
    color: #8260C0;
}

.nav-link {		
	color: #8260C0;
}

.first_btn:hover {
	background: #57DA84;
	color: #FFFFFF;
	text-decoration: none;
}

.second_btn:hover {
	background: #57DA84;
	color: #FFFFFF;
	text-decoration: none;
}
  

.container {
	max-width: 1440px;
}

.logo_div {
	background: url(../img/logo.svg) no-repeat top center;
	margin-left: 150px;
	margin-right: auto;
	width: 127.3px;
	height: 58px;
	margin-top: 51px;
}

.logo_mob_div {
	display: none;
}

.menu_nav {
	/* padding-top: 30px;
	padding-left: 815px; */
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 25px;
}

.nav-item {
	padding-right: 50px;
}

.banner_inner {
	max-width: 1440px;
	height: 1024px;
	background: url(../img/banner/home_banner.svg) no-repeat top center;
	background-position: center;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
}

.zagolovok {
	padding-top: 150px;
	padding-left: 151px;
	width: 296px;
	height: 127px;
	font-weight: bold;
	font-size: 53px;
	line-height: 62px;
	text-transform: uppercase;
	color: #8260C0;
}

.tagline {
	padding-top: 129px;
	padding-left: 151px;
	width: 570px;
	height: 82px;
	font-weight: 500;
	font-size: 32px;
	line-height: 36px;
}

.first_btn {
	background: #0F7633;
	border-radius: 5px;
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;

	color: #FFFFFF;
	width: 255px;
	height: 58px;
	margin-top: 100px;
	margin-left: 151px;
}

span {
	position: relative;
	left: 19%;
	right: 15%;
	top: 29.31%;
	bottom: 27.59%;
}

.baner_img {
	width: 795px;
	height: 623px;
	margin-left: 30px;
	margin-top: 179px;
	display: block;
	background: url(../img/komod.png) no-repeat top center;
}

.varianty_block {	
	background: #FFFFFF;
	background-position: center;
	background-size: cover;
	width: 1440px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

.zagolovok_varianty {
	width: 1045px;
	height: 74px;
	margin-left: 166px;
	
	display: flex;
	align-items: center;
	text-transform: uppercase;
	padding-bottom: 25px;
}

.zagolovok_opisaniy_varianty {
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	/* or 113% */

	display: flex;
	align-items: center;
	text-transform: uppercase;

	color: #8260C0;
}

.varianty_opisanie_gradient {
	background: url(../img/varianty/gradient.png) no-repeat top center;
	background-blend-mode: overlay;
	background: linear-gradient(180deg, #E2D3FF 0%, rgba(186, 158, 237, 0) 100%);
	position: absolute;
	width: 1440px;
	height: 230px;
	margin-top: 387px;
}

.varianty_img_row {
	padding-left: 161px;
	padding-right: 161px;
}

.opisaniy_varianty {
	width: 332.23px;
	margin-top: 55px;
}

.varianty_img {
	width: 350px;
	height: 350px;
	left: 166px;
	top: 1135px;

	border-radius: 5px;
}

.zagolovok_otzivy {
	width: 1045px;
	height: 74px;
	margin-left: 166px;
	
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.otzivy_block {
	background: #FFFFFF;
	background-position: center;
	background-size: cover;
	width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
}

.otzivy_block_gradient {
	background: url(../img/otzivy/gradient.png) no-repeat top center;
	background-blend-mode: overlay;
	background: linear-gradient(180deg, #E2D3FF 0%, rgba(186, 158, 237, 0) 100%);
	position: absolute;
	width: 1440px;
	height: 638px;
}

.otzivy_img_row {
	padding-top: 40px;
	padding-left: 161px;
	padding-right: 161px;
}

.opros_block {
	width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.polosa_niz {
	position: absolute;
	background: url(../img/polosa_niz.png) no-repeat top center;
	background-position: center;
	background-size: cover;
	width: 1440px;
	height: 1797px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -80px;
}

.figura_opros {
	position: absolute;
	width: 1273px;
	height: 346px;
	margin-left: 167px;
	margin-top: 221px;
	background: url(../img/figura_opros.png) no-repeat top center;
}

.block_oprosa_txt {
	width: 570px;
	height: 175px;
	margin-left: 262px;
	margin-top: 296px;

	font-style: normal;
	font-weight: 900;
	font-size: 22px;
	line-height: 25px;

	color: #FFFFFF;
}

.second_btn {
	position: absolute;
	width: 255px;
	height: 58px;
	margin-left: 77px;
	margin-top: 362px;
	
	font-weight: 900;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	color: #FFFFFF;
	
	background: #0F7633;
	border-radius: 5px;
}

.kompaniya_block {
	position: relative;
	width: 1440px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 230px;
}

.kompaniya_varianty {
	width: 1045px;
	height: 74px;
	margin-left: 166px;
	
	text-transform: uppercase;
}

.kompaniya_txt {
	width: 1106px;
	height: 323px;
	margin-left: 169px;
	padding-top: 61px;

	/* основа */

	font-weight: normal;
	font-size: 18px;
	line-height: 25px;

	color: #000000;
}

.karta_block {
	position: relative;
	width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.karta_img {
	width: 621px;
	height: 346px;
	display: inline-block;
	margin-top: 219px;
	margin-left: 140px;
	background: url(../img/karta.png) no-repeat top center;
	background-size: 621px 346px;
}

.strelka_img {
	width: 40px;
	height: 20px;
	margin-top: 388px;
	background: url(../img/strelka.svg) no-repeat top center;
}

.my_nahodimsya {
	width: 400px;
	height: 50px;
	margin-left: 55px;
	margin-top: -32px;
	font-weight: bold;
	font-size: 34px;
	line-height: 40px;
	text-transform: uppercase;
	color: #8260C0;
}

.footer_block {
	position: relative;
	width: 1440px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -8px;
	background: url(../img/footer.png);
	background-blend-mode: overlay;
}

.telefon_block {
	position: absolute;
	width: 212px;
	height: 30px;
	margin-left: 167.6px;
	margin-top: 39.09px;
}

.mail_block {
	position: absolute;
	width: 307px;
	height: 30px;
	margin-left: 60px;
	margin-top: 35px;
}

.home_block {
	position: absolute;
	width: 305px;
	height: 30px;
	margin-top: 35px;
}

.telefon_img {
	background: url(../img/phone.svg) no-repeat;
	position: absolute;
	left: 5%;
	right: 8.7%;
	top: 8.7%;
	bottom: 5%;
}

.mail_img {
	background: url(../img/mail.svg) no-repeat;
	position: absolute;
	left: 5%;
	right: 8.7%;
	top: 8.7%;
	bottom: 5%;
}

.home_img {
	background: url(../img/home.svg) no-repeat;
	position: absolute;
	left: 5%;
	right: 8.7%;
	top: 8.7%;
	bottom: 5%;
}

.telefon_txt {
	position: absolute;
	width: 176px;
	height: 25px;
	margin-left: 50px;

	font-weight: 500;
	font-size: 22px;
	color: #FFFFFF;
}

.mail_txt {
	position: absolute;
	width: 271px;
	height: 25px;
	margin-left: 50px;

	font-weight: 500;
	font-size: 22px;
	color: #FFFFFF;
}

.home_txt {
	width: 269px;
	height: 25px;
	margin-left: 50px;

	font-weight: 500;
	font-size: 22px;
	color: #FFFFFF;
}


@media (max-width:1439px) {
    .container {
        max-width: 1280px;
    }
	
	.logo_div {
		background: url(../img/logo.svg) no-repeat top center;
		margin-left: 150px;
		margin-right: auto;
		width: 127.3px;
		height: 58px;
		margin-top: 72px;
	}
	
	.menu_nav {
		padding-left: 0px;
		font-style: normal;
		font-weight: 500;
		font-size: 22px;
		line-height: 25px;
	}
	
	.nav-item {
		padding-right: 50px;
	}
	
	.banner_inner {
		max-width: 1280px;
		height: 910px;
		background: url(../img/banner/home_banner.svg) no-repeat top center;
		background-size: 1280px 910px;
		background-position: center;
		background-size: cover;
		margin-left: auto;
		margin-right: auto;
	}
	
	.zagolovok {
		margin-left: 0px;
		width: 296px;
		height: 127px;
		font-weight: bold;
		font-size: 50px;
		line-height: 62px;
		text-transform: uppercase;
		color: #8260C0;
		padding-top: 210px;
		padding-left: 125px;
	}
	
	.tagline {
		margin-left: -25px;
		width: 570px;
		height: 82px;
		font-weight: 500;
		font-size: 30px;
		line-height: 36px;
	}
	
	.first_btn {
		background: #0F7633;
		border-radius: 5px;
		font-style: normal;
		font-weight: 900;
		font-size: 20px;
		line-height: 25px;
		text-transform: uppercase;

		color: #FFFFFF;
		width: 255px;
		height: 58px;
		margin-top: 100px;
		margin-left: 125px;
	}
	
	span {
		position: relative;
		left: 19%;
		right: 15%;
		top: 29.31%;
		bottom: 27.59%;
	}
	
	.baner_img {
		width: 707px;
		height: 554px;
		margin-left: 10px;
		display: block;
		background: url(../img/komod.png) no-repeat top center;
		background-size: 620px 509px;
	}
	
	.varianty_block {	
		background: #FFFFFF;
		background-position: center;
		background-size: cover;
		width: 1280px;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
	}
	
	.zagolovok_varianty {
		width: 1045px;
		height: 74px;
		margin-left: 141px;
		
		display: flex;
		align-items: center;
		text-transform: uppercase;
		padding-bottom: 25px;
	}
	
	.zagolovok_opisaniy_varianty {
		font-style: normal;
		font-weight: bold;
		font-size: 20px;
		line-height: 25px;
		/* or 113% */

		display: flex;
		align-items: center;
		text-transform: uppercase;

		color: #8260C0;
	}
	
	.varianty_opisanie_gradient {
		background: url(../img/varianty/gradient.png) no-repeat top center;
		background-blend-mode: overlay;
		background: linear-gradient(180deg, #E2D3FF 0%, rgba(186, 158, 237, 0) 100%);
		position: absolute;
		width: 1280px;
		margin-top: 387px;
	}
	
	.varianty_img_row {
		padding-left: 161px;
		padding-right: 161px;
	}
	
	.opisaniy_varianty {
		width: 332.23px;
		margin-top: 55px;
	}
	
	h5 {
		font-size: 1.10rem;
	}
	
	.varianty_img {
		width: 350px;
		height: 350px;
		left: 166px;
		top: 1135px;

		border-radius: 5px;
	}
	
	.zagolovok_otzivy {
		width: 1045px;
		height: 74px;
		margin-left: 166px;
		
		display: flex;
		align-items: center;
		text-transform: uppercase;
	}
	
	.otzivy_block {
		background: #FFFFFF;
		background-position: center;
		background-size: cover;
		width: 1280px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 60px;
	}
	
	.otzivy_block_gradient {
		background: url(../img/otzivy/gradient.png) no-repeat top center;
		background-blend-mode: overlay;
		background: linear-gradient(180deg, #E2D3FF 0%, rgba(186, 158, 237, 0) 100%);
		position: absolute;
		width: 1280px;
		height: 567px;
	}
	
	.otzivy_img_row {
		padding-top: 40px;
		padding-left: 161px;
		padding-right: 161px;
	}
	
	.opros_block {
		width: 1280px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.polosa_niz {
		position: absolute;
		background: url(../img/polosa_niz.png) no-repeat top center;
		background-size: 1280px 1597px;
		background-position: center;
		background-size: cover;
		width: 1280px;
		height: 1597px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -60px;
	}
	
	.figura_opros {
		position: absolute;
		width: 1142px;
		height: 310px;
		margin-left: 140px;
		background: url(../img/figura_opros.png) no-repeat top center;
		background-size: 1142px 310px;
	}
	
	.block_oprosa_txt {
		width: 508px;
		height: 112px;
		margin-left: 250px;
		margin-top: 275px;

		font-style: normal;
		font-weight: 900;
		font-size: 20px;
		line-height: 25px;

		color: #FFFFFF;
	}
	
	.second_btn {
		position: absolute;
		width: 255px;
		height: 58px;
		margin-left: 60px;
		margin-top: 345px;
		
		font-weight: 900;
		font-size: 20px;
		line-height: 25px;
		text-transform: uppercase;
		color: #FFFFFF;
		
		background: #0F7633;
		border-radius: 5px;
	}
	
	.kompaniya_block {
		position: relative;
		width: 1280px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 215px;
	}
	
	.kompaniya_varianty {
		width: 931px;
		height: 66px;
		margin-left: 145px;
		
		text-transform: uppercase;
	}
	
	.kompaniya_txt {
		width: 985px;
		height: 288px;
		margin-left: 145px;
		padding-top: 10px;

		/* основа */

		font-weight: normal;
		font-size: 16px;
		line-height: 25px;

		color: #000000;
	}
	
	.karta_block {
		position: relative;
		width: 1280px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.karta_img {
		width: 553px;
		height: 308px;
		display: inline-block;
		margin-top: 219px;
		padding-left: 167px;
		background: url(../img/karta.png) no-repeat top center;
		background-size: 553px 308px;
	}
	
	.strelka_img {
		width: 40px;
		height: 20px;
		margin-top: 388px;		
		margin-left: -15px;
		background: url(../img/strelka.svg) no-repeat top center;
	}
	
	.my_nahodimsya {
		width: 400px;
		height: 50px;
		margin-left: 55px;
		margin-top: -32px;
		font-weight: bold;
		font-size: 30px;
		line-height: 40px;
		text-transform: uppercase;
		color: #8260C0;
	}
	
	.footer_block {
		position: relative;
		width: 1280px;
		height: 100px;
		margin-left: auto;
		margin-right: auto;
		background: url(../img/footer.png);
		background-blend-mode: overlay;
	}
	
	.telefon_block {
		position: absolute;
		width: 212px;
		height: 30px;
		margin-left: 167.6px;
		margin-top: 39.09px;
	}

	.mail_block {
		position: absolute;
		width: 307px;
		height: 30px;
		margin-left: 60px;
		margin-top: 35px;
	}

	.home_block {
		position: absolute;
		width: 305px;
		height: 30px;
		margin-top: 35px;
	}

	.telefon_img {
		background: url(../img/phone.svg) no-repeat;
		position: absolute;
		left: 5%;
		right: 8.7%;
		top: 8.7%;
		bottom: 5%;
	}

	.mail_img {
		background: url(../img/mail.svg) no-repeat;
		position: absolute;
		left: 5%;
		right: 8.7%;
		top: 8.7%;
		bottom: 5%;
	}

	.home_img {
		background: url(../img/home.svg) no-repeat;
		position: absolute;
		left: 5%;
		right: 8.7%;
		top: 8.7%;
		bottom: 5%;
	}

	.telefon_txt {
		position: absolute;
		width: 176px;
		height: 25px;
		margin-left: 50px;

		font-weight: 500;
		font-size: 22px;
		color: #FFFFFF;
	}

	.mail_txt {
		position: absolute;
		width: 271px;
		height: 25px;
		margin-left: 50px;

		font-weight: 500;
		font-size: 22px;
		color: #FFFFFF;
	}

	.home_txt {
		width: 269px;
		height: 25px;
		margin-left: 50px;

		font-weight: 500;
		font-size: 22px;
		color: #FFFFFF;
	}
}

@media (max-width:1279px) {
    .container {
        max-width: 1024px;
    }
	
	.logo_div {
		background: url(../img/logo.svg) no-repeat top center;
		margin-left: 75px;
		margin-right: auto;
		width: 127.3px;
		height: 58px;
		margin-top: 72px;
	}
	
	.menu_nav {
		padding-left: 0px;
		font-style: normal;
		font-weight: 500;
		font-size: 22px;
		line-height: 25px;
	}
	
	.header_area .navbar .nav .nav-item {
		margin-right: 0px;
	}
	
	.nav-item {
		padding-right: 45px;
	}
	
	.banner_inner {
		width: 1024px;
		height: 728px;
		background: url(../img/banner/home_banner.svg) no-repeat top center;
		background-size: 1024px 728px;
		background-position: center;
		background-size: cover;
		margin-left: auto;
		margin-right: auto;
	}
	
	.zagolovok {
		margin-left: 0px;
		margin-top: 0px;
		width: 296px;
		height: 127px;
		font-weight: bold;
		font-size: 40px;
		line-height: 62px;
		text-transform: uppercase;
		color: #8260C0;
		padding-top: 150px;
		padding-left: 50px;
	}
	
	.tagline {
		margin-left: -100px;
		width: 570px;
		height: 82px;
		font-weight: 500;
		font-size: 25px;
		line-height: 36px;
	}
	
	.first_btn {
		background: #0F7633;
		border-radius: 5px;
		font-style: normal;
		font-weight: 900;
		font-size: 20px;
		line-height: 25px;
		text-transform: uppercase;

		color: #FFFFFF;
		width: 255px;
		height: 58px;
		margin-top: 100px;
		margin-left: 50px;
	}
	
	span {
		position: relative;
		left: 19%;
		right: 15%;
		top: 29.31%;
		bottom: 27.59%;
	}
	
	.baner_img {
		width: 515px;
		height: 408px;
		margin-left: 10px;
		display: block;
		background: url(../img/komod.png) no-repeat top center;
		background-size: 515px 408px;
	}
	
	.varianty_block {	
		background: #FFFFFF;
		background-position: center;
		background-size: cover;
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
	}
	
	.zagolovok_varianty {
		width: 1045px;
		height: 74px;
		margin-left: 75px;
		
		display: flex;
		align-items: center;
		text-transform: uppercase;
		padding-bottom: 25px;
	}
	
	h3 {
		font-size: 1.8rem;
	}
	
	.zagolovok_opisaniy_varianty {
		font-style: normal;
		font-weight: bold;
		font-size: 20px;
		line-height: 25px;
		/* or 113% */

		display: flex;
		align-items: center;
		text-transform: uppercase;

		color: #8260C0;
	}
	
	.varianty_opisanie_gradient {
		background: url(../img/varianty/gradient.png) no-repeat top center;
		background-blend-mode: overlay;
		background: linear-gradient(180deg, #E2D3FF 0%, rgba(186, 158, 237, 0) 100%);
		position: absolute;
		width: 1024px;
		margin-top: 387px;
	}
	
	.varianty_img_row {
		padding-left: 161px;
		padding-right: 161px;
	}
	
	.opisaniy_varianty {
		width: 332.23px;
		margin-top: 55px;
	}
	
	h5 {
		font-size: 1.10rem;
	}
	
	.varianty_img {
		width: 350px;
		height: 350px;
		left: 166px;
		top: 1135px;

		border-radius: 5px;
	}
	
	.zagolovok_otzivy {
		width: 1045px;
		height: 74px;
		margin-left: 75px;
		
		display: flex;
		align-items: center;
		text-transform: uppercase;
	}
	
	.otzivy_block {
		background: #FFFFFF;
		background-position: center;
		background-size: cover;
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 60px;
	}
	
	.otzivy_block_gradient {
		background: url(../img/otzivy/gradient.png) no-repeat top center;
		background-size: 1024px 453px;
		background-blend-mode: overlay;
		background: linear-gradient(180deg, #E2D3FF 0%, rgba(186, 158, 237, 0) 100%);
		position: absolute;
		width: 1024px;
		height: 453px;
	}
	
	.otzivy_img_row {
		margin-top: -15px;
		padding-left: 161px;
		padding-right: 161px;
	}
	
	.opros_block {
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.polosa_niz {
		position: absolute;
		background: url(../img/polosa_niz.png) no-repeat top center;
		background-size: 1024px 1277px;
		background-position: center;
		background-size: cover;
		width: 1024px;
		height: 1277px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -175px;
	}
	
	.figura_opros {
		position: absolute;
		width: 914px;
		height: 248px;
		margin-left: 110px;
		margin-top: 50px;
		
		background: url(../img/figura_opros.png) no-repeat top center;
		background-size: 914px 248px;
	}
	
	.block_oprosa_txt {
		width: 407px;
		height: 90px;
		margin-left: 200px;
		margin-top: 90px;

		font-style: normal;
		font-weight: 900;
		font-size: 15px;
		line-height: 25px;

		color: #FFFFFF;
	}
	
	.second_btn {
		position: absolute;
		width: 255px;
		height: 58px;
		margin-left: 60px;
		margin-top: 150px;
		
		font-weight: 900;
		font-size: 20px;
		line-height: 25px;
		text-transform: uppercase;
		color: #FFFFFF;
		
		background: #0F7633;
		border-radius: 5px;
	}
	
	.kompaniya_block {
		position: relative;
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 215px;
	}
	
	.kompaniya_varianty {
		width: 745px;
		height: 53px;
		margin-left: 75px;
		margin-top: -50px;
		
		text-transform: uppercase;
	}
	
	.kompaniya_txt {
		width: 788px;
		height: 231px;
		margin-left: 75px;
		
		padding-top: 10px;

		/* основа */

		font-weight: normal;
		font-size: 14px;
		line-height: 25px;

		color: #000000;
	}
	
	.karta_block {
		position: relative;
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.karta_img {
		width: 443px;
		height: 247px;
		display: inline-block;
		margin-top: 130px;
		margin-left: 75px;
		background: url(../img/karta.png) no-repeat top center;
		background-size: 443px 247px;
	}
	
	.strelka_img {
		width: 40px;
		height: 20px;
		margin-top: 240px;		
		margin-left: -40px;
		background: url(../img/strelka.svg) no-repeat top center;
	}
	
	.my_nahodimsya {
		width: 400px;
		height: 50px;
		margin-left: 15px;
		margin-top: -32px;
		font-weight: bold;
		font-size: 22px;
		line-height: 40px;
		text-transform: uppercase;
		color: #8260C0;
	}
	
	.footer_block {
		position: relative;
		width: 1024px;
		height: 80px;
		margin-left: auto;
		margin-right: auto;
		background: url(../img/footer.png);
		background-blend-mode: overlay;
	}
	
	.telefon_block {
		position: absolute;
		width: 212px;
		height: 30px;
		margin-left: 80px;
		margin-top: 30px;
	}

	.mail_block {
		position: absolute;
		width: 307px;
		height: 30px;
		margin-left: 5px;
		margin-top: 30px;
	}

	.home_block {
		position: absolute;
		width: 305px;
		height: 30px;
		margin-left: 5px;
		margin-top: 30px;
	}

	.telefon_img {
		background: url(../img/phone.svg) no-repeat;
		position: absolute;
		left: 5%;
		right: 8.7%;
		top: 8.7%;
		bottom: 5%;
	}

	.mail_img {
		background: url(../img/mail.svg) no-repeat;
		position: absolute;
		left: 5%;
		right: 8.7%;
		top: 8.7%;
		bottom: 5%;
	}

	.home_img {
		background: url(../img/home.svg) no-repeat;
		position: absolute;
		left: 5%;
		right: 8.7%;
		top: 8.7%;
		bottom: 5%;
	}

	.telefon_txt {
		position: absolute;
		width: 176px;
		height: 25px;
		margin-left: 50px;

		font-weight: 500;
		font-size: 20px;
		color: #FFFFFF;
	}

	.mail_txt {
		position: absolute;
		width: 271px;
		height: 25px;
		margin-left: 50px;

		font-weight: 500;
		font-size: 20px;
		color: #FFFFFF;
	}

	.home_txt {
		width: 269px;
		height: 25px;
		margin-left: 50px;

		font-weight: 500;
		font-size: 20px;
		color: #FFFFFF;
	}
	
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		background: 0 0;
		color: inherit;
		border: none;
		padding: 0 20% !important;
		font: inherit;
		margin-top: 15px;
	}
}

@media (max-width:1023px) {
    .container {
        max-width: 900px;
    }
	
	.header_area.navbar_fixed .main_menu {
		position: fixed;
		width: 100%;
		top: 5;
		left: 0;
		right: 0;
		transform: translateY(25px);
		transition: transform 500ms ease, background 500ms ease;
		-webkit-transition: transform 500ms ease, background 500ms ease;
		box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
		background: #fff;
	}
	
	.logo_div {
		background: url(../img/logo.svg) no-repeat top center;
		margin-left: 75px;
		margin-right: auto;
		width: 127.3px;
		height: 58px;
		margin-top: 150px;
	}
	
	.menu_nav {
		padding-left: 0px;
		padding-top: 100px;
		font-style: normal;
		font-weight: 500;
		font-size: 22px;
		line-height: 25px;
	}
	
	.header_area .navbar .nav .nav-item {
		margin-right: 0px;
	}
	
	.nav-item {
		padding-right: 15px;
	}
	
	.banner_inner {
		width: 900px;
		height: 639px;
		margin-top: -128px;
		background: url(../img/banner/home_banner.svg) no-repeat top center;
		background-size: 900px 639px;
		background-position: center;
		background-size: cover;
		margin-left: auto;
		margin-right: auto;
	}
	
	.zagolovok {
		margin-left: 0px;
		margin-top: 0px;
		width: 296px;
		height: 127px;
		font-weight: bold;
		font-size: 38px;
		line-height: 62px;
		text-transform: uppercase;
		color: #8260C0;
		padding-top: 200px;
		padding-left: 15px;
	}
	
	.tagline {
		margin-left: -135px;
		width: 502px;
		height: 73px;
		font-weight: 500;
		font-size: 25px;
		line-height: 36px;
	}
	
	.first_btn {
		background: #0F7633;
		border-radius: 5px;
		font-style: normal;
		font-weight: 900;
		font-size: 20px;
		line-height: 25px;
		text-transform: uppercase;

		color: #FFFFFF;
		width: 255px;
		height: 58px;
		margin-top: 100px;
		margin-left: 20px;
	}
	
	span {
		position: relative;
		left: 19%;
		right: 15%;
		top: 29.31%;
		bottom: 27.59%;
	}
	
	.baner_img {
		width: 454px;
		height: 360px;
		margin-left: -5px;
		margin-top: 200px;
		display: block;
		background: url(../img/komod.png) no-repeat top center;
		background-size: 454px 360px;
	}
	
	.varianty_block {	
		background: #FFFFFF;
		background-position: center;
		background-size: cover;
		width: 900px;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
	}
	
	.zagolovok_varianty {
		width: 920px;
		height: 66px;
		margin-left: 30px;
		
		display: flex;
		align-items: center;
		text-transform: uppercase;
		padding-bottom: 20px;
	}
	
	h3 {
		font-size: 1.6rem;
	}
	
	.zagolovok_opisaniy_varianty {
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
		line-height: 25px;
		/* or 113% */

		display: flex;
		align-items: center;
		text-transform: uppercase;

		color: #8260C0;
	}
	
	.varianty_opisanie_gradient {
		background: url(../img/varianty/gradient.png) no-repeat top center;
		background-blend-mode: overlay;
		background: linear-gradient(180deg, #E2D3FF 0%, rgba(186, 158, 237, 0) 100%);
		position: absolute;
		width: 900px;
		margin-top: 387px;
	}
	
	.varianty_img_row {
		padding-left: 120px;
		padding-right: 120px;
	}
	
	.opisaniy_varianty {
		width: 332.23px;
		margin-top: 55px;
	}
	
	h5 {
		font-size: 1.10rem;
	}
	
	.varianty_img {
		width: 350px;
		height: 350px;
		left: 166px;
		top: 1135px;

		border-radius: 5px;
	}
	
	.zagolovok_otzivy {
		width: 920px;
		height: 66px;
		margin-left: 30px;
		
		display: flex;
		align-items: center;
		text-transform: uppercase;
	}
	
	.otzivy_block {
		background: #FFFFFF;
		background-position: center;
		background-size: cover;
		width: 900px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 60px;
	}
	
	.otzivy_block_gradient {
		background: url(../img/otzivy/gradient.png) no-repeat top center;
		background-size: 900px 398px;
		background-blend-mode: overlay;
		background: linear-gradient(180deg, #E2D3FF 0%, rgba(186, 158, 237, 0) 100%);
		position: absolute;
		width: 900px;
		height: 398px;
	}
	
	.otzivy_img_row {
		margin-top: -15px;
		padding-left: 120px;
		padding-right: 120px;
	}
	
	.opros_block {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.polosa_niz {
		position: absolute;
		background: url(../img/polosa_niz.png) no-repeat top center;
		background-size: 900px 1122px;
		background-position: center;
		background-size: cover;
		width: 900px;
		height: 1122px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -200px;
	}
	
	.figura_opros {
		position: absolute;
		width: 805px;
		height: 219px;
		margin-left: 95px;
		margin-top: 5px;
		
		background: url(../img/figura_opros.png) no-repeat top center;
		background-size: 805px 219px;
	}
	
	.block_oprosa_txt {
		width: 359px;
		height: 80px;
		margin-left: 175px;
		margin-top: 15px;

		font-style: normal;
		font-weight: 900;
		font-size: 14px;
		line-height: 25px;

		color: #FFFFFF;
	}
	
	.second_btn {
		position: absolute;
		width: 255px;
		height: 58px;
		margin-left: 30px;
		margin-top: 85px;
		
		font-weight: 900;
		font-size: 20px;
		line-height: 25px;
		text-transform: uppercase;
		color: #FFFFFF;
		
		background: #0F7633;
		border-radius: 5px;
	}
	
	.kompaniya_block {
		position: relative;
		width: 900px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 200px;
	}
	
	.kompaniya_varianty {
		width: 656px;
		height: 47px;
		margin-left: 30px;
		margin-top: -50px;
		
		text-transform: uppercase;
	}
	
	.kompaniya_txt {
		width: 788px;
		height: 231px;
		margin-left: 30px;
		
		padding-top: 10px;

		/* основа */

		font-weight: normal;
		font-size: 12px;
		line-height: 25px;

		color: #000000;
	}
	
	.karta_block {
		position: relative;
		width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.karta_img {
		width: 390px;
		height: 218px;
		display: inline-block;
		margin-top: 130px;
		margin-left: 30px;
		background: url(../img/karta.png) no-repeat top center;
		background-size: 390px 218px;
	}
	
	.strelka_img {
		width: 40px;
		height: 20px;
		margin-top: 240px;		
		margin-left: -75px;
		background: url(../img/strelka.svg) no-repeat top center;
	}
	
	.my_nahodimsya {
		width: 400px;
		height: 50px;
		margin-left: -5px;
		margin-top: -32px;
		font-weight: bold;
		font-size: 22px;
		line-height: 40px;
		text-transform: uppercase;
		color: #8260C0;
	}
	
	.footer_block {
		position: relative;
		width: 900px;
		height: 70px;
		margin-left: auto;
		margin-right: auto;
		background: url(../img/footer.png);
		background-blend-mode: overlay;
	}
	
	.telefon_block {
		position: absolute;
		width: 212px;
		height: 30px;
		margin-left: 5px;
		margin-top: 30px;
	}

	.mail_block {
		position: absolute;
		width: 307px;
		height: 30px;
		margin-left: -50px;
		margin-top: 30px;
	}

	.home_block {
		position: absolute;
		width: 305px;
		height: 30px;
		margin-left: -40px;
		margin-top: 30px;
	}

	.telefon_img {
		background: url(../img/phone.svg) no-repeat;
		position: absolute;
		left: 5%;
		right: 8.7%;
		top: 8.7%;
		bottom: 5%;
	}

	.mail_img {
		background: url(../img/mail.svg) no-repeat;
		position: absolute;
		left: 5%;
		right: 8.7%;
		top: 8.7%;
		bottom: 5%;
	}

	.home_img {
		background: url(../img/home.svg) no-repeat;
		position: absolute;
		left: 5%;
		right: 8.7%;
		top: 8.7%;
		bottom: 5%;
	}

	.telefon_txt {
		position: absolute;
		width: 176px;
		height: 25px;
		margin-left: 50px;

		font-weight: 500;
		font-size: 20px;
		color: #FFFFFF;
	}

	.mail_txt {
		position: absolute;
		width: 271px;
		height: 25px;
		margin-left: 50px;

		font-weight: 500;
		font-size: 20px;
		color: #FFFFFF;
	}

	.home_txt {
		width: 269px;
		height: 25px;
		margin-left: 50px;

		font-weight: 500;
		font-size: 20px;
		color: #FFFFFF;
	}
}

@media (max-width:767px) {
    .container {
        width: 100%;
    }
	
	.logo_mob_div {
		background: url(../img/logo.svg) no-repeat top center;
		margin-left: auto;
		margin-right: auto;
		width: 147px;
		height: 67px;
		margin-top: 132px;
		display: flex;
	}
	
	.menu_nav {
		padding-left: 350px;
		font-style: normal;
		font-weight: 500;
		font-size: 22px;
		line-height: 25px;
	}
	
	.nav-item {
		padding-right: 50px;
	}
	
	.banner_inner {
		width: 100%;
		background: linear-gradient(0deg, #E2D3FF 0%, rgba(186, 158, 237, 0) 100%);
		margin-left: auto;
		margin-right: auto;
	}
	
	.zagolovok {
		padding-top: 0px;
		padding-left: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 14px;
		width: 296px;
		height: 127px;
		font-weight: bold;
		font-size: 53px;
		line-height: 62px;
		text-transform: uppercase;
		color: #8260C0;
	}
	
	.tagline {
		padding-top: 15px;
		padding-left: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 307px;
		height: 60px;
		font-weight: 500;
		font-size: 24px;
		line-height: 30px;
		text-align: center;
	}
	
	.first_btn {
		padding-top: 0px;
		padding-left: 0px;
		background: #0F7633;
		border-radius: 5px;
		font-style: normal;
		font-weight: 900;
		font-size: 14px;
		line-height: 17px;
		text-transform: uppercase;

		color: #FFFFFF;
		width: 179px;
		height: 41px;
		margin-top: 43px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
	}
	
	span {
		position: relative;
		left: 18.82%;
		right: 19.22%;
		top: 29.31%;
		bottom: 26.48%;
	}
	
	.baner_img {
		width: 100%;
		margin-top: 31px;
		margin-left: auto;		
		margin-right: auto;
		background: url(../img/komod_mob.png) no-repeat top center;
	}
	
	.varianty_block {	
		background: #FFFFFF;
		background-position: center;
		background-size: cover;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 300px;
	}
	
	.zagolovok_varianty {
		width: 340px;
		height: 191px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -35px;
		display: flex;
		align-items: center;
		text-transform: uppercase;
		text-align: center;
	}
	
	h3 {
		font-size: 23px;
	}
	
	.zagolovok_opisaniy_varianty {
		font-style: normal;
		font-weight: bold;
		font-size: 22px;
		line-height: 22px;
		display: flex;
		align-items: center;
		text-transform: uppercase;
		color: #8260C0;
		text-align: center;
		margin-top: -90px;
	}
	
	.varianty_opisanie_gradient {
		background: url(../img/varianty/gradient.png) no-repeat top center;
		background-blend-mode: overlay;
		background: linear-gradient(180deg, #E2D3FF 0%, rgba(186, 158, 237, 0) 100%);
		position: absolute;
		width: 100%;
		margin-top: 425px;
	}
	
	.varianty_img_row {
		padding-left: 0px;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.opisaniy_varianty {
		width: 313px;
		height: 150px;
		margin-top: 105px;
		margin-left: auto;
		margin-right: auto;
	}
	
	h5 {
		font-size: 1.10rem;
	}
	
	.varianty_img {
		height: 100%;
		border-radius: 5px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 9px;
	}
	
	.zagolovok_otzivy {
		width: 148px;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		align-items: center;
		text-transform: uppercase;
		text-align: center;
		font-size: 36px;
	}
	
	.otzivy_block {
		background: #FFFFFF;
		background-position: center;
		background-size: cover;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
	}
	
	.otzivy_block_gradient {
		background: linear-gradient(180deg, #E2D3FF 0%, rgba(186, 158, 237, 0) 100%);
		transform: matrix(1, 0, 0, -1, 0, 0);
		position: absolute;
		width: 100%;
		height: 890px;
		margin-top: -225px;
	}
	
	.otzivy_img_row {
		margin-top: -40px;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.opros_block {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.polosa_niz {
		position: absolute;
		background: url(../img/polosa_niz_mob.png) no-repeat top center;
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 725px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}
	
	.figura_opros {
		position: absolute;
		width: 100%;
		height: 510px;
		margin-top: 117px;
		background: #7A4ECA;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}
	
	.block_oprosa_txt {
		width: 100%;
		height: 249px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		font-style: normal;
		font-size: 22px;
		line-height: 25px;
		color: #FFFFFF;
		text-align: center;
		font-weight: bold;
	}
	
	.second_btn {
		padding-top: 0px;
		padding-left: 0px;
		position: absolute;
		width: 255px;
		height: 58px;
		/* margin-left: 30%;
		margin-right: auto; */
		margin-top: 85px;
		font-weight: 900;
		font-size: 20px;
		line-height: 25px;
		text-transform: uppercase;
		color: #FFFFFF;
		background: #0F7633;
		border-radius: 5px;
	}
	
	.kompaniya_block {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 415px;
		background: linear-gradient(180deg, #E2D3FF 0%, rgba(186, 158, 237, 0) 100%);
	}
	
	.kompaniya_varianty {
		width: 243px;
		height: 39px;
		margin-left: auto;
		margin-top: 92px;
		text-transform: uppercase;
		margin-right: auto;
		font-size: 36px;
		line-height: 40px;
		font-weight: bold;
	}
	
	.kompaniya_txt {
		width: 100%;
		height: 548px;
		margin-left: auto;
		margin-right: auto;
		font-weight: 500;
		font-size: 18px;
		line-height: 25px;
		color: #000000;
		align-items: center;
		text-align: center;
	}
	
	.karta_block {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.karta_img {
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		height: 346px;
		display: inline-block;
		margin-top: 180px;
		margin-left: auto;
		margin-right: auto;
		background: url(../img/karta_mob.png) no-repeat top center;
		background-size: 414px 346px;
	}
	
	.strelka_img {
		width: 40px;
		height: 20px;
		margin-top: 240px;		
		margin-left: -75px;
		background: #000000;
	}
	
	.my_nahodimsya {
		width: 355px;
		height: 39px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -650px;
		font-weight: bold;
		font-size: 34px;
		line-height: 40px;
		text-transform: uppercase;
		color: #8260C0;
		align-items: center;
	}
	
	.footer_block {
		position: relative;
		width: 100%;
		height: 415px;
		margin-left: auto;
		margin-right: auto;
		background: url(../img/footer_mob.png);
		background-blend-mode: overlay;
	}
	
	.telefon_block {
		position: absolute;
		width: 212px;
		height: 25px;
		margin-left: auto;
		margin-top: 135px;
	}

	.mail_block {
		position: absolute;
		width: 307px;
		height: 25px;
		margin-left: auto;
		margin-top: 172px;
	}

	.home_block {
		position: absolute;
		width: 305px;
		height: 25px;
		margin-left: auto;
		margin-top: 207px;
	}

	.telefon_img {
		background: url(../img/phone.svg) no-repeat;
		position: absolute;
		right: 8.7%;
		top: 8.7%;
		bottom: 10%;
	}

	.mail_img {
		background: url(../img/mail.svg) no-repeat;
		position: absolute;
		right: 8.7%;
		top: 8.7%;
		bottom: 10%;
	}

	.home_img {
		background: url(../img/home.svg) no-repeat;
		position: absolute;
		right: 8.7%;
		top: 8.7%;
		bottom: 10%;
	}

	.telefon_txt {
		position: absolute;
		width: 176px;
		height: 25px;
		margin-left: 50px;

		font-weight: 500;
		font-size: 22px;
		line-height: 25px;
		color: #FFFFFF;
	}

	.mail_txt {
		position: absolute;
		width: 271px;
		height: 25px;
		margin-left: 50px;

		font-weight: 500;
		font-size: 22px;
		line-height: 25px;
		color: #FFFFFF;
	}

	.home_txt {
		width: 269px;
		height: 25px;
		margin-left: 50px;

		font-weight: 500;
		font-size: 22px;
		line-height: 25px;
		color: #FFFFFF;
	}
	
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		background: 0 0;
		color: inherit;
		border: none;
		padding: 0 20% !important;
		font: inherit;
		margin-top: 15px;
	}
}