:root {
	--main: #3377FF;
	--hover: #5898fa;
}
.btn {
	border: 1px solid #fff;
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: var(--main);
    border-color: var(--main);
}
.btn:hover {
	background: var(--hover);
}
.anchor{
    position: relative;
    top: -120px;         
    visibility: hidden;  
    height: 0;   
    margin: 0;
    padding: 0;
}
/* Header */
header{
    height: 114px;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.container{
    max-width: 1512px;
}
header .container{

}
.head-info {
   float: right;
}

.head-info .tel {
    grid-column: 1;
    grid-row: 2;
    font-weight: 600;
    font-size: 18px
}

.head-info p:first-child,
.head-info a[href^="mailto"],
.log-max {
    
} 
.head-info .log-max{
    width: 20px;
    height: 20px;
    display: block;
}
.request-btn, .wpcf7-submit{
    background-color: #3377FF;
    color: #fff;
    border-radius: 80px;
    border: none;
    padding: 0px 25px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
}
.request-btn:hover {
	background-color: var(--hover);
}
.head-btn:hover{
    background-color: #5898FA;
}
.top-menu{
    align-items: flex-start;
    display: flex;
    transform: translateY(14px);
}
.top-menu .menu-item a{
    font-weight: 600;
    font-size: 16px;
}
.top-menu .menu-item a:hover, .top-menu .menu-item a:active{
    color: #3874FF
}
#menu-item-158 a {
    max-width: 135px;
    display: inline-block;
}
.email{
    color:#3874FF;
    text-decoration: underline;
}
.header-text, .header-info{
    font-weight: 500;
    font-size: 16px;
}
/* front-page */
.slide{
    position: relative;
}
.slide .request-btn{
    position: absolute;
    bottom: 80px;
    left: 70px;
}
.content-main {
	padding-top: 114px;
	padding-bottom: 80px;
}
.slick-dots li button::before {
    content: none;
}
.slick-dots li button {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #D8DDE1;
    padding: 0;
}
.slick-dots li.slick-active button {
    background: black;
}
.slick-dots {
	z-index: 1;
    gap: 20px;
}
.slide-text {
    position: absolute;
    top: 50px;
    left: 0;
    padding-left: 70px;
    z-index: 2;
    width: 520px;
}
.slide-text h2{
    font-size: 48px;
    margin-bottom: 40px
}
.slide-text h3{
    font-size: 36px;
    margin-bottom: 30px;
	line-height: 1.1;
}
.slide-text p{
    font-size: 18px;
}
/* Контентная зона */
.container{
	width: 100%;
	max-width: 1590px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 auto;
	position: relative;
}
.content{
    padding: 40px 0;
    width: 890px;
    margin: 0 auto;
}
h3{
    font-size: 24px;
    line-height: 1.3;
}
h4, .block_8 .content a, .block_4 a, .block_5 a{
	font-size: 16px;
	font-weight: 600;
}
.content h3{
    text-align: center;
}
.block_2 {
	margin-top: 50px;
}
.block_2 h3{
    margin: 0px 0 4px;
}
/*Блок услуги*/
.uslugi-cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.uslugi-card {
    position: relative;
}
.uslugi-image_mob{
    display: none;
}
.uslugi-image img, .uslugi-image_mob img{
    width: 100%;
    height: auto;
    display: block;
}
.uslugi-card .uslugi-title{
    position: absolute;
    top: 50%;        
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    width: 380px;
    padding-left: 50px;
    display: inline-block;
}
.document{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.block_3{
    margin: 10px 0 30px; 
}
.icon-doc svg{
    width: 30px;
    height: 30px;
}
.document a{
    color: #3377FE;
    text-decoration: underline;
}
.document a:hover{
    text-decoration: none;
}
.onas-btn{
    background-color: #D9DCE1;
    border: none;
    border-radius: 40px;
    padding: 15px 20px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
    display: table;
}
.onas-btn:hover{
    background-color: #5898FA;
    color: #ffffff;
    cursor: pointer;
}
form{
    background-color: #D9DCE1;
    padding: 60px 40px;
}
.form-group{
    width: 230px;
}
.form-row {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 230px) 1fr;
}
.privacy-checkbox, .privacy-checkbox a{
    display: flex;
    font-size: 12px;
}
.privacy-checkbox .wpcf7-list-item input[type="checkbox"] {
    accent-color: #3377FF;
}
.wpcf7-submit{
    display: block;
    margin: 0 auto;
    margin-top: 40px;

}
.privacy-checkbox a{
    padding-left: 5px;
    text-decoration: underline;
}
form h3{
    text-align: center;
    margin-bottom: 40px;
	margin-top: 0;
}
.contacts h3{
    padding: 0px 0 10px 0;
    text-align: center;
}
.contacts{
    position: relative;
}
.contact-info{
    background-color: #D9DCE1;
    width: auto;
    position: absolute;
    top: 65px;
    z-index: 2;
    padding: 60px 40px;
}
.contact-info p{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
header .contact-info p span{
    font-size: 16px;
    font-weight: 500;
}
.wpcf7-form select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-family: inherit;
}
.wpcf7-response-output{
    display: none;
}
.wpcf7-form .wpcf7-not-valid {
    border-color: #ef4444;
    background: #fffbfb;
}

.wpcf7-form .wpcf7-form-control-wrap {
    position: static;
    display: block;
}

.wpcf7-form .wpcf7-not-valid-tip {
    position: relative;
    display: block;
    padding: 10px 14px;
    background: #ffecec;
    border-radius: 10px;
    font-size: 13px;
    color: #ef4444;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #ef4444;
    animation: fadeIn 0.2s ease;
    top: -13px;
}
#map{
    height: 620px;
}
/* Картинка-текст */
.block_4 .block, .block_5 .block{
    display: flex;
    background-color: #D9DCE1;
}
.kartinka {
    width: 470px;        
    flex-shrink: 0;
}
.block_4 .kartinka {
    order: 2;
}
.block_4 {
    margin-bottom: 20px;
}
.kartinka img{
    width: 100%;           
    height: 100%;         
    object-fit: cover;  
    display: block;     
}
.tekst{
    padding: 65px;
}
.tekst h3{
    margin-bottom: 34px;
    font-size: 24px;
	margin-top: 0;
}
.tekst h4{
    margin-top: 35px;
}
.tekst .request-btn{
    margin-top: 0px;
    display: inline-block;
}
/* Важно знать */
.block_6 p{
    text-align: center;
}
.block_6{
    margin-top: 24px;
}
/* Иконка-закон */
.block_7 .container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;

}
.block_7{
    margin: 0px 0 39px;
}
.block_7 .block{
    display: flex;
    background-color: #D9DCE1;
    padding: 30px 30px 45px;
    gap: 30px;
}
.ikonka {
    width: 103px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.ikonka img {
    object-fit: contain;
    margin-top: 25px;
}
/* О компании */
.block_8 .request-btn{
    display: table;
    margin: 0 auto;
}
/* Преимущества */
.block_9 .container{
    display: flex;
    justify-content: space-around;
}
.block_9 .block{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.izobrazhenie {
    width: fit-content;
    margin: 0 auto;
}
.zagolovok{
    font-size: 18px;
    font-weight: 600;
    width: 260px;
    text-align: center;
    margin-top: 40px;
}
.block_9{
    margin-top: 60px
}
/* Лицензии */
.gallery h3{
    text-align: center;
    margin: 0 0 50px;
}
.uid-fd9c772462287529 .gt3pg-isotope-item{
    padding: 0;
}
.gallery{
    margin-bottom: 0px;
}
.block_10{
    margin-top: 120px;
    margin-bottom: 100px;
}
.block_12 {
    margin-top: 80px;
}
/* footer */
footer{
    background-color: #D9DCE1;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
footer .container{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.privacy-info{
    display: flex;
    gap: 100px;
}
.privacy-info div{
    display: flex;
    gap: 30px;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.logo {
	float: left;
	display: block;
	margin-top: 4px;
}
.head_1, .head_2 {
	float: right;
	width: calc(100% - 156px);
}
header {
	padding-top: 22px;
}
.header-text {
	float: left;
	margin-right: 40px;
}
.head_1 {
	line-height: 20px;
}
.adres {
	float: left;
	margin-right: 40px;
}
.adres img {
	float: left;
	display: block;
	width: 12px;
	height: 20px;
	position: relative;
    bottom: 2px;
	margin-right: 9px;
}
.email {
	margin-right: 30px;
	display: inline-block;
	float: left;
}
.tel {
	margin-right: 0px;
	display: inline-block;
	float: left;
}
header .request-btn {
	float: right;
	    position: relative;
    bottom: 18px;
}
.top-menu {
    margin-top: 11px;
}
section {
	position: relative;
}
h4 {
	line-height: 1.5;
}
.tekst h4 {
	margin-bottom: 12px;
}
section a:not([class]) {
	color: var(--main);
	text-decoration: underline;
}
section a:not([class]):hover {
	color: var(--main);
	text-decoration: none;
}
.contact-info p span {
	font-size: 18px;
}
.go-top-arrow {
    background-color: var(--main);
}
.go-top-arrow:hover {
    background-color:var(--hover);
}