/*
Theme Name: Solar
Theme URI: https://tihonov.com.ua/
Description: Solar Theme
Version: 1.0
Author: tivkiev
Author URI: https://tihonov.com.ua/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: 'Manrope';
    font-display: block;
    font-style: normal;
    font-weight: 100;
    src: url("/wp-content/themes/solar/fonts/manrope-thin.otf") format("opentype");
}
@font-face {
    font-family: 'Manrope';
    font-display: block;
    font-style: normal;
    font-weight: 300;
    src: url("/wp-content/themes/solar/fonts/manrope-light.otf") format("opentype");
}
@font-face {
    font-family: 'Manrope';
    font-display: block;
    font-style: normal;
    font-weight: 400;
    src: url("/wp-content/themes/solar/fonts/manrope-regular.otf") format("opentype");
}
@font-face {
    font-family: 'Manrope';
    font-display: block;
    font-style: normal;
    font-weight: 500;
    src: url("/wp-content/themes/solar/fonts/manrope-medium.otf") format("opentype");
}
@font-face {
    font-family: 'Manrope';
    font-display: block;
    font-style: normal;
    font-weight: 600;
    src: url("/wp-content/themes/solar/fonts/manrope-semibold.otf") format("opentype");
}
@font-face {
    font-family: 'Manrope';
    font-display: block;
    font-style: normal;
    font-weight: 700;
    src: url("/wp-content/themes/solar/fonts/manrope-bold.otf") format("opentype");
}

* {
    font-family: 'Manrope';
    font-size: 14px;
    color: #6D7E8F;
    font-weight: 300;
    line-height: 130% !important;
}
a {
    color: #6D7E8F;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
ul {
    margin: 0;
    padding: 5px 0 5px 20px;
    list-style: none;
}
ul li {
    list-style: decimal;
    padding: 5px 0 5px 10px;
}
footer ul, header ul {

}
footer ul li, header ul li {
    list-style: none;
    padding: 0;
}
a:hover, a:hover i, .mPS2id-highlight{
    text-decoration: none !important;
    color:#1C2F42;
}
.animate {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
header {
    width: 100%;
    z-index: 100;
    background: linear-gradient(to bottom,#32a7ec 0%,#2680b4 100%) repeat scroll 0% 0%;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-box-shadow: 0 1px 1px rgba(41, 41, 41, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(41, 41, 41, 0.15);
    box-shadow: 0 1px 1px rgba(41, 41, 41, 0.15);
    position: fixed;
    top: 0;
}
.mobile__block {
    display: none;
}
.header__top {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    height: 50px;
    overflow: hidden;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.header__bottom {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}
.minified .header__top {
    height: 0;
}
.custom__width {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.header__logo svg {
    max-width: 50px;
}
.flex--between--center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header__menu {
    display: flex;
    justify-content: space-between;
}
.header__menu li {
    padding: 15px;
    text-transform: uppercase;
    position: relative
}
.header__links a, .header__links span {
    border-left: 1px solid #e9e8e8;
    padding: 11px 15px;
    color: #fff;
}
.header__links a i, .header__links span i {
    margin-right: 5px;
    color: #fff;
}
.header__menu a {
    color: #fff;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.header__menu a:hover {
    border-bottom: 1px solid #ffffff;
}
.header__links span {
    border-right: 1px solid #e9e8e8;
}
.header__top .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    height: auto;
    width: 24px;
}
#slider {
    margin-top: 145px;
    height: 400px;
}
.slide__content {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    padding: 25px;
    right: 10%;
    width: 50%;
    top: 5%;
}
#slider .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slide__title {
    display: block;
    font-size: 30px;
    color: #1C2F42;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.slide__desc {
    color: #1C2F42;
}
#slider .owl-nav button {
    opacity: 0.5;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.owl-nav {
    position: absolute;
    top: 23%;
    width: 100%;
}
#slider .owl-prev {
    left: 0;
    cursor: pointer;
    background: rgba(49, 72, 97, 1);
    width: 30px;
    height: 110px;
    position: absolute;
    display: block;
    z-index: 100;
    font-size: 30px;
    outline: none;
}
#slider .owl-prev:hover {
    opacity: 1;
}
#slider .owl-next:hover {
    opacity: 1;
}
#slider .owl-prev span {
    color: #fff;
    font-size: 30px;
}
#slider .owl-next {
    right: 0;
    cursor: pointer;
    background: rgba(49, 72, 97, 1);
    width: 30px;
    height: 110px;
    position: absolute;
    display: block;
    z-index: 100;
    font-size: 30px;
    outline: none;
}
#slider .owl-next span {
    color: #fff;
    font-size: 30px;
}
#about {
    padding: 50px 0;
}
.about__wrapper {
    display: flex;
    justify-content: space-between;
}
.about__left {
    width: 55%;
}
.about__right {
    width: 40%;
}
.about__title {
    color: #1C2F42;
    display: block;
    font-size: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.about__info {
    text-align: justify;
}
.card-header a.collapsed .fa-minus {
    display: none;
}
.card-header a:not(.collapsed) .fa-plus {
    display: none;
}
#about__accord .card-header {
    padding: 0;
    background: none;
    border: none;
}
#about__accord .card {
    border: none;
    padding-bottom: 20px;
}
.card-header a {
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.card-header a i {
    margin-right: 10px;
    font-size: 18px;
}
.collapse__content {
    padding: 20px 20px 0 20px;
    text-align: justify;
}
#services {
    padding: 50px 0 20px 0;
    background-color: #f8f8f8;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.services__title, .contact__title {
    color: #1C2F42;
    display: block;
    font-size: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.services__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.services__single {
    background: #ffffff;
    width: 47%;
    cursor: pointer;
}
.services__single:hover {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.services__single:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.services__single img {
    width: 100%;
}
.services__image {
    overflow: hidden;
}
.services__single {
    margin-bottom: 30px;
}
.services__content {
    padding: 30px;
    text-align: justify;
}
.services__subtitle {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #1C2F42;
    text-transform: uppercase;
}
.services__desc {
    min-height: 100px;
}
.services__link, .about__content--link {
    width: 100%;
    background: #2680b4;
    border: 1px solid #2680b4;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    outline: none;
    display: block;
}
.services__link:hover, .about__content--link:hover {
    background: transparent;
    color: #2680b4;
}
footer {
    background: linear-gradient(to bottom,#32a7ec 0%,#2680b4 100%) repeat scroll 0% 0%;
    padding: 20px 0;
}
.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #fff;
    padding-top: 20px;
}
.footer__bottom span {
    color: #fff;
}
.footer__single {
    width: 20%;
    display: flex;
    flex-direction: column;
}
.footer__single .footer__logo {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.footer__single:nth-of-type(2) {
    width: 30%;
}
.footer__single:first-of-type {
    align-items: center;
}
.footer__single svg {
    max-width: 100px;
    width: 100%;
}
.footer__top {
    justify-content: space-between;
    display: flex;
}
.footer__single .wpcf7-tel {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    outline: none;
    margin-bottom: 30px;
}
.callback__text {
    color: #fff;
    display: block;
    margin-bottom: 30px;
}
.footer__single .wpcf7-tel::placeholder {
    color: #fff;
}
.footer__single .wpcf7-submit {
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    outline: none;
}
.footer__single .wpcf7-submit:hover {
    background: transparent;
    color:#fff;
}
#contact {
    padding: 50px 0;
}
.contact__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
}
.contact__left a, .contact__left span {
    display: flex;
    font-size: 20px;
    align-items: center;
    margin-bottom: 30px;
}
.contact__left a i, .contact__left span i {
    margin: 0 20px 0 0;
    font-size: 26px;
}
.contact__wrapper {
    display: flex;
    justify-content: space-between;
}
.contact__right {
    width: 50%;
    padding: 0 50px;
}
.contact__right .wpcf7-text, .contact__right .wpcf7-textarea {
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    padding: 15px;
    font-size: 16px;
    outline: none;
    margin-bottom: 30px;
}
.contact__right .wpcf7-submit {
    width: 100%;
    background: #6D7E8F;
    border: 1px solid #6D7E8F;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    outline: none;
}
.contact__right .wpcf7-submit:hover {
    background: transparent;
    color: #6D7E8F;
}
.footer__address a, .footer__address span {
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 12px;
}
.footer__address a i, .footer__address span i {
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
}
.footer__menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}
.footer__single .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: none;
}
.footer__single .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    width: auto;
    height: auto;
}
section {
    overflow: hidden;
}
blockquote{
    width:90%;
    margin:25px auto;
    font-style:italic;
    color: #2680b4;
    padding:1.2em 30px 1.2em 75px;
    border-left:8px solid #2680b4;
    line-height:1.6;
    position: relative;
}
blockquote::before{
    content: "\201C";
    color: #2680b4;
    font-size:5em;
    position: absolute;
    left: 10px;
    top: 0;
}
blockquote::after{
    content: '';
}
blockquote span{
    display:block;
    color: #2680b4;
    font-style: normal;
    font-weight: bold;
    margin-top:1em;
}
#menu__button {
    width: 30px;
    height: 30px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    right: 20px;
    top: 20px;
    display: none;
    z-index: 9999;
}
#menu__button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #6D7E8F;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#menu__button span:nth-child(even) {
    left: 50%;
}
#menu__button span:nth-child(odd) {
    left:0;
}
#menu__button span:nth-child(1), #menu__button span:nth-child(2) {
    top: 0;
}
#menu__button span:nth-child(3), #menu__button span:nth-child(4) {
    top: 8px;
}
#menu__button span:nth-child(5), #menu__button span:nth-child(6) {
    top: 16px;
}
#menu__button.open span:nth-child(1),#menu__button.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#menu__button.open span:nth-child(2),#menu__button.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#menu__button.open span:nth-child(1) {
    left: 5px;
    top: 5px;
}
#menu__button.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 5px;
}
#menu__button.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
#menu__button.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
#menu__button.open span:nth-child(5) {
    left: 5px;
    top: 10px;
}
#menu__button.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 10px;
}
#post__content {
    padding: 165px 0 50px 0;
    background-color: #f8f8f8;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.breadcrumbs {
    padding: 25px 0;
}
.breadcrumbs .current-item {
    font-weight: 500;
    color: #1C2F42;
}
.post__title {
    color: #1C2F42;
    display: block;
    font-size: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}
.post__content {
    display: flex;
    justify-content: space-between;
    text-align: justify;
}
.post__left {
    width: 100%;
}
.post__right--title {
    color: #1C2F42;
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.post__right ul {
    list-style: disc;
    padding-left: 20px;
}
.post__right ul li {
    margin: 10px 0;
}

.post__sidebar li a {
    background: #2680b4;
    padding: 15px;
    border: 1px solid #fff;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    display: block;
    color: #fff;
}
.post__sidebar li {
    position: relative;
}
.post__sidebar li a:hover {
    background: #fff;
    color: #1a2939;
    border: 1px solid #2680b4;
}
.post__sidebar {
    margin-top: 20px;
}
.menu-item-has-children .sub-menu li {
    margin-left: 30px;
    list-style: square;
    color: #fff;
}
.post__sidebar .menu-item-has-children > a:after {
    background: url(/wp-content/themes/solar/img/down.png) 0 0 no-repeat;
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
}
.post__sidebar .menu-item-has-children > a:hover:after {
    background: url(/wp-content/themes/solar/img/down_act.png) 0 0 no-repeat;
}
.post__sidebar .menu-item-has-children.menu-item-open > a:after {
    background: url(/wp-content/themes/solar/img/up.png) 0 0 no-repeat;
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
}
.post__sidebar .menu-item-has-children.menu-item-open > a {
    background: #fff;
    color: #1a2939;
    border: 1px solid #1a2939;
}
.post__sidebar .menu-item-has-children.menu-item-open > a:hover:after {
    background: url(/wp-content/themes/solar/img/up.png) 0 0 no-repeat;
}
.post__sidebar .sub-menu {
    display: none;
    padding: 5px 0 0 0;
}
.post__sidebar .sub-menu li:last-of-type {
    margin: 0 0 5px 30px;
}
.about__content ul {
    padding-left: 30px;
    list-style: disc;
    padding: 10px 0 10px 30px;
}
.about__content p {
    text-align: justify;
}
.header__menu .sub-menu {
    position: absolute;
    background: #fff;
    left: 0;
    width: 300px;
    padding: 0;
    top: 50px;
    display: none;
}
.header__menu .sub-menu li {
    margin: 0;
    list-style: none;
    padding: 10px 20px;
}
.header__menu .sub-menu li a {
    font-size: 12px;
    color: #0C71B8;
}
.menu__arrow > a:after {
    background: url(/wp-content/themes/solar/img/down_act.png) 0 0 no-repeat;
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    background-size: 50%;
    top: 18px;
}
.header__menu li.menu__arrow {
    padding-right: 30px;
}
.modal-wrapper.styled .modal.show {
    height: 80%;
    overflow-y: scroll;
}
.header__logo {
    padding: 20px 0;
}
.header__logo a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.header__logo--title {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Manrope';
    margin: 0;
    font-weight: 400;
    padding: 10px 0 0 0;
    font-size: 36px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-native, .wpml-ls-legacy-list-horizontal a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language {
    border-bottom: 1px solid #fff;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    border-bottom: 1px solid transparent;
}
.wpml-ls-legacy-list-horizontal a span, .wpml-ls-legacy-list-horizontal a {
    margin: 0 !important;
}