html {
    font-size: 16px;
}
body {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Mulish, sans-serif;
    line-height: 1;
    color: #1C1D1E;
}
h1, h2, h3, h4, h5, h6, li, p, ul {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
    display: block;
}
ol {
    margin: 0;
    padding: 0;
    display: block;
    counter-reset: num;
}
ol li {
    display: block;
}
ol li:before {
    counter-increment: num;
    content: counter(num) "."}
ol li ol {
    counter-reset: num1;
}
ol li ol li:before {
    counter-increment: num1;
    content: counter(num) "." counter(num1) "."}
ol li ol li ol {
    counter-reset: num2;
}
ol li ol li ol li:before {
    counter-increment: num2;
    content: counter(num) "." counter(num1) "." counter(num2) "."}
ol li ol li ol li ol {
    counter-reset: num3;
}
ol li ol li ol li ol li:before {
    counter-increment: num3;
    content: counter(num) "." counter(num1) "." counter(num2) "." counter(num3) "."}
a, a:active, a:focus, a:hover {
    text-decoration: none;
}
button, input, select, textarea {
    border: none;
    font-family: Mulish, sans-serif;
    padding: 0;
    margin: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button:focus, input:focus, select:focus, textarea:focus {
    outline: 0;
}
button, input {
    background: 0 0;
}
button {
    cursor: pointer;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
menu, nav {
    margin: 0;
    padding: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
blockquote {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    padding: 0 15px;
    width: 100%;
    max-width: 1200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
.btn-1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.btn-1.blue{
	background: #005D96;
}
.btn-1.red{
	background: #E00B0A;
}
.btn-1.upper-text .text{
	text-transform: uppercase;
}
.btn-1 .text{
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 100%;
}
.btn-1 .ico{
	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	background: #fff;
	width: 46px;
	height: 46px;
	transition: 0.3s;
}
.btn-1 .ico svg{
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	fill: transparent;
	stroke:#000;
}
.btn-1.blue .ico svg{
	stroke:#005D96;
}
.btn-1.red .ico svg{
	stroke:#E00B0A;
}
.btn-1:hover .ico{
	transform: translateX(-5px);
}
.btn-2 {
    border-radius: 16px;
    background: 0 0;
    border: 1px solid #E00B0A;
    font-weight: 700;
    color: #E00B0A;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.btn-2:hover {
    background: #E00B0A;
    color: #fff;
}
.btn-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #BA9922;
    font-size: 16px;
    font-weight: 700;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #BA9922;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.btn-3:hover {
    background: #BA9922;
    color: #fff;
}
.btn-4 {
    border-radius: 16px;
    border: 1px solid #BA9922;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #BA9922;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.btn-4:hover {
    background: #BA9922;
    color: #fff;
}
.btn-4:hover svg {
    fill: #fff;
}
.btn-4:hover svg.download, .btn-4:hover svg.search {
    fill: transparent;
    stroke: #fff;
}
.btn-4 svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    width: 18px;
    height: 18px;
    fill: #BA9922;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.btn-4 svg.arrow {
    width: 14px;
    height: 14px;
}
.btn-4 svg.download, .btn-4 svg.search {
    fill: transparent;
    stroke: #BA9922;
    margin-left: 0;
    margin-right: 10px;
}
.input-block input{
	width: 100%;
	height: 100%;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    border: 2px solid #005D96;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #1C1D1E;
}
.input-block input::placeholder{
	font-weight: 400;
	color: #8A8B8C;
}
.input-field{
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    background: #fff;
    border: 1px solid #005D96;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #1C1D1E;
}
.input-phone:before {
    content: '+7';
    display: block;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 50%;
    margin-top: -8px;
    line-height: 1;
    font-size: 16px;
    color: #1C1D1E;
}
.mssg-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #E7EEF3;
    border-radius: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.mssg-link.white {
    background: #fff;
}
.mssg-link:hover {
    background: #005D96;
}
.mssg-link.white:hover {
    background: #005D96;
}
.mssg-link:hover svg {
    fill: #FFFFFF;
}
.mssg-link svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    fill: #005D96;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.mssg-container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mssg-container .mssg-link {
    margin-right: 8px;
}
.mssg-container .mssg-link:last-child {
    margin-right: 0;
}
.link-1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
}
.link-1.ico-blue .ico{
    background: #E7EEF3;
}
.link-1.text-upper .text{
	text-transform: uppercase;
}
.link-1:hover .ico{
	background: #005D96;
}
.link-1:hover .ico svg{
	stroke: #fff;
}
.link-1 .text{
	font-weight: 700;
	font-size: 14px;
	color: #005D96;
}
.link-1 .ico{
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin-left: 8px;
	background: #fff;
	transition: 0.3s;
}
.link-1 .ico svg{
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	fill: transparent;
	stroke:#005D96;
	transition: 0.3s;
}
.arrow-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #E7EEF3;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    transition: 0.3s;
}
.arrow-1 svg{
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	fill: transparent;
	stroke: #005D96;
	transition: 0.3s;
}
.arrow-1.white{
	background: #FFFFFF;
}
.arrow-1.white:hover svg {
    stroke: #fff;
}
.arrow-1.prev svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}
.arrow-1:hover{
	background: #005D96;
}
.arrow-1:hover svg {
    stroke: #fff;
}
.arrow-2{
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.arrow-2 svg{
	width: 12px;
	height: 12px;
	fill: transparent;
	stroke:#E00B0A;
	flex-shrink: 0;
}
.arrow-2.next{
	transform: rotateZ(180deg);
}
.arrows-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.arrows-container .prev {
    margin-right: 15px;
}
.title-1 p{
    font-size: 42px;
    color: #1C1D1E;
    font-weight: 700;
    line-height: 1.2;
}
.title-1 p span{
	color: #E00B0A;
}
.title-1.line{
	width: 100%;
    position: relative;
}
.title-1.line p{
    background: #fff;
    display: inline;
    position: relative;
    z-index: 2;
}
.title-1.line:after{
	content:"";
	display: block;
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
	height: 2px;
	background: #E00B0A;
}
.title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.title-container .arrows-container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
}
.search-container{
	box-sizing: border-box;
	position: relative;
}
.search-container form{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-radius: 15px;
	background: #fff;
	overflow: hidden;
}
.search-container form input{
	width: 100%;
	height: 34px;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 16px;
}
.search-container form .btn{
	flex-shrink: 0;
	width: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-container form .btn:hover svg{
	stroke: #005D96;
}
.search-container form .btn svg{
	width: 16px;
	height: 16px;
	fill: transparent;
	stroke:#1C1D1E;
	stroke-width:2;
	flex-shrink: 0;
	transition: 0.3s;
}
.breadcrumbs {
    width: calc(100% + 30px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -15px;
}
.breadcrumbs ul {
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 12px;
}
.breadcrumbs ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumbs ul li:last-child {
    display: block;
}
.breadcrumbs ul li:last-child a {
    pointer-events: none;
    color: #8A8B8C;
}
.breadcrumbs ul li a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #5B5B5B;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.breadcrumbs ul li a:hover {
    color: #E00B0A;
}
.breadcrumbs ul li svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    fill: #8A8B8C;
    margin: 0 8px;
}
.page-title.mb {
    margin-bottom: 25px;
}
.page-title h1 {
    color: #1C1D1E;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.1;
}
.section-pad {
    padding: 40px 0;
}
.text-container.image-radius img {
    border-radius: 16px;
}
.text-container p {
    margin-bottom: 15px;
    color: #1C1D1E;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.text-container p strong {
    font-weight: 700;
}
.text-container p em {
    font-style: italic;
}
.text-container img {
    max-width: 100%;
    margin-bottom: 20px;
    display: block;
}
.text-container ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 15px;
}
.text-container ul li {
    position: relative;
    color: #1C1D1E;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 20px;
}
.text-container ul li:last-child {
    margin-bottom: 0;
}
.text-container ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #1C1D1E;
}
.text-container ol {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 15px;
}
.text-container ol li {
    position: relative;
    color: #1C1D1E;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 25px;
}
.text-container ol li:last-child {
    margin-bottom: 0;
}
.text-container ol li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
}
.text-container a {
    color: #BA9922;
    border-bottom: 1px solid #BA9922;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.text-container a:hover {
    border-bottom: 1px solid transparent;
}
.text-container blockquote {
    padding: 25px 30px;
    border-radius: 16px;
    background: #F7F7F7;
    margin-bottom: 15px;
}
.text-container blockquote p {
    margin-bottom: 10px;
}
.text-container blockquote p:last-child {
    margin-bottom: 0;
}
.certificate-snippet {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 8px;
    -webkit-transition:  0.3s;
    -o-transition:  0.3s;
    transition:  0.3s;
}
.certificate-snippet:hover {
    opacity:  0.8;
}
.certificate-snippet a {
    display: block;
}
.certificate-snippet a img {
    width: 100%;
    margin-bottom: -1px;
}
.news-snippet {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.news-snippet:hover .content .title {
    color: #E00B0A;
}
.news-snippet a {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.news-snippet .img {
    width: 100%;
    aspect-ratio: 1.2;
    border-radius: 20px;
    overflow: hidden;
}
.news-snippet .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-snippet .content {
    width: 100%;
    padding-top: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news-snippet .content .date {
	width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    padding: 7px 10px;
    border-radius: 10px;
}
.news-snippet .content .date.blue {
    background: #E7EEF3;
}
.news-snippet .content .date svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-right: 7px;
    fill: #8A8B8C;
}
.news-snippet .content .date p {
    font-size: 14px;
    color: #8A8B8C;
}
.news-snippet .content .title {
    font-weight: 700;
    color: #1C1D1E;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-snippet .content .text_block {
    font-size: 16px;
    color: #1C1D1E;
    line-height: 1.4;
    margin-top: 12px;
}
.news-snippet .content .link-1{
	margin-top: 8px;
}
.alikeprojects-snippet {
    border-radius: 16px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #E7EEF3;
    padding: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.alikeprojects-snippet:hover {
    background: #D9E6EF;
}
.alikeprojects-snippet .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}
.alikeprojects-snippet .img img {
    display: block;
    margin: 0 auto -1px;
    max-width: 80%;
    max-height: 100%}
.alikeprojects-snippet .text {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #1C1D1E;
    text-align: center;
    margin-top: 12px;
}
.dd-menu ul li.menu-item-has-children>:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dd-menu ul li.menu-item-has-children>:first-child:after {
    content: '\f107';
    font-family: FontAwesome;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #1C1D1E;
    margin-left: 5px;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pagination-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination-container .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination-container .nav-links .arrow {
    width: 24px;
    height: 24px;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination-container .nav-links .arrow:hover svg {
    fill: #1C1D1E;
}
.pagination-container .nav-links .arrow.end svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}
.pagination-container .nav-links a {
    font-weight: 700;
    color: #8A8B8C;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 24px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    margin: 0 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pagination-container .nav-links a:hover {
    color: #1C1D1E;
}
.pagination-container .nav-links a.prev {
    width: 24px;
    height: 24px;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination-container .nav-links a.prev:hover svg {
    fill: #1C1D1E;
}
.pagination-container .nav-links a.prev svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
    width: 14px;
    height: 14px;
}
.pagination-container .nav-links a.next {
    width: 24px;
    height: 24px;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination-container .nav-links a.next:hover svg {
    fill: #1C1D1E;
}
.pagination-container .nav-links a.next svg {
    width: 14px;
    height: 14px;
}
.pagination-container .nav-links a svg {
    width: 18px;
    height: 18px;
    fill: #8A8B8C;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pagination-container .nav-links span {
    font-weight: 700;
    color: #8A8B8C;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 24px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    margin: 0 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pagination-container .nav-links span.current {
    font-size: 22px;
    color: #1C1D1E;
}
.pagination-container .add_btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 270px;
    height: 50px;
}
.team-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.team-list.line .team-block {
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.team-list.line .team-block .img {
    width: 140px;
    aspect-ratio: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}
.team-list.line .team-block .img img {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
}
.team-list.line .team-block .content {
    width: 100%;
    margin: 0;
}
.team-list.line .team-block .content .text {
    max-height: none;
}
.team-list.line .team-block .content .btn {
    width: 214px;
}
.team-list .team-block {
    width: calc(100% / 3 - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
}
.team-list .team-block:nth-child(3n) {
    margin-right: 0;
}
.team-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 23px 27px;
    border-radius: 16px;
    background: #E7EEF3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.team-block:hover {
    background: #D8E6EF;
}
.team-block .img {
    width: 100%;
    aspect-ratio: 1.5;
}
.team-block .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.team-block .content {
    display: block;
    width: 100%;
    margin-top: 15px;
}
.team-block .content .name p {
    font-size: 18px;
    color: #1C1D1E;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 0;
}
.team-block .content .text_box {
    overflow: hidden;
    height: 67.5px;
    margin-top: 15px;
}
.team-block .content .text_box p {
    font-size: 16px;
    color: #1C1D1E;
    line-height: 1.4;
    margin-bottom: 0;
}
.team-block .content .btn {
    margin-top: 20px;
    width: 100%;
}
.team-block .content .btn .ico svg{
    fill: #005D96;
    stroke:transparent;
}
.team-block a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none!important;
}
.block-1 {
    background: #E7EEF3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    display: block;
    width: 100%}
.block-1 .name {
    font-weight: 700;
    color: #1C1D1E;
    line-height: 1.4;
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
}
.block-1 .text_block {
    font-weight: 400;
    color: #1C1D1E;
    line-height: 1.4;
    width: 100%;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 0;
}
.block-1 .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 13px;
}
.block-1 .links p {
    font-weight: 400;
    color: #1C1D1E;
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%}
.block-1 .links a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 5px 10px 5px 0;
    border-bottom: none !important;
}
.block-1 .links a:hover .ico{
    background: #005D96;
}
.block-1 .links a:hover .ico svg{
    fill: #fff;
    stroke:transparent;
}
.block-1 .links a .text{
    font-size: 16px;
}
.block-1 .links a .ico{
    background: #fff;
}
.block-1 .links a .ico svg{
    fill: #005D96;
    stroke:transparent;
}
.block-2 {
    background: #E7EEF3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 23px 30px;
}
.block-2 .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.block-2 .date div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
}
.block-2 .date div:last-child {
    margin-right: 0;
}
.block-2 .date div svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    fill: transparent;
    stroke: #8A8B8C;
    margin-right: 7px;
}
.block-2 .date div span {
    font-size: 12px;
    color: #8A8B8C;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.block-2 .link{
    width: 214px;
    height: 50px;
    background: #005D96;
    border-radius: 14px;
    border-bottom: none !important;
    padding: 5px;
    box-sizing: border-box;
}
.block-2 .link .text{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.block-2 .link .ico{
    border-radius: 12px;
}
.block-2 .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
}
.block-2 .title p {
    font-size: 16px;
    font-weight: 700;
    color: #1C1D1E;
    line-height: 1.2;
    margin-bottom: 0;
}
.block-2 .title .link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.block-2 .text_block {
    margin-top: 12px;
}
.block-2 .text_block p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #1C1D1E;
    line-height: 1.2;
}
.block-2 .link_mob {
    margin-top: 15px;
    display: none;
}
.block-2 .link_mob .link {
    width: 100%;
    height: 50px;
}
.block-2 .download_box {
    margin-top: 15px;
}
.block-2 .download_box a {
    width: 100%;
    height: 50px;
    max-width: 214px;
    background: #005D96;
    border-radius: 14px;
    border-bottom: none !important;
    padding: 5px;
    box-sizing: border-box;
}
.block-2 .download_box a:hover .ico svg{
    fill: #fff;
}
.block-2 .download_box a .text{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.block-2 .download_box a .ico{
    border-radius: 12px;
}
.block-2 .download_box a .ico svg{
    fill: #005D96;
    stroke:transparent;
}
.date-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.date-container .item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #8A8B8C;
    margin-right: 12px;
}
.date-container .item:last-child {
    margin-right: 0;
}
.date-container .item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    fill: #8A8B8C;
    margin-right: 8px;
}
.date-container .item svg.stroke {
    fill: transparent;
    stroke: #8A8B8C;
}
#mobmenu {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#mobmenu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#mobmenu .wrapper_box {
    padding: 15px 15px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#mobmenu .wrapper_box .menu_box ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
#mobmenu .wrapper_box .menu_box ul li {
    display: block;
    margin-bottom: 10px;
}
#mobmenu .wrapper_box .menu_box ul li:last-child {
    margin-bottom: 0;
}
#mobmenu .wrapper_box .menu_box ul li.current-menu-item>:first-child {
    background: #E00B0A;
}
#mobmenu .wrapper_box .menu_box ul li.current-menu-item>:first-child a, #mobmenu .wrapper_box .menu_box ul li.current-menu-item>:first-child:after {
    color: #fff;
}
#mobmenu .wrapper_box .menu_box ul li.item-show>:first-child:after {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}
#mobmenu .wrapper_box .menu_box ul li .link {
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-pack:  justify;
    -ms-flex-pack:  justify;
    justify-content:  space-between;
    -webkit-box-align:  center;
    -ms-flex-align:  center;
    align-items:  center;
    background: #E7EEF3;
    border-left: 2px solid #E00B0A;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#mobmenu .wrapper_box .menu_box ul li .link:after {
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-pack:  center;
    -ms-flex-pack:  center;
    justify-content:  center;
    -webkit-box-align:  center;
    -ms-flex-align:  center;
    align-items:  center;
    width:  60px;
    margin-left:  0;
    font-weight: 700;
}
#mobmenu .wrapper_box .menu_box ul li .link a {
    width:  100%;
    padding: 11px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1C1D1E;
    display: block;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#mobmenu .wrapper_box .menu_box ul li .sub-menu {
    overflow: hidden;
    height: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#mobmenu .wrapper_box .menu_box ul li .sub-menu li:first-child {
    margin-top: 10px;
}
#mobmenu .wrapper_box .menu_box ul li .sub-menu li .link a {
    font-weight: 600;
    padding-left:  50px;
}
#mobmenu .wrapper_box .menu_box ul li .sub-menu li .sub-menu li .link a {
    padding-left:  90px;
    font-weight: 400;
}
#mobmenu .wrapper_box .menu_box ul li .sub-menu li .sub-menu li .sub-menu li .link {
    padding-left: 120px;
}
#mobmenu .wrapper_box .contacts_box {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 2px solid #E00B0A;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#mobmenu .wrapper_box .contacts_box .phone_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#mobmenu .wrapper_box .contacts_box .phone_container .phone_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#mobmenu .wrapper_box .contacts_box .phone_container .phone_box div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#mobmenu .wrapper_box .contacts_box .phone_container .phone_box div a {
    font-size: 16px;
    color: #1C1D1E;
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}
#mobmenu .wrapper_box .contacts_box .phone_container .phone_box div a svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: #E00B0A;
    margin-right: 7px;
    transform: rotateY(-180deg);
}
#mobmenu .wrapper_box .contacts_box .phone_container .phone_box div a:last-child {
    margin-bottom: 0;
}
#mobmenu .wrapper_box .contacts_box .phone_container .phone_box .phone {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 34px;
    height: 34px;
}
#mobmenu .wrapper_box .contacts_box .phone_container .phone_box .phone svg {
    display: block;
    margin: 0;
    width: 22px;
    height: 22px;
    fill: transparent;
    stroke: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#mobmenu .wrapper_box .contacts_box .phone_container .mssg_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
}
#mobmenu .wrapper_box .contacts_box .location_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}
#mobmenu .wrapper_box .contacts_box .location_box svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: #E00B0A;
    margin-right: 10px;
}
#mobmenu .wrapper_box .contacts_box .location_box p {
    font-size: 14px;
    line-height: 1.4;
}
#mobmenu .wrapper_box .contacts_box .location_box p strong {
    font-weight: 700;
    display: block;
    font-size: 16px;
}
#mobmenu .wrapper_box .contacts_box .links_box {
    margin-top: 30px;
}
#mobmenu .wrapper_box .contacts_box .links_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}
#mobmenu .wrapper_box .contacts_box .links_box a:last-child {
    margin-bottom: 0;
}
#mobmenu .wrapper_box .contacts_box .links_box a svg {
    width: 18px;
    height: 18px;
    fill: #E00B0A;
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#mobmenu .wrapper_box .contacts_box .links_box a span {
    font-size: 16px;
    color: #1C1D1E;
    line-height: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.modal-search{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	background: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.98);
	transition: 0.3s;
}
.modal-search.active{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.modal-search .close{
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
}
.modal-search .close svg{
	width: 100%;
	height: 100%;
	fill: #1C1D1E;
	flex-shrink: 0;
}
.modal-search .search-container{
	padding: 0 15px;
	width: 100%;
}
.modal-search .search-container form input{
	background: #F7F7F7;
	height: 60px;
}
.modal-search .search-container form .btn{
	background: #005D96;
	width: 64px;
}
.modal-search .search-container form .btn svg{
	stroke: #fff;
	width: 28px;
	height: 28px;
}
#header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 11;
    padding: 25px 0;
    border-bottom: 2px solid #E00B0A;
}
#header .wrapper_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#header .wrapper_box .logo_block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 295px;
}
#header .wrapper_box .logo_block img {
    margin-bottom: -1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 90px;
}
#header .wrapper_box .logo_block span {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 14px;
    color: #1C1D1E;
    line-height: 1.4;
    margin-top: 5px;
}
#header .wrapper_box .location_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 180px;
}
#header .wrapper_box .location_box svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: #E00B0A;
    margin-right: 12px;
}
#header .wrapper_box .location_box p {
    font-size: 14px;
    line-height: 1.4;
}
#header .wrapper_box .location_box p strong {
    font-weight: 700;
    display: block;
    font-size: 16px;
}
#header .wrapper_box .links_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 215px;
}
#header .wrapper_box .links_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}
#header .wrapper_box .links_box a:last-child {
    margin-bottom: 0;
}
#header .wrapper_box .links_box a:hover span {
    color: #E00B0A;
}
#header .wrapper_box .links_box a svg {
    width: 16px;
    height: 16px;
    fill: #E00B0A;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#header .wrapper_box .links_box a span {
    font-size: 16px;
    color: #1C1D1E;
    line-height: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#header .wrapper_box .contacts_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
#header .wrapper_box .contacts_box .description {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #1C1D1E;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#header .wrapper_box .contacts_box .description.active {
    opacity: 1;
    visibility: visible;
}
#header .wrapper_box .contacts_box .phone_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#header .wrapper_box .contacts_box .phone_box div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#header .wrapper_box .contacts_box .phone_box div a {
    font-size: 16px;
    color: #1C1D1E;
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
    white-space: nowrap
}
#header .wrapper_box .contacts_box .phone_box div a svg{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	fill: #E00B0A;
	margin-right: 7px;
}
#header .wrapper_box .contacts_box .phone_box div a:last-child {
    margin-bottom: 0;
}
#header .wrapper_box .contacts_box .phone_box .phone {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #E7EEF3;
    border-radius: 14px;
}
#header .wrapper_box .contacts_box .phone_box .phone svg {
    display: block;
    margin: 0;
    width: 20px;
    height: 20px;
    fill: #005D96;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#header .wrapper_box .contacts_box .mssg_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
}
#header .wrapper_box .contacts_box .mssg_box .mssg-container .mssg-link.search{
	display: none;
	margin-right: 0;
	margin-left: 10px;
}
#header .wrapper_box .contacts_box .mssg_box .mssg-container .mssg-link.search svg{
	fill:transparent;
	stroke:#005D96;
	stroke-width: 2;
}
#header .wrapper_box .btn-mobmenu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
    position: relative;
    padding: 0;
    margin-left: 20px;
    width: 30px;
    height: 20px;
}
#header .wrapper_box .btn-mobmenu.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}
#header .wrapper_box .btn-mobmenu.active span:nth-child(2) {
    opacity: 0;
}
#header .wrapper_box .btn-mobmenu.active span:nth-child(3) {
    top: 50%;
    bottom: auto;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}
#header .wrapper_box .btn-mobmenu span {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 10px;
    background: #E00B0A;
    position: absolute;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#header .wrapper_box .btn-mobmenu span:nth-child(1) {
    top: 0;
}
#header .wrapper_box .btn-mobmenu span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}
#header .wrapper_box .btn-mobmenu span:nth-child(3) {
    bottom: 0;
}
.header-placeholder {
    display: none;
}
#menu-desk {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    display: block;
    padding: 14px 0;
    background: #E7EEF3;
}
#menu-desk .wrapper_box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
}
#menu-desk .wrapper_box nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#menu-desk .wrapper_box nav ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#menu-desk .wrapper_box nav ul li.menu-item-has-children {
    position: relative;
}
#menu-desk .wrapper_box nav ul li.menu-item-has-children a {
    padding-right: 30px;
}
#menu-desk .wrapper_box nav ul li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#menu-desk .wrapper_box nav ul li.menu-item-has-children:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 14px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    color: #E00B0A;
}
#menu-desk .wrapper_box nav ul li.current-menu-item:after {
    color: #fff;
}
#menu-desk .wrapper_box nav ul li.current-menu-item a {
    background: #E00B0A;
    color: #fff;
}
#menu-desk .wrapper_box nav ul li.current-menu-item a:hover {
    color: #fff;
}
#menu-desk .wrapper_box nav ul li a {
    font-weight: 700;
    display: block;
    color: #1C1D1E;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    border-radius: 13px;
    padding: 12px 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#menu-desk .wrapper_box nav ul li a:hover {
    color: #E00B0A;
}
#menu-desk .wrapper_box nav ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    background: #E7EEF3;
    box-shadow: 0px 2px 15px rgba(28, 29, 30, .2);
    width: 280px;
    border-radius: 16px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#menu-desk .wrapper_box nav ul li .sub-menu li {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#menu-desk .wrapper_box nav ul li .sub-menu li:first-child {
    padding-top: 5px;
}
#menu-desk .wrapper_box nav ul li .sub-menu li:last-child {
    padding-bottom: 5px;
}
#menu-desk .wrapper_box nav ul li .sub-menu li a {
    width: 100%;
    display: block;
    padding: 12px 16px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
    background: 0 0;
    color: #1C1D1E;
    line-height: 1;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}
#menu-desk .wrapper_box nav ul li .sub-menu li a:hover {
    background: #005D96;
    color: #fff;
}
#menu-desk .wrapper_box .search_box{
	flex-shrink: 0;
	margin-left: 10px;
	width: 170px;
}
.section-form .wrapper_box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0 16px 0 16px;
    overflow: hidden;
    padding: 35px 30px;
    position: relative;
}
.section-form .wrapper_box:before{
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	border-top: 2px solid #E00B0A;
	border-left: 2px solid #E00B0A;
}
.section-form .wrapper_box:after{
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	height: 200px;
	border-right: 2px solid #E00B0A;
	border-bottom: 2px solid #E00B0A;
}
.section-form .wrapper_box .content {
    width: 510px;
    position: relative;
    z-index: 2;
}
.section-form .wrapper_box .content .title {
    font-size: 42px;
    font-weight: 700;
    color: #1C1D1E;
    line-height: 1.2;
}
.section-form .wrapper_box .content .title span{
	color: #E00B0A;
}
.section-form .wrapper_box .content .text {
    margin-top: 22px;
}
.section-form .wrapper_box .content .text p {
    font-size: 16px;
    color: #1C1D1E;
    line-height: 1.4;
}
.section-form .wrapper_box .content .text p br {
    content: " ";
    display: block;
    width: 1px;
    height: 14px;
}
.section-form .wrapper_box .content .form_box {
    margin-top: 20px;
}
.section-form .wrapper_box .content .form_box form {
    display: block;
    width: 100%}
.section-form .wrapper_box .content .form_box form.sent .wpcf7-response-output {
    display: none!important;
}
.section-form .wrapper_box .content .form_box form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-form .wrapper_box .content .form_box form p span {
    width: 100%;
    display: block;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section-form .wrapper_box .content .form_box form p .input-block input{
	height: 50px;
}
.section-form .wrapper_box .content .form_box form p span.subject{
    display: none;
}
.section-form .wrapper_box .content .form_box form p span.input-block span {
    display: block;
    width: 100%;
}
.section-form .wrapper_box .content .form_box form p .btn{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 214px;
    height: 50px;
    margin-left: 17px;
}
.section-form .wrapper_box .content .form_box form p .btn span.text{
	margin: 0;
}
.section-form .wrapper_box .content .form_box form p .btn span.ico{
	width: 46px;
	height: 46px;
	display: flex;
}
.section-form .wrapper_box .content .form_box form p .btn span.ico svg{
	width: 20px;
	height: 20px;
	transform: rotateZ(-45deg);
}
.section-form .wrapper_box .content .form_box form .wpcf7-not-valid-tip {
    display: none!important;
}
.section-form .wrapper_box .content .form_box form .wpcf7-response-output {
    margin: 15px 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 15px 20px;
    font-size: 14px;
    background: #E00B0A;
    color: #fff;
    line-height: 1.4;
}
.section-form .wrapper_box .content .form_box .politic {
    font-size: 12px;
    line-height: 1.4;
    color: #1C1D1E;
    opacity: .5;
    margin-top: 13px;
}
#footer {
    background: #E7EEF3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 25px;
}
#footer .footitle {
    font-size: 14px;
    font-weight: 700;
    color: rgba(28, 29, 30, .5);
    opacity: .5;
    line-height: 1.2;
    margin-bottom: 12px;
}
#footer .foo_main_box {
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#footer .foo_main_box .main_block {
    width: 210px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#footer .foo_main_box .main_block .logo_block img {
    width: 115px;
    margin-bottom: -1px;
}
#footer .foo_main_box .main_block .logo_block p {
    font-size: 14px;
    color: #1C1D1E;
    line-height: 1.5;
    margin-top: 20px;
}
#footer .foo_main_box .main_block .mssg_box {
    margin-top: 110px;
}
#footer .foo_main_box .menu_box {
    padding: 0 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%}
#footer .foo_main_box .menu_box ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
#footer .foo_main_box .menu_box ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
#footer .foo_main_box .menu_box ul li .link:after {
    display: none;
}
#footer .foo_main_box .menu_box ul li .link a {
    display: block;
    font-size: 16px;
    color: #1C1D1E;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#footer .foo_main_box .menu_box ul li .link a:hover {
    color: #E00B0A;
}
#footer .foo_main_box .menu_box ul li .sub-menu {
    display: block;
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    height: auto;
    margin-top: 15px;
    opacity: 0.5;
}
#footer .foo_main_box .menu_box ul li .sub-menu li {
    display: block;
    margin-bottom: 10px;
}
#footer .foo_main_box .menu_box ul li .sub-menu li:last-child {
    margin-bottom: 0;
}
#footer .foo_main_box .menu_box ul li .sub-menu li a {
    font-size: 14px;
    font-weight: 400;
}
#footer .foo_main_box .contacts_box {
    width: 270px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#footer .foo_main_box .contacts_box .title {
    font-weight: 700;
    font-size: 16px;
    display: block;
    color: #1C1D1E;
    line-height: 1;
    margin-bottom: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#footer .foo_main_box .contacts_box .title:hover {
    color: #E00B0A;
}
#footer .foo_main_box .contacts_box .item {
    margin-bottom: 25px;
}
#footer .foo_main_box .contacts_box .item.mob {
    display: none;
}
#footer .foo_main_box .contacts_box .item:last-child {
    margin-bottom: 0;
}
#footer .foo_main_box .contacts_box .item .adress {
    font-size: 16px;
    color: #1C1D1E;
    line-height: 1.5;
}
#footer .foo_main_box .contacts_box .item .phone_box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
}
#footer .foo_main_box .contacts_box .item .phone_box .phone_block{
	flex-shrink: 0;
}
#footer .foo_main_box .contacts_box .item .phone_box .phone_block a {
    font-weight: 700;
    color: #1C1D1E;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}
#footer .foo_main_box .contacts_box .item .phone_box .mssg-container{
	flex-shrink: 0;
	margin-left: 12px;
}
#footer .foo_main_box .contacts_box .item .phone_box a:last-child {
    margin-bottom: 0;
}
#footer .foo_main_box .contacts_box .item .email_box a {
    color: #1C1D1E;
    font-size: 16px;
}
#footer .foo_main_box .contacts_box .item .mssg_box {
    width: 100%}
#footer .foo_main_box .contacts_box .item .mssg_box .mssg-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#footer .foo_info_box {
    background: #fff;
}
#footer .foo_info_box .wrapper_box{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 18px 0;
}
#footer .foo_info_box .pravo {
    font-size: 14px;
    color: rgba(28, 29, 30, .5);
    line-height: 1;
    width: 280px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#footer .foo_info_box .politic {
    width: 100%}
#footer .foo_info_box .politic a {
    font-size: 14px;
    color: rgba(28, 29, 30, .5);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#footer .foo_info_box .politic a:hover {
    color: #E00B0A;
}
#footer .foo_info_box .webdo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 240px;
}
#footer .foo_info_box .webdo:hover .name {
    color: #E00B0A;
}
#footer .foo_info_box .webdo .text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: .5;
    font-size: 14px;
    line-height: 1;
    color: rgba(28, 29, 30, 1);
}
#footer .foo_info_box .webdo svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: #2CE184;
    width: 22px;
    height: 16px;
    margin-left: 7px;
    margin-bottom: 3px;
    margin-right: 2px;
}
#footer .foo_info_box .webdo .name {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(28, 29, 30, 1);
    letter-spacing: .5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#footer .foo_info_box .webdo .name span {
    color: #2CE184;
}
.modal-cookie{
    position: fixed;
    z-index: 11;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #005D96;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.modal-cookie.hide{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
}
.modal-cookie p{
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
}
.modal-cookie .btn{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100px;
    height: 21px;
    border-radius: 5px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    margin-left: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.modal-cookie .btn:hover{
    background: #fff;
    color: #005D96;
}
.modal-window{
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.modal-window.active{
    opacity: 1;
    visibility: visible;
}
.modal-window.active .block{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.modal-window .placeholder{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-window .placeholder{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-window .wrapper{
    width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
}
.modal-window .block{
    margin: 30px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    display: block;
    position: relative;
    z-index: 2;
    width: 95%;
    max-width: 360px;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.modal-window .block .close{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 12px;
}
.modal-window .block .close svg{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 12px;
    height: 12px;
    fill: #000;
}
.modal-window .block .title_box{
     display: block;
}
.modal-window .block .title_box .title{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
.modal-window .block .title_box .subtitle{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
    line-height: 1.4;
}
.modal-window .block .form_box{
    margin-top: 20px;
}
.modal-window .block .form_box form.sent .wpcf7-response-output{
    display: none !important;
}
.modal-window .block .form_box form.submitting .btn{
    pointer-events: none !important;
}
.modal-window .block .form_box .input-field{
    margin-bottom: 15px;
}
.modal-window .block .form_box .btn{
    width: 100%;
    height: 50px;
    margin-top: 20px;
}
.modal-window .block .form_box .wpcf7-not-valid-tip{
    margin-top: -6px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #E00B0A;
}
.modal-window .block .form_box .wpcf7-response-output{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    background: #e57979;
    padding: 12px 15px;
    margin: 0;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}
.modal-window .block .form_box .politic{
    font-size: 12px;
    line-height: 1.4;
    color: #1C1D1E;
    margin-top: 13px;
}
.grecaptcha-badge{
	opacity:0;
	visibility:hidden
}