body {
    background-color: #eee;
    margin: 0;
    font-family: "Roboto", sans-serif;
}
.site-wrap {
    max-width: 1920px;
    margin: 0 auto;
    background-image: url(../img/bg.webp);
    background-size: cover;
    height: 100vh;
    overflow-y: auto;
}

.content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}

.content-wrap a {
    color: #fff !important;
}

.dad-hide{
    display: none !important;
}

.sec-1-top {
    font-size: 30px;
    font-weight: 300;
    max-width: 690px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.3;
}

h5 {
    font-size: 28px;
    font-weight: 500;
}

.sec-1-btn-block {
    margin-top: 50px;
}

.btn-orange {
    background-color: rgba(255, 174, 60, 1);
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
}

.btn-sea {
    background-color: rgba(36, 139, 149, 1);
    display: inline-block;
    vertical-align: top;
}

.sec-1 .btn-sea,
.sec-1 .btn-orange {
    height: 64px;
    line-height: 64px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 25px;
    text-decoration: none;
}

.sec-1 .btn-sea img,
.sec-1 .btn-orange img {
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
    margin-right: 7px;
}

.sec-1-bottom {
    font-size: 14px;
    width: 531px;
    text-align: center;
    font-weight: 300;
    margin-top: 30px;
}

.sec-2 h2 {
    text-align: center;
    margin-top: 44px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 500;
}

.sec-2 h2 img {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}

.sec-subtitle {
    font-size: 18px;
    font-weight: 300;
    width: 480px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.3;
}

.sec-2-items-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sec-2-item {
    width: 296px;
    height: 324px;
    border-radius: 27px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    color: rgba(47, 36, 68, 1);
    position: relative;
    border: 3px solid rgba(36, 139, 149, 1);
}

.sec-2-item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.17;
    margin-top: 14px;
    margin-bottom: 5px;
}

.sec-2-item-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.17;
    margin-top: 5px;
    margin-bottom: 7px;
}

.sec-2-item-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
}

.sec-2-item-btn {
    background-color: rgba(255, 174, 60, 1);
    height: 44px;
    width: 220px;
    position: absolute;
    bottom: -22px;
    left: 38px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    border-radius: 12px;
}

.sec-2-item-btn span {
    font-size: 14px;
    line-height: 1;
}

.sec-2-bottom {
    font-size: 14px;
    font-weight: 300;
    width: 490px;
    margin: 0 auto;
    margin-top: 55px;
    text-align: center;
}

.sec-2-bottom a {
    color: rgba(18, 96, 103, 1) !important;
    text-decoration: none !important;
}
.dad-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(55,55,55,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dad-modal-inner{
    max-width: 500px;
    border-radius: 43px;
    background-color: #fff;
    padding: 45px;
    position: relative;
}
.dad-modal-inner p{
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    margin-bottom: 28px;
    color: rgba(36, 139, 149, 1);
}
.dad-modal-close{
    position: absolute;
    top: 30px;
    right: 30px;
}
#dad-form{
    text-align: center;
}
#dad-form p{
    font-size: 18px;
    font-weight: 700;
    width: 402px;
    margin: 0 auto;
}
input:active, input:hover, input:focus {
    outline: 0;
    outline-offset: 0;
}
.dad-mail-input{
    height: 55px;
    line-height: 55px;
    border: 1px solid rgba(36, 139, 149, 1);
    background-color: #fff;
    width: 401px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin-top: 28px;
    padding: 16px 28px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    border-radius: 25px;
}
.dad-mail-input::placeholder{
    color: rgba(36, 139, 149, 1)
}
.dad-submit{
    width: 401px;
    background-color: rgba(36, 139, 149, 1);
    height: 55px;
    line-height: 55px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 25px;
    font-weight: 700;
    margin-top: 27px;
    color: #fff;
    border-radius: 25px;
}
@media (min-width: 1500px){
	.sec-1-top{
		font-size: 45px;
		max-width: 800px;
	}
	h5{
		font-size: 42px;
	}
	.sec-1 .btn-sea, 
	.sec-1 .btn-orange{
		height: 96px;
		line-height: 96px;
		width: 345px;
		font-size: 36px;
	}
	.sec-1-bottom{
		font-size: 22px;
		width: 630px;
		margin-top: 45px;
	}
	.sec-1 .btn-sea img, 
	.sec-1 .btn-orange img{
		width: 45px;
		height: auto;
		margin-top: 24px;
	}
	.dad-modal-inner{
		max-width: 800px;
	}
	#dad-form p{
		font-size: 26px;
	}
	#dad-form p{
		width: 100%;
	}
	.dad-mail-input,
	.dad-submit{
		width: 500px;
		height: 100px;
		line-height: 100px;
		font-size: 30px;
	}
	.sec-2 h2{
		font-size: 60px;
	}
	.sec-2 h2 img{
		width: 65px;
		height: auto;
	}
	.sec-subtitle{
		font-size: 24px;
		margin-top: 15px;
		margin-bottom: 50px;
	}
	.sec-2-item{
		width: 350px;
		height: auto;
		padding-bottom: 40px;
	}
	.sec-2-item img{
		width: 60px;
		height: auto;
	}
	.sec-2-item-title{
		font-size: 30px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.sec-2-item-subtitle {
		font-size: 22px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.sec-2-item-text{
		font-size: 22px;
	}
	.sec-2-item-btn{
		height: 66px;
		bottom: -32px;
		left: 62px;
	}
	.sec-2-bottom{
		font-size: 24px;
		width: 700px;
	}
	.sec-2-item-btn span{
		font-size: 20px;
	}
}
@media (max-width: 1300px){
    .content-wrap{
        max-width: 1000px;
    }
	.dad-modal-inner{
		width: 350px;
		box-sizing: border-box;
	}
	#dad-form p{
		margin-top: 10px;
		width: auto;
	}
	.dad-submit,
	.dad-mail-input{
		width: 100%;
	}
}
@media (max-width: 1024px){
    .content-wrap{
        max-width: 450px;
    }
	.sec-1-bottom{
		width: 100%;
	}
	.sec-1 .btn-sea, 
	.sec-1 .btn-orange{
		margin-right: 0;
		width: 300px;
		margin-top: 20px;
	}
	.sec-2-items-block{
		flex-direction: column;
	}
	.sec-2-item{
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.sec-subtitle{
		max-width: 100%;
	}
	.sec-2-bottom{
		margin-right: auto;
		max-width: 400px;
	}
	.sec-2-bottom{
		margin-bottom: 30px;
	}
}
@media (max-width: 480px){
    .content-wrap{
        max-width: 350px;
    }
	.sec-1 .btn-sea, 
	.sec-1 .btn-orange{
		width: 100%;
		box-sizing: border-box;
	}
	.sec-2-bottom{
		width: 100%;
	}
}