html, body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: auto;
}

p{
	margin: 0;
	padding: 0;
}

a{
	all: initial;
}

header {
    display: flex;
    align-items: center;
    padding: 60px 13%;
	padding-bottom: 0;
    background-color: hsl(213, 100%, 91%);
	padding-bottom: 50px;
}

.icon-wrapper {
    display: flex;
	align-items: center;
    flex-grow: 1;
}

.icon {
    width: 40px;
    flex-shrink: 0;
}

.icon-desc {
    padding-left: 13px;
}

.gemads {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: rgb(0, 42, 93);
	font-size: 20px;
}

.subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: rgb(62, 62, 62);
}

.call-wrapper {
    display: flex;
    align-items: center;
}

.call-wrapper img {
    width: 30px;
    height: 30px;
}

.call-wrapper a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: rgb(25, 118, 230);
    padding-left: 18px;
}

.menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14%;
    background-color: hsl(213, 100%, 91%);
}

.menu a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: rgb(84, 84, 84);
    font-size: 1rem;
    padding: 14px 15px;
}

.menu a:hover {
    background-color: #B7D6FD;
    color: black;
    transition: 0.3s;
    border-radius: 30px;
	cursor: pointer;
}

.languages-wrapper a {
    padding: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    color: rgb(126, 126, 126);
}

.languages-wrapper a:hover{
	color: black;
	cursor: pointer;
	transition: 0.3s;
}

.banner {
    padding: 170px 13%;
    background-color: hsl(213, 100%, 91%);
}

.banner-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: rgb(0, 42, 93);
	padding-bottom: 1em;
}

.banner-subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    color: rgb(62, 62, 62);
    width: 100%;
    max-width: 637px;
	line-height: 1.3;
}

.buttons-wrapper {
    display: flex;
	justify-content: space-between;
	width: 28em;
	align-items: center;
	padding-top: 30px;
}

.chat{
	border-radius: 30px !important;
	border: 4px solid #B7D6FD !important;
	padding: 20px 34px !important;
	font-size: 15px !important;
    color: rgb(0, 41, 93) !important;
	font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
}

.chat:hover{
	background-color: #B7D6FD !important;
}

.buttons-wrapper > a:first-child {
	background-color: #B7D6FD;
	padding: 20px 34px;
	border-radius: 30px;
	font-size: 15px;
    color: rgb(0, 41, 93);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.buttons-wrapper a {
    all: initial;
}

.trust{
    background-color: #292E30;
    padding: 0 14%;
}

.trust p{
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
}

.trust-title{
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 0em;
    opacity: 1;
    padding-top: 50px;
}

.trust img{
    width: 64px;
    height: 64px;
}

.items-container{
    display: flex;
    justify-content: space-between;
}

.trust-subtitle {
    text-align: center;
    font-weight: 700;
    font-weight: 500;
    font-size: 104px;
    line-height: 1.4;
    letter-spacing: 0em;
    opacity: 1;
}

.trust-description{
    text-align: center;
    font-family: "Montserrat Medium";
    font-size: 14px;
    line-height: 1.7142857142857142;
    letter-spacing: 0.1142857142857143em;
    opacity: 0.5;
}

.items-container div{
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 90px;
}

.facebook{
    padding: 60px 14%;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Montserrat", sans-serif;
}

.facebook-text{
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0em;
    opacity: 1;
    width: 39em;
    padding-top: 20px;
}

.facebook-text b{
    color: #333;
}

.facebook-content{
    display: flex;
    flex-direction: column;
    padding-bottom: 114px;
}

.facebook-title{
    color: #333;
    padding-top: 20px;
    text-align: left;
    font-weight: 500;
    font-size: 3em;
    line-height: 1.2;
    letter-spacing: 0em;
    opacity: 1;
}

.facebook img{
    width: 155px;
}

.reasons{
    position: relative;
    background-image: url(/img/background.jpg);
    padding: 60px 14%;
    background-size: cover;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 0;
    z-index: 1;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.reasons-title{
    text-align: left;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0em;
    color: rgb(253, 254, 255);
    opacity: 1;
    padding-top: 50px;
}

.reasons::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.reasons-list{
    width: 30em;
    max-width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0em;
    color: rgb(253, 254, 255);
    opacity: 1;
    z-index: 2;
    padding: 0 250px;
    padding-top: 55px;
}

.reasons-subtitle{
    text-align: left;
    font-weight: 700;
    font-size: 1.75em;
    line-height: 1.1;
    letter-spacing: 0em;
    color: rgb(253, 254, 255);
    opacity: 1;
    width: 23em;
    padding-top: 160px;
}

.reasons-benefits{
    display: flex;
    justify-content: space-between;
}

.benefit-item{
    width: 23em;
    padding-top: 50px;
}

.benefit-item > p:first-child{
    text-align: left;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: 0em;
    color: rgb(183, 214, 253);
    opacity: 1;
}

.benefit-item > p:nth-child(2){
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    color: rgb(164, 206, 255);
    opacity: 1;
}

.benefit-item > p:nth-child(3){
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0em;
    color: rgb(234, 234, 234);
    opacity: 1;
}

.ads{
    padding: 40px 14%;
    font-family: "Montserrat", sans-serif;
}

.ads-title{
    border: 2px dashed #7A9EB8;
    padding: 15px 8px;
    border-radius: 5px;
}

.work{
    background-color: #292E30;
    padding: 40px 14%;
    color: white;
    font-family: "Montserrat", sans-serif;
}

.work-items{
    display: flex;
    padding-top: 60px;
}

.work-item{
    padding: 0 25px;
}
.work-item-first{
    color: rgb(63, 178, 233);
    opacity: 1;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 75px;
    line-height: 1;
}

.work-item-second{
    color: rgb(63, 178, 233);
    opacity: 0.65;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 75px;
    line-height: 1;
}

.work-item-third{
    color: rgb(63, 178, 233);
    opacity: 0.4;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 75px;
    line-height: 1;
}

.work-item-four{
    color: rgb(63, 178, 233);
    opacity: 0.2;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 75px;
    line-height: 1;
}

.work-item-subtitle{
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0em;
    opacity: 1;
    padding-top: 30px;
}

.work-title{
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 0em;
    opacity: 1;
}

.work-text{
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0em;
    opacity: 1;
    padding-top: 80px;
    padding-bottom: 70px;
}

.work-text-list{
    padding: 0 18%;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0em;
    opacity: 1;
}

.reviews{
    background-color: #F6F6F6;
    padding: 40px 14%;
    color: #333333;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 89px;
}

.reviews-title{
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 0em;
    opacity: 1;
    padding-bottom: 57px;
    padding-top: 40px;
}

.reviews-container{
    display: flex;
    justify-content: space-between;
}

.reviews-item{
    background-color: white;
    border-radius: 15px;
    padding: 30px 40px;
    margin-right: 30px;
}

.reviews-item img{
    width: 79px;
    height: 79px;
}

.review-item-name {
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0em;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 8px;
}

.review-item-desc{
    font-size: 14px;
    color: #595959;
}

.review-item-review{
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5999999999999999;
    letter-spacing: 0em;
    opacity: 1;
    padding-top: 25px;
}
.reviews-woman{
    border-radius: 50%;
}

.brand{
    background-image: url(img/background2.png);
    padding: 40px 14%;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 89px;
}

.brand-title{
    text-align: left;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0em;
    color: rgb(0, 42, 93);
    opacity: 1;
    padding-top: 100px;
}

.brand-subtitle{
    text-align: left;
    font-weight: 500;
    width: 35em;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0em;
    color: rgb(62, 62, 62);
    opacity: 1;
}

.brand-button{
    display: block;
    text-align: center;
    margin: 0 28%;
    font-family: "Montserrat", sans-serif;
    width: 27em;
    font-weight: 600;
    background-color: #B7D6FD;
    padding: 20px 0;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(123, 123, 123, 0.784);
    margin-top: 80px;
    cursor: pointer;
}

.brand-button:active{
    background-color: #8CBEFB;
}

footer{
    background-image: url(img/background3.jpg);
    z-index: 1;
    position: relative;
    padding: 60px 13%;
    font-family: "Montserrat", sans-serif;
}

footer p{
    color: white;

}

.desc-footer p{
    color: white;

}

footer::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: -1;
}

.details{
    padding-top: 30px;
    margin: 0 15%;
}

.details p{
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.1;
    letter-spacing: 0em;
    color: rgb(250, 253, 254);
    opacity: 1;
    padding-left: 10px;
}

.details a{
    font-family: "Montserrat", sans-serif;
    text-align: left;
    font-weight: 700;
    color: rgb(25, 142, 230);
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0em;
    opacity: 1;
}

.a-span{
    color: white;
}

.details img{
    width: 30px;
    height: 30px;
}

.details div{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.social img{
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.mySwiper{
    width: 80%;
    height: 62em;
    margin-top: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #333333 !important;
    width: 10px !important;
    height: 16px !important;
}

.swiper-pagination-bullet {
    background-color: #ccc;
    width: 18px !important;
    height: 18px !important;
    margin: 0 8px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}

@media screen and (max-width: 600px) {
	.menu{
		display: flex;
		flex-direction: column;
	}
    .trust{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .items-container{
        flex-direction: column;
    }
    .reasons-list{
        padding: 0 0;
        padding-top: 55px;
    }
    .reasons-benefits{
        display: block;
    }
    .reasons-subtitle{
       width: 15em;
    }
    .work-items{
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .reviews-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .reviews-item{
       margin-top: 10px;
    }
    footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .details{
        margin: 0;
    }
    .brand-button{
        margin: 0;
        margin-top: 10px;
        width: 20em;
    }
    .brand-subtitle{
        width: 10em;
    }
}

@media screen and (max-width: 1200px){
    .trust{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .buttons-wrapper{
        justify-content: flex-start;
    }
    .items-container{
        display: flex;
        flex-direction: column;
    }
    .facebook-text{
        width: 20em;
    }
    .facebook-content{
        align-items: center;
    }
    .reasons-list{
        padding: 0 0;
        padding-top: 55px;
    }
    .reasons-benefits{
        display: block;
    }
    .reasons-subtitle{
        width: 13em;
     }
     .work-items{
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .reviews-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .reviews-item{
       margin-top: 10px;
    }
    footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .details{
        margin: 0;
    }
    .brand-button{
        margin: 0;
        margin-top: 10px;
        width: 20em;
    }
    .brand-subtitle{
        width: 15em;
    }
}