*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
}
html{

}
body{
  color: rgb(1, 5, 8);;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
    font-style: normal;
}
h1 {margin:0;padding:0;}
h1 {font-size:100%;font-weight:normal;}
#menu__toggle {
  opacity: 0;
}
.mobile-block {
		display: none;
	}
	.phones_block {
	margin-top: 10px;
		display: none;
	}
#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  right: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 10px;
  right: 10px;

  width: 26px;
  height: 26px;

  cursor: pointer;
  z-index: 1001;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #616161;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  right: -100%;

  width: 300px;
  height: 100%;
z-index: 1000;
  margin: 0;
  padding: 80px 0;

  list-style: none;

  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;

  color: #333;

  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}

.mob-menu {
	position: fixed;
	height: 45px;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.mob-menu img {
	position: relative;
	height: 35px;
	left: 0px;
	top: 5px;
}
.mob-menu {
		display: none;
	}
	.main-header_logo {
	display: table;
	max-width: 19%;
}
.main-header {
	padding: 5px 0;
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	display: none;
	background-color: rgba(255, 255, 255, 0.88);
}

.main-header_in.mobile {	
  
  position: relative;
  background-size: cover;
  background-attachment: scroll;
  z-index: 5;
}

.top-block_redbg {
	
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main-header_in.mobile {
	display: none;
}
.main-header_wrapp-mobile {
	
	padding-bottom: 5px;
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	align-items: center;
	flex-direction: column;
}
.main-header_in.mobile .main-header_logo {
  display: table;
	width: 90%;
	max-width: 800px;
	text-align: center;
	position: relative;
}
.main-header_in.mobile .main-header_logo img {
  
	max-width: 150px;
}

.hamburger1-toggle span:nth-child(1) {
  top: 0px;
}
.hamburger1-toggle span:nth-child(2), .hamburger1-toggle span:nth-child(3) {
  top: 10px;
}
.hamburger1-toggle span:nth-child(4) {
  top: 20px;
}
.hmb-hide {
	display: none;
	width: 100%;
}
.main-header_in.mobile .main-header_mess {
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
}
.main-header_in.mobile .main-header_address {
	font-size :15px;
}
.main-header_in.mobile .big_ph {
  font-size: 21px;
  
}
.main-header_in.mobile .mess_flex img {
	
}
.hamburger1-toggle {
  width: 34px;
  height: 20.4px;
  flex: 0 0 34px;
  margin: 5px;
    margin-top: 5px;
  cursor: pointer;
  margin-top: 0;
  order: 2;
  position: absolute;
  right: 0;
  top: 30px;
}
.hamburger1-toggle.is-expanded span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
  opacity: 0;
}
.hamburger1-toggle.is-expanded span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger1-toggle span:nth-child(2), .hamburger1-toggle span:nth-child(3) {
  top: 10px;
}
.hamburger1-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: rgb(10, 49, 84);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hamburger1-toggle.is-expanded span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger1-toggle.is-expanded span:nth-child(4) {
  top: 10.2px;
  width: 0%;
  left: 50%;
  opacity: 0;
}

.top-blocknew_wrapp {
	max-width: 1520px;
	margin-left: auto;
	display: flex;
	padding-left: 30px;
}
h1.top-block_h1 {
	text-align: left;
  font-family: 'EB Garamond', serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
  color: rgb(1, 5, 8);
  opacity: 1;
	padding: 120px 0 150px;
}
.top-blocknew_left {
	width: 60%;
	padding-right: 30px;
}
.top-blocknew_right {
	width: 40%;

  background-size: cover;
  border-radius: 0px;
  background-image: url("https://i.1.creatium.io/disk2/8a/a0/18/9d219cd62fb49ff7896d15aee8f72b8354/998x665q8/22_5d4_9628r.jpg");
height: 665px;
  background-position: center;
}
.top-blocknew_right img {
	width: 100%;
}

.main-header_in {
	padding: 15px 0;
	
	top: 0;
	z-index: 100;
	width: 100%;
	
	
}
.main-header_wrapp {
	
	padding-bottom: 5px;
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.main-header_td {
	display: table-cell;
	vertical-align: middle;
}
.main-header_td img {
	width: 100%;
	max-height: 88px;
}
.main-header_td-head {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0em;
	color: rgb(9, 31, 53);
	opacity: 1;
	font-weight: bold;
}
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.5em;
    color: rgb(252, 8, 11);
}
.main-header_td-head span {
	color: rgb(252, 8, 11);
}
.main-header_td-sub {
	text-align: left;
	font-size: 12px;
	letter-spacing: 0em;
	color: rgb(11, 31, 53);
}
.main-header_td-sub strong {
	color: rgb(104, 6, 14);
}
a {
	color: #000!important;
	text-decoration: none;
}
a:hover {
	
}
.main-header_enter a {
	display: inline-block;
	margin-right: 30px;
	font-weight: bold;
	color: rgb(9, 31, 53) !important;
	text-decoration: none;
}
.main-header_enter a:hover {
	color: rgb(252, 8, 11)!important;
}

.main-header_nav {
	display: flex;
	justify-content: space-between;
	padding: 25px 0px 0 30px;
	width: 100%;
	max-width :calc(100% - 375px);
}

.wrapp {
	max-width: 1370px;
	padding: 0 10px;
	margin: 0 auto;
}

.main-header_address {
	font-size: 15px;
  color: rgb(255, 255, 255) !important;
  text-align: center;
  
}
.main-header_address a {
	line-height: 1.5;
  display: inline-block;
}
.top-block {
	
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	z-index: 5;
}
.main-header_phone-mob {
	display: none;
}
.top-block_whitebg {
	
	height: 145px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main-header_mess {
	width: 29%;
	text-align: center;
	color: #fff;
}
.mess_flex {
	display: flex;
	justify-content: space-around;
	
}
.mess_text {
	font-size: 14px;
	margin: 0 20px;
}
.big_ph {
	font-size: 20px;
  color: #000!important;

  font-weight: 500;
}
.small_ph {
	font-size: 18px;
  color: #000!important;
}
.main-header_phone {
	text-align: center;
	line-height: 1.42857143;
}
.top-block_ant {
	text-align: center;
	font-family: "BebasNeueRegular";
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.1em;
  
}
.filter {
	opacity: 0.24;
}
.top-block {
	color: #000;
}

.top-block_flex {
	display: flex;
	justify-content: space-between;
	background-color: rgba(241, 241, 241, 0.25);
	padding: 30px 20px;
}
.top-block_left, .top-block_right {
	width: 50%;
	line-height: 1.6;
}
.filter2 {
	 opacity: 0.63;
}
.top-block_year {
	font-family: 'EB Garamond', serif;
  font-size: 27px;
	font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
color: rgb(1, 5, 8);
  text-transform: uppercase;
}
.top-block_know {

  font-family: 'EB Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: rgb(1, 5, 8);
  opacity: 1;
}
.top-block_delim {
	width: 55%; height: 3px; background-color: rgb(255, 0, 0); border-radius: 0px;
	margin-top: 5px;
	
}
.top-block_button {
	background-color: rgb(255, 255, 255);
  
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;

  margin-top: 15px;
	background-color: rgb(10, 49, 84);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgb(8, 39, 67);
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: rgb(255, 255, 255) !important;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.top-block_button:hover {
	background-color: rgb(9, 44, 76);
  border-color: rgb(6, 31, 54);
	color: #fff!important;
}
.top-pokup {
	opacity: 0.51;
	padding: 20px 10px;
}
.pok {
	text-align: left;
  font-family: 'EB Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: rgb(1, 5, 8);

}
.pok2 {
	text-align: left;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  color: rgb(2, 10, 17);
  
}
.top-block_buy {
	border-radius: 12px;
  box-shadow: 0px 0px 34px 5px rgba(255, 255, 255, 0.22);
  margin-top: 50px;
  padding: 20px 0 16px;
}
.top-block_buy .top-block_flex {
	max-width: 90%;
}
.top-block_sp {
	text-align: right;
	width: 48%;
	font-family: "BebasNeueRegular";
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.top-block_sp2 {
	width: 48%;
	font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0em;
}
.separatorbottom .pattern-wave svg, .separatortop .pattern-wave svg {
  width: 100%;
  height: 100%;
  color: #fff;
}
.separatorbottom, .separatortop {
  width: 100%;
  z-index: 4;
  position: relative;
  overflow: hidden;
}
.separatorbottom .pattern-wave {
  bottom: -2px;
  position: relative;
}
.top-block_wrapp {
	padding-bottom: 80px;
}

.rep-block {
	background-image: url("../img/rep-block.jpg");
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	z-index: 3;
	padding: 100px 0;
	margin-top: -89px;
}
.rep-block_whitebg {
	background-color: rgba(255,255,255,0.84);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.gradient-top {
  background: white;
  background: linear-gradient(to bottom, white 0%, rgba(255,255,255,0) 100%);
}
.rep-block_header {
  position: relative;
  padding-bottom: 80px;
}
.rep-block_header h1 {
	text-align: center;
  font-family: 'EB Garamond', serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
  color: rgb(1, 5, 8);
  opacity: 1;
}
.gridwrap, .gridwrap2 {
	display: table;
	width: 100%;
}
.gw_ins {
	display: table-cell;
	width: 50%;
	padding: 0 20px;
	vertical-align: middle;
}
.gw_ins2 {
	display: table-cell;
	width: 50%;
	padding: 0px;
	vertical-align: top;
}
.gw_ins img {
	width: 100%;
}
.gw_ins .gridwrap {
	margin-bottom: 40px;
}.gw_ins .gridwrap2 {
	margin-bottom: 40px;
}
.rep-block .top-block_year {
color: rgb(6, 29, 50);
}
.rep-block_header h1 span {
font-size: 1.75em;
}
.rep-block .wrapp {
	position: relative;
}

.all {
	text-align: left;
  font-family: 'EB Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: rgb(6, 29, 50);
  opacity: 1;
	margin-bottom: 10px;
}
.rep-block .delim {
	width: 54%;
  height: 1px;
  background-color: rgb(10, 49, 84);
  border-radius: 0px;
}

.rep-block_img {
	position: absolute;
	left: -220px;
  top: 170px;
  width: 550px;
}
.rep-block_text {
	width: 100%;
	padding-left: 25%;
}
.rep-block_year {
	font-family: "BebasNeueRegular";
  font-size: 38px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: rgb(0, 91, 162);

  text-transform: uppercase;
}
.rep-block_know {
	font-size: 24px;
  line-height: 1.6;
  font-family: "TT Norms";
  letter-spacing: 0em;
  color: rgb(0, 62, 111);
  font-weight: bold;
}
.rep-block_delim {
	width: 80%; height: 1px; background-color: rgb(255, 0, 0); border-radius: 0px;
	margin-top: 5px;
	
}
.rep-block_center {
	max-width: 400px;
	margin: 0 auto;
}
.rep-block_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.rep-block_in {
	border-radius: 12px;
  box-shadow: 0px 0px 34px 5px rgba(0, 69, 123, 0.22);
  width: 48%;
}
.table {
	display: table;
	padding: 7px;
}
.table_img {
	display: table-cell;
	width: 32px;vertical-align: middle;
}
.rep-block .table_txt {
	display: table-cell;
	font-family: "TT Norms";
	font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0em;
  color: rgb(0, 62, 111);vertical-align: middle;
  padding-left: 10px;
}
.rep-block svg.svgicon {
  fill: rgb(117, 135, 149);
	padding-top :5px;
}
.rep-block td {
	vertical-align: middle;
	text-align: left;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: rgb(6, 29, 50);
  opacity: 1;
}
.rep-block_av {
	text-align: center;
	font-family: "TT Norms";
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 40px;
  letter-spacing: 0em;
  color: rgb(0, 55, 98);
}
.separatorbottom89 {
	position: absolute;
	bottom: 0;
}
.gradient-bottom {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, white 100%);
}

.rep-block_header h2 {
	text-align: center;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: rgb(193, 193, 193);
  opacity: 1;
}
.rep-block_header  p {
text-align: center;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: rgb(4, 20, 34);
  opacity: 1;
}
.app-block {
	background-image: url("../img/app-block.jpg");
	position: relative;
	background-size: cover;
background-position: center center;
	z-index: 3;
	padding: 0 0 100px 0;
}
.app-block_header {
  position: relative;
  padding-bottom: 40px;
}
.app-block_header h1 {
	text-align: center;
  font-family: "TT Norms";
  font-size: 22px;
  letter-spacing: 0em;
  font-weight: bold;
  color: #1A2D5A;
}
.app-block_header h1 span {
font-size: 1.75em;
}
.app-block .wrapp {
	position: relative;
}
.app-block_header::after {
  position: absolute;
  width: 100%;
  text-align: center;
  content: 'Конфиденциально';
  font-family: 'TT Norms';
  color: rgb(102, 165, 229);
  opacity: 0.15;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-size: 6em;
  line-height: 1;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.app-block_av {
	text-align: center;
	font-family: "TT Norms";
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 0px;
  letter-spacing: 0em;
  color: rgb(0, 55, 98);
}
.app-block_form {
  padding: 20px 25px;
  background-color: rgb(241, 241, 241);
  border-color: rgb(10, 49, 84);
  border-style: none;
  border-width: 2px;
  border-radius: 0px;
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
  max-width: 1100px;
margin: 0 auto;
}
.app-block_form-head {
	text-align: center;
  font-family: 'EB Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: rgb(10, 49, 84);
  opacity: 0.47;
}
.input {
	color: #333;
  padding-top: 7px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
  min-height: 54px;
  position: relative;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
	width: 100%;
	padding: 5px 0;
	color: #999;
	height: auto;
  line-height: 1.2;
  box-shadow: none;
  position: relative;
  color: rgb(51, 51, 51);
  border: 0 solid rgba(255, 0, 0, 0.15);
    border-bottom-width: 0px;
  border-bottom-width: 1px;
  border-radius: 0;
  padding: 0 0 0px 0;
  font-size: 16px;
  cursor: initial;
  background-color: transparent;
  position: relative;
  bottom: -16px;
	height: auto;
  line-height: 1.2;
  box-shadow: none;
  position: relative;
  color: rgb(51, 51, 51);
  border: 0 solid rgb(172, 183, 191);
    border-bottom-width: 0px;
  border-bottom-width: 1px;
  border-radius: 0;
  padding: 0 0 8px 0;
  font-size: 14px;
  cursor: initial;
  background-color: transparent;
}
.input-ta {
	min-height: 74px; 
}
textarea {
	bottom: 0px;
	margin-top: 16px;
	}
.name {
	position: absolute;
	top: 18px;
	transition: 300ms all;
	color: rgba(51, 51, 51, 0.5);
	
}
.tops {
	top: 5px;
	font-size: 12px;
}
.app-block_inpbef {
	text-align: left;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: rgb(1, 5, 8);
  opacity: 0.65;
	margin-left: 5px;
	
}
.name {
	font-size: 14px;
}
.flex-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-inputs {
	width: 48%;
}
.checkbox {
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0 5.5px 0 0;
  line-height: 0;
  min-height: auto;
  display: inline-block;
  vertical-align: middle;
  background: white;
  border: 2px solid rgba(0, 0, 0, 0.25);
  position: relative;
  transition: 300ms all;
  border-radius: 2px;
}
input:checked ~ .checkbox {
  border-color: rgb(104, 122, 135);
  background-color: rgb(117, 135, 149);
}
label {
	margin-bottom: 5px;
	font-size: 14px;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	cursor: pointer;
	margin-top: 20px;
	width: 32%;
	color: #333;
}
.email {
	display: none;
}
.app-block_form-txt {
	text-align: left;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  opacity: 0.65;
  margin: 30px 0 10px;
}
.input-file-row {
	
}
.input-file {
	position: relative;
	position: relative;
	display: block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: rgb(51, 51, 51);
	text-align: center;
	line-height: 22px;
	padding: 5px;
	box-sizing: border-box;
	margin: 0;

	
	border: 0 solid rgb(172, 183, 191);
    border-bottom-width: 0px;
  border-bottom-width: 1px;
}
.input-file-list {
	background-color: rgba(0, 28, 49, 0.78);
	transition: background-color 0.2s;
	color: #fff;
	padding: 10px;
}
.input-file span {
	
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + span {
	
}
 
/* Hover/Active */
.input-file:hover span {
	
}
.input-file:active span {
	
}
 
/* Disabled */
.input-file input[type=file]:disabled + span {
	background-color: #eee;
}
 
/* Список файлов */
.input-file-list {
	display :none;
}
.input-file-list-item {
	margin-bottom: 5px;
}
.input-file-list-remove {
	color: red!important;
	text-decoration: none;
	display: inline-block;
	margin-left: 5px;
}
.input-file svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -5px;
  margin-bottom: -5px;
}
.app-block_form-personal {
font-size: 80%;
  text-align: center;
  color: #333;
  margin-top: 10px;
}
.app-block_form-personal a {
border-bottom-width: 1px;
  border-bottom-style: dashed;
	color: #333!important;
}
  
input[type="submit"] {
	background-color: rgb(117, 135, 149);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgb(92, 108, 120);
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: rgb(255, 255, 255) !important;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width :100%;
	margin-top :20px;
	cursor: pointer;
}
input[type="submit"]:hover, input[type="submit"].submit-a:hover {
background-color: rgb(104, 122, 135);
  border-color: rgb(74, 87, 96);
  color: rgb(255, 255, 255) !important;
}
input[type="submit"].submit-a {
	background-color: transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  display: inline;
  padding: 0;
  background-color: rgb(117, 135, 149);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgb(92, 108, 120);
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: rgb(255, 255, 255) !important;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  cursor: pointer;
	width: 100%;
}
  
.top-block_buts {
	display: flex;
	justify-content: space-between;
	
	background-color: rgb(241, 241, 241);
	margin: 40px auto;
	max-width: 1100px;
}
.top-block_but1 {

    width: 50%;
    padding: 20px 0 10px;
   
}
.top-block_but1 input {
	
}
#phone-error {
	position: absolute;
	top: -15px;
	right: 5px;
	width: auto;
}
.top-block_but1 input[type="text"]:hover::-webkit-input-placeholder {color: transparent}
.top-block_but1 input[type="text"]:hover::-moz-placeholder          {color: transparent}
.top-block_but1 input[type="text"]:hover:-moz-placeholder           {color: transparent}
.top-block_but1 input[type="text"]:hover:-ms-input-placeholder      {color: transparent}

.input input[type="tel"]:hover::-webkit-input-placeholder {color: transparent}
.input input[type="tel"]:hover::-moz-placeholder          {color: transparent}
.input input[type="tel"]:hover:-moz-placeholder           {color: transparent}
.input input[type="tel"]:hover:-ms-input-placeholder      {color: transparent}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
  border-color: rgb(117, 135, 149);
}

.top-block_but2 {
	width: 50%;
	padding: 15px 0;
	text-align: center;
	display: flex;
}
.top-block_buts-inside {
	max-width: 90%;
	color: #fff;
	font-size: 18px;
line-height: 1.6;
	margin: 0 auto;
}
.button-wrapper {
    position: relative;
  display: inline-block;
  max-width: 220px;
  line-height: initial;
  bottom: -6px;
  width: 100%;
}
.metahtml.css28 .button711 {

  background: none;
  font-size: 14px;
  padding: 0;
  display: flex;
  position: relative;
  align-items: center;
  max-width: 100%;
  width: 100%;
  border: none;
  font-weight: normal;
  text-transform: initial;
  letter-spacing: initial;
  outline: none;
  text-decoration: none;
  color: rgb(255, 255, 255)!important;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.metahtml.css28 .button711:hover,
.metahtml.css28 .button711.hover,
.metahtml.css28 .button711:active,
.metahtml.css28 .button711.active,
.metahtml.css28 .button711:focus {
  color: rgb(255, 255, 255);
}

.metahtml.css28 .button711[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.metahtml.css28 .circle-bg {
  height: 26px;
  width: 26px;
  display: block;
  position: absolute;
  border-radius: 1000px;
  background-color: rgb(252, 8, 11);
  box-shadow: 0 3.3333333333333335px 10px 0px rgba(252, 8, 11, 0.5);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.metahtml.css28 .button711:active .circle-bg,
.metahtml.css28 .button711.active .circle-bg {
  background-color: rgb(231, 3, 6);
}

.metahtml.css28 .button711:hover .circle-bg,
.metahtml.css28 .button711.hover .circle-bg,
.metahtml.css28 .button711:active .circle-bg,
.metahtml.css28 .button711.active .circle-bg,
.metahtml.css28 .button711:focus .circle-bg {
  width: 100%;
}

.metahtml.css28 .circle {
  height: 26px;
  width: 26px;
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
  position: relative;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.metahtml.css28 .dash {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 10%;
  top: 50%;
  margin-top: -1px;
  margin-left: 3px;
  width: 40%;
  height: 2px;
  background: transparent;
  display: block;
  position: relative;
}

.metahtml.css28 .button711:hover .dash,
.metahtml.css28 .button711.hover .dash,
.metahtml.css28 .button711:active .dash,
.metahtml.css28 .button711.active .dash,
.metahtml.css28 .button711:focus .dash {
  background: rgb(255, 255, 255);
}

.metahtml.css28 .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  transform: translate(-65%, -50%) rotate(45deg);
}

.metahtml.css28 .button711:hover .circle,
.metahtml.css28 .button711.hover .circle,
.metahtml.css28 .button711:active .circle,
.metahtml.css28 .button711:active .circle,
.metahtml.css28 .button711:focus .circle {
  transform: translate(45%, 0);
}

.metahtml.css28 .padding {
  flex-shrink: 1000000;
  flex-grow: 1;
  width: 13px;
  display: block;
}

.metahtml.css28 .text {
  flex-shrink: 1;
  text-align: center;
  z-index: 1;
}

.metahtml.css28 .circle-bg {
  overflow: hidden;
}

.metahtml.css28 .flare {
  background-color: rgba(255, 255, 255, 0.4);
  background: linear-gradient(90deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.15) 100%);
  background-origin: content-box;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: skewX(-45deg) translateX(-150%);
  animation: css28_moving 3s ease-in-out infinite;
}

@keyframes css28_moving {
  30% {
    left: 100%;
    transform: skewX(-45deg) translateX(50%);
  }

  100% {
    left: 100%;
    transform: skewX(-45deg) translateX(50%);
  }
}
.metahtml.css31 .button-546 {
  background: linear-gradient(90deg, rgb(255, 0, 0),rgb(91, 2, 18));
  color: rgb(255, 255, 255)!important;
  font-size: 16px;
  padding: 11px 0;
  display: flex;
  position: relative;
  align-items: center;
  max-width: 100%;
  width: 100%;
  border: none;
  border-radius: 15px 15px 15px 15px;
  outline: none;
  transition: 150ms transform;
  box-shadow: 0 8.333333333333334px 25px 0px rgba(154, 2, 4, 0.79);
}

.metahtml.css31 .button-546:hover,
.metahtml.css31 .button-546:focus,
.metahtml.css31 .button-546.hover {
  background: linear-gradient(90deg, rgb(231, 3, 6),rgb(94, 5, 13));
}

.metahtml.css31 .button-546:active,
.metahtml.css31 .button-546.active {
  background: linear-gradient(90deg, rgb(206, 2, 5),rgb(83, 5, 11));
}

.metahtml.css31 .button-546.bold {
  font-weight: bold;
}

.metahtml.css31 .button-546.uppercase {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.metahtml.css31 .button-546[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.metahtml.css31 .padding {
  flex-shrink: 1000000;
  flex-grow: 1;
  width: 30px;
  display: block;
}

.metahtml.css31 .text {
  flex-shrink: 1;
  text-align: center;
}

.metahtml.css31 .button-546:hover {
  transform: scale(1.025);
}

.metahtml.css31 .button-546 {
  overflow: hidden;
}

.metahtml.css31 .flare {
  background-color: rgba(255, 255, 255, 0.4);
  background: linear-gradient(90deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.15) 100%);
  background-origin: content-box;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(-45deg) translateX(-150%);
  animation: css31_moving 3s ease-in-out infinite;
}

@keyframes css31_moving {
  30% {
    left: 100%;
    transform: skewX(-45deg) translateX(50%);
  }

  100% {
    left: 100%;
    transform: skewX(-45deg) translateX(50%);
  }
}
.top-block_but1 .input {
	color: #fff;
  padding-top: 7px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
  background: none;
  background-color: transparent;
  border-radius: 8px;
  border:none;
  min-height: 54px;
  position: relative;
  width: 55%;
}
.top-block_but1 .name {
  position: absolute;
  top: 18px;
  transition: 300ms all;
  color: rgba(51, 51, 51, 0.5);
}
.top-block_but1 .tops {
	top: 5px;
}
.top-block_but1 input[type="text"] {

height: auto;
  line-height: 1.2;
  box-shadow: none;
  position: relative;
  color: rgb(51, 51, 51);

  padding: 0 0 8px 0;
  font-size: 14px;
  cursor: initial;
  background-color: transparent;
  position: relative;
  bottom: -16px;
}
.top-block_but1 form {
	max-width: 92%;
	margin: 0 auto;
}
.top-block_but2-or {
	text-align: left;
  font-family: "BebasNeueRegular";
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: rgb(0, 55, 98);
  opacity: 1;
	text-align: left;
  
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: rgb(193, 193, 193);
  opacity: 1;
  padding: 0 20px;
}
.top-block_but2 .call {
	font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: left;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  color: rgb(193, 193, 193);
  padding: 5px 0 0 20px;
}
.top-block_but2 .call a {

  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 25px;
  color: rgb(2, 10, 17) !important;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 50px;
}
.fast-block .mess_flex {
	max-width: 300px;
	margin: 0 auto;
}
.img_prim {
	width: 23%;
}
.img_prim img {
	width: 100%;
}
.oc-block {
	width: 23%;
	background: #fff;
	padding: 20px 10px;
	text-align: left;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  opacity: 1;
	margin-bottom: 30px;
}
.oc-block td {
	color: rgb(51, 51, 51)!important;
}
.nm {
	padding-left: 20px;
}
.line {
	width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.19);
  border-radius: 0px;
}
.oc-btn {
	background-color: rgba(10, 49, 84, 0.01);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: rgb(8, 39, 67);
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  color: rgb(0, 0, 0) !important;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 100%;
	display :block;
	text-align: center;
	margin-top: 8px;
}
.oc-btn:hover {
background-color: rgb(9, 44, 76);
  border-color: rgb(6, 31, 54);
  color: rgb(255, 255, 255) !important;
}

.flex-around {
	justify-content: space-around;
}
.app-block_mess {
	text-align: center;
	
}
.app-block_mess a {
	font-family: 'TT Norms',sans-serif;
	font-weight: bold;
	font-size: 20px;
  color: rgb(0, 41, 74) !important;
}

.buy-block_header::after {
  position: absolute;
  width: 100%;
  text-align: center;
  content: 'Профессионально';
  font-family: 'TT Norms';
  color: rgb(102, 165, 229);
  opacity: 0.15;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-size: 6.5em;
  line-height: 1;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.buy-block .buy-block_part .metahtml.css31 .button-546 {
	margin-left: 12px;
}
.buy-block_part {
	border-radius: 12px;
  box-shadow: 0px 0px 34px 5px rgba(0, 69, 123, 0.22);
  width: 23%;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.buy-block .buy-block_part .button-wrapper {
	margin-bottom: 10px;
}
.buy-block .buy-block_part .metahtml.css31 .button-546 {
  color: rgb(255, 255, 255) !important;
  font-size: 14px;
}
.buy-block .buy-block_part .metahtml.css31 .button-546 {

  padding: 8px 0;
}
.buy-block .table {
  display: table;
  padding: 10px 10px 0 10px;
}
.red {
	color: red;
}

.blue-block {
	background-image: url("../img/blue.jpg");
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	z-index: 3;
	padding: 100px 0;
}
.blue-block_header {
	text-align: center;
  font-family: 'EB Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  opacity: 1;
	color: #fff;
  margin-bottom: 50px;
}
.blue-block_part {
	width: 24%;
	border-width: 1px;
  border-style: solid;
  border-color: rgb(19, 92, 158);
  box-shadow: 0px 3px 15px 1px rgba(255, 255, 255, 0);
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.blue-block_head-red {
	text-align: center;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: rgb(255, 255, 255);
  opacity: 1;
}
.blue-block_phone {
	padding-top: 2px;
  padding-bottom: 2px;
  font-size: 20px;
  color: rgb(255, 255, 255) !important;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 15px 0;
}
.blue-block_phone a {
	color: rgb(255, 255, 255) !important;
}
.blue-block_phone span {
	font-weight: 400;
	font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.blue-block_delim {
	color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.blue-block .metahtml.css31 .button-546 {
  font-size: 22px;
}
.blue-block p {
font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0em;
}

.contact-block {
	padding: 100px 0;
	position: relative;
}
.contact-block_img {
	position: absolute;
	left: 0;
	bottom: -5px;
}
.contact-block_header:after {
	position: absolute;
  width: 100%;
  text-align: center;
  content: 'Санкт-Петербург';
  font-family: 'TT Norms';
  color: rgb(102, 165, 229);
  opacity: 0.15;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-size: 6em;
  line-height: 1;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.fb25 {
	width: 25%;
}
.fb75 {
	width: 75%;
}
.contact-block_part {
	border-radius: 12px;
  box-shadow: 0px 0px 34px 5px rgba(0, 69, 123, 0.1);
  padding: 10px;
}
.contact-block_part {
	display: flex;
}
.contact-block_part2 {
	border-radius: 12px;
  box-shadow: 0px 0px 34px 5px rgba(0, 69, 123, 0.1);
  padding: 10px;
}
.contact-block_redmark {
	width: 30%;
	font-family: "TT Norms";
	font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0em;
  border-left: 5px solid rgb(255, 0, 0);
  padding: 0px 0;
    padding-left: 0px;
  padding-left: 15px;
  max-height: 40px;
  color: rgb(0, 55, 98);
}
.contact-block_address {
	font-family: "TT Norms";
	font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0em;
  color: rgb(0, 55, 98);
}
.contact-block_address span {
	font-family: "TT Norms Pro";
	font-weight: normal;
	font-size: 18px;
  line-height: 1.6;
}
.contact-block_phone {
	
  line-height: 1.6;
  letter-spacing: 0em;
  
  width: 35%;
}
.contact-block_phone a {
	color: rgb(0, 55, 98)!important;
	font-family: "TT Norms";
	font-weight: bold;
  font-size: 20px;
}
.contact-block_phone a span {
	font-family: "TT Norms Pro";
	font-weight: normal;
	ont-size: 18px;
  line-height: 1.6;
}
.contact-block .app-block_mess img {
	width: 46px;
}
.spoiler1 {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(230, 230, 230);
  color: rgb(25, 25, 25);
  padding: 0 25px;
  margin-left: 15px;
  position: relative;
}
.spoiler1-toggle.is-collapsed {
  transform: rotate(-180deg);
}
.spoiler1-toggle {
  position: absolute;
  top: 10px;
  left: -17px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  cursor: pointer;
  background-color: rgb(10, 49, 84);
  color: rgb(255, 255, 255);
  font-size: 16px;
  border: 2px solid rgb(10, 49, 84);
  transition: transform 0.4s;
}
.spoiler1-toggle i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s;
  opacity: 1;
}
.fa-plus::before {
  content: "\f067";
}
.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.fa-minus::before {
  content: "\f068";
}
.spoiler1-header {
  padding: 15px 5px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
}
.textable.css163 {
  text-align: left;
  font-family: 'EB Garamond', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5999999999999999;
  letter-spacing: 0.1142857142857143em;
  color: rgb(8, 39, 67);
  opacity: 1;
} 
.spoiler1-toggle.is-expanded i.fa-plus {
  opacity: 0;
}
.is-expanded {
	display: block!important;
}

footer {
	
	position: relative;
	background-size: cover;
	
	z-index: 3;
	padding: 30px 0 20px;
}
footer .main-header_mess {
	text-align: left;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  opacity: 1;
	color: rgb(51, 51, 51);
}
footer .main-header_wrapp {
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 0;
	padding-top: 20px;
}
.adr, .adr a {
	text-align: left;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0em;
  color: rgb(116, 135, 149)!important;
  opacity: 1;
}
.textable.css175 {
  text-align: center;
  font-family: "TT Norms";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  opacity: 1; 
}
.node.css174 {
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.textable.css176 {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0em;
  opacity: 1;
}
.node.css174 a {
  color: rgb(25, 140, 230)!important;
}
footer p {
	text-align: center;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: rgb(116, 135, 149);
  opacity: 1;
	margin-bottom: 10px;
}
footer p a {
	font-size: 14px;
  color: rgb(151, 148, 148) !important;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.mobile-menu {
	padding: 5px 0 2px;
  background-color: rgba(255, 255, 255, 0.95);
  	position: fixed;
  	top: 0;
  	color: #000;
  	z-index: 10;
  	width: 100%;
  	display: none;
} 
.mobile-menu a {
	color: #000!important;
	font-size :18px;
}
.mobile-menu a img {
	height: 33px;
}
.mobile-menu .bl6 {
	margin-top: 5px;
}
.mobile-menu .mess_flex {
	margin-top: 0;
}
.mobile-menu .mess_flex div {
	
}
.mobile-menu .wrapp {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	align-items: center;
}

.oc-block_form {
	display: flex;
}
.oc-block_form-left {
	width: 60%;
	background-color: rgb(241, 241, 241);
	display: flex;
	align-items:center;
	flex-direction: column;
	justify-content: space-around;
	padding: 80px 0;
}
.oc-block_form .top-block_buts {
	width :100%;
	max-width: 600px;
	margin: 0;
}
.oc-block_form .top-block_but1 {
  width: 100%;
  padding: 20px 0 10px;
}
.oc-block_form .top-block_but2-or {
	text-align: right;
}
.oc-block_form .top-block_but2 {
  width: 100%;
  max-width: 500px;
}
.oc-block_form-right {
	width: 40%;
}
.oc-block_form-right img {
	width: 100%;
}
.blue-block .oc-btn {
	background-color: rgb(241, 241, 241);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: rgb(193, 193, 193);
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  color: rgb(2, 10, 17) !important;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 80%;
	display :block;
	text-align: center;
	margin: 8px auto 0;
}
.fas {
  font-size: 18px;
  margin-right: 7px;
}
.blue-block .oc-btn:hover {
background-color: rgb(217, 217, 217);
  border-color: rgb(154, 154, 154);
  color: rgb(0, 0, 0) !important;

}

.contact-blocknew {
	padding: 50px 0;
}
.contact-blocknew-left {
	width: 30%;
}
.contact-blocknew-right {
	width: 70%;
}
.contact-blocknew-a {
text-align: left;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: rgb(8, 39, 67);
  opacity: 1;
	margin-bottom: 5px;
}
.contact-blocknew-b {
text-align: left;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: rgb(92, 108, 120);
  opacity: 1;
	margin-top: 5px;
}
.contact-blocknew-b a {
text-align: left;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: rgb(92, 108, 120)!important;
  opacity: 1;
	margin-top: 5px;
}
.contact-blocknew .big_ph {
	font-size: 18px;
  color: rgb(116, 134, 149) !important;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 5px 0;
}
.contact-blocknew .small_ph {
font-size: 16px;
  color: rgb(116, 134, 149) !important;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.contact-blocknew .mess_flex {
	max-width: 280px;
	margin: 50px 0 40px;
}