@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Oswald:wght@200..700&display=swap');
@font-face {
    font-family: "Bounded"; 
    src: url("../fonts/Bounded/Bounded-Regular.eot"); 
    src: url("../fonts/Bounded/Bounded-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Bounded/Bounded-Regular.woff") format("woff"), 
    url("../fonts/Bounded/Bounded-Regular.woff2") format("woff"), 
    url("../fonts/Bounded/Bounded-Regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}
@font-face {
    font-family: "AKONY"; 
    src: url("../fonts/Akony/AKONY.eot"); 
    src: url("../fonts/Akony/AKONY.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Akony/AKONY.woff") format("woff"), 
    url("../fonts/Akony/AKONY.woff2") format("woff"), 
    url("../fonts/Akony/AKONY.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: "Onest", sans-serif;
    background-color: #FAFAFA;
}
body.lock {
    overflow: hidden;
}
.h6, .h5, .h4, .h3, .h2, .h1 {
    margin: 0;
    font-family: "Bounded", sans-serif;
}
.h1 {
    color: #2A323C;
    font-size: 55px;
    font-weight: 600;
    line-height: 151%;
    text-transform: uppercase;
    letter-spacing: 0.015em;
}
.h2 {
    color: #2A323C;
    font-family: "Bounded", sans-serif;
    font-size: 41px;
    font-weight: 600;
    line-height: 151%;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}
.h3 {
    
}
.h4 {
    
}
.h5 {
    
}
.h6 {
    
}
p {
    margin: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
li {
    list-style-type: none;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
button {
    border: none;
    cursor: pointer;
    outline: none;
    font-family: inherit;
    background: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
input,
textarea {
    border: none;
    outline: none;
    font-family: inherit;
    margin: 0;
}
textarea {
    resize: none;
}
.btn {
    border-radius: 900px;
    font-weight: 700;
}

.btn-outline {
    border: 2px solid #0063ED;
    color: #0063ED;
}
.btn-outline:hover {
    background-color: #0063ED;
    color: #FFFFFF;
}


.btn-linear {
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 900px;
    background: -o-radial-gradient(50% 100%, 97.34% 63.64%, #8548FD 0%, rgba(79, 21, 243, 0.00) 100%), -o-radial-gradient(50% 0%, 66.94% 66.94%, #3C7AFF 0%, rgba(79, 21, 243, 0.00) 100%), #4F15F3;
    background: radial-gradient(97.34% 63.64% at 50% 100%, #8548FD 0%, rgba(79, 21, 243, 0.00) 100%), radial-gradient(66.94% 66.94% at 50% 0%, #3C7AFF 0%, rgba(79, 21, 243, 0.00) 100%), #4F15F3;
    -webkit-box-shadow: 0 11px 81px -14px rgba(19, 20, 129, 0.60), 0 4px 9px 0 rgba(255, 255, 255, 0.25) inset, 0 0 88px 0 rgba(255, 255, 255, 0.25) inset;
            box-shadow: 0 11px 81px -14px rgba(19, 20, 129, 0.60), 0 4px 9px 0 rgba(255, 255, 255, 0.25) inset, 0 0 88px 0 rgba(255, 255, 255, 0.25) inset;
    position: relative;
}
.btn-linear:hover {
    background: -o-radial-gradient(50% 50%, 61.78% 61.78%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.18) 100%), -o-radial-gradient(50% 100%, 166.22% 63.64%, #8548FD 0%, rgba(79, 21, 243, 0.00) 100%), -o-radial-gradient(50% 0%, 53.72% 53.72%, #3C7AFF 0%, rgba(79, 21, 243, 0.00) 100%), #0063ED;
    background: radial-gradient(61.78% 61.78% at 50% 50%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.18) 100%), radial-gradient(166.22% 63.64% at 50% 100%, #8548FD 0%, rgba(79, 21, 243, 0.00) 100%), radial-gradient(53.72% 53.72% at 50% 0%, #3C7AFF 0%, rgba(79, 21, 243, 0.00) 100%), #0063ED;
}
.btn-linear span {
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
}
.fg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}
.fg p,
.comment-form_inner+p {
	color: #FFF;
	font-size: 13px;
	font-weight: 500;
	line-height: 170%;
	margin-top: 3px;
}
.comment-form_inner+p {
	margin-top: 8px;
}
.fg__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 170%;
}
.fg__text span {
    color: #FF0C74;
}
.fg-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 19px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 900px;
    -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.10) inset;
            box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.10) inset;
}
.fg-input._error,
.fg-textarea._error {
	border-color: #FF0C74;
}
.fg-input svg {
    width: 20px;
    height: auto;
}
.fg-input input {
    color: #404750;
    font-size: 14px;
    line-height: 170%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.fg-textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	border: 1px solid #fff;
	border-radius: 25px;
	overflow: hidden;
}
span.fg-textarea::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 10px;
	right: 10px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 25px 25px 10px 10px;
}
span.fg-textarea._error::after {
	border-radius: 25px;
}
.fg-textarea textarea {
    height: 122px;
    resize: vertical;
    color: #404750;
    font-size: 14px;
    line-height: 170%;
    background-color: #fff;
    padding: 14px 19px;
    width: 100%;
}
.fg-textarea textarea::-webkit-scrollbar {
	width: 2px;
	background-color: #F8F8F8;
	border-radius: 900px;
}

.fg-textarea textarea::-webkit-scrollbar-thumb {
	background-color: rgba(41, 43, 44, 0.4);
	opacity: 0.4;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 900px;
}
.fg-textarea textarea::-webkit-scrollbar-thumb:hover {
	opacity: 1;
}
.fg-file {
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.fg-file>input {
    display: none;
}
.fg-file>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    cursor: pointer;
}
.fg-file>span svg path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.fg-file>span:hover path {
    stroke: #0063ED;
}
.fg-file>span span {
    color: #2A323C;
    font-size: 13px;
    font-weight: 500;
    line-height: 170%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.fg-file>span:hover span {
    color: #0063ED;
}
.checkbox {
    width: 22px;
    min-width: 22px;
    height: 22px;
    border-radius: 5px;
    border: 1px solid #D7D7D7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #FFFFFF;
}
input:checked+.checkbox {
    background-color: #8548FD;
    border-color: #8548FD;
}
input:checked+.checkbox::after {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjY2NjcgMy41TDUuMjUgOS45MTY2N0wyLjMzMzMzIDciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
    width: 14px;
    height: 14px;
}
.checkbox._error {
    border-color: #F00;
}
.checkbox__text {
    color: #FFF;
    font-size: 13px;
}
.checkbox__text a {
    text-decoration: underline;
}
.checkbox__text a:hover {
    opacity: 0.7;
}




.d-none {
    display: none!important;
}




.main {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: calc(100 * var(--vh));  /* Минимильная высота - высота экрана (100 * var(--vh) нужно для моб. версий, 100vh не работает, так-как мешает адресная строка)  */
}
.container-big {
    max-width: 1650px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}
.container {
    max-width: 1510px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.header-row {
    padding: 0 25px;
    border-radius: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #FFFFFF;
    overflow: hidden;
    -webkit-animation: fadeIn 2s linear both;
	        animation: fadeIn 2s linear both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.burger {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
    margin-right: 9px;
}
.burger::before,
.burger::after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #000000;
}
.burger::before {
    width: 100%;
    top: 11px;
}
.burger::after {
    width: 14px;
    bottom: 11px;
}
.logo {
    width: 185px;
    height: 24px;
}
.logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}
.menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.menu li a {
    padding-top: 27px;
    padding-bottom: 27px;
    position: relative;
    color: #2A323C;
    opacity: 0.7;
    font-size: 15px;
    font-weight: 500;
}
.menu li a:hover {
    opacity: 1;
}
.menu li a::before {
    content: '';
    position: absolute;
    bottom: -57px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 119px;
    height: 55px;
    border-radius: 50%;
    background: #3926E0;
    background: -o-radial-gradient(bottom,circle,rgba(57, 38, 224, 0.6) 0%, rgba(175, 177, 255, 0.3) 100%);
    background: radial-gradient(circle at bottom,rgba(57, 38, 224, 0.6) 0%, rgba(175, 177, 255, 0.3) 100%);
    -webkit-filter: blur(37px);
            filter: blur(37px);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0063ED;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.menu li a:hover::before,
.menu li a:hover::after {
    opacity: 1;
}
.header-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
}
.header-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.header-phone__icon {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #F0F3F6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.header-phone:hover .header-phone__icon {
    background-color: #0063ED;
}
.header-phone__icon svg path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.header-phone:hover svg path {
    stroke: #F0F3F6;
}
.header-phone__text {
    color: #2A323C;
    font-size: 17px;
    font-weight: 700;
}
.header__btn {
    padding: 14px 21px;
    font-size: 14px;
    line-height: 120%;
}
.menu-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100 * var(--vh));
    background: rgba(30, 36, 47, 0.90);
    z-index: 10;
    overflow: hidden;
    overflow-y: auto;
    display: none;
}
.sidebar {
    width: 337px;
    min-height: 100%;
    height: auto;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.menu-popup.active .sidebar {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.sidebar-top {
    padding: 20px 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-bottom: 1px solid #EEEFF0;
}
.sidebar-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sidebar-close svg g,
.sidebar-close svg path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sidebar-close:hover g {
    opacity: 1;
}
.sidebar-close:hover path {
    stroke: #161B22;
}
.sidebar-close span {
    color: #585B5E;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sidebar-close:hover span {
    color: #161B22;
}
.sidebar-menu {
    margin-bottom: 40px;
}
.sidebar-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #EEEFF0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.sidebar-menu li:before {
    content: '';
    position: absolute;
    left: -32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 55px;
    height: 119px;
    border-radius: 50%;
    z-index: -1;
    background: #0986F9;
    background: -o-linear-gradient(3deg,rgba(9, 134, 249, 0.30) 0%, rgba(38, 222, 224, 0.30) 56%);
    background: linear-gradient(87deg,rgba(9, 134, 249, 0.30) 0%, rgba(38, 222, 224, 0.30) 56%);
    -webkit-filter: blur(37px);
            filter: blur(37px);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sidebar-menu li:after {
    content: '';
    position: absolute;
    left: -34px;
    top: 15px;
    width: 55px;
    height: 72px;
    border-radius: 50%;
    z-index: 1;
    background: #9468E5;
    background: -o-linear-gradient(60deg,rgba(148, 104, 229, 0.30) 0%, rgba(218, 44, 202, 0.30) 100%);
    background: linear-gradient(30deg,rgba(148, 104, 229, 0.30) 0%, rgba(218, 44, 202, 0.30) 100%);
    -webkit-filter: blur(37px);
            filter: blur(37px);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sidebar-menu li:hover::before,
.sidebar-menu li:hover::after {
    opacity: 1;
}
.sidebar-menu li a {
    padding: 27px 35px 26px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 2;
    color: #2A323C;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    opacity: 0.7;
}
.sidebar-menu li a:hover {
    opacity: 1;
}
.sidebar-menu li a::after {
    content: '';
    display: block;
    width: 52px;
    height: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCA1MiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUxLjQ1OTYgNS40NTk2MkM1MS43MTM1IDUuMjA1NzggNTEuNzEzNSA0Ljc5NDIzIDUxLjQ1OTYgNC41NDAzOUw0Ny4zMjMgMC40MDM4MUM0Ny4wNjkyIDAuMTQ5OTY5IDQ2LjY1NzYgMC4xNDk5NjkgNDYuNDAzOCAwLjQwMzgxQzQ2LjE1IDAuNjU3NjUxIDQ2LjE1IDEuMDY5MjEgNDYuNDAzOCAxLjMyMzA1TDUwLjA4MDggNUw0Ni40MDM4IDguNjc2OTZDNDYuMTUgOC45MzA4IDQ2LjE1IDkuMzQyMzYgNDYuNDAzOCA5LjU5NjJDNDYuNjU3NiA5Ljg1MDA0IDQ3LjA2OTIgOS44NTAwNCA0Ny4zMjMgOS41OTYyTDUxLjQ1OTYgNS40NTk2MlpNMCA1TC01LjY4MjQ4ZS0wOCA1LjY1TDUxIDUuNjVMNTEgNUw1MSA0LjM1TDUuNjgyNDhlLTA4IDQuMzVMMCA1WiIgZmlsbD0iIzRDNTM1QyIvPgo8L3N2Zz4K);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
}
.sidebar-menu li a:hover::after {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.sidebar-bottom {
    margin-top: auto;
    padding: 0 35px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
}
.sidebar-block__title {
    color: #2A323C;
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    opacity: 0.7;
    margin-bottom: 3px;
}
.sidebar__phone,
.sidebar__mail {
    color: #2A323C;
    font-family: "Bounded", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 135%;
}
.sidebar__mail {
    text-decoration: underline;
}
.sidebar__phone:hover,
.sidebar__mail:hover {
    color: #0063ED;
}
.sidebar-messengers {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}
.sidebar-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 17px;
    border-radius: 900px;
    border: 1px solid #F6F8F9;
    background: #FFF;
}
.sidebar-box:hover {
    border-color: #0063ED;
}
.sidebar-box span {
    color: #6A7077;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sidebar-box:hover span {
    color: #0063ED;
}
.sidebar-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.sidebar-socials_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}
.sidebar-socials_block>a:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.sidebar-socials>span {
    color: #6A7077;
    font-size: 11px;
    font-weight: 400;
    line-height: 140%;
    max-width: 159px;
}
.page {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.footer {
	padding-top: 50px;
    background-color: #fff;
}
.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
}
.footer-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    max-width: 347px;
}
.footer__text {
    color: #464A4E;
    font-size: 17px;
    line-height: 137%;
}
.footer-l__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 83px;
}
.footer-l__link svg {
    width: 100%;
    height: auto;
}
.footer-l__link svg path {
	transition: .3s;
}
.footer-l__link:hover svg path {
	fill: #0063ED;
}
.footer-menu {
    max-height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
    -webkit-column-gap: 150px;
       -moz-column-gap: 150px;
            column-gap: 150px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.footer-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-menu a {
    color: #2A323C;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 141px;
}
.footer-menu a:hover {
    color: #161B22;
    gap: 9px;
}
.footer-menu a::before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjQ1OTYgNS45NTk2MkMyMS43MTM1IDUuNzA1NzggMjEuNzEzNSA1LjI5NDIyIDIxLjQ1OTYgNS4wNDAzOEwxNy4zMjMgMC45MDM4MDZDMTcuMDY5MiAwLjY0OTk2NSAxNi42NTc2IDAuNjQ5OTY1IDE2LjQwMzggMC45MDM4MDZDMTYuMTUgMS4xNTc2NSAxNi4xNSAxLjU2OTIgMTYuNDAzOCAxLjgyMzA0TDIwLjA4MDggNS41TDE2LjQwMzggOS4xNzY5NkMxNi4xNSA5LjQzMDggMTYuMTUgOS44NDIzNSAxNi40MDM4IDEwLjA5NjJDMTYuNjU3NiAxMC4zNSAxNy4wNjkyIDEwLjM1IDE3LjMyMyAxMC4wOTYyTDIxLjQ1OTYgNS45NTk2MlpNMCA1LjVMMCA2LjE1SDIxVjUuNVY0Ljg1SDBMMCA1LjVaIiBmaWxsPSIjNEM1MzVDIi8+Cjwvc3ZnPgo=);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
    width: 0;
    height: 11px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.footer-menu a:hover::before {
    width: 22px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.footer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.footer-box__title {
    color: #2A323C;
    font-size: 15px;
    font-weight: 500;
}
.footer-box__email {
    color: #0063ED;
    font-size: 18px;
    font-weight: 500;
    line-height: 137%;
    border-bottom: 1px solid rgba(0, 99, 237, 0.30);
    margin-top: 9px;
    margin-bottom: 9px;
    display: block;
}
.footer-box__email:hover {
    border-color: #0063ED;
}
.footer-box__text {
    color: #777C81;
    font-size: 14px;
    line-height: 137%;
    max-width: 173px;
}
.footer-phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
    margin-top: 11px;
    margin-bottom: 11px;
}
.footer-phones>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.footer-phones>a span {
    color: #2A323C;
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.footer-phones>a:hover span {
    color: #0063ED;
}
.footer__btn {
    width: 159px;
    height: 42px;
    border-width: 1px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 11px;
}
.footer-messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    margin-top: 4px;
}
.footer-messenger {
    border-radius: 900px;
    border: 1px solid #F6F8F9;
    background: #FFF;
    padding: 9px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
}
.footer-messenger:hover {
    border-color: #0063ED;
}
.footer-messenger img {
    width: 20px;
    height: auto;
}
.footer-messenger span {
    color: #6A7077;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.footer-messenger:hover span {
    color: #0063ED;
}
.footer-socials {
    margin-top: 10px;
}
.footer-socials>span {
    color: #6A7077;
    font-size: 11px;
    line-height: 140%;
    max-width: 171px;
    display: block;
    margin-top: 10px;
}
.footer-bottom {
    margin-top: 50px;
    padding-top: 24px;
    padding-bottom: 25px;
    border-top: 1px solid #EEEFF0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer-bottom_l {
    max-width: 369px;
}
.copyright {
    color: #3B3D40;
    font-size: 14px;
    line-height: 152%;
    opacity: 0.6;
}
.footer-bottom_l span {
    color: #666869;
    font-size: 12px;
    line-height: 152%;
    opacity: 0.6;
    display: block;
    margin-top: 2px;
}
.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}
.footer-links span,
.footer-links a {
    font-size: 14px;
}
.footer-links span {
    color: #3B3D40;
    opacity: 0.6;
}
.footer-links a {
    color: #666869;
    border-bottom: 1px solid rgba(102, 103, 105, 0.20);
}
.footer-links a:hover {
    color: #0063ED;
    border-color: #0063ED;
}




.single-page {
    padding-top: 115px;
    padding-left: 24px;
    padding-right: 24px;
}
.single-container {
    max-width: 1590px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    border-radius: 35px;
    overflow: hidden;
    padding: 50px;
}
.single-container>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
}
.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	white-space: nowrap;
	width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.breadcrumbs a,
.breadcrumbs span {
    color: #FFF;
    font-size: 13px;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs span {
    opacity: 0.7;
}
.breadcrumbs span:last-child {
	overflow: hidden;
    text-overflow: ellipsis;
}
.single__title {
    margin-top: 35px;
    margin-bottom: 20px;
    max-width: 903px;
    color: #FFFFFF;
}
.single__cat {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 16px;
    border-radius: 15px;
    background: #FFF;
    color: #393A3B;
    font-size: 17px;
    font-weight: 500;
    line-height: 161%;
}
.single-content {
    padding-top: 30px;
    padding-bottom: 20px;
}
.container-min {
    max-width: 1252px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}
.single-content h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #393A3B;
    font-size: 33px;
    font-weight: 500;
    line-height: 120%;
}
.single-content h4 {
    margin-bottom: -5px;
	margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #2A323C;
}
.single-content p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #393A3B;
    font-size: 17px;
    font-weight: 500;
    line-height: 161%;
}
.single-content .wp-block-image {
	margin: 30px 0;
}
.single-content .wp-block-image img {
    border-radius: 25px;
}
.single-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-content ul li {
    padding-left: 27px;
    color: #393A3B;
    font-size: 17px;
    font-weight: 500;
    line-height: 161%;
	position: relative;
}
.single-content ul li::before {
    content: '';
	position: absolute;
	left: 0;
	top: 0;
    display: block;
    width: 19px;
    min-width: 19px;
    height: 19px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE5IiBoZWlnaHQ9IjE5IiByeD0iNiIgZmlsbD0iIzAwNjNFRCIvPgo8cGF0aCBkPSJNMTMuNSA2LjVMOCAxMkw1LjUgOS41IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
    margin-top: 3px;
}
.single-content blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    border-radius: 20px;
    background: -o-radial-gradient(22.55% 66.42%, 785.09% 137.82%, #F4F5F6 0%, #E2E7ED 100%);
    background: radial-gradient(785.09% 137.82% at 22.55% 66.42%, #F4F5F6 0%, #E2E7ED 100%);
    padding: 25px;
}
.single-content blockquote p {
    padding: 0;
    padding-left: 12px;
    border-left: 3px solid #0063ED;
    font-size: 17px;
    font-weight: 500;
    line-height: 161%;
    color: #0063ED;
    margin: 0;
}




.share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 25px;
	gap: 20px;
	border-radius: 20px;
	background: #FFF;
}
.share>p {
	color: #1B1B1B;
	font-size: 15px;
	font-weight: 500;
	line-height: 161%;
	margin: 0;
}
.share-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
}
.share-row>a,
.share-row>span {
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 900px;
	border: 1px solid #F6F8F9;
	background: #FFF;
	transition: .3s;
}
.share-row>a:hover,
.share-row>span:hover {
	border-color: #0063ED;
}
.share-row>a._link,
.share-row>span._link {
	width: auto;
	padding: 0 13px;
	gap: 9px;
}
.share-row>a svg,
.share-row>span svg {
	opacity: 0.7;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.share-row>a:hover svg,
.share-row>span:hover svg {
	opacity: 1;
}
.share-row>a svg path,
.share-row>span svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.share-row>a span,
.share-row>span span {
	color: #6A7077;
	font-size: 13px;
	font-weight: 500;
	line-height: 161%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.share-row>a:hover span,
.share-row>span:hover span {
	color: #0063ED;
}
.share-row>a._tg:hover {
	border-color: #0088CC;
}
.share-row>a._tg:hover svg path {
	fill: #0088CC;
}
.share-row>a._wh:hover {
	border-color: #2CB742;
}
.share-row>a._wh:hover svg path {
	fill: #2CB742;
}
.share-row>a._vk:hover {
	border-color: #4169e1;
}
.share-row>a._vk:hover svg path {
	fill: #4169e1;
}
.share-row>span {
	cursor: pointer;
}
.share-row>span._link:hover svg path {
	stroke: #0063ED;
}


.scrolltop {
	position: fixed;
	bottom: 60px;
	right: 60px;
	width: 60px;
	height: 74px;
	cursor: pointer;
	z-index: 10;
	display: none;
}
.scrolltop::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #0063ED;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 1;
}
.scrolltop:hover::before {
	background: #79C6FC;
}
.scrolltop-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 900px;
	-webkit-box-shadow: 0 86px 24px 0 rgba(0, 0, 0, 0.00), 0 55px 22px 0 rgba(0, 0, 0, 0.02), 0 31px 19px 0 rgba(0, 0, 0, 0.06), 0 14px 14px 0 rgba(0, 0, 0, 0.09), 0 3px 8px 0 rgba(0, 0, 0, 0.11);
	        box-shadow: 0 86px 24px 0 rgba(0, 0, 0, 0.00), 0 55px 22px 0 rgba(0, 0, 0, 0.02), 0 31px 19px 0 rgba(0, 0, 0, 0.06), 0 14px 14px 0 rgba(0, 0, 0, 0.09), 0 3px 8px 0 rgba(0, 0, 0, 0.11);
}
.scrolltop-inner._hide-hover {
	background: #FFF;
	z-index: 3;
}
.scrolltop:hover .scrolltop-inner._hide-hover {
	opacity: 0;
}
.scrolltop-inner._show-hover {
	background: radial-gradient(97.34% 63.64% at 50% 100%, #8548FD 0%, rgba(79, 21, 243, 0.00) 100%), radial-gradient(66.94% 66.94% at 50% 0%, #3C7AFF 0%, rgba(79, 21, 243, 0.00) 100%), -webkit-gradient(linear, left bottom, left top, from(#4F15F3), to(#4F15F3)), #FFF;
	background: -o-radial-gradient(50% 100%, 97.34% 63.64%, #8548FD 0%, rgba(79, 21, 243, 0.00) 100%), -o-radial-gradient(50% 0%, 66.94% 66.94%, #3C7AFF 0%, rgba(79, 21, 243, 0.00) 100%), -o-linear-gradient(bottom, #4F15F3 0%, #4F15F3 100%), #FFF;
	background: radial-gradient(97.34% 63.64% at 50% 100%, #8548FD 0%, rgba(79, 21, 243, 0.00) 100%), radial-gradient(66.94% 66.94% at 50% 0%, #3C7AFF 0%, rgba(79, 21, 243, 0.00) 100%), linear-gradient(0deg, #4F15F3 0%, #4F15F3 100%), #FFF;
	z-index: 2;
}








@media(max-width: 1510px) {
    .h2 {
        font-size: 34px;
    }
    .container {
        max-width: 1210px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media(max-width: 1475px) {
    .header-row {
        padding-left: 20px;
        padding-right: 15px;
        border-radius: 16px;
    }
    .logo {
        width: 150px;
        height: 21px;
    }
    .menu {
        gap: 20px;
    }
    .menu li a {
        font-size: 14px;
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .burger {
        margin-right: 0;
    }
    .header-phone__text {
        font-size: 15px;
    }
    .header__btn {
        padding-top: 12px;
        padding-bottom: 12px;
    }


    .footer-menu {
        -webkit-column-gap: 50px;
           -moz-column-gap: 50px;
                column-gap: 50px;
    }
    
}
@media(max-width: 1425px) {
    .h1 {
        font-size: 36px;
    }
}
@media(max-width: 1260px) {
    .menu {
        gap: 15px;
    }
}
@media(max-width: 1175px) {
    .d-none_tablet {
        display: none!important;
    }
    .d-block_tablet {
        display: block!important;
    }
    .d-flex_tablet {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
	.header {
		padding-top: 12px;
	}
    .header-row {
        padding: 15px 14px;
    }
    .menu,
    .header__btn,
    .header-phone__text {
        display: none;
    }
    .burger {
        width: 25px;
        height: 25px;
    }
    .burger::before {
        top: 8px;
    }
    .burger::after {
        bottom: 8px;
    }
    .header-phone__icon {
        background: transparent!important;
        width: auto;
        height: auto;
    }
    .header-phone__icon svg {
        width: 24px;
        height: auto;
    }
    .header-phone__icon svg path {
        stroke: #000000;
    }



    .fg__text {
        font-size: 13px;
    }
    .fg-input {
        padding: 14px 19px;
    }


    .footer {
        position: relative;
        padding-top: 25px;
    }
    .footer-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        row-gap: 15px;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
    }
    .footer-l {
        max-width: 100%;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 10px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .footer__text {
        max-width: 388px;
        font-size: 13px;
    }
    .footer-box {
        width: 25%;
    }
    .footer-box._contacts {
        width: 50%;
    }
    .footer-l__link {
        position: absolute;
        bottom: 24px;
        right: 24px;
    }
    .footer-menu {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-top: 8px;
        padding-bottom: 8px;
        border-top: 1px solid #EEEFF0;
        border-bottom: 1px solid #EEEFF0;
        max-height: unset;
    }
    .footer-menu a {
        width: auto;
        font-size: 14px;
    }
    .footer-menu a::before {
        content: none;
    }
    .footer-box._contacts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .footer-box_inner {
        width: 50%;
    }
    .footer-bottom {
        margin-top: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-messengers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 6px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .footer-box__title {
        font-size: 13px;
    }
    .footer-box__text {
        font-size: 12px;
    }
    .footer-phones {
        margin-top: 9px;
        margin-bottom: 9px;
        gap: 6px;
    }
    .footer-phones>a span {
        font-size: 13px;
    }
    .footer__btn {
        width: 143px;
        margin-bottom: 0;
        font-size: 12px;
    }
    .footer-socials>span {
        margin-top: 6px;
    }
    .footer .sidebar-socials_block a {
        width: 36px;
    }
    .footer .sidebar-socials_block a img {
        width: 100%;
        height: auto;
    }
    .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 5px;
    }
    .copyright {
        font-size: 13px;
    }
    .footer-links span,
    .footer-links a {
        font-size: 12px;
    }

    .footer .logo {
        width: 185px;
        height: 24px;
    }
	
	
	
	.single-page {
		padding-top: 79px;
	}
	
	
	.share {
		padding: 10px 14px;
	}
	.share>p {
		font-size: 14px;
	}
	.share-row>a {
		width: 38px;
		height: 38px;
	}
	.share-row>a._link {
		padding: 0 9px;
	}
	
	
	.checkbox__text {
		font-size: 12px;
	}
	
	
	.scrolltop {
		width: 40px;
		height: 50px;
		right: 30px;
		bottom: 102px;
	}
	.scrolltop::before {
		width: 39px;
		height: 39px;
		top: -3px;
	}
	.scrolltop svg {
		width: 20px;
		height: auto;
	}
}
@media(max-width: 991px) {
    .h1 {
        font-size: 26px;
        letter-spacing: 0.03em;
    }
    .h2 {
        font-size: 20px;
    }
    .container-big {
        padding-left: 24px;
        padding-right: 24px;
    }

    .btn-linear {
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .btn-linear span {
        font-size: 16px;
    }

    .logo {
        width: 131px;
        height: 17px;
    }



    .sidebar-menu li a {
        padding: 20px 24px 19px;
        font-size: 12px;
    }
    .sidebar-bottom {
        gap: 24px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .sidebar-block__title {
        font-size: 14px;
    }
    .sidebar__phone,
    .sidebar__mail {
        font-size: 19px;
    }
    .sidebar-box {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 10px;
    }
	
	
	.single-content {
		padding-bottom: 0;
	}
	.single-container {
		padding: 24px;
		border-radius: 14px;
	}
	.breadcrumbs a,
	.breadcrumbs span {
		font-size: 12px;
	}
	.single__title {
		margin-top: 20px;
		margin-bottom: 9px;
	}
	.single__cat {
		padding: 4px 11px;
		border-radius: 10px;
		font-size: 13px;
	}
	.single-content h2 {
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 19px;
	}
	.single-content h4 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.single-content p {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.single-content .wp-block-image {
		margin: 20px 0;
	}
	.single-content .wp-block-image img {
		border-radius: 14px;
	}
	.single-content ul {
		margin: 10px 0;
	}
	.single-content ul li {
		font-size: 14px;
	}
}
@media(max-width: 650px) {
    .container-big,
    .container {
        padding-left: 14px;
        padding-right: 14px;
    }
    .d-none_mobile {
        display: none!important;
    }
    .d-block_mobile {
        display: block!important;
    }

	
	.header {
		padding-top: 10px;
	}

    .sidebar-menu li::before,
    .sidebar-menu li::after {
        content: none;
    }
    .sidebar-menu li a {
        padding: 17px 35px 16px;
    }
    .sidebar-bottom {
        padding-left: 35px;
        padding-right: 35px;
        gap: 16px;
    }
    .sidebar-block__title {
        font-size: 13px;
        margin-bottom: 2px;
    }
    .sidebar__phone,
    .sidebar__mail {
        font-size: 15px;
    }
    


    .footer-l {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px;
        -webkit-box-ordinal-group: -2;
            -ms-flex-order: -3;
                order: -3;
    }
    .footer-menu {
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
        row-gap: 10px;
        padding: 15px;
        border: 1px solid #EEEFF0;
        border-radius: 10px;
        -webkit-box-ordinal-group: -1;
            -ms-flex-order: -2;
                order: -2;
    }
    .footer-menu li {
        width: 50%;
    }
    .footer-box {
        width: 50%;
    }

    .footer-box._contacts {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        width: 100%;
    }
    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 20px;
    }
	
	
	.container-min {
		padding-left: 14px;
		padding-right: 14px;
	}
	.single-page {
		padding-top: 75px;
		padding-left: 14px;
		padding-right: 14px;
	}
	
	.single-container {
		padding: 14px;
	}
	.single-content {
		padding-top: 20px;
	}
	
	.share {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 2px;
		margin-top: 5px;
	}
	
	
	
	.scrolltop {
		right: 10px;
		bottom: 54px;
	}
}

.f-carousel__counter,
.f-carousel__toolbar__column.is-right button:not(:last-child) {
	display: none!important;
}