/*
This file describes the general styles of the project: UI-Kit, common classes, header and footer styles
 */

:root{
    --main-font:'Poppins', sans-serif;
    --font-color: #000000;
    /*--main-color: #347CBE;*/
    --main-color: rgb(0,123,194);
    --accent-color: #FD8636;
    --bg-color: #E3F1FD;
    --bg-light-color: #E8F2F8;
    --dark-bg: #2D3A47;
    --white: #FFFFFF;
}

/*@font-face {*/
/*    font-family: "Poppins";*/
/*    src: url("../fonts/Poppins/Poppins-Regular.woff2") format("woff2"),*/
/*    url("../fonts/Poppins/Poppins-Regular.woff") format("woff");*/
/*    font-weight: 400*/
/*}*/
/*@font-face {*/
/*    font-family: "Poppins";*/
/*    src: url("../fonts/Poppins/Poppins-SemiBold.woff2") format("woff2"),*/
/*    url("../fonts/Poppins/Poppins-SemiBold.woff") format("woff");*/
/*    font-weight: 600*/
/*}*/
/*@font-face {*/
/*    font-family: "Poppins";*/
/*    src: url("../fonts/Poppins/Poppins-Bold.woff2") format("woff2"),*/
/*    url("../fonts/Poppins/Poppins-Bold.woff") format("woff");*/
/*    font-weight: 700*/
/*}*/
/*@font-face {*/
/*    font-family: "Poppins";*/
/*    src: url("../fonts/Poppins/Poppins-Black.woff2") format("woff2"),*/
/*    url("../fonts/Poppins/Poppins-Black.woff") format("woff");*/
/*    font-weight: 900*/
/*}*/

/*@font-face {*/
/*    font-family: "Poppins";*/
/*    src: url("../fonts/Aktiv Grotesk Ex XBold/Aktiv Grotesk Ex XBold.woff2") format("woff2");*/
/*    font-weight: 400*/
/*}*/
/*@font-face {*/
/*    font-family: "Poppins";*/
/*    src: url("../fonts/Aktiv Grotesk Ex XBold/Aktiv Grotesk Ex XBold.woff2") format("woff2");*/
/*    font-weight: 600*/
/*}*/
/*@font-face {*/
/*    font-family: "Poppins";*/
/*    src: url("../fonts/Aktiv Grotesk Ex XBold/Aktiv Grotesk Ex XBold.woff2") format("woff2");*/
/*    font-weight: 700*/
/*}*/
/*@font-face {*/
/*    font-family: "Poppins";*/
/*    src: url("../fonts/Aktiv Grotesk Ex XBold/Aktiv Grotesk Ex XBold.woff2") format("woff2");*/
/*    font-weight: 900*/
/*}*/

@font-face {
    font-family: "Poppins";
    src: url("../fonts/l.woff2") format("woff2");
    font-weight: 400
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/l5.woff2") format("woff2");
    font-weight: 600
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/l7.woff2") format("woff2");
    font-weight: 700
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/l9.woff2") format("woff2");
    font-weight: 900
}



/* common styles */

 *{
     margin: 0;
     padding: 0;
     box-sizing: border-box
 }
html{
    font-size: 10px
}
body, address a, address a span{
    font-size: 2.2rem;
    font-family: var(--main-font);
    font-weight: 400;
    line-height: 3.3rem;
    font-style: normal;
    color: var(--font-color)
}
address{
    font-style: normal
}
.container{
    width: 100%;
    max-width: 1680px;
    padding: 0 15px;
    margin: 0 auto
}
a{
    text-decoration: none;
    color: var(--main-color)
}

p, .icon-with-text-block__item p a{
    color: var(--font-color);
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.3rem
}
h1{
    font-size: 5.9rem;
    font-weight: 900;
    line-height: 8.9rem;
    position: relative
}
h1 span{
    font-weight: 400
}
h1:before{
    content: '';
    display: block;
    position: absolute;
    width: 130px;
    height: 8px;
    border-radius: 13px;
    background: var(--main-color);
    left: 0;
    top: -24px
}
h2, .popup-thank-you .text p{
    font-size: 5.9rem;
    font-weight: 900;
    line-height: 8.9rem
}
h3{
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 5.3rem;
    position: relative
}

h4{
    font-size: 3rem;
    font-weight: 700;
    line-height: 4.5rem
}
h5{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 3.3rem
}

ul li{
    list-style: none
}
ul li:not(nav ul li){
    padding-left: 27px;
    position: relative
}
ul li:not(nav ul li):before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--main-color);
    position: absolute;
    left: 0;
    top: 8px
}
ul li:not(nav ul li):not(:first-child){
    margin-top: 23px
}

ol{
    counter-reset: item
}
ol li{
    list-style: none;
    padding-left: 27px;
    position: relative;
    counter-increment: item;
    line-height: 5.7rem
}
ol li:not(nav ul li):before{
    content: counter(item)'.';
    color: var(--main-color);
    position: absolute;
    left: 0;
    font-weight: 600
}
input[type="checkbox"]{
    width: 0;
    height: 19px;
    position: relative
}
input[type="checkbox"]:before{
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    border-radius: 2px;
    background-color: #ffffff;
    cursor: pointer
}
input[type="checkbox"]:checked:before{
    background-color: transparent
}
input[type="checkbox"]:checked:after{
    content: url("../img/icons/checked.svg");
    position: absolute
}
input:not(input[type="checkbox"], input[type="radio"]), textarea{
    background-color: var(--white);
    border-radius: 5px;
    border: 1px solid var(--white);
    font-size: 1.8rem;
    color: var(--font-color);
    padding: 19px 32px;
    font-family: var(--main-font);
    outline: none
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none
}
input:not(input[type="checkbox"], input[type="radio"]){
    height: 65px;
    display: flex;
    align-items: center
}
select
{
    height: 65px;
}
select{
    border-radius: 5px;
    border: 1px solid var(--white);
    font-size: 1.8rem;
    color: var(--font-color);
    padding: 10px 20px;
    outline: 0;
}
input::placeholder, textarea::placeholder{
    font-size: 1.8rem;
    color: var(--font-color)
}
textarea{
    height: 183px
}
blockquote{
    margin: 120px auto;
    font-size: 2.6rem;
    color: var(--main-color);
    width: 74%;
    text-align: center;
    line-height: 4.4rem;
    position: relative
}
blockquote:before{
    content: '“';
    font-size: 188px;
    position: absolute;
    left: 0
}
blockquote:after{
    content: '„';
    font-size: 120px;
    position: absolute;
    right: 0;
    bottom: 0
}
table{
    border-collapse: collapse;
    width: 100%
}
table tr:first-child{
    background-color: var(--main-color)
}
table tr:first-child td{
    color: var(--white)
}
table tr:nth-child(even){
    background-color: var(--bg-color)
}

table tr td{
    padding: 20px 27px
}
/* end of common styles */



/* common class styles */

/* buttons */
.btn, [type="submit"]{
    padding: 15px 50px;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3rem;
    color: var(--white);
    background-color: var(--accent-color);
    border: 1px solid var(--accent-color);
    text-decoration: none;
    border-radius: 30px;
    text-wrap: nowrap;
    text-align: center;
    display: inline-block
}
.thin-btn{
    padding: 11px 53px;
    font-size: 1.8rem
}
[type="submit"]{
    padding: 11px 53px;
    font-size: 2.5rem;
    cursor: pointer
}
.large-btn{
    padding: 20px 86px;
    border-radius: 41.5px;
    font-size: 2.9rem
}
.empty-main-btn{
    color: var(--main-color);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.7rem;
    border: 2px solid var(--main-color);
    border-radius: 30px;
    background: transparent
}

/* end of buttons */

.grid-1-2{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px
}
.grid-2-1{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px
}
.grid-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px
}
.grid-2 >div{
    display: flex;
    flex-direction: column;
    justify-content: center
}
.grid-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px
}
.grid-4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px
}

.form-group.error input, .form-group.error textarea{
    border-color: tomato
}
.form-group input:not(input[type="checkbox"], input[type="radio"]){
    width: 100%
}
.acform-error{
    color: tomato;
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 1.8rem
}
.agreement .acform-error{
    margin-top: 29px
}
.agreement label{
    cursor: pointer
}
.acform-ok{
    color: yellowgreen;
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 1.8rem
}

.subtitle{
    font-size: 3rem;
    font-weight: 400;
    line-height: 4.5rem;
    position: relative
}
.short-line{
    width: 131px;
    height: 9.34px;
    border-radius: 13px;
    background: var(--main-color)
}
.none, .dropdown.none, .sub-menu.none{
    display: none
}
.map-container iframe{
    width: 100%;
    height: 100%
}
img.bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left
}
/* animation to popup */
.fade-in {
    animation: fadeIn 0.7s
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
/* end of animation to popup */
.page-numbers{
    color: var(--font-color);
    padding: 2px 14px;
    font-size: 2.2rem
}
.page-numbers.current, .page-numbers.prev, .page-numbers.next{
    color: var(--white);
    background-color: var(--main-color);
    border-radius: 10px;
    margin: 0 7px
}
.page-numbers.prev, .page-numbers.next{
    color: transparent;
    position: relative
}
.page-numbers.prev:after, .page-numbers.next:after{
    content: url('../img/icons/arrow-right-white.svg');
    position: absolute;
    left: calc(50% - 4px);
    height: 10px
}
.page-numbers.prev:after{
    transform: rotate(180deg);
    left: calc(50% - 5px);
    top: 22.5px
}


/* animation to popup */
.fade-in {
    animation: fadeIn 0.7s
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
/* end of animation to popup */

.img-container{
    display: flex;
    justify-content: center;
    align-items: center
}
.img-container img{
    object-fit: cover;
    width: 100%;
    height: 100%
}

/* end of common class styles */


/* top banner */
.top-banner{
    padding-top: 17px;
    padding-bottom: 17px
}
.top-banner address{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px
}
.top-banner address a, address a span{
    font-size: 1.8rem;
    color: var(--font-color)
}
.top-banner .address{
    padding-left: 24px;
    position: relative;
    margin-right: auto;
    text-wrap: wrap
}
.top-banner .address:before{
    content: url("../img/icons/location-black.svg");
    position: absolute;
    top: 1px;
    left: 0
}

.top-banner .email{
    padding-left: 32px;
    position: relative
}
.top-banner .email:before{
    content: url("../img/icons/msg-black.svg");
    width: 17px;
    height: 14px;
    position: absolute;
    top: 2px;
    left: 0
}
.top-banner .tel{
    padding-left: 27px;
    position: relative;
    text-wrap: nowrap
}
.top-banner .tel:before{
    content: url("../img/icons/call-black.svg");
    width: 19px;
    height: 19px;
    position: absolute;
    top: 4px;
    left: 0
}

/* end of top banner */

/* header */

.header{
    background-color: var(--main-color);
    /*padding-top: 27px;*/
    /*padding-bottom: 27px*/
}
.main-menu
{
    padding-top: 27px;
    padding-bottom: 27px
    }
#header.fixed, #header-mobile.fixed{
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    transition: 0.3s
}
.header .logo{
    display: flex
}
.header .logo img{
    /*height: 80px;*/
    height: 100px;
}
.header .btn{
    text-wrap: nowrap;
    font-size: 2rem
}
.main-menu a{
    color: var(--white);
    font-size: 1.8rem;
    line-height: 2.7rem
}
.main-menu a:not(.dropdown a){
    font-weight: 700;
    transition: 0.3s
}
.main-menu ul li{
    cursor: pointer;
    position: relative;
    display: flex
}
.main-menu >nav >ul{
    display: flex;
    align-items: center;
    gap: 35px;
    width: max-content
}
.main-menu .dropdown{
    padding-top: 60px;
    position: absolute;
    left: -17px;
    top: 0;
    width: max-content;
    display: none
}
.main-menu .dropdown .sub-menu{
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0px 4px 60px 0px rgba(45, 45, 45, 0.2);
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden
}
.main-menu .menu-item-has-children:hover .dropdown{
    display: block;
    z-index: 1
}
.main-menu .dropdown .sub-menu >li{
    padding: 5px 19px;
}
.main-menu .dropdown .sub-menu >li:first-child{
    padding-top: 16px
}
.main-menu .dropdown .sub-menu >li:last-child{
    padding-bottom: 16px
}
.main-menu .dropdown .sub-menu >li >a{
    color: var(--font-color)
}
.menu-item-has-children{
    transition: 0.3s
}
.menu-item-has-children >a{
    position: relative;
    width: fit-content;
    padding-right: 27px
}
.menu-item-has-children >a:after{
    content: url("../img/icons/arrow-down-menu-white.svg");
    position: absolute;
    transition: 0.3s;
    right: 0;
    top: -1px
}

#header .container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 50px
}
#header .logo{
    margin-right: auto
}

/* end of header */

/* footer */
footer{
    background-color: var(--dark-bg)
}
.footer p, .footer a, .footer span{
    font-size: 1.8rem;
    color: var(--white);
    line-height: 2.7rem
}
.footer .logo{
    display: flex;
    width: fit-content
}
.footer .logo img{
    /*height: 48px*/
    height: 80px
}
.footer .short-info{
    margin-top: 47px
}
.footer .email{
    padding-left: 40px;
    position: relative;
    margin-top: 38px;
    display: block
}
.footer .email:before{
    content: url("../img/icons/msg-white.svg");
    position: absolute;
    top: 2px;
    left: 0
}
.footer h5{
    color: var(--white);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.8rem;
    margin-bottom: 38px
}
.footer address .address{
    padding-left: 38px;
    position: relative
}
.footer address .address:before{
    content: url("../img/icons/location-white-long-small.svg");
    position: absolute;
    top: 1px;
    left: 0
}
.footer address .address span:first-child{
    font-weight: 700
}
.footer address .address span:last-child{
    display: block
}
.footer-top{
    display: grid;
    grid-template-columns: 1.6fr repeat(4, 1fr);
    gap: 100px;
    padding: 62px 0
}
.footer-top >div:not(:first-child){
    padding-top: 86px
}
.footer nav a{
    font-weight: 600
}
.footer nav a:not(:first-child){
    padding-top: 3px
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0 30px
}
.footer-bottom{
    border-top: 1px solid var(--main-color)
}
.copyright span{
    font-weight: 700
}
.footer-bottom nav ul{
    display: flex;
    align-items: center;
    gap: 7px
}
.footer-bottom nav ul li:last-child{
    margin-left: 15px
}
.drap-fixed-image {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 2;
    max-width: 90%
}
.drap-fixed-image img{
    max-width: 100%;
    object-fit: contain
}
.logo_associate img {
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
}

.arto-social {
    display: flex;
    gap: 20px;
}

.arto-social img {
    width: 20px;
    height: 20px;
    object-fit: contain
}
header .arto-social{
    gap: 18px;
    padding-right: 0
}
.block-with-a-small-map .arto-social{
    gap: 35px;
    padding-right: 0
}
header .arto-social img {
    width: auto;
    height: 19px
}
.block-with-a-small-map .arto-social img {
    width: auto;
    height: 45px
}
.block-with-a-small-map .arto-social{
    margin-left: unset
}
span.mob-map-text {
    color: rgb(29.803923%, 68.627453%, 31.37255%);
    font-weight: 600
}

/* end of footer */

/*Spinner*/

.acform-loading
{
    position:relative;
}
.acform-loading:after {
    content: " ";
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border-radius: 50%;
    border: 6px solid;
    border-color: #333 transparent;
    animation: lds-dual-ring-asset .6s linear infinite;
    position: absolute;
    top: 0;
    left: calc(50% - 48px);
}
@keyframes lds-dual-ring-asset {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}