/*!
Theme Name: Eurodim theme
Theme URI: eurodim.com
Author: Eurodim
Description: Description
Version: 1.1.6
*/

@import "assets/css/main.min.css";
@import "css/fullpage.css";
/*@media screen and (max-height: 600px) {*/
    .home-hero .home-inner {
        padding-top: 110px;
    }
/*}*/
.menu-block .menu {
    justify-content: center;
}
.menu-block .menu > li:not(:last-child) {
    margin-right: 100px;
}
.header .nav-menu .menu > li.menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and (max-width: 991.98px) {
    .header .nav-menu .menu > li.menu-item {
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }
    .header .nav-menu ul li.item-has-children a,
    .header .nav-menu ul li.menu-item-has-children > a {
        justify-content: space-between;
    }
}

.header .nav-menu li.menu-item-has-children ul.sub-menu {
    display: none;
    position: absolute;
    flex-direction: column;
    background-color: #E9EBFE;
    border-radius: 28px;
    padding: 10px 20px;
    margin-left: -20px;
    margin-top: 10px;
}
.header .nav-menu li.menu-item-has-children:hover ul.sub-menu {
    display: flex;
    align-items: flex-start;
    min-width: 280px;
}
@media screen and (max-width: 991.98px) {
    .header .nav-menu li.menu-item-has-children:hover ul.sub-menu {
        min-width: auto;
    }
    .header .nav-menu li.menu-item-has-children ul.sub-menu {
        position: relative;
        margin-left: 0;
    }
    .header .nav-menu ul.sub-menu li:not(:last-child) {
        margin-bottom: 0;
    }
    .header .nav-menu ul li a::before {
        display: none;
    }
}

.header .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item {
    padding: 10px 0;
    cursor: pointer;
}
.header .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item:last-child {
    margin-right: 15px;
}

.header .nav-menu ul li.menu-item-has-children > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.header .nav-menu ul li.menu-item-has-children > a::after {

}
@media screen and (max-width:991.98px) {
    .header .nav-menu ul li.menu-item-has-children > a::after {
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 16px;*/
    }
}

/** Popup form styles */

.with-sidebar {
    display: flex;
    justify-content: space-between;
    z-index: 200;
}
.with-sidebar > section,
.with-sidebar > div {
    width: 65%;
}
.sidebar {
    width: 35%;
    padding: 0 20px;
    top: 10px;
}
.sidebar .input-row {
    display: flex;
    margin-bottom: 10px;
}
.sidebar .input-col {
    width: 50%;
}
.sidebar .input-col:first-child {
    margin-right: 10px;
}
.sidebar .input-col:last-child {
    margin-left: 10px;
}
.sidebar .popup-block .select-wrap {
    width: 100%;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 0 25px 0 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #333;
    box-shadow: none;
    background: #F3F3FD;
}
.sidebar .popup-block .select-wrap select {
    appearance: none;
    height: 44px;
    border: none;
    width: 98%;
    background-color: #F3F3FD;
    background-image: url(assets/img/dist/icon/lang-arrow.svg);
    background-repeat: no-repeat;
    background-position: 100%;
}
.sidebar .price-text {
    font-family: "CoFo Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: rgba(11, 21, 63, 1);
    margin-top: 30px;
    margin-bottom: 5px;
    display: block;
}
.sidebar .popup-block {
    margin-top: 50px;
    padding: 30px 40px;
    background: #ffffff;
    z-index: 10;
    width: 485px;
}
.sidebar .popup-block .input-item {
    margin-bottom: 10px;
}
.sidebar .popup-block .input-item input,
.sidebar .popup-block .input-item textarea,
.sidebar .popup-block .btn {
    height: 50px;
    font-size: 16px;
}
.sidebar .popup-block h3.form-title {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 10px;
}
.sidebar .popup-block .input-item input,
.sidebar .popup-block .input-item textarea {
    box-shadow: none;
    background: #F3F3FD;
}
.sidebar .popup-block .wpcf7 form .wpcf7-response-output {
    color: #2e3164;
}
.sidebar .popup-block .wpcf7-not-valid-tip {
    color: #2e3164;
}
.sidebar .popup-block .select-tip {
    font-size: 14px;
    margin-left: -35px;
    padding-top: 10px;
    display: block;
}
.sidebar .popup-block .margin-bottom-35 {
    margin-bottom: 35px;
}
@media screen and (max-width: 1312px) {
    .with-sidebar {
        flex-direction: column;
    }
    .with-sidebar > section,
    .with-sidebar > div {
        width: 100%;
    }
    .sidebar {
        width: 100%;
        padding: 0 0 40px 0;
        margin-bottom: 40px;
        min-width: auto;
        border-bottom: 1px solid rgba(51, 51, 51, 0.15);
    }
    .sidebar .popup-block {
        margin-top: 0;
    }
}
@media screen and (max-width: 991.98px) {

    .sidebar .input-row {
        flex-direction: column;
        margin-bottom: 0;
    }
    .sidebar .input-col {
        width: 100%;
    }

    .popup-block {
        padding: 20px;
    }
    .sidebar .popup-block .select-tip {
        padding-top: 5px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 575.98px) {
    .sidebar .input-col:first-child,
    .sidebar .input-col:last-child {
        margin: 0;
    }
    .sidebar .popup-block {
        width: 100%;
    }
    .sidebar .popup-block .input-item {
        height: 60px;
        margin: 0 auto 20px;
    }
    .sidebar .popup-block .margin-bottom-35 {
        margin-bottom: 35px;
    }
    .sidebar .popup-block .select-wrap select {
        height: 58px;
    }
    .sidebar .popup-block h3.form-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sidebar .price-text {
        font-size: 32px;
        padding-bottom: 10px;
    }
}

.services-new-v1 .top-flex,
.equipment-new-v1 .top-flex {
    margin-top: 20px;
}

.service-top .text-top p {
    max-width: 780px;
    color: #333;
}
.service-top .text-top dl {
    display: flex;
    max-width: 490px;
    margin-bottom: 10px;
}
.service-top .text-top dt {
    width: 50%;
    font-weight: normal;
}
.service-top .text-top dt {
    margin-bottom: 0;
}

.services-items.new-tabs-v1 {
    background: none;
    padding: 20px 0;
}
.services-items.new-tabs-v1 .flex .col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
@media screen and (max-width: 767.98px) {
    .services-items.new-tabs-v1 .flex .col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
.services-items.new-tabs-v1 .services-group {
    margin-bottom: 40px;
}
.services-items.new-tabs-v1 .services-group.tab-content {
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
    padding-bottom: 20px
}

.faq-section, .seo-section {
    padding: 0 0 20px;
}

.faq-section {
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
.faq-section h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    color: #0B153F;
    margin-bottom: 35px;
}

.seo-text h2,
.seo-text h3 {
    margin-top: 40px;
    font-weight: 700;
}
.seo-text h2 {
    font-size: 40px;
}
.seo-text h3 {
    font-size: 28px;
}
.seo-text p {
    margin-top: 20px;
}



.tab {
    background: #fff;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
    max-height: 50rem;
}
.accordion {
    overflow: hidden;
}
.tab__label,
.tab__close {
    display: flex;
    color: #2e3164;
    cursor: pointer;
}
.tab__label {
    justify-content: space-between;
    padding: 1rem;
    font-weight: bold;
    margin-bottom: 0;
}
.tab__label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
    transform: rotate(270deg);
}
.tab__content p {
    margin: 0;
    padding: 1rem;
}
.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}
.tab input:not(:checked) + .tab__label:hover::after {
    /*animation: bounce .5s infinite;*/
}
@keyframes bounce {
    25% {
        transform: rotate(90deg) translate(.25rem);
    }
    75% {
        transform: rotate(90deg) translate(-.25rem);
    }
}







.read-more {
    max-height: 95px;
    overflow: hidden;
    position: relative;
    transition: all 1s;
}
.service-top .text-top .read-more p {
    max-height: 45px;
    margin-bottom: 30px;
    overflow: hidden;
}
.read-more > * {
    z-index: 5;
}
.read-more:before {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 15;
}
.read-more__open {
    max-height: 2000px !important;
    margin-bottom: 10px;
}
.service-top .text-top .read-more__open p {
    max-height: 2000px;
}
.read-more__open:before {
    display: none;
}
.read-more__button {
    position: absolute;
    cursor: pointer;
    font-family: "CoFo Sans", sans-serif;
    font-size: 18px;
    color: rgba(51, 51, 51, 0.65);
    bottom: 0;
    z-index: 20;
    left: 0;
    font-weight: 500;
}

a span.arrow {
    display: none;
    width: 50px;
    height: 28px;
    content: url(assets/img/dist/icon/lang-arrow.svg);
    -webkit-transition: .3s linear;
    transition: .3s linear;
    margin-left: 7px;
    padding: 6px;
}
.header .nav-menu ul li.item-has-children a::after {
    display: none;
}


.menu-item-has-children > a span.arrow,
.item-has-children > a span.arrow
{
    display: block;
}

.menu-block::before{
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1312px){
    .header .logo img{
        max-width: 150px;
    }
    .header .nav-menu ul li a{
        font-size: 16px;
    }
}

@media only screen and (min-width: 1313px) and (max-width: 1365px){
    .header .logo img{
        max-width: 150px;
    }
    .header .lang{
        margin-left: 20px;
    }
    .header .lang span{
        font-size: 15px;
    }
    .header .nav-menu ul li a{
        font-size: 15px;
    }
    .header .phone a{
        font-size: 14px;
    }
    .header .city-col{
        max-width: 140px;
    }
}

@media only screen and (min-width: 1500px){
    .header .logo img{
        max-width: 200px;
    }
    .header .lang span{
        font-size: 16px;
    }
    .header .nav-menu ul li a{
        font-size: 16px;
    }
    .header .phone a{
        font-size: 16px;
    }
}

.wpcf7-form.init .select-tip {
	font-size: 16px;
	color: #ff8400;
    font-weight: 500;
}