/*
Theme Name: hawk-research
Text Domain: https://hawk-research.com/
Author: OTEC
Author URI: https://onesite.com.ua
*/

* {
    box-sizing: border-box;
}
html {
    height: 100%;
}
html, body {
    min-height: 100%;
}
body {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Gotham Pro', sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #666;
    min-height: 100vh;
    /*background: #f3f3f3;*/
}
body.offset-top {
    padding-top: 80px;
}
p {
    margin: 0;
}
h1,h2,h3,h4,h5,h6 {
    /*margin: 0;*/
    line-height: 1;
    /*word-break: keep-all;*/
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h5 {
    font-weight: bold;
}
.content {
    padding: 60px 0;
}
.content .container {
    column-count: 2;
    column-gap: 30;
}
.content ul,
.content ol {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px
}
.content li {
    list-style: unset;
}
.content a {
    color: #fb7811;
}
img {
    max-width: 100%;
}
::placeholder {
    opacity: 0.7;
    font-size: 16px;
}
a {
    color: #777;
    text-decoration: none;
}
a:active {
    color: #ccc;
}
ul, ol {
    padding: 0;
    margin: 0;
}
li {
    padding: 0;
    margin: 0;
    list-style: none;
}
input, textarea {
    width: 100%;
    border: 1px solid #999;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Alegreyaemail-discount', sans-serif;*/
	font-family: 'Gotham Pro', sans-serif;
    font-size: 18px;
    color: #999;
    padding: 10px 10px;
}
textarea:focus,
input:focus {
    outline-offset: 0;
    outline: 1px solid #fff;
}
input[type='submit']:hover {
    cursor: pointer;
    outline: 1px solid #fff;
}
/*body {*/
/*    padding-top: 60px;*/
/*}*/
.section,
section {
    padding: 80px 0;
}
header {
    position: fixed;
    /*position: relative;*/
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    box-shadow: -1px -8px 14px 1px rgba(0,0,0,.3);
    border-bottom: 1px solid #e2e2e200;
    transition: all .4s ease-in;
    background: #ffffff05;
}
header.active {
    background: #fff;
}
header .button {
    margin-top: 0;
    margin-left: 25px;
    background: rgba(114, 211, 226, .16);
    transition: .3s ease-in al;
}
header.active .button {
    background: rgb(114 211 226);
}
.mobile_menu_btn path {
    fill: #fff;
    transition: .3s all ease-in;
}
header.active .mobile_menu_btn path {
    fill: #34b1c4;
}
.mobile_menu_btn .item {
    fill: rgba(255,255,255,.7);
}
.header-menu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}
.top-panel {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header-menu .buttons {
    display: flex;
    align-items: center;
}
.header-menu .buttons > * {
    margin: 3px 0;
    margin-right: 20px;
    color: #fff;
    padding: 6px 15px;
    border-radius: 3px;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
}
.header-menu .buttons > *:last-child {
    margin-right: 0;
}
.contacts {
    margin: 10px 0;
    font-size: 14px;
}
.contacts .phone {
    margin-right: 10px;
}
.contacts a {
    display: flex;
    align-items: center;
    color: #259bd4;
    white-space: nowrap;
}
.contacts a span {
    text-decoration: underline;
}
.contacts a:hover span {
    text-decoration: none;
}
.contacts .fa {
    margin-right: 5px;
}
.top-panel .descr {
    margin-right: 10px;
    color: #bfbfbf;
    font-size: 16px;
}
.header-menu {
    outline: none;
    user-select: none;
}
.breadcrumbs {
    margin-top: 104px;
    width: 100%;
    padding: 10px 30px;
    /*margin-bottom: 30px;*/
}
.breadcrumbs .post {
    width: auto;
    min-width: unset;
    padding: 0;
}
.breadcrumbs a {
    color: #72d3e2;
    font-weight: 600;
}
.title {
    font-size: 42px;
    color: #34b1c4;
    font-weight: 600;
    text-transform: capitalize;
}
header .logo {
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 0;
    color: #fff;
}
header .logo img {
    display: inline-block;
    height: 45px;
    width: auto;
}
.content {
    line-height: 1.5;
}

footer {
    /*background: #4D24AA;*/
    background-image: linear-gradient(148.25deg,#258492 16.46%,#112f82 89.85%);
    border-top: 1px solid #e9e9e9;
    margin-top: auto;
}
footer .container {
    margin-top: auto;
    color: #666;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .container > div {
    max-width: calc(33% - 30px);
    width: 100%;
    margin: 15px;
}
footer .container > .links-page {
    width: auto;
}
footer .title {
    color: #fff;
}
footer a {
    color: #e8e8e8;
}
.bottom_info {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}
.footer-menu li {
    line-height: 0.9;
    margin-top: 10px;
}
.footer-menu a {
    font-size: 14px;
}
.footer-menu a:hover,
.footer-menu a[aria-current=page] {
    text-decoration: underline;
}
.copyright {
    font-size: 12px;
    padding: 10px 0;
    color: #e8e8e8;
}
.copyright ul a {
    display: inline-block;
    margin: 2px 4px;
}
/* .copyright ul li:first-child a {
    margin-left: 0;
} */
.copyright .copyright-text {
    margin-top: 20px;
    color: #eee;
}
.copyright .copyright-text > div {
    margin-bottom: .8rem;
}
.copyright .copyright-text > div:last-child {
    margin-bottom: 0;
}
.copyright .soc-icon a {
    display: inline-block;
    margin: 2px 4px;
    transition: .3s all ease-in;
}
.copyright .soc-icon a:hover {
    opacity: .7;
}
.copyright .soc-icon a:first-child {
    margin-left: 0;
}

.accept img {
    display: inline-block;
    margin: 2px 4px;
}
.accept img:first-child {
    margin-left: 0;
}
.accept .text {
    font-size: 14px;
    color: #eee;
}
.accept .number {
    font-size: 60px;
    font-weight: bold;
    font-weight: 800;
    line-height: 1;
}
.accept .text > div {
    margin-bottom: .4rem;
}
.map {
    width: 100%;
}
.button {
    background: #34b1c4;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    margin-top: 30px;
}
.button:hover {
   background: #17899a;
}
.common-blog {
    padding: 0;
}
.posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.post {
    width: 50%;
    min-width: 300px;
    padding: 20px;
}
.post .inner:hover {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
}
.post .info {
    padding: 15px 20px 20px;
}
.post .title {
    margin-bottom: 10px;
    display: block;
    max-height: 32px;
    overflow: hidden;
    color: #4D24AA;
}
.post .description {
    height: 102px;
    overflow: hidden;
    line-height: 1.3rem;
}
.post .bottom {
    margin-top: 10px;
}
.post .inner {
    border-radius: 4px;
    border: 1px solid #ecebeb;
}
.post .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post .post-image {
    width: 100%;
    height: 330px;
    object-fit: cover;
    margin-bottom: 0;
}

.post .post-image-link {
    display: inline-block;
}
.post .title:hover {
    opacity: 0.8;
}
.single-php .post-image {
    width: 100%;
}
.single-php .content {
    margin: 20px 0;
    padding: 0;
}
.breadcrumbs-single {
    max-width: 700px;
}
.single-php {
    max-width: 700px;
    padding: 10px 30px 50px;
}
time {
    font-style: italic;
    color: #555;
}
.page-404-php {
    text-align: center;
    padding-top: 50px;
}
.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.wp-block-column {
    width: 50%;
    min-width: 250px;
    padding: 20px;
}
.digits {
    position: relative;
    background: #1545CB;
    background-image: linear-gradient(148.25deg,#33b0c3 16.46%,#516cb7 89.85%);
}
.digits .inner {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    text-align: center;
    background: #7b7b7b17;
    max-width: 900px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}
.digits .icon {
    max-width: 40px;
    margin-bottom: 10px;
}
.digits .inner > div {
    position: relative;
    padding: 20px 10px;
    max-width: calc(33% - 30px);
    width: 100%;
}
.digits .inner > div:not(:last-child) {
    border-right: 1px solid #f3f3f321;
}
.digits strong {
    font-weight: 800;
    display: block;
    font-size: 50px;
    margin-bottom: 7px;
    color: #fff;
}
.digits span {
    font-size: 16px;
    color: #fff;
    opacity: .7;
}
.digits p {
    font-size: 14px;
    margin: 0;
}
.customers i {
    font-size: 24px;
    font-style: normal;
    color: #ccc;
}
.utp-screen {
    color: #fff;
    padding: 120px 0;
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.utp-screen::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(148.25deg,#36353747 16.46%,#232845 89.85%);
    opacity: .8;
}
.utp-screen .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    width: 100%;
}
.utp-screen .bg {
    display: flex;
    justify-content: center;
}
.utp-screen .bg img {
    width: 100%;
    max-width: 310px;
}
.utp-screen .container > .text-content {
    width: 60%;
}
.utp-screen .text-content {
    display: flex;
    flex-direction: column;
    /*align-content: center;*/
    justify-content: center;
}
.utp-screen .text-content .title {
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
    margin: 18px 0 35px;
    color: #fff;
}
.utp-screen  .text-content .title span {
    /*color: #629fa7;*/
    color: #80b8bf;
}
.utp-screen  .text-content .title > * {
    margin: 0;
}
.first-screen .text-content .subtitle {
    font-size: 28px;
    color: #eeeeee3d;
}
.first-screen .text-content .text {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
}
.email-discount {
    background: #259bd4;
}
.email-discount .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.email-discount form p{
    display: inline-block;
}
.email-discount input[type="email"] {
    border-radius: 4px;
}
.email-discount form > p:nth-of-type(1) {
    width: 250px;
}
.email-discount .wpcf7-not-valid-tip {
    position: absolute;
}
.email-discount input[type="submit"] {
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    background: #ff6562;
    color: #fff;
    margin-left: 5px;
    border: none;
}
.email-discount input[type="submit"]:hover {
    outline: none;
}
.email-discount .offer {
    color: #fff;
}
.email-discount .offer strong{
    font-size: 40px;
    display: block;
}
.seo-text ul,
.seo-text ol {
	list-style-type: inherit;
	padding-inline-start: 40px;
	margin-block-start: 1em;
    margin-block-end: 1em;
}
.seo-text ol {
	list-style-type: decimal;
}
.seo-text ul li,
.seo-text ol li {
	list-style: inherit;
}
.seo-text .inner {
    /*padding: 50px 0;*/
}
.seo-text .seo-text-block {
    border: 1px solid #7748E0;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    max-width: 80%;
    margin: 0 auto;

}
.seo-text .seo-block-body {
    display: none;
    padding: 20px;
    color: #eee;
}
.seo-text .seo-text-block.open .seo-block-body {
    display: block;
}
.seo-text .seo-text-block.open .seo-block-header {
    /*color: #259bd4;*/
}
.seo-text .seo-text-block.open .arrow {
    transform: rotate(180deg);
}
.seo-text .seo-text-block .arrow path {
    fill: #fff;
}
.seo-text .seo-block-header {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.seo-text .seo-block-header > * {
    margin: 0;
}
.seo-text .seo-block-header .arrow {
    flex-shrink: 0;
    margin-left: 5px;
}
/*Pagination*/
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation.pagination {
    text-align: center;
    padding: 20px 0;
}
.page-numbers {
    font-size: 20px;
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #ececec;
    margin: 1px;
}
.page-numbers:hover {
    color: #4D24AA;
    background: #f8f8f8;
}
.page-numbers.current {
    color: #4D24AA;
    background: #f8f8f8;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
    background: #f8f8f8;
}
.prev.page-numbers:hover path,
.next.page-numbers:hover path {
    fill: #4D24AA;
}
.page-404-php {
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
    margin-top: 50px;
}
.page-404-php .content {
    text-align: left;
}
.page-404-php .title {
    font-size: 80px;
    margin-bottom: 0;
}
.page-404-php .text {
    font-size: 28px;
}
.page-404-php .button {
    padding: 20px 40px;
    display: inline-block;
    text-align: center;
    margin: 36px 0;
    /*background: #259bd4;*/
    color: #fff;
}
.page-404-php .inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.page-404-php img {
    max-width: 350px;
}
.seo-text-wrap {
    display: none;
}
.seo-text-wrap.show {
    display: block;
    /*margin: 15px 0;*/
}
.seo-text-wrap:first-child > *:first-child {
    column-span: all;
    text-align: center;
    margin-bottom: 25px;
}
.show-seo-text,
.hide-seo-text {
    margin: 20px auto 0;
    display: block;
    width: 220px;
    text-align: center;
}
.seo-text-wrap-hidden {
    display: none;
}
.show-seo-text.disable {
    display: none;
}
.seo-text-wrap-hidden.show {
    display: block;
}
.read-more {
    color: #F78B29;
}
.read-more:visited {
    color: #F78B29;
}
.seo-text-column .row {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.seo-text-column .row-button {
    text-align: center;
    margin-top: 15px;
}
footer .services ul {
    display: flex;
    flex-wrap: wrap;
}
footer .services ul li {
    display: block;
}
footer .services ul a:hover {
    text-decoration: underline;
}
.about-company .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-company .container .img {
    position: relative;
    max-width: calc(50% - 60px);
    width: 100%;
    margin-right: 60px;
    z-index: 1;
}
.about-company .container .img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /* top: 0; */
    bottom: 30px;
    left: -30px;
    background: #34b1c4;
    z-index: -1;
}
.about-company .container img {
    width: 100%;
    height: auto;
}
.about-company .text-content {
    max-width: 50%;
}
.about-company .subtitle {
    font-size: 32px;
    color: #34b1c4;
    margin-bottom: 30px;
    font-weight: 600;
}
.about-company .section-subtitle {
    font-size: 23px;
    margin-bottom: 6px;
    color: #34b1c4;
    text-transform: uppercase;
    font-weight: 400;
    opacity: .4;
}
.about-company .text {
    font-size: 18px;
    line-height: 1.6;
}
.our-benefits.section {
    padding: 80px 0 120px;
}
.our-benefits .container {
    display: flex;
}
.our-benefits .container .img {
    position: relative;
    max-width: calc(45% - 60px);
    width: 100%;
    margin-left: 60px;
    z-index: 1;
}
.our-benefits .text-section {
    max-width: 55%;
}
.our-benefits .img > .subtitle-section {
    font-size: 23px;
    margin-bottom: 6px;
    color: #34b1c4;
    text-transform: uppercase;
    font-weight: 400;
    opacity: .4;
}
.our-benefits .img > .subtitle {
    font-size: 32px;
    color: #34b1c4;
    margin-bottom: 30px;
    font-weight: 600;
}
.our-benefits .img > .text {
    font-size: 18px;
    line-height: 1.6;
}
.our-benefits .row-items {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.our-benefits .items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: calc(45% - 30px);
    /*background: #39a4c1;*/
    border: 1px solid #eee;
    box-shadow: 0 0 5px #365db34f;
    padding: 21px 20px;
    border-radius: 12px;
    margin: 15px;
    flex-direction: column;
    color: #39a4c1;
}
.our-benefits .items:nth-child(even) {
    transform: translateY(50px);
}
.our-benefits .items img {
    width: 80px;
    height: auto;
    margin-bottom: 18px;
    flex-shrink: 0;
}
.our-benefits .items .subtitle {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    /*color: #fff*/
}
.our-benefits .items .text {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
    color: #333;
}
.our-benefits .text-content {
    flex: 1;
}
.order-process {
    background-image: linear-gradient(148.25deg,#33b0c3 16.46%,#516cb7 89.85%);
}
.order-process .container .row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.order-process .container .row::after {
    position: absolute;
    content: "";
    top: 94px;
    left: 143px;
    height: 3px;
    border-radius: 100%;
    background: #5cacc2;
    box-shadow: 0 0 30px 7px #ffffff;
    z-index: 4;
    /*animation: pointGuide 6s linear infinite;*/
}
/*@keyframes pointGuide {*/
/*    10% {*/
/*        left: 15%;*/
/*    }*/
/*    20% {*/
/*        left: 22.7%;*/
/*    }*/
/*    30% {*/
/*        left: 30.5%;*/
/*    }*/
/*    40% {*/
/*        left: 38.1%;*/
/*    }*/
/*    50% {*/
/*        left: 46%;*/
/*    }*/
/*    60% {*/
/*        left: 53.71%;*/
/*    }*/
/*    70% {*/
/*        left: 61.5%;*/
/*    }*/
/*    80% {*/
/*        left: 69.25%;*/
/*    }*/
/*    90% {*/
/*        left: 77%;*/
/*    }*/
/*    100% {*/
/*        left: 85%;*/
/*    }*/

/*}*/
.order-process .row .items {
    max-width: calc(25% - 30px);
    width: 100%;
    margin: 15px;
    text-align: center;
    /*background: #39a4c14a;*/
    padding: 24px 14px;
    color: #fff;
    border-radius: 12px;
    position: relative;
    z-index: 1;
}
.order-process .row .items::after {
    position: absolute;
    content: "";
    top: 80px;
    right: -6%;
    transform: translateX(50%);
    width: 50%;
    border: 1px dashed #5cacc2;
}
.order-process .row .items:last-child::after {
    display: none;
}
.order-process .image-wrap {
    max-width: 100px;
    padding: 20px;
    margin: 0 auto;
    border-radius: 50%;
    background: #5cacc2;
    box-shadow: 0px 0px 8px 0px #cde2e8ad, 0px 0px 28px 0px #b9d4db57, 0px 0px 40px 0px #ffffff2b;
}
.order-process .row img {
    /*max-width: 70px;*/
    max-width: 100%;
    height: auto;
}
.order-process .subtitle {
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 50px;
}
.order-process .subtitle-inner {
    font-size: 24px;
    margin: 26px 0 27px;
}
.order-process .text {
    opacity: .7;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
}
.order-process .num-order {
    position: absolute;
    font-size: 150px;
    opacity: .5;
    color: #f3f3f340;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    font-weight: 500;
}

.requirements .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.requirements .img {
    position: relative;
    max-width: calc(50% - 60px);
    width: 100%;
    margin-right: 60px;
    z-index: 1;
}
.requirements .img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /* top: 0; */
    bottom: 30px;
    left: -30px;
    background: #34b1c4;
    z-index: -1;
}
.requirements .container img {
    width: 100%;
    height: auto;
}
.requirements .subtitle {
    ont-size: 23px;
    margin-bottom: 6px;
    color: #34b1c4;
    text-transform: uppercase;
    font-weight: 400;
    opacity: .4;
}
.requirements .title {
    font-size: 32px;
    color: #34b1c4;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: capitalize;
}
.requirements .section-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 50px;
}
.requirements .text-content {
    max-width: 50%;
}
.requirements .item {
    font-size: 16px;
    margin: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.requirements .image {
    max-width: 60px;
    height: auto;
    margin-right: 24px;
    flex-shrink: 0;
}
.requirements .text {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
}
.how-to-apply .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #34b1c47a;
    padding-bottom: 54px;
}
.how-to-apply .container {
    /*background-image: linear-gradient(148.25deg,#33b0c3 16.46%,#516cb7 89.85%);*/
    background-image: linear-gradient(148.25deg,#258492 16.46%,#112f82 89.85%);
    padding: 65px 50px;
    text-align: center;
}
.how-to-apply .icon {
    max-width: 90px;
    height: auto;
}
.how-to-apply .subtitle {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.how-to-apply .button {
    padding: 14px 56px;
    margin-top: 0;
    font-size: 24px;
}
.how-to-apply .row-column {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.how-to-apply .row-column .item {
    max-width: 33.33%;
    width: 100%;
    padding: 30px;
    display: flex;
    text-align: left;
    align-items: flex-start;
    color: #fff;
}
.how-to-apply .item .icon {
    max-width: 70px;
    height: auto;
    margin-right: 15px;
    /*opacity: .7;*/
}
.how-to-apply .item .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}
.how-to-apply .item .text {
    font-weight: 300;
    line-height: 1.4;
    font-size: 14px;
}
.our-rates {
    text-align: center;
}
.our-rates .subtitle {
    font-size: 18px;
    color: #333;
    /*margin-bottom: 50px;*/
    line-height: 1.3;
    max-width: 700px;
    margin: 20px auto 50px;
}
.our-rates .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.our-rates .price-column {
    max-width: calc(33.33% - 40px);
    padding: 0 40px 55px;
    text-align: center;
    margin: 20px;
    color: #206f8e;
    box-shadow: 0 0 5px #365db34f;
    transition: all .5s ease-in-out;
}
.our-rates .price-column:hover {
    transform: translateY(-20px);
}
.our-rates .price-column:nth-of-type(even) {
    color: #fff;
    background-image: linear-gradient(148.25deg,#258492 16.46%,#112f82 89.85%);
}
.our-rates .type {
    display: inline-block;
    color: #fff;
    background: #206f8e;
    padding: 10px 15px;
}
.our-rates .price-column:nth-of-type(even) .type {
    background: #ffffffbf;
    color: #206f8e;
}
.our-rates .price-column:nth-of-type(even) .conditional {
    /*background: #ffffffa6;*/
    color: #fff;
}
.our-rates .conditional {
    font-size: 40px;
    font-weight: 600;
    margin: 30px 0 15px;
}
.our-rates .conditional {
    font-size: 40px;
    font-weight: 600;
    margin: 30px 0 15px;
}
.our-rates .title {
    font-size: 32px;
}
.our-rates .text {
    font-size: 18px;
    line-height: 1.4;
    opacity: .8;
    position: relative;
    padding-bottom: 24px;
}
.our-rates .text::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 1px;
    background: #206f8e3d;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.our-rates .price-column:nth-of-type(even) .text::after {
    background: #ffffff40;
}
.our-rates .rate {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 400;
    background: #2481910a;
    padding: 14px 0px;
}
.our-rates .high-school {
    margin-top: 40px;
}
.our-rates .rate span {
    font-weight: 500;
    margin-left: 3px;
}
.our-rates .button {
    padding: 12px 26px;
    font-size: 18px;
    margin-top: 26px;
}
.our-rates .price-column:nth-of-type(even) .button {
    background: #ffffffbf;
    color: #206f8e;
}
.text-under-table {
    margin-top: 30px;
}
.reviews {
    padding: 0;
}
.reviews .container {
    color: #fff;
    background-image: linear-gradient(148.25deg,#258492 16.46%,#112f82 89.85%);
    padding: 80px 55px;
}
.reviews .title {
    font-size: 32px;
    text-align: center;
    color: #fff;
}
.reviews .descr {
    max-width: 700px;
    margin: 20px auto 60px;
    text-align: center;
}
.reviews .text-reviews {
    background: #eee3;
    text-align: center;
    padding: 20px 30px 30px;
    position: relative;
    border-top: 4px solid #3b7081;
    transition: all .25s ease-in-out;
}
.reviews .text-reviews::after {
    position: absolute;
    content: "";
    border: 12px solid transparent;
    border-top: 13px solid #eee3;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .25s ease-in-out;
}
.reviews .glide__slide--active .text-reviews {
    background: #1b3a58;
    border-color: #2b4d6d;
}
.reviews .glide__slide--active .text-reviews::after {
    border-top: 13px solid #1b3a58;
}
.reviews .text-reviews span {
    display: block;
    margin-top: 12px;
    line-height: 1.3;
    font-size: 16px;
}
.reviews .quotes {
    max-width: 30px;
    height: auto;
    opacity: .2;
}
.reviews .row-slider {
    /*background-image: linear-gradient(148.25deg,#258492 16.46%,#112f82 89.85%);*/
    /*padding: 65px 50px;*/
    text-align: center;
}
.reviews .client-photo {
    max-width: 110px;
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-top: 30px;
    border: 3px solid #eee;
    transition: all .25s ease-in-out;
}
.reviews .glide__slide--active .client-photo {
    border-color: #356b9e;
}
.reviews .name {
    color: #eee;
    font-size: 20px;
    font-weight: 600;
    margin: 6px 0 6px;
}
.reviews .field {
    color: #ccc;
}
.reviews .glide__arrow--right {
    right: 0;
}
.reviews .glide__arrow--left {
    left: 0;
}
.reviews .glide__arrow svg {
    width: 15px;
    height: 15px;
}
.reviews .glide__arrow path {
    stroke: #fff;
}
.reviews .glide__arrow {
    top: 70%;
}
.menu-footer-links-container ul {
    margin-bottom: 15px;
}
@media (min-width: 1024px) {
    .contacts {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .header-menu {
        border-top: 1px solid #eee;
    }
    .menu-main-menu-container {
        margin-left: auto;
    }
    .header-menu .menu {
        display: flex;
        /*justify-content: space-between;*/
    }
    .header-menu .container {
        display: flex;
        justify-content: space-between;
    }
    .header-menu .menu > li {
        position: relative;
        /*width: 100%;*/
        text-align: center;
    }
    .header-menu .menu > li > a {
        font-size: 14px;
        text-transform: uppercase;
        padding: 30px 12px;
        display: block;
        font-weight: 500;
        color: #fff;
        border-bottom: 2px solid transparent;
        transition: .3s all ease-in;
        line-height: 1.3;
    }
    header.active .header-menu .menu > li > a {
        color: #34b1c4;
        padding: 24px 12px;
    }
    .header-menu .menu > li > a:hover,
    .header-menu .menu > li > a[aria-current=page] {
        /*color: #259bd4;;*/
        /*text-decoration: underline;*/
        color: #34b1c4;
        border-bottom: 2px solid #34b1c4;
    }
    header.active .header-menu .menu > li > a:hover,
    header.active .header-menu .menu > li > a[aria-current=page] {
        color: #1c8b9c;
    }
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        min-width: 250px;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        height: 0;
        background-color: #fff;
        padding: 15px;
        /*overflow: hidden;*/
        border: 1px solid #ccc;
        transition: opacity 0.3s;
        text-align: left;
    }
    .sub-menu li {
        margin: 15px 0;
    }
    .sub-menu li:first-child {
        margin-top: 0;
    }
    .sub-menu li:last-child {
        margin-bottom: 0;
    }
    .sub-menu a {
        font-size: 18px;
        color: #666;
        font-weight: bold;
    }
    .sub-menu a:hover {
        color: #999;
        /*text-decoration: underline;*/
    }
    .header-menu .menu > li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        height: auto;
        overflow: hidden;
    }
    .mobile_menu_btn, .mobile_menu_close, .mobile_menu_overlay {
        display: none;
    }
    .bottom_info > * {
        width: 25%;
        padding: 10px;
    }
    .bottom_info > *:first-child {
        padding-left: 0;
    }
    .bottom_info > *:last-child {
        padding-right: 0;
    }
    .utp-screen .img {
        /*max-width: 500px;*/
    }
    .header-menu .menu > li.drap-dawn > a {
        padding-right: 22px;
    }
    .drap-dawn > a:after {
        position: absolute;
        content: "";
        top: 47%;
        transform: translateY(-50%);
        right: 4px;
        height: 10px;
        width: 8px;
        background: url(/wp-content/uploads/2020/08/arrow.svg) no-repeat;
    }
    .drap-dawn:hover > a:after {
        transform: rotate(180deg) translateY(4px);
    }
    .header-menu .drap-dawn:hover > a {
        border-bottom: 2px solid #666;
    }
}
@media (max-width: 1023px) {
    .utp-screen .container > * {
        width: 100%;
    }
    body.offset-top {
        padding-top: 52px;
    }
    header {
        /*flex-wrap: wrap;*/
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: space-between;*/
        /*padding: 0 30px;*/
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: space-between;*/
    }
    /*.header-menu {*/
    /*    padding-right: 40px;*/
    /*}*/
    .top-panel {
        margin: 0;
    }
    .section,
    section {
        padding: 40px 0;
    }
    .drap-dawn > .sub-menu {
        display: none;
    }
    .drap-dawn > a {
        position: relative;
    }
    .drap-dawn > a:after {
        content: "+";
        margin-left: 5px;
    }
    .drap-dawn.open > a:after {
        content: "-";
        /*margin-left: 5px;*/
    }
    .drap-dawn.open > a{
        color: #b42aaa;
    }
    .drap-dawn.open > .sub-menu {
        display: block;
    }
    .top-panel {
        padding-right: 70px;
    }
    .top-panel .descr {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .header-menu .menu-main-menu-container {
        position: fixed;
        height: 0;
        right: 0;
        top: 0;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        background-image: linear-gradient(148.25deg,#33b0c3 16.46%,#516cb7 89.85%);
    }
    .header-menu li {
        margin-top: 10px;
    }
    .header-menu ul a {
        color: #fff;
        font-size: 20px;
    }
    .header-menu ul a:hover,
    .header-menu ul a[aria-current=page] {
        color: #cce5ef;
    }
    .mobile_menu_close {
        padding: 5px 10px;
        outline: none;
        user-select: none;
        position: fixed;
        top: 20px;
        right: 10px;
        cursor: pointer;
        z-index: -1;
        opacity: 0;
    }
    .header-menu.open .mobile_menu_close {
        z-index: 3;
        opacity: 1;
        color: #666;
        transition: opacity 0.3s;
    }
    .header-menu.open .mobile_menu_close svg {
        width: 30px;
        height: 30px;
    }
    .header-menu.open .menu-main-menu-container {
        visibility: visible;
        opacity: 1;
        z-index: 2;
        height: 100%;
        min-width: 50%;
        padding: 20px 20px;
        transition: opacity 0.3s;
    }
    .mobile_menu_btn {
        display: block;
        cursor: pointer;
        user-select: none;
        width: 46px;
        position: relative;
        z-index: 1;
        /*background-color: #fff;*/
        /*box-shadow: 0px 0px 5px -2px #000;*/
        padding: 5px;
        margin-left: 15px;
    }
    .mobile_menu_btn span {
        display: block;
        height: 3px;
        background-color: #e2b0a4;
        margin-bottom: 5px;
    }
    .oreder-button {
        margin-left: auto;
    }
    .mobile_menu_btn span:last-child {
        margin-bottom: 0;
    }
    .mobile_menu_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        opacity: 0;
        visibility: hidden;
        background-color: #87acd0;
    }
    .header-menu.open .mobile_menu_overlay {
        z-index: 1;
        opacity: 0.8;
        visibility: visible;
        transition: opacity 0.3s;
    }
    .sub-menu a {
        font-size: 16px;
        padding-left: 20px;
    }
    .bottom_info {
        flex-wrap: wrap;
    }
    .bottom_info > * {
        min-width: 200px;
        margin-bottom: 30px;
    }
    .wp-block-column {
        width: 100%;
    }
    .digits .inner {
        flex-wrap: wrap;
    }
    .digits .inner > div {
        width: 100%;
        /*max-width: calc(50% - 30px);*/
        /*margin: 15px;*/
        padding: 20px 10px;
    }
    .text-content {
        /*background-color: rgba(0, 0, 0, 0.8);*/
        /*color: #fff;*/
        /*padding: 20px 10px;*/
        /*position: relative;*/
    }
    .text-content p {
        font-size: 26px;
        margin-bottom: 10px;
    }
    /*.text-content span {*/
    /*    font-size: 14px;*/
    /*    !*color: #a0a0a0;*!*/
    /*}*/
    footer .services ul {
        flex-direction: column;
    }
    .special-offer {
        padding: 60px 0;
    }
    .special-offer .row {
        flex-direction: column;
    }
    .special-offer .text {
        padding: 20px 0;
        text-align: center;
    }
    .utp-screen li {
        max-width: calc(50% - 30px);
    }
    .our-rates .price-column {
        max-width: calc(33.33% - 30px);
        padding: 0 20px 55px;
        margin: 15px;
    }
    .our-benefits .items {
        max-width: 100%;
    }
    .our-benefits .items:nth-child(even) {
         transform: none;
    }
    .our-benefits .container .img {
        max-width: calc(60% - 30px);
        margin-left: 30px;
    }
    .our-benefits .text-section {
        max-width: 40%;
    }
    .our-benefits.section {
        padding: 80px 0;
    }
    .how-to-apply .subtitle {
        font-size: 26px;
    }
    .how-to-apply .container {
        padding: 50px 35px;
    }
    .order-process .row .items {
        max-width: calc(50% - 30px);
    }
    .order-process .row .items:nth-of-type(2)::after {
        transform: translateX(50%) rotate(90deg) translateY(50px);
        left: 50px;
        right: 0;
        top: 358px;
        opacity: .5;
    }
    .utp-screen .container > .text-content {
        width: 70%;
    }
    .utp-screen .text-content .title {
        font-size: 52px;
    }
}

@media (min-width: 768px) {
    .contacts address {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .utp-screen .inner {
        justify-content: space-between;
    }
    /*.text-content {*/
    /*    max-width: 320px;*/
    /*}*/

}
@media (max-width: 767px) {
    .utp-screen li {
        max-width: 100%;
        margin: 3px;
        text-align: left;
        margin-left: 0;
        display: inline-block;
        background: transparent;
        border: none;
        padding: 3px 0;
    }
    /*.services .menu {
        max-height: 500px;
    }*/
    .contacts .phone {
        margin: 5px 0;
    }
    .header-menu .buttons {
        flex-direction: column;
        /*justify-content: space-around;*/
    }
    .header-menu .buttons > * {
        margin-right: 0;
    }
    .utp-screen .inner {
        justify-content: center;
        flex-wrap: wrap;
    }
    .text-content {
        margin-bottom: 20px;
        width: 100%;
    }
    .text-content p {
        font-size: 22px;
    }
    .utp-screen li {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .post {
        width: 100%;
        padding: 15px 5px;
    }
    .post .info {
        padding: 5px 15px 20px;
    }
    .post .post-image {
        height: auto;
    }
    .email-discount .inner {
        flex-direction: column;
        text-align: center;
    }
    .email-discount .offer {
        margin-bottom: 15px;
    }
    .seo-text .seo-block-header {
        font-size: 16px;
    }
    .content {
        padding: 30px 0;
    }
    .content .container {
        column-count: 0;
        column-gap: 0;
    }
    .page-404-php .inner {
        flex-direction: column;
    }
    .utp-screen .container > * {
        width: 100%;
    }
    .utp-screen .text-content .title {
        font-size: 28px;
        margin-bottom: 28px;
    }
    /*.text-content .subtitle {*/
    /*    margin: 20px 0;*/
    /*}*/
    .seo-text .seo-text-block {
        max-width: 100%;
    }
    .digits {
        transform: none;
    }
    .digits .inner {
        flex-direction: column;
        align-items: center;
    }
    .container {
        padding: 0 18px;
    }
    .futures li:hover {
        transform: unset;
    }
    footer .container {
        flex-direction: column;
    }
    footer .container > div {
        max-width: 100%;
    }
    .digits .inner > div:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #f3f3f321;
    }
    .digits .inner > div {
        padding: 24px 10px;
    }
    header .logo img {
        height: 28px;
    }
    .our-rates .price-column {
        padding: 0 15px 35px;
        max-width: 500px;
        width: 100%;
        margin: 30px auto;
    }
    .our-rates .price-column:hover {
        transform: none;
    }
    .our-rates .conditional {
        font-size: 30px;
    }
    .our-rates .rate {
        font-size: 14px;
        margin: 3px 0;
    }
    .our-rates .high-school {
        margin-top: 20px;
    }
    .our-rates .text {
        padding-bottom: 28px;
    }
    .reviews .container {
        padding: 40px;
    }
    .about-company .container .img {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 30px;
    }
    .about-company .text-content {
        max-width: 100%;
    }
    .about-company .container .img::after {
        bottom: 10px;
        left: -10px;
    }
    .our-benefits .container {
        flex-wrap: wrap;
    }
    .our-benefits .container .img {
        max-width: 100%;
        order: -1;
    }
    .our-benefits .text-section {
        max-width: 100%;
    }
    .our-benefits.section {
        padding: 40px 0;
    }
    .requirements .img {
        max-width: 100%;
        margin-right: 0;
    }
    .requirements .img::after {
        bottom: 10px;
        left: -10px;
    }
    .requirements .text-content {
        max-width: 100%;
    }
    .how-to-apply .row {
        flex-direction: column;
    }
    .how-to-apply .subtitle {
        margin-bottom: 20px;
    }
    .how-to-apply .row-column .item {
        max-width: 100%;
        padding: 0;
        margin: 15px 0;
    }
    .about-company .subtitle,
    .our-benefits .img > .subtitle,
    .order-process .subtitle,
    .requirements .title,
    .how-to-apply .row,
    .our-rates .title,
    .reviews .title {
        font-size: 24px;
    }
    .utp-screen .container > .text-content {
        width: 100%;
    }
    .utp-screen {
        height: auto;
        padding: 150px 0;
    }
    header {
        background: #fff;
    }
    header .button {
        background: rgb(114 211 226);
    }
    header .mobile_menu_btn path {
        fill: #34b1c4;
    }
}
@media (max-width: 540px) {
    header {
        flex-direction: column;
        align-items: flex-start;
    }
    /*body {*/
    /*    padding-top: 124px;*/
    /*}*/
    .header-menu .buttons {
        flex-direction: row;
        margin-bottom: 10px;
    }
    .header-menu .buttons > * {
        margin-right: 20px;
    }
    .bottom_info {
        justify-content: center;
    }
    /*.services .title {*/
    /*    text-align: left;*/
    /*}*/
    /*.services .menu {*/
    /*    max-height: 100%;*/
    /*    display: block;*/
    /*    text-align: left;*/
    /*}*/
    .digits .inner > div {
        max-width: 100%;
    }
    .page-404-php {
        padding-bottom: 25px;
    }
    .page-404-php .content {
        text-align: center;
    }
    .page-404-php .title {
        font-size: 60px;
    }
    .page-404-php img {
        display: none;
    }
    .email-discount p,
    .email-discount form > p:nth-of-type(1) {
        display: block;
        margin: 10px 0;
        width: 100%;
    }
    .email-discount input[type="submit"] {
        margin-left: 0;
    }
    .futures li {
        width: 100%;
        margin: 20px 0;
    }
    .seo-text-column .row {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    footer .services ul li {
        width: 100%;
    }
    .special-offer-bg p,
    .special-offer-bg form > p:nth-of-type(1) {
        width: 100%;
        margin: 5px 0;
    }
    .special-offer-bg input[type="submit"] {
        margin-left: 0;
    }
    .reviews-block .text-block {
        padding: 15px 20px;
    }
    .reviews-block .photo-block img {
        height: 260px;
    }
    .header-menu.open .menu-main-menu-container {
        width: 100%;
    }
    .header-top i {
        margin-right: 4px;
        font-size: 14px;
    }
    .our-services .item {
        max-width: 100%;
        margin: 15px 0;
    }
    .special-offer-bg form > p:nth-of-type(1) {
        max-width: 100%;
    }
    .reviews .container {
        padding: 40px 15px;
    }
    .order-process .row .items {
        max-width: 100%;
        margin: 15px 0;
    }
    .order-process .row .items::after {
        display: none;
    }
}
