@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
*{
	font-family: 'Quicksand', sans-serif;
}
.fatherBlock.theme2 h1, .fatherBlock.theme2 h2 {
    color: #fff;
}

.fatherBlock.theme2 .container ul li p {
    color: #fff;
}

.fatherBlock .container p.title {
    color: #005984;
}

.fatherBlock .container p.text {
    color: #22404f;
}

.fatherBlock .container .buttons a.blue {background: #ea0100;}


.fatherBlock::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #003247;
    opacity: .7;
}

.fatherBlock .container {
    z-index: 3;
}

.fatherBlock .container p.title {
    color: #fff;
}

.fatherBlock .container p.text {
    color: #fff;
}

.fatherBlock .container p.title img {
    filter: invert(1);
}
@media(min-width:678px){
.fatherBlock .container p.title img {
    display: table;
    margin: 0 0 10px;
}

.fatherBlock .container p.text {
    padding: 0;
}
}

.fatherBlock.theme2 h1, .fatherBlock.theme2 h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.fatherBlock .container ul {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.fatherBlock .container .buttons {
    margin-left: auto;
    margin-right: auto;
}

.fatherBlock .container ul li {
    margin-left: auto;
    margin-right: auto;
}

.fatherBlock .container p.title {margin-left: auto;margin-right: auto;text-align: center;}

.fatherBlock .container p.title img {
    margin-left: auto;
    margin-right: auto;
}

.fatherBlock .container p.text {
    text-align: center;
}



.teamSlick {
    width: 100%;
}

.teamSlick .slick-slide {
    margin: 0 10px;
}

.teamSlick .slick-slide .block {
    display: block;
    width: 100%;
    position: relative;
}

.teamSlick .slick-slide .block img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    margin: 0 0 15px;
    border-radius: 8px;
}

.teamSlick .slick-slide .block p {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.teamSlick .slick-slide .block p span {
    display: table;
    font-size: 16px;
    font-weight: 100;
    margin: 5px 0 0;
}

.container.sliderBlock {
    padding-top: 0;
    padding-bottom: 40px;
}
ul.arrows {
    display: table;
    margin: 30px auto 0!important;
    padding: 0;
}

ul.arrows li {
    display: inline-table!important;
    margin: 0 8px!important;
}

ul.arrows li button {
    display: table;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}

ul.arrows li button img {
    display: table;
    height: 22px;
    margin: 0 auto;
}

ul.arrows li button img.left {
    transform: rotate(180deg);
}


.docsSlick {
    width: 100%;
    margin: 10px auto 20px;
}

.docsSlick .slick-slide {
    margin: 0 10px;
}

.docsSlick .slick-slide .block {
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
}

.docsSlick .slick-slide .block img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
}

.container.sliderBlock {
    padding-bottom: 100px;
}
.gallerySlick {
    width: 100%;
    margin: 10px auto 20px;
}

.gallerySlick .slick-slide {
    margin: 0 10px;
}

.gallerySlick .slick-slide .block {
    border-radius: 8px;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.gallerySlick .slick-slide .block img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.container.footerBlock p {
    display: table;
    margin: 0 auto 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.container.footerBlock a {
    display: table;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.container.footerBlock {
    padding-top: 0;
}
.infoBlock {
    background: rgba(20,53,66,.80);
    border-radius: 8px;
    padding: 20px 20px 5px;
}
img.logo {
    display: table;
    margin: 0 auto 40px;
    height: 73px;
}
@media(max-width:678px){
.fatherBlock .container p.title {
    color: #fff;
}

.fatherBlock .container p.text {
    color: #fff;
}

.fatherBlock .container p.title img {
    filter: invert(1);
}
	.fatherBlock .container ul li p:before {
    background: #ccc;
}

.fatherBlock .container .buttons a.blue {
    background: #0ab8ff;
}
	.fatherBlock::before {
    background: #003247;
}
.fatherBlock .container .buttons a.blue {background: #ea0100;}
	.fatherBlock .container .buttons a {padding: 10px 15px;font-size: 16px;}

    .fatherBlock .container p.text {
        padding: 0 25px;
    }

    .fatherBlock .container {
        padding-bottom: 0;
    }

    .container.sliderBlock {
        padding-bottom: 40px;
    }
    .fatherBlock {
        padding-bottom: 40px;
    }
    .infoBlock {
        margin-bottom: 15px;
    }

    .fatherBlock .container p.text {
        margin-bottom: 25px;
    }
    img.logo {
        height: 48px;
        margin-bottom: 30px;
    }
}