 /*Обнуление*/
*{padding:0;margin:0;border:0;}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
:focus,:active{outline:none;}
a:focus,a:active{outline:none;}
nav,footer,header,aside{display:block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;padding:0!important;margin:0!important;position:relative!important;
font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display:none;}
button{cursor:pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
ul li{list-style:none;}
img{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;}

@charset "UTF-8";

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;



}
body {
	font-family: 'Lora', 'Arial', sans-serif;
	overflow-wrap: break-word;
	word-wrap: break-word;
   min-width: 320px!important;
 
}



ul li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}


img{
	max-width:100%;
	height:auto;
} 
::-webkit-input-placeholder {font-size: 16px;}
::-moz-placeholder {font-size: 16px;}         
:-moz-placeholder {font-size: 16px;}
:-ms-input-placeholder {font-size: 16px;}
:focus::-webkit-input-placeholder {opacity: 0;}    
:focus::-moz-placeholder {opacity: 0;}    
:focus:-moz-placeholder {opacity: 0;}    
:focus:-ms-input-placeholder {opacity: 0;}
.content {
	flex: 1 0 auto;
}

.container {
  min-width: 320px;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: red;
}
.wrapper {
min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.wrap {

	min-width: 320px;
  max-width: 1200px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}

.header__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
}
/*Меню*/
.header__logo {
  margin-right: 20px;
}

.header__menu {
  padding: 0;
  margin: 0;
}

.menu {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.menu__element {
  margin-right: 35px;
}
  
.menu__element:last-child {
    margin-right: 0;
  }


.menu__link {
  font-size: 12px;
  font-family: 'Raleway';
  color: #172e54;
  text-transform: uppercase;
  line-height: 1.667;
  display: inline-block;
  text-decoration: none;
  transition-duration: 500ms;
  transition-property: color;
}
  .menu__link::before {
    content: '';
    width: 8px;
    height: 2px;
    background-color: #e5493a;
    display: block;
    margin-bottom: 2px;
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity;
  }

  .menu__link:hover {
    color: #4bc9e8;
  }
    .menu__link:hover::before {
      opacity: 1;
    }

/*Меню*/
.header__menu:after, .header__menu:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 2px solid transparent;
	border-bottom-color:#000;
}
.header__menu li a:hover, .header__menu li.active, .header__menu a.current-menu-item {
  
	border-bottom-color:#000;
	padding-bottom:10px;
}
.header__menu li:before {
    top: 50%;
    margin-top: -2px;
}
.header__menu li:after {
    bottom: 0;
}

.header__nav {
	
    position: absolute;
    right: 36px;
    display: block;
}
.header__menu {
    display: flex;
	position: relative;
	z-index: 2;
}
.header__menu li {
  text-decoration: none;
  transition-duration: 500ms;
  transition-property: color;
	list-style: none;
	margin: 0px 0px 20px 36px;
	  color: #172e54;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 10px;
	border-bottom: 1px solid transparent;
	
}
.header__menu li a {
	border-bottom: 1px solid transparent;
	color:#4acae9;
}

.header__menu .current-menu-item a  {
  color:red;
  border-bottom: 1px solid red;
padding-bottom:10px;
}

.phone {
  font-size: 110%;
  color: #333;
  padding-right: 40px;
  padding-bottom: 30px;
  align-items:center;
  margin-bottom:2px;

}

@media (max-width: 767px) {
	  .header__wrap {
    /*flex-direction: column;
    justify-content: flex-end;*/
    padding-top: 0px;
    padding-bottom: 25px;
  }

  .header__logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
	.menu-burger__header {
	position: relative;
    width: 40px;
    height: 35px;
    display: block;
    margin-left: 10px;
   }
.menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before{
	height: 3px;
	width: 100%;
	position: absolute;
	background: #515758;
	margin: 0 auto;
}
.menu-burger__header span{
	top: 16px;
}
.menu-burger__header:after, .menu-burger__header:before{
	content: '';
}
.menu-burger__header:after{
	bottom: 5px;
}
.menu-burger__header:before{
	top: 5px;
}
.menu-burger__header.open-menu span {
	opacity:0; 
    transition: 0.5s; 
}
.menu-burger__header.open-menu:before {
	transform: rotate(50deg);
    top: 16px;
    transition: 0.4s;
}
.menu-burger__header.open-menu:after {
	transform: rotate(-50deg);
    bottom: 16px;
    transition: 0.4s;
}  

.fixed-pade {
    overflow: hidden;
}

.menu_main.closed {display:none;}
.menu_main {
	display: block;
	position: relative;
    /*top: 290px;
    left: 0;*/
	left:0;
order: 3;	
    background: rgb(245, 246, 246, .97);
    box-shadow: #ccc;
    width: 100%;
    box-shadow: 0 4px 2px -2px rgba(36, 36, 36, 0.37);
    transition: all 0.4s ease;
	/*left:-100%;*/
	/*right:-100%;*/
	bottom:-100%;
	padding: 5px 0;
	width:100%;
	height:100%;
	  opacity: 0;
      height: 0;
      visibility: hidden;
	/*position:fixed;top:0;left:0;opacity:.8;filter:alpha(opacity=80);-moz-opacity:.8;background:#000;cursor:pointer;z-index:99999*/
}
.menu_main .menu{
	display: block;
}
.menu_main  .menu__element {
    margin-right: 20px;
  }
.menu_main.open-menu{
    /*left:0;*/
  opacity: 1;
      height: 100vh;
      visibility: visible;
	  bottom:-12%;
	  z-index:2;
}
.phone {
padding-bottom:0;
padding-right:0;
order: 2;
}
.menu_main ul{
 padding-top: 14px;   
}
}
}

@media (max-width:480px){

.phone {
padding-left:5px;
}
}
@media (max-width:360px){
.phone {
margin: 0 auto;
padding-left:0;
	order: 3;
}
}
/*Верхний слайдер*/
.top-slider{padding-top:50px; position:relative; background-image: url(/assets/img/home_translator_slider_bg.jpg);
min-height: 70vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.slider-title{
	color: #ffffff;
    font-size: 54px;
    line-height: 50px;
    background-color: transparent;
    text-decoration: none;
    font-family: Lora;
    border-width: 0px;
    border-color: rgb(0,0,0);
    border-style: none;
    text-shadow: none;
    letter-spacing: 2px;
	min-height:20vh;
	align-items: center;
display:grid;
justify-items: start;

}
.slider-row{
display:grid;
grid-template-columns: 1fr 1fr;
grid-gap:20px;

}
.slider-right{

align-items: center;
display: grid;}
.grid{
	display:grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2,1fr);
}
.grid input, textarea{
	
	border: none;
    padding: 15px 20px;
    width: 100%;
    font-family: Arial,sans-serif;
    font-style: italic;
    outline: 0;
    -webkit-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease;
}
.grid .button-form{
	display: inline-block;
    border: none;
    color: #fff;
    text-decoration: none;
    background-color: #f0650d;
    padding: 10px 60px;
    font-size: 20px;
    font-weight: 800;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    position: relative;
    outline: 0;
    -webkit-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    transition: background-color .1s ease;
    cursor: pointer;
	
}
.grid .btn-form{    display: grid;
    grid-column:  span 2;
    /*grid-template-columns: 2fr;*/
    justify-content: center;
    justify-items: center;}



@media (max-width: 767px) {
.slider-row {
display:grid;
grid-template-columns: 1fr;

} 
.slider-title{
	color: #ffffff;
    font-size: 40px;
    padding-bottom:20px;
	line-height:40px;
	min-height:15vh;
}

.top-slider{
padding-top:10px;
min-height: 80vh;
padding-bottom:0;
}
}
@media (max-width: 480px) {
.grid {
	display:grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
}
.grid .btn-form {
  display: grid;
  grid-column: initial;
  grid-template-columns: 2fr;
  justify-content: center;
  justify-items: stretch;
}
.slider-title{
	color: #ffffff;
    font-size: 30px;
	line-height:30px;
    padding-bottom:20px;
}
.top-slider{
padding-top:10px;
min-height: 80vh;
}

}
/*Услуги*/
.service-row{
    
    grid-template-columns: repeat(4,1fr);
	display:grid;
}
.service-item{
background-color:#ededed;
text-align:center;
padding: 40px 30px;
border-left: 2px solid #e4ecee;
border-bottom: 1px solid #e4ecee;
}
.service-item:hover{
	background-color:#d5eef4;
	border-bottom-color: #59bed7;
}
.service-item:focus{
	background-color:#d5eef4;
	border-bottom-color: #59bed7;
}
.service-item:active{
	background-color:#d5eef4;
	border-bottom-color: #59bed7;
}
.service-item:target{
	background-color:#d5eef4;
	border-bottom-color: #59bed7;
}
.service{
	margin-top: -100px;
z-index: 20;
position:relative;


}
.service-item h2{
	font-size: 24px;
    line-height: 25px;
    font-weight: 300;
letter-spacing: 0px;
min-height:2.5em;
    margin:  15px 0;
	color:#172e54;
}
.service-img{
	border-width: 0;
}
.service-text{
	 margin:  15px 0;
	 font-size:18px;
	     color: #9baebb;

}
@media (max-width:940px){
	.service-row{
    
    grid-template-columns: repeat(2,1fr);
	display:grid;
}
.service{
    padding-top:10px;
margin-top: 0;
z-index: 20;
position:relative;


}
}
@media (max-width:767px) {
.service-item  {
    margin-bottom: 20px;
}

}
@media (max-width:540px) {
	.service-row{
    
    grid-template-columns: initial;
	display:grid;
}
}
@media (max-width: 480px) {
	.service-text{
	font-size: 14px;
}
.service-item h2 {
    font-size: 16px;
    line-height: 19px;
}
}



/*Инфо*/
.info{
	padding:50px 0;
}
.info h2{
	font-size: 44px;
    line-height: 58px;
	padding-bottom:20px;
	color:#172e54;
}
.info-row{
	display:grid;
	grid-gap:20px;
}
 .info-column{display: grid;	grid-template-columns: 1fr 3fr; grid-gap:20px;}
.info-item-left{
display: grid;
		border-width: 0;
		
}
.info-text{
	font-size:16px;
	line-height:1.2;
	color:#3e3e3e;
}
.info h3 {
    font-size: 26px;
    line-height: 27px;
    font-weight: 300;
    letter-spacing: 0px;
	padding-bottom:10px;
	color:#172e54;
}


@media (max-width: 767px) {
	.info h2{
	font-size: 26px;
    line-height: 26px;
}
.info h3 {
    font-size: 22px;
}
.info-column{grid-template-columns:initial;}
}
.info-item-left{justify-items:center;}
@media (max-width: 480px) {
	.info h2{
	font-size: 25px;
    line-height: 25px;
}
.info h3 {
    font-size: 18px;
    line-height: 19px;
}
.info-text{
	font-size:14px;
}
}

/*Преимущества*/
.advatanges{
padding-top: 130px;
  padding-bottom: 80px;
  background-image: url("/assets/img/home_translator_section_bg_1.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
	
}
.advatanges-row{display:grid;
grid-template-columns:1fr 3fr;
grid-gap: 40px;
}
.advatanges-right{
	display:grid;
grid-template-columns:1fr 1fr;
grid-gap: 20px;
}
.advatanges-left{
}
.advatanges-left h2{
  font-size: 42px;
  line-height: 42px;
  font-weight: 300;
  letter-spacing: 0px;
  color:#fff;
}
.advatanges-right h2{
	color:#4bc9e8;
	font-size: 24px;
line-height: 25px;
font-weight: 300;
letter-spacing: 0px;
padding-bottom:10px;
min-height:2.4em;
}
.avatanges-text{
	color:#fff;
	font-size:16px;
	line-height:1.2;
	min-height:3.5em;
}

@media (max-width: 767px) {
	.advatanges-right h2{

min-height:2.5em;
}
.advatanges-left h2{
  font-size: 36px;
  line-height: 36px;
}
.advatanges-row{
grid-template-columns:initial;
grid-gap: 40px;
}
.advatanges-text{
	font-size:14px;
	color:#000;
}
}
@media (max-width:560px){
	.advatanges-right{
grid-template-columns:initial;
grid-gap: 20px;
}
}
/*Победы*/
.trofy{
	padding:50px 0;
}
.trofy-icon{
	text-align:center;
	color:#4bc9e8;
	width: 110px;
height: 110px;
text-align: center;
line-height: 110px;
font-size: 50px;
position: relative;
overflow: hidden;
margin: 0 auto 15px;
border-width: 8px;
border-style: solid;
display: block;
-webkit-border-radius: 100%;
border-radius: 100%;
border-color:#f8f8f8;
}
.trofy-icon:hover{
	color:#fff;
	background-color:#4bc9e8;
	transform: scale(0.94);
	
}
.trofy h2{
font-size:36px;
line-height:36px;
color:#172e54;
padding-bottom:30px;
}
.trofy h3 {
	color:#172e54;
	font-size: 24px;
line-height: 25px;
font-weight: 300;
letter-spacing: 0px;
padding-bottom:30px;

}
.trofy-row{
	
	display:grid;
	justify-items:center;
}
.trofy-text{
font-size:18px;
color:#3e3e3e;}
.trofy-icon-second{
	padding-bottom:30px;
}
.trofy-text-second p{
padding-bottom:36px;}
.trofy-text-second p:last-child{
padding-bottom:0;}
.trofy-text-second{
	font-size: 24px;
line-height: 25px;
font-weight: 300;
letter-spacing: 0px;
color:#172e54;
line-height:1.4;
}
.trofy-text-second a{
color:#172e54;
}
.trofy-text a{
color:#172e54;
}
@media (max-width:767px){
.trofy h2{
font-size: 22px;}
.trofy h3{
font-size: 20px;}
.trofy-text-second{
	font-size: 20px;
}
}

/*обратная связь*/
.feedback h2{
  font-size: 42px;
  line-height: 42px;
  font-weight: 300;
  letter-spacing: 0px;
  color:#fff;
  padding-bottom:30px

}
.feedback p{
  font-size: 16px;
  color:#fff;
  padding-bottom:30px;
}

.feedback{
  padding-top: 140px;
  padding-bottom: 100px;
  background-image: url("/assets/img/bg-moscow.jpg");
  background-repeat: no-repeat;
  background-position: center 36px;
  background-attachment: fixed;
  background-size: cover;
  text-align:center;
  
}
.feedback-form{
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3,1fr);
  
}
.feedback-block{
	display:grid;
	justify-items:center;
}
.feedback-row{
	display:grid;
	justify-items:center;
}
.feedback-form input, textarea{
	
	border: none;
    padding: 15px 20px;
    width: 100%;
    font-family: Arial,sans-serif;
    font-style: italic;  
    outline: 0;
    -webkit-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease;
}
.feedback-form .feed-btn{display: inline-block;
    border: none;
    color: #fff;
    text-decoration: none;
    background-color: #f0650d;
    padding: 14px 60px;
    font-size: 20px;
    font-weight: 800;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    position: relative;
    outline: 0;
    -webkit-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    transition: background-color .1s ease;
    cursor: pointer;
}
@media (max-width:767px){
.feedback h2{
font-size: 32px;}
.feedback-form{
	  grid-template-columns:initial;

}
}
/*Алгоритм*/
.algoritm{
	padding:50px 0;
}
.algoritm-row{
	
display:grid;
grid-template-columns:repeat(4,1fr);
grid-gap:20px;
}
.algoritm-item{
	display:grid;
	justify-items:center;

    padding:16px;
}
.algoritm-img{
	position:relative;
	padding-bottom:35px;
	width: 200px;
height: 200px;
line-height: 200px;
text-align: center;
position: relative;
margin: 0 auto 15px;
background: #fff;
border-width: 2px;
border-style: solid;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-color: rgba(0,0,0,.08)
}
.algoritm-img img{
	  max-width: 116px !important;
  max-height: 116px !important;
  vertical-align: middle;
}

.algoritm-item h3 {
	height:2.7em;
	color:#172e54;
	font-size: 24px;
line-height: 25px;
font-weight: 300;
letter-spacing: 0px;
margin-bottom:12px;
text-align: center;
}
.algoritm-text{
	font-size:18px;
	line-height:1.2;
	color: #3e3e3e;
	text-align: center;
}
.number{
background: #4bc9e8;
  color: #fff;
  position: absolute;
right: 10px;
bottom: 10px;
width: 35px;
height: 35px;
line-height: 35px;
font-size: 15px;
text-align: center;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
}
.algoritm h2{
font-size:36px;
line-height:36px;
color:#172e54;
padding-bottom:30px;
}
@media (max-width:940px){
	.algoritm-row{

grid-template-columns:repeat(2,1fr);

}

}
@media (max-width:767px){
	.algoritm-row{

grid-template-columns:repeat(2,1fr);

}
.algoritm h2 {
  font-size: 26px;
  line-height: 26px;
}
}
@media (max-width:560px){
	.algoritm-row{

grid-template-columns:initial;

}
.algoritm h2 {
  font-size: 25px;
  line-height: 25px;
}
}

/*футер*/
.footer_copy {
  border: 0;
  background-color: #172e54;
  padding:50px 0;

}
.footer-copyright {
 
  display: grid;
}
.footer-copyright p{
  color:#a0a6b0;
  font-size:18px; 
  padding-bottom:10px;
}
.small {
  font-size: 12px;
  color:#4bc9e8;
}
.small a{
  font-size: 12px;
  color:#4bc9e8;
}
.footer-row{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	grid-gap:40px;
}
.footer-author{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	grid-gap:20px;
	justify-items:center;
}
.footer-author .small{
	line-height:1.6;
	
}
@media (max-width:767px){
.footer-row{
	grid-template-columns:initial;

}
.footer-copyright {
  justify-items: center;
 
}
.footer-copyright p {
  text-align: center;
}
}
/*Слайдер на страницах*/
.page-slider{
	background-image: url(/assets/img/home_translator_slider_bg1.jpg);
background-attachment: fixed;
padding: 20px 0 80px;
background-position: top center;
background-repeat: no-repeat;

}
.page-slider h1{
	  font-size: 38px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
  width: 70%;
  font-family: "Lora", Arial, Tahoma, sans-serif;
  display: grid;
justify-items: center;
align-items:center;

}
.page-slider-row{
	display:grid;
}
.column-slider{
	display:grid;
	justify-items:center;
	min-height: 20vh;
}
/*иконки контактов*/
.contacts-row{
	display:grid;
	grid-template-columns:repeat(3,1fr);
}
.contacts-item{
	display:grid;
	
}
.contacts-wrapper{
display:grid;
grid-template-columns:1fr 2fr;
grid-gap:20px;
}
.contacts-item-left{
	display:grid;
justify-items:end;
color: #4bc9e8;
font-size:48px;

	
}
.contacts-icons{
	padding:70px 0;
}
.contacts-info{
	font-size:18px;
	color:#172e54;
	align-items:center;
	display:grid;
}
.contacts-info a{
	color:#172e54;
}
.contacts-item p{
	text-align:center;
	font-size:18px;
	color:#3e3e3e;
	padding-bottom:10px;
	min-height:2.5em;
}
/*Форма стр контакты*/
.contacts-block{
	position:relative;
	display:grid;
	 min-height: 40vh;
	 justify-items:center;
	 align-items:center;
	padding:50px 0;
}
.contacts-block-form{
display:grid;
grid-template-columns:repeat(2,1fr);
grid-gap:20px;
}
.contacts-block-form textarea{
	display:grid;
	width: 100%;
}
.contacts-block-form input, textarea{
	
	border:1px solid #4bc9e8;
	color: #626262;
background-color: rgba(255, 255, 255, 0);
	/*border: none;*/
    padding: 15px 20px;
    width: 100%;
    font-family: Arial,sans-serif;
    font-style: italic;  
    outline: 0;
    -webkit-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease;
}


.contacts-block-form .contacts-button-form{
	display: inline-block;
    border: none;
    color: #fff;
    text-decoration: none;
    background-color: #f0650d;
    padding: 10px 60px;
    font-size: 20px;
    font-weight: 800;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    position: relative;
    outline: 0;
    -webkit-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    transition: background-color .1s ease;
    cursor: pointer;
}
.contacts-block-row{
width:100%;
}
.contacts-btn-form{
display: grid;
grid-column: span 2;
/*grid-template-columns: 2fr;*/
justify-content: center;
justify-items: center;
}
.contacts-block h2{
font-size:36px;
line-height:36px;
color:#172e54;
padding-bottom:30px;
}
.contacts-textarea{
	display:grid;
	grid-column: 1 / 3;
}
@media (max-width:767px){

	.contacts-row{
display:grid;
grid-template-columns:repeat(2,1fr);
grid-gap:20px;
}
.contacts-item:last-child{
display: grid;
grid-column: 1/3;
}
.contacts-block h2{
font-size:22px;
line-height:22px;

}
}
@media (max-width:560px){
	.contacts-row{
grid-template-columns: 1fr;
	}
		.contacts-item:last-child{
grid-column: initial;
}
}
@media (max-width:480px){
.contacts-block-form{
grid-template-columns:initial;
}
.contacts-textarea{
	grid-column: initial;
}
.contacts-btn-form{
grid-column: initial;

}
.contacts-item p {
text-align: left;}
}
/*страница цен*/
.notariffs{
	display:grid;
	padding:50px 0;
	justify-items:center;
	position: relative;
}
.notariffs-img{
  display:grid;
  justify-items:center;
}
.notariffs-img img{
  padding:12px 0;

}
.notariffs-text{
   font-size:18px;
   line-height:1.4;
   color: #3e3e3e;
  display:grid;
  justify-items:center;
}
/*Цены блок*/
.price-list{
	padding:50px 0;
	
}
.price-list-row{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	width:100%;
	grid-gap:20px;
}
.price-list-item:nth-child(5){
grid-column: 2/3;
}
.price-list-icon{
	padding-bottom:20px;
	min-height:2.5em;
}


.price-list h2{
	font-size: 44px;
    line-height: 58px;
	padding-bottom:30px;
	color:#172e54;
}


.price-list h3{
  color:#172e54;
  font-size: 24px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0px;
  padding-bottom:10px;
  height:3.2em;

}
.price-list h4 {
  font-size: 30px;
  line-height: 27px;
  font-weight: 300;
  letter-spacing: 0px;
  color:#172e54;
  padding-bottom:10px;
}
.price-list  h5{
	font-size: 15px;
line-height: 19px;
font-weight: 700;
letter-spacing: 0px;
  color:#172e54;
  padding-bottom:10px;
}
.price-list p{
	font-size: 18px;
line-height: 19px;
	  color:#3e3e3e;
  padding-bottom:10px;
}
.price-list-icon {

	text-align:center;
	color:#4bc9e8;
	width: 110px;
height: 110px;
text-align: center;
line-height: 110px;
font-size: 50px;
position: relative;
overflow: hidden;
margin: 0 auto 15px;
border-width: 8px;
border-style: solid;
display: block;
-webkit-border-radius: 100%;
border-radius: 100%;
border-color:#f8f8f8;
	
}
.price-list-item{
	text-align:center;
}
.price-list-icon:hover{
	color:#fff;
	background-color:#4bc9e8;
	transform: scale(0.94);
	
}


@media (max-width:940px){
	.price-list-row{

	grid-template-columns:repeat(2, 1fr);

}
.price-list-item:nth-child(5){
grid-column: initial;
}
}
@media (max-width:767px){
	
.page-slider-title, .price-list h2{
	font-size: 34px;
    line-height: 34px;
}	
.column-slider .page-slider-title{
	font-size: 34px;
    line-height: 34px;
}	



}
@media (max-width:480px){
.page-slider-title, .price-list h2{
font-size:32px;
line-height:32px;

}
.column-slider .page-slider-title{
font-size:32px;
line-height:32px;

}
.price-list-row{

	grid-template-columns:initial;

}

}

/*Стили страницы page*/
.post-section{
    padding:50px 0;
}
.page__article p{
	font-size:18px;
	line-height:1.4;
	color: #3e3e3e;
}
.page__article h1{
	font-size:32px;
line-height:1.4;
color: #3e3e3e;
}
.page__article h2{
	font-size:26px;
 font-weight:600;
 line-height:1.4;
 color: #3e3e3e;
}
.page__article h3{
	font-size:24px;
 font-weight:600;
 line-height:1.4;
 color: #3e3e3e;
}
.page__article h4{
	font-size:22px;
 font-weight:600;
 line-height:1.4;
 color: #3e3e3e;
}
.page__article h5{
	font-size:20px;
 font-weight:600;
 line-height:1.4;
 color: #3e3e3e;
}
@media (max-width:767px){
	.page__article p{
	font-size:16px;
	}
.page__article h1{
	font-size:30px;

}
.page__article h2{
	font-size:24px;

}
.page__article h3{
	font-size:22px;

}
.page__article h4{
	font-size:20px;

}
.page__article h5{
	font-size:18px;

}
}
@media (max-width:480px){
	.page__article p{
	font-size:14px;
	}
.page__article h1{
	font-size:26px;

}
.page__article h2{
	font-size:20px;

}
.page__article h3{
	font-size:18px;

}
.page__article h4{
	font-size:17 px;

}
.page__article h5{
	font-size:16px;

}
}
/*Чек бокс в контактных формах*/
.grid .contacts-form__terms, .feedback .contacts-form__terms {
  display: inline-block !important;
  width: 16px !important;
}
.contacts-block-form .contacts-form__terms {
  display: inline-block !important;
  width: 16px !important;
}
.grid .option, .feedback .option{
	display: grid;
grid-column: span 2;
color:#fff;
}
.grid .wpcf7 form.sent, .grid .wpcf7-response-output, .feedback .wpcf7 form.sent, .feedback .wpcf7-response-output{
	color:#fff;
}
.option a{
	color:#fff;
}
@media (max-width:767px){
.grid .option, .feedback .option{
display: block;
grid-column: span 2;
color:#fff;
font-size:14px;
}
.feedback .option{
display: block;
grid-column: span 1;
color:#fff;
font-size:14px;
}
.contacts-block-form .contacts-form__terms {
	font-size:14px;
}
}
@media (max-width:480px){
	.grid .option, .feedback .option{
	display: block;
grid-column: span 1;
color:#fff;

}
}

/*скролл*/
#toTop {
position: fixed;
	bottom: 60px;
	right: 50px;
	border-radius: 4px;
	display:none;
	font-size: 32px;
	height: 50px;
	width: 50px;
	z-index: 1001;
	color: #fff;
	transition: all .5s;
	background-color: #da1757;
	border: 0;
	cursor: pointer;
}
#toTop:hover{
	background-color: #fff;
	text-decoration: none;
	outline: none;
	color: #da1757;
	border: 1px solid #da1757;
}
#toTop .fa-angle-up{
position: absolute;
right: 25%;
bottom: 20%;}


/*page 404*/
.page404-row {
    display: grid;
    justify-items: center;
}
.text-page404 {
    display: grid;
    justify-items: center;
	font-size:16px;
}
.page404-img{
	object-fit: cover;
  width: 100%
}

.page404 {
  flex-direction: column;
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (max-width:480px){
.page404-row h1{font-size:1.2em}
	}
